messages from 2025-09-22 14:29:13 to 2025-09-30 16:29:12 UTC [more...]
[PATCH 1/1] NFSD: Fix SCSI reservation conflict causing pNFS client to revert I/O to MDS
2025-09-30 16:28 UTC
[PATCH v9 0/7] NFS DIRECT: align misaligned DIO for LOCALIO
2025-09-30 16:26 UTC (2+ messages)
` [GIT PULL] NFS LOCALIO O_DIRECT changes for Linux 6.18
[PATCH 1/1] NFSv4: handle ERR_GRACE on delegation recalls
2025-09-30 15:19 UTC (13+ messages)
[PATCH v1] NFSD: Fix crash in nfsd4_read_release()
2025-09-30 14:45 UTC (2+ 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 (56+ messages)
` [PATCH v3 01/38] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v3 02/38] filelock: add a lm_may_setlease lease_manager callback
` [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
[PATCH v1] svcrdma: Increase the server's default RPC/RDMA credit grant
2025-09-26 15:52 UTC
[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 (18+ messages)
` [PATCH v3 1/3] NFSD: filecache: add STATX_DIOALIGN and STATX_DIO_READ_ALIGN support
` [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 (11+ messages)
[RFC PATCH v4 0/9] NFSv4/flexfiles: Add support for striped layouts
2025-09-24 16:20 UTC (10+ messages)
` [RFC PATCH v4 1/9] NFSv4/flexfiles: Remove cred local variable dependency
` [RFC PATCH v4 2/9] NFSv4/flexfiles: Use ds_commit_idx when marking a write commit
` [RFC PATCH v4 3/9] NFSv4/flexfiles: Add data structure support for striped layouts
` [RFC PATCH v4 4/9] NFSv4/flexfiles: Update low level helper functions to be DS stripe aware
` [RFC PATCH v4 5/9] NFSv4/flexfiles: Read path updates for striped layouts
` [RFC PATCH v4 6/9] NFSv4/flexfiles: Commit "
` [RFC PATCH v4 7/9] NFSv4/flexfiles: Write "
` [RFC PATCH v4 8/9] NFSv4/flexfiles: Update layout stats & error paths "
` [RFC PATCH v4 9/9] NFSv4/flexfiles: Add support "
Thematic Funds Letter Of Intent
2025-09-23 23:54 UTC
[PATCH 0/4] pynfs: add a CB_NOTIFY_LOCK test
2025-09-23 21:59 UTC (5+ messages)
` [PATCH 1/4] nfs4.1: make serverhelper() deal with "bytes" objects
` [PATCH 2/4] pynfs: add an option to forcibly expire clients to the serverhelper scripts
` [PATCH 3/4] rudimentary CB_NOTIFY_LOCK support
` [PATCH 4/4] 4.1 server tests: add test for CB_NOTIFY_LOCK with an expired client
linux-next: build failure after merge of the nfs-anna tree
2025-09-23 13:29 UTC (2+ messages)
[bug report] NFSv4/flexfiles: Update low level helper functions to be DS stripe aware
2025-09-23 10:38 UTC
[PATCH] sunrpc: unexport rpc_malloc() and rpc_free()
2025-09-22 21:36 UTC
[RFC PATCH v3 0/9] NFSv4/flexfiles: Add support for striped layouts
2025-09-22 20:34 UTC (3+ messages)
` [RFC PATCH v3 6/9] NFSv4/flexfiles: Commit path updates "
next-20250922: arm riscv32 flexfilelayout.c:685:2: error: incompatible pointer types passing 'u32 *'
2025-09-22 17:59 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox