public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-07-22 02:49:32 to 2025-08-01 14:01:06 UTC [more...]

[PATCH 00/10] convert the majority of file systems to mmap_prepare
 2025-08-01 14:00 UTC  (2+ messages)

mount NFS with localio
 2025-08-01 13:43 UTC  (3+ messages)

[PATCH] nfsd: decouple the xprtsec policy check from check_nfsd_access()
 2025-08-01 13:24 UTC  (6+ messages)

[PATCH v4 0/8] nfsd/vfs: fix handling of delegated timestamp updates
 2025-08-01  1:19 UTC  (11+ messages)
` [PATCH v4 1/8] nfsd: fix assignment of ia_ctime.tv_nsec on delegated mtime update
` [PATCH v4 2/8] nfsd: ignore ATTR_DELEG when checking ia_valid before notify_change()
` [PATCH v4 3/8] vfs: add ATTR_CTIME_SET flag
` [PATCH v4 4/8] nfsd: use ATTR_CTIME_SET for delegated ctime updates
` [PATCH v4 5/8] nfsd: track original timestamps in nfs4_delegation
` [PATCH v4 6/8] nfsd: fix SETATTR updates for delegated timestamps
` [PATCH v4 7/8] nfsd: fix timestamp updates in CB_GETATTR
` [PATCH v4 8/8] nfsd: freeze c/mtime updates with outstanding WRITE_ATTRS delegation

[PATCH v3 0/4] NFSD DIRECT: add handling for misaligned WRITEs
 2025-07-31 23:06 UTC  (5+ messages)
` [PATCH v3 1/4] NFSD: refactor nfsd_read_vector_dio to EVENT_CLASS useful for READ and WRITE
` [PATCH v3 2/4] NFSD: prepare nfsd_vfs_write() to use O_DIRECT on misaligned WRITEs
` [PATCH v3 3/4] NFSD: issue WRITEs using O_DIRECT even if IO is misaligned
` [PATCH v3 4/4] NFSD: handle unaligned DIO for NFS reexport

parts of pages on NFS being replaced by swaths of NULs
 2025-07-31 23:04 UTC  (3+ messages)

[PATCH v2 0/4] NFSD DIRECT: add handling for misaligned WRITEs
 2025-07-31 22:14 UTC  (15+ messages)
` [PATCH v2 1/4] NFSD: refactor nfsd_read_vector_dio to EVENT_CLASS useful for READ and WRITE
` [PATCH v2 2/4] NFSD: prepare nfsd_vfs_write() to use O_DIRECT on misaligned WRITEs
` [PATCH v2 3/4] NFSD: issue WRITEs using O_DIRECT even if IO is misaligned
` [PATCH v2 4/4] NFSD: handle unaligned DIO for NFS reexport

[PATCH 0/3] NFSD DIRECT: add handling for misaligned WRITEs
 2025-07-31 19:04 UTC  (9+ messages)
