Linux NFS development
 help / color / mirror / Atom feed
 messages from 2025-09-24 18:06:31 to 2025-10-02 08:13:21 UTC [more...]

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-10-02  8:12 UTC  (8+ messages)
` [PATCH v17 01/47] llist: move llist_{head,node} definition to types.h
` [PATCH v17 02/47] dept: implement DEPT(DEPendency Tracker)
` [PATCH v17 03/47] dept: add single event dependency tracker APIs
` [PATCH v17 04/47] dept: add lock "
` [PATCH v17 05/47] dept: tie to lockdep and IRQ tracing
` [PATCH v17 06/47] dept: add proc knobs to show stats and dependency graph
` [PATCH v17 07/47] dept: distinguish each kernel context from another

[PATCH 1/1] DIO: add NFSv4.2 READ_PLUS support for nfstest_dio
 2025-10-02  4:00 UTC  (3+ messages)

[PATCH v1] svcrdma: Increase the server's default RPC/RDMA credit grant
 2025-10-01 22:44 UTC  (4+ messages)

[PATCH v3] NFSD: Add a subsystem policy document
 2025-10-01 19:05 UTC 

[RFC PATCH v2] nfsv4: Add support for the birth time attribute
 2025-10-01 18:47 UTC  (5+ messages)

[PATCH 1/1] NFSD: Fix SCSI reservation conflict causing pNFS client to revert I/O to MDS
 2025-10-01 17:36 UTC  (5+ messages)

[PATCH v9 0/7] NFS DIRECT: align misaligned DIO for LOCALIO
 2025-10-01 16:04 UTC  (9+ messages)
        ` [GIT PULL] NFS LOCALIO O_DIRECT changes for Linux 6.18
          ` [GIT PULL v2] "

[PATCH] NFSD: Update comment documenting unsupported fattr4 attributes
 2025-10-01 15:41 UTC  (3+ messages)
` FATTR4_WORD1_TIME_CREATE support in NFSv4 client still missing? "

[PATCH v1] Revert "NFSD: Remove the cap on number of operations per NFSv4 COMPOUND"
 2025-10-01 14:00 UTC  (2+ messages)

[PATCH v1] NFSD: Fix crash in nfsd4_read_release()
 2025-10-01 13:16 UTC  (4+ messages)

[PATCH v3] nfsd: Avoid strlen conflict in nfsd4_encode_components_esc()
 2025-10-01 12:55 UTC  (5+ messages)

[PATCH 1/1] NFSv4: handle ERR_GRACE on delegation recalls
 2025-09-30 17:00 UTC  (14+ messages)

[PATCH pynfs 0/7] nfs4.1: add some basic directory delegation tests
 2025-09-30 13:57 UTC  (10+ messages)
` [PATCH pynfs 1/7] nfs4.1: add proposed NOTIFY4_GFLAG_EXTEND flag
` [PATCH pynfs 2/7] pynfs: add a getfh() to the end of create_obj() compound
` [PATCH pynfs 3/7] server41tests: add a basic GET_DIR_DELEGATION test
` [PATCH pynfs 4/7] server41tests: add a test for duplicate GET_DIR_DELEGATION requests
` [PATCH pynfs 5/7] server41tests: add a test for removal from dir with dir delegation
` [PATCH pynfs 6/7] server41tests: add a test for diretory add notifications
` [PATCH pynfs 7/7] server41tests: add test for rename event notifications

[PATCH] Add some tests for unsupported fattr4 attributes
 2025-09-30 11:34 UTC  (5+ messages)

[PATCH v2] nfsd: Avoid strlen conflict in nfsd4_encode_components_esc()
 2025-09-30  5:32 UTC  (7+ messages)

[PATCH] draft patches to fixes LAYOUTCOMMIT related issues
 2025-09-29 20:08 UTC  (2+ messages)

[PATCH v3] nfsd: remove long-standing revoked delegations by force
 2025-09-29 19:40 UTC  (2+ messages)

[PATCH] NFSD: Impl multiple extents in block/scsi layoutget
 2025-09-29 19:13 UTC  (4+ messages)

[PATCH] nfsd: delete unreachable confusing code in nfs4_open_delegation()
 2025-09-29 18:24 UTC  (3+ messages)

[PATCH v5 0/6] NFSD direct I/O read
 2025-09-29 17:39 UTC  (11+ messages)
` [PATCH v5 1/6] NFSD: filecache: add STATX_DIOALIGN and STATX_DIO_READ_ALIGN support
` [PATCH v5 2/6] NFSD: pass nfsd_file to nfsd_iter_read()
` [PATCH v5 3/6] NFSD: Relocate the xdr_reserve_space_vec() call site
` [PATCH v5 4/6] NFSD: Implement NFSD_IO_DIRECT for NFS READ
` [PATCH v5 5/6] NFSD: Prevent a NULL pointer dereference in fh_getattr()
` [PATCH v5 6/6] NFSD: Ignore vfs_getattr() failure in nfsd_file_get_dio_attrs()

[PATCH v2] NFSD: Define actions for the new time_deleg FATTR4 attributes
 2025-09-29 17:28 UTC  (2+ messages)

[PATCH v1] NFSD: Define actions for the new time_deleg FATTR4 attributes
 2025-09-29 16:43 UTC  (7+ messages)

[PATCH v4 0/4] NFSD direct I/O read
 2025-09-29 13:06 UTC  (11+ messages)
` [PATCH v4 1/4] NFSD: filecache: add STATX_DIOALIGN and STATX_DIO_READ_ALIGN support
` [PATCH v4 2/4] NFSD: pass nfsd_file to nfsd_iter_read()
` [PATCH v4 3/4] NFSD: Relocate the xdr_reserve_space_vec() call site
` [PATCH v4 4/4] NFSD: Implement NFSD_IO_DIRECT for NFS READ

[PATCH] nfsd: Move strlen declaration in nfsd4_encode_components_esc()
 2025-09-28 19:22 UTC  (6+ messages)

[PATCH v3 00/14] Remove redundant rcu_read_lock/unlock() in spin_lock
 2025-09-28 10:33 UTC  (4+ messages)
` [PATCH v3 01/14] ACPI: APEI: "

