public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-31 18:47:17 to 2026-04-08 14:25:41 UTC [more...]

[PATCH v2 0/3] mm: improve write performance with RWF_DONTCACHE
 2026-04-08 14:25 UTC  (3+ messages)
` [PATCH v2 1/3] mm: kick writeback flusher instead of inline flush for IOCB_DONTCACHE
` [PATCH v2 2/3] testing: add nfsd-io-bench NFS server benchmark suite

[PATCH 0/3] nfsd update mtime/ctime on CLONE/COPY with delegated attritutes
 2026-04-08 14:05 UTC  (9+ messages)
` [PATCH 1/3] nfsd: update mtime/ctime on CLONE in presense of delegated attributes
` [PATCH 2/3] nfsd: update mtime/ctime on synchronous COPY with "
` [PATCH 3/3] nfsd: update mtime/ctime on asynchronous "

[PATCH v8 0/9] Automatic NFSv4 state revocation on filesystem unmount
 2026-04-08 13:59 UTC  (14+ messages)
` [PATCH v8 1/9] NFSD: Fix infinite loop in layout state revocation
` [PATCH v8 2/9] NFSD: Handle layout stid in nfsd4_drop_revoked_stid()
` [PATCH v8 3/9] NFSD: Extract revoke_one_stid() utility function
` [PATCH v8 4/9] NFSD: Add NFSD_CMD_UNLOCK_IP netlink command
` [PATCH v8 5/9] NFSD: Add NFSD_CMD_UNLOCK_FILESYSTEM "
` [PATCH v8 6/9] NFSD: Replace idr_for_each_entry_ul in find_one_sb_stid()
` [PATCH v8 7/9] NFSD: Track svc_export in nfs4_stid
` [PATCH v8 8/9] NFSD: Add NFSD_CMD_UNLOCK_EXPORT netlink command
` [PATCH v8 9/9] NFSD: Close cached file handles when revoking export state

[PATCH 00/24] vfs/nfsd: add support for CB_NOTIFY callbacks in directory delegations
 2026-04-08 13:55 UTC  (32+ messages)
` [PATCH 01/24] filelock: add support for ignoring deleg breaks for dir change events
` [PATCH 02/24] filelock: add a tracepoint to start of break_lease()
` [PATCH 03/24] filelock: add an inode_lease_ignore_mask helper
` [PATCH 04/24] nfsd: add protocol support for CB_NOTIFY
` [PATCH 05/24] nfs_common: add new NOTIFY4_* flags proposed in RFC8881bis
` [PATCH 06/24] nfsd: allow nfsd to get a dir lease with an ignore mask
` [PATCH 07/24] vfs: add fsnotify_modify_mark_mask()
` [PATCH 08/24] nfsd: update the fsnotify mark when setting or removing a dir delegation
` [PATCH 09/24] nfsd: make nfsd4_callback_ops->prepare operation bool return
` [PATCH 10/24] nfsd: add callback encoding and decoding linkages for CB_NOTIFY
` [PATCH 11/24] nfsd: use RCU to protect fi_deleg_file
` [PATCH 12/24] nfsd: add data structures for handling CB_NOTIFY
` [PATCH 13/24] nfsd: add notification handlers for dir events
` [PATCH 14/24] nfsd: add tracepoint to dir_event handler
` [PATCH 15/24] nfsd: apply the notify mask to the delegation when requested
` [PATCH 16/24] nfsd: add helper to marshal a fattr4 from completed args
` [PATCH 17/24] nfsd: allow nfsd4_encode_fattr4_change() to work with no export
` [PATCH 18/24] nfsd: send basic file attributes in CB_NOTIFY
` [PATCH 19/24] nfsd: allow encoding a filehandle into fattr4 without a svc_fh
` [PATCH 20/24] nfsd: add a fi_connectable flag to struct nfs4_file
` [PATCH 21/24] nfsd: add the filehandle to returned attributes in CB_NOTIFY
` [PATCH 22/24] nfsd: properly track requested child attributes
` [PATCH 23/24] nfsd: track requested dir attributes
` [PATCH 24/24] nfsd: add support to CB_NOTIFY for dir attribute changes

[PATCH v4] nfsd: fix file change detection in CB_GETATTR
 2026-04-08 12:51 UTC  (2+ messages)

[PATCH v2] pNFS: deadlock in pnfs_send_layoutreturn
 2026-04-08 12:25 UTC 

[PATCH] pNFS: deadlock in pnfs_send_layoutreturn
 2026-04-08 11:39 UTC  (2+ messages)