` [PATCH 1/3] NFSD: rename and update nfsd_read_vector_dio trace event to nfsd_analyze_dio
` [PATCH 2/3] NFSD: prepare nfsd_vfs_write() to use O_DIRECT on misaligned WRITEs
` [PATCH 3/3] NFSD: issue WRITEs using O_DIRECT even if IO is misaligned

[PATCH v2 0/4] address tls_alert_recv usage by NFS and NvME
 2025-07-31 18:00 UTC  (5+ messages)
` [PATCH v2 1/4] sunrpc: fix handling of server side tls alerts
` [PATCH v2 2/4] sunrpc: fix client side handling of "
` [PATCH v2 3/4] nvmet-tcp: fix "
` [PATCH v2 4/4] net/handshake: change tls_alert_recv to receive a kvec

[PATCH 0/4] address tls_alert_recv usage by NFS and NvME
 2025-07-31 16:05 UTC  (10+ messages)
` [PATCH 1/4] sunrpc: fix handling of server side tls alerts
` [PATCH 2/4] sunrpc: fix client side handling of "
` [PATCH 3/4] nvmet-tcp: fix "
` [PATCH 4/4] net/handshake: change tls_alert_recv to receive a kvec

[PATCH] nfs/localio: use read_seqbegin() rather than read_seqbegin_or_lock()
 2025-07-31  8:10 UTC 

[PATCH][next] lockd: Remove space before newline
 2025-07-30 13:57 UTC  (2+ messages)

[RFC 0/4] net/tls: add support for the record size limit extension
 2025-07-29 13:37 UTC  (11+ messages)
` [RFC 1/4] net/handshake: get negotiated tls record size limit
` [RFC 2/4] net/tls/tls_sw: use the record size limit specified
` [RFC 3/4] nvme/host/tcp: set max record size in the tls context
` [RFC 4/4] nvme/target/tcp: "

[PATCH v2] NFSD: Rework encoding and decoding of nfsd4_deviceid
 2025-07-29  7:48 UTC  (6+ messages)

[GIT PULL] NFSD changes for v6.17
 2025-07-28 23:40 UTC  (2+ messages)

[PATCH v5 00/13] NFSD DIRECT and NFS DIRECT
 2025-07-28 14:08 UTC  (22+ messages)
` [PATCH v5 01/13] NFSD: filecache: add STATX_DIOALIGN and STATX_DIO_READ_ALIGN support
` [PATCH v5 02/13] NFSD: pass nfsd_file to nfsd_iter_read()
` [PATCH v5 03/13] NFSD: add io_cache_read controls to debugfs interface
` [PATCH v5 04/13] NFSD: add io_cache_write "
` [PATCH v5 05/13] NFSD: filecache: only get DIO alignment attrs if NFSD_IO_DIRECT enabled
` [PATCH v5 06/13] NFSD: issue READs using O_DIRECT even if IO is misaligned
` [PATCH v5 07/13] nfs/localio: avoid bouncing LOCALIO if nfs_client_is_local()
` [PATCH v5 08/13] nfs/localio: make trace_nfs_local_open_fh more useful
` [PATCH v5 09/13] nfs/localio: add nfsd_file_dio_alignment
` [PATCH v5 10/13] nfs/localio: refactor iocb initialization
` [PATCH v5 11/13] nfs/localio: fallback to NFSD for misaligned O_DIRECT READs
` [PATCH v5 12/13] nfs/direct: add misaligned READ handling
` [PATCH v5 13/13] nfs/direct: add misaligned WRITE handling
` (subset) [PATCH v5 00/13] NFSD DIRECT and NFS DIRECT

[PATCH v3 0/8] nfsd/vfs: fix handling of delegated timestamp updates
 2025-07-28 12:15 UTC  (14+ messages)
` [PATCH v3 1/8] nfsd: fix assignment of ia_ctime.tv_nsec on delegated mtime update
` [PATCH v3 2/8] nfsd: ignore ATTR_DELEG when checking ia_valid before notify_change()
` [PATCH v3 3/8] vfs: add ATTR_CTIME_SET flag
` [PATCH v3 4/8] nfsd: use ATTR_CTIME_SET for delegated ctime updates
` [PATCH v3 5/8] nfsd: track original timestamps in nfs4_delegation
` [PATCH v3 6/8] nfsd: fix SETATTR updates for delegated timestamps
` [PATCH v3 7/8] nfsd: fix timestamp updates in CB_GETATTR
` [PATCH v3 8/8] vfs: remove inode_set_ctime_deleg()

[PATCH 1/2] SUNRPC: Don't allow waiting for exiting tasks
 2025-07-28  9:34 UTC  (8+ messages)

ANNOUNCE: rpcbind-1.2.8 released
 2025-07-27 12:29 UTC 

[PATCH] rpcinfo: Removed a number of "old-style function definition" warnings
 2025-07-26 23:14 UTC  (2+ messages)

[PATCH rpcbind 1/2] man/rpcbind: Update list of options
 2025-07-26 23:13 UTC  (4+ messages)
` [PATCH rpcbind 2/2] rpcbind: Add -v flag to print version and config

[PATCH v2 0/7] nfsd/vfs: fix handling of delegated timestamp updates
 2025-07-26 22:25 UTC  (12+ messages)
` [PATCH v2 1/7] vfs: add ATTR_CTIME_SET flag
` [PATCH v2 2/7] nfsd: ignore ATTR_DELEG when checking ia_valid before notify_change()
` [PATCH v2 3/7] nfsd: use ATTR_CTIME_SET for delegated ctime updates
` [PATCH v2 4/7] nfsd: track original timestamps in nfs4_delegation
` [PATCH v2 5/7] nfsd: fix SETATTR updates for delegated timestamps
` [PATCH v2 6/7] nfsd: fix timestamp updates in CB_GETATTR
` [PATCH v2 7/7] vfs: remove inode_set_ctime_deleg()

[PATCH v2] NFSv4: prevent integer overflow while calling nfs4_set_lease_period()
 2025-07-25 23:39 UTC  (4+ messages)

nfstest_lock: Key Error: 'fcntl'
 2025-07-25 17:54 UTC 

[PATCH v2 0/7] NFS DIRECT: handle misaligned READ and WRITE for LOCALIO
 2025-07-24 19:39 UTC  (10+ messages)
` [PATCH v2 5/7] nfs/localio: fallback to NFSD for misaligned O_DIRECT READs
` [PATCH v2 6/7] nfs/direct: add misaligned READ handling
` [PATCH v2 7/7] nfs/direct: add misaligned WRITE handling

[PATCH 0/2] vfs: fix delegated timestamp updates
 2025-07-24 13:49 UTC  (7+ messages)
` [PATCH 1/2] vfs: add tracepoints in inode_set_ctime_deleg
` [PATCH 2/2] vfs: fix delegated timestamp handling in setattr_copy()

[PATCH v4 0/5] NFSD: add "NFSD DIRECT" and "NFSD DONTCACHE" IO modes
 2025-07-24 13:17 UTC  (12+ messages)
` [PATCH v4 1/5] NFSD: filecache: add STATX_DIOALIGN and STATX_DIO_READ_ALIGN support
` [PATCH v4 2/5] NFSD: pass nfsd_file to nfsd_iter_read()
` [PATCH v4 3/5] NFSD: add io_cache_read controls to debugfs interface
` [PATCH v4 4/5] NFSD: add io_cache_write "
` [PATCH v4 5/5] NFSD: issue READs using O_DIRECT even if IO is misaligned
` [PATCH v4 6/5] NFSD: filecache: only get DIO alignment attrs if NFSD_IO_DIRECT enabled modes

[PATCH v2] security,fs,nfs,net: update security_inode_listsecurity() interface
 2025-07-24  2:09 UTC  (6+ messages)

[PATCH 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS
 2025-07-23 15:26 UTC  (3+ messages)
` [PATCH 1/2] vfs: Allow filesystems with foreign owner IDs to override UID checks
` [PATCH 2/2] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir

delegated timestamp woes
 2025-07-22 21:00 UTC  (5+ messages)

[PATCH 1/1] NFSv4.2: another fix for listxattr
 2025-07-22 20:56 UTC 

nfs client and io_uring zero copy receive
 2025-07-22 19:40 UTC  (4+ messages)

[PATCH] NFS: Fix filehandle bounds checking in nfs_fh_to_dentry()
 2025-07-22 15:29 UTC  (3+ messages)

[PATCH v3] NFS: Fixup allocation flags for nfsiod's __GFP_NORETRY
 2025-07-22 15:12 UTC  (2+ messages)

Re-exporting NFS shares with a generated fsid as a UUID?
 2025-07-22 14:57 UTC  (3+ messages)


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