[PATCH v3 00/38] vfs, nfsd: implement directory delegations
 2025-09-26 16:27 UTC  (54+ messages)
` [PATCH v3 03/38] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v3 04/38] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v3 05/38] vfs: allow rmdir "
` [PATCH v3 06/38] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v3 07/38] vfs: make vfs_create break delegations on parent directory
` [PATCH v3 08/38] vfs: make vfs_mknod "
` [PATCH v3 09/38] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v3 10/38] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v3 11/38] nfsd: allow DELEGRETURN on directories
` [PATCH v3 12/38] nfsd: check for delegation conflicts vs. the same client
` [PATCH v3 13/38] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH v3 14/38] filelock: rework the __break_lease API to use flags
` [PATCH v3 15/38] filelock: add struct delegated_inode
` [PATCH v3 16/38] filelock: add support for ignoring deleg breaks for dir change events
` [PATCH v3 17/38] filelock: add a tracepoint to start of break_lease()
` [PATCH v3 18/38] filelock: add an inode_lease_ignore_mask helper
` [PATCH v3 19/38] nfsd: add protocol support for CB_NOTIFY
` [PATCH v3 20/38] nfs_common: add new NOTIFY4_* flags proposed in RFC8881bis
` [PATCH v3 21/38] nfsd: allow nfsd to get a dir lease with an ignore mask
` [PATCH v3 22/38] vfs: add fsnotify_modify_mark_mask()
` [PATCH v3 23/38] nfsd: update the fsnotify mark when setting or removing a dir delegation
` [PATCH v3 24/38] nfsd: make nfsd4_callback_ops->prepare operation bool return
` [PATCH v3 25/38] nfsd: add callback encoding and decoding linkages for CB_NOTIFY
` [PATCH v3 26/38] nfsd: add data structures for handling CB_NOTIFY to directory delegation
` [PATCH v3 27/38] nfsd: add notification handlers for dir events
` [PATCH v3 28/38] nfsd: add tracepoint to dir_event handler
` [PATCH v3 29/38] nfsd: apply the notify mask to the delegation when requested
` [PATCH v3 30/38] nfsd: add helper to marshal a fattr4 from completed args
` [PATCH v3 31/38] nfsd: allow nfsd4_encode_fattr4_change() to work with no export
` [PATCH v3 32/38] nfsd: send basic file attributes in CB_NOTIFY
` [PATCH v3 33/38] nfsd: allow encoding a filehandle into fattr4 without a svc_fh
` [PATCH v3 34/38] nfsd: add a fi_connectable flag to struct nfs4_file
` [PATCH v3 35/38] nfsd: add the filehandle to returned attributes in CB_NOTIFY
` [PATCH v3 36/38] nfsd: properly track requested child attributes
` [PATCH v3 37/38] nfsd: track requested dir attributes
` [PATCH v3 38/38] nfsd: add support to CB_NOTIFY for dir attribute changes

[RFC PATCH] NFSD: Relocate the xdr_reserve_space_vec() call site
 2025-09-26 14:31 UTC  (3+ messages)

[PATCH v11 0/7] NFS Direct: align misaligned DIO for LOCALIO
 2025-09-26 14:15 UTC  (3+ messages)
` [PATCH v11 2/7] nfs/localio: avoid issuing misaligned IO using O_DIRECT

[RFC PATCH] fs: Plumb case sensitivity bits into statx
 2025-09-26 13:05 UTC  (6+ messages)

[PATCH v3 0/3] NFSD direct I/O read
 2025-09-26  1:30 UTC  (15+ messages)
` [PATCH v3 3/3] NFSD: Implement NFSD_IO_DIRECT for NFS READ
                ` [RFC PATCH v3 4/3] NFSD: Implement NFSD_IO_DIRECT for NFS READ (v3 and older) [Was: "Re: [PATCH v3 3/3] NFSD: Implement NFSD_IO_DIRECT for NFS READ"]

[PATCH] nfsd: fix arithmetic expression overflow in decode_saddr()
 2025-09-26  0:09 UTC  (2+ messages)

[PATCH] nfsd: fix refcount leak in nfsd_set_fh_dentry()
 2025-09-25 13:47 UTC  (3+ messages)

[PATCH v2] NFSD: Add a subsystem policy document
 2025-09-25 13:32 UTC 

[PATCH] nfsd: fix arithmetic expression overflow in decode_saddr()
 2025-09-25 10:04 UTC  (2+ messages)

[PATCH v2 0/2] VFS: change ->atomic_open() calling to always have exclusive access
 2025-09-25  1:17 UTC  (3+ messages)
` [PATCH v2 1/2] NFS: remove d_drop()/d_alloc_parallel() from nfs_atomic_open()
` [PATCH v2 2/2] VFS: don't call ->atomic_open on cached negative without O_CREAT

[RFC PATCH] NFSD: Add a subsystem policy document
 2025-09-24 23:02 UTC  (6+ messages)


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