[PATCH v2 0/2] nfs: delegated attribute fixes
 2026-04-07 21:24 UTC  (22+ messages)
` [PATCH v2 1/2] nfs: fix utimensat() for atime with delegated timestamps
` [PATCH v2 2/2] nfs: update inode ctime after removexattr operation

[PATCH v2] exportfs: release NFSv4 state when last client is unexported
 2026-04-07 19:51 UTC  (2+ messages)

[PATCH] Introduce compat.h file to deal with old Linux api and fix build failure due to missing NETLINK_EXT_ACK
 2026-04-07 15:50 UTC 

[PATCH] fh_key_file: fix missing string.h inclusion
 2026-04-07 15:41 UTC 

[PATCH v3] nfsd: fix file change detection in CB_GETATTR
 2026-04-07 13:56 UTC  (2+ messages)

[Q] NFSD: COMPOUND reply tag padding not zeroed? (e.g. \xff\xff)
 2026-04-07  5:23 UTC  (4+ messages)

[PATCH 0/4] mm: improve write performance with RWF_DONTCACHE
 2026-04-07  5:19 UTC  (16+ messages)
` [PATCH 1/4] mm: fix IOCB_DONTCACHE write performance with rate-limited writeback
` [PATCH 2/4] mm: add atomic flush guard for IOCB_DONTCACHE writeback
` [PATCH 3/4] testing: add nfsd-io-bench NFS server benchmark suite
` [PATCH 4/4] testing: add dontcache-bench local filesystem "

NFS close does not block when server is unavailable
 2026-04-06 22:49 UTC  (3+ messages)

[PATCH v2] nfsd: fix file change detection in CB_GETATTR
 2026-04-06 22:14 UTC  (10+ messages)

[PATCH 1/1] nfsd: update mtime/ctime on CLONE and COPY in presence of delegated attributes
 2026-04-06 16:53 UTC  (5+ messages)

[PATCH v6 0/4] OPENAT2_REGULAR flag support for openat2
 2026-04-06 15:30 UTC  (8+ messages)
` [PATCH v6 1/4] openat2: new OPENAT2_REGULAR flag support

[PATCH] nfs: use memcpy_and_pad in decode_fh
 2026-04-05 10:32 UTC 

[PATCH] NFS: Fix directory delegation verifier checks
 2026-04-05  2:39 UTC  (7+ messages)

ANNOUNCE: nfs-utils-2.9.1 released
 2026-04-04 20:43 UTC 

[regression] Large rsize/wsize (1MB) causes EIO after 2b092175f5e3 ("NFS: Fix inheritance of the block sizes when automounting")
 2026-04-04 14:28 UTC  (3+ messages)
` [PATCH v2 0/1] NFSv4.1: Apply session size limits on clone path
  ` [PATCH v2 1/1] "

[PATCH 0/1] NFSv4.1: Apply session size limits on clone path
 2026-04-04 14:26 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v2 0/5] pynfs: a handful of fixes and a new CB_GETATTR test
 2026-04-04  0:55 UTC  (7+ messages)
` [PATCH v2 1/5] pynfs: ensure tests clean up after themselves
` [PATCH v2 2/5] pynfs: fix the check for delegated attribute support
` [PATCH v2 3/5] pynfs: _testCbGetattr() should check the delegation that was received
` [PATCH v2 4/5] pynfs: fix erroneous test in DELEG24 and DELEG25
` [PATCH v2] pynfs: add delegation test for CB_GETATTR after sync WRITE

[PATCH 1/1] nfsd: fix GET_DIR_DELEGATION when VFS leases are disabled
 2026-04-03 16:14 UTC  (4+ messages)

[PATCH] nfsd: fix file change detection in CB_GETATTR
 2026-04-03 14:31 UTC  (3+ messages)

[PATCH 0/5] pynfs: a handful of fixes and a new CB_GETATTR test
 2026-04-03 14:07 UTC  (7+ messages)
` [PATCH 1/5] pynfs: ensure tests clean up after themselves
` [PATCH 2/5] pynfs: fix the check for delegated attribute support
` [PATCH 3/5] pynfs: remove erroneous test from DELEG24 and DELEG25
` [PATCH 4/5] pynfs: _testCbGetattr() should check the delegation that was received
` [PATCH 5/5] pynfs: add delegation test for CB_GETATTR after sync WRITE

[PATCH 1/1] NFSv4.2: fix COPY attrs in presence of delegated timestamps
 2026-04-03 13:43 UTC  (3+ messages)

[PATCH nfs-utils v2 00/16] exportfs/exportd/mountd: allow them to use netlink for up/downcalls
 2026-04-03 12:55 UTC  (2+ messages)

[PATCH 1/1] NFS: fix RENAME attr in presence of directory delegations
 2026-04-02 23:12 UTC 

[PATCH 0/8] mm: globalize rest_of_page() macro
 2026-04-02 21:58 UTC  (3+ messages)
` [PATCH 8/8] arch: use rest_of_page() macro where appropriate

cleanup block-style layouts exports v2
 2026-04-02 21:09 UTC  (7+ messages)
` [PATCH 1/4] nfsd/blocklayout: always ignore loca_time_modify
` [PATCH 2/4] exportfs: split out the ops for layout-based block device access
` [PATCH 3/4] exportfs: don't pass struct iattr to ->commit_blocks
` [PATCH 4/4] exportfs,nfsd: rework checking for layout-based block device access support

[PATCH v2 00/13] nfsd/sunrpc: add support for netlink upcalls for mountd/exportd
 2026-04-02 21:08 UTC  (2+ messages)

[BUG] Linux Kernel NFS Server refcount_t Underflow in nfs3svc_release_getacl (S→C)
 2026-04-02 19:06 UTC  (2+ messages)

[RFC PATCH 0/4] nfs: Enable PCI Peer-to-Peer DMA (P2PDMA) support
 2026-04-02 13:11 UTC  (9+ messages)
` [RFC PATCH 1/4] sunrpc: add supports_p2pdma to rpc_xprt_ops
` [RFC PATCH 2/4] nfs: add NFS_CAP_P2PDMA and detect transport support
` [RFC PATCH 3/4] nfs: make nfs_page pin-aware
` [RFC PATCH 4/4] nfs: allow P2PDMA in direct I/O path

[PATCH 1/1] Don't always trust server inode size while client holds write delegation
 2026-04-01 18:52 UTC 

WARNING in nfs_free_request: PG_WB_END stale during NFS read completion with FS-Cache
 2026-04-01 17:54 UTC 

cleanup block-style layouts exports
 2026-04-01 14:27 UTC  (17+ messages)
` [PATCH 1/4] nfsd/blocklayout: always ignore loca_time_modify
` [PATCH 2/4] exportfs: split out the ops for layout-based block device access
` [PATCH 3/4] exportfs: don't pass struct iattr to ->commit_blocks

Regression: Missing check in nfsd_permission() causes -ENOLCK No locks available
 2026-04-01 13:34 UTC  (11+ messages)
    ` [PATCH] lockd: fix TEST handling when not all permissions are available
            ` [PATCH v2] "
                  ` Bug#1128861: "

[PATCH] libtirpc: fix bindresvport build with clang-22/C23
 2026-04-01  6:09 UTC 

[PATCH v7 0/7] Automatic NFSv4 state revocation on filesystem unmount
 2026-03-31 21:07 UTC  (8+ messages)
` [PATCH v7 1/7] NFSD: Extract revoke_one_stid() utility function
` [PATCH v7 2/7] NFSD: Add NFSD_CMD_UNLOCK_IP netlink command
` [PATCH v7 3/7] NFSD: Add NFSD_CMD_UNLOCK_FILESYSTEM "
` [PATCH v7 4/7] NFSD: Replace idr_for_each_entry_ul in find_one_sb_stid()
` [PATCH v7 5/7] NFSD: Track svc_export in nfs4_stid
` [PATCH v7 6/7] NFSD: Add NFSD_CMD_UNLOCK_EXPORT netlink command
` [PATCH v7 7/7] NFSD: Close cached file handles when revoking export state

[PATCH] exportfs: release NFSv4 state when last client is unexported
 2026-03-31 20:11 UTC 

[PATCH v6 0/5] Automatic NFSv4 state revocation on filesystem unmount
 2026-03-31 20:06 UTC  (6+ messages)
` [PATCH v6 1/5] NFSD: Extract revoke_one_stid() utility function
` [PATCH v6 2/5] NFSD: Add NFSD_CMD_UNLOCK_IP netlink command
` [PATCH v6 3/5] NFSD: Add NFSD_CMD_UNLOCK_FILESYSTEM "
` [PATCH v6 4/5] NFSD: Replace idr_for_each_entry_ul in find_one_sb_stid()
` [PATCH v6 5/5] NFSD: Track svc_export in nfs4_stid


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox