Linux-NFS Archive mirror
 help / color / mirror / Atom feed
[PATCH] NFSD: Rework encoding and decoding of nfsd4_deviceid
 2025-07-19 15:27 UTC  (2+ messages)

NFS stuck in nfs_lookup_revalidate
 2025-07-19  0:02 UTC  (4+ messages)

[PATCH 0/2 RFT] nfsd: fix another problem with recent localio changes
 2025-07-18 14:36 UTC  (10+ messages)
` [PATCH 1/2] nfsd: avoid ref leak in nfsd_open_local_fh()
` [PATCH 2/2] nfsd: discard nfsd_file_get_local()

[PATCH v2] sunrpc: Change ret code of xdr_stream_decode_opaque_fixed
 2025-07-18 14:21 UTC  (2+ messages)

use a hash for looking up delegation v3
 2025-07-18  8:14 UTC  (6+ messages)
` [PATCH 1/5] NFS: cleanup error handling in nfs4_server_common_setup
` [PATCH 2/5] NFS: cleanup nfs_inode_reclaim_delegation
` [PATCH 3/5] NFS: move the delegation_watermark module parameter
` [PATCH 4/5] NFS: track active delegations per-server
` [PATCH 5/5] NFS: use a hash table for delegation lookup

[RFC PATCH for 6.16-rcX] Revert "nfs_localio: change nfsd_file_put_local() to take a pointer to __rcu pointer"
 2025-07-18  0:18 UTC  (38+ messages)
` [for-6.16-final PATCH 0/9] NFSD/NFS/LOCALIO: stable fixes and revert 6.16 LOCALIO changes
  ` [for-6.16-final PATCH 1/9] Revert "NFSD: Clean up kdoc for nfsd_open_local_fh()"
  ` [for-6.16-final PATCH 2/9] Revert "nfs_localio: change nfsd_file_put_local() to take a pointer to __rcu pointer"
  ` [for-6.16-final PATCH 3/9] Revert "nfs_localio: protect race between nfs_uuid_put() and nfs_close_local_fh()"
  ` [for-6.16-final PATCH 4/9] Revert "nfs_localio: duplicate nfs_close_local_fh()"
  ` [for-6.16-final PATCH 5/9] Revert "nfs_localio: simplify interface to nfsd for getting nfsd_file"
  ` [for-6.16-final PATCH 6/9] Revert "nfs_localio: always hold nfsd net ref with nfsd_file ref"
  ` [for-6.16-final PATCH 7/9] Revert "nfs_localio: use cmpxchg() to install new nfs_file_localio"
  ` [for-6.16-final PATCH 8/9] nfs/localio: avoid bouncing LOCALIO if nfs_client_is_local()
  ` [for-6.16-final PATCH 9/9] nfs/localio: add localio_async_probe modparm
` [PATCH 0/3] Fix localio hangs
  ` [PATCH 1/3] NFS/localio: nfs_close_local_fh() fix check for file closed
  ` [PATCH 2/3] NFS/localio: nfs_uuid_put() fix the wait for file unlink events
  ` [PATCH 3/3] NFS/localio: nfs_uuid_put() fix the wake up after unlinking the file
  ` [PATCH v2 0/3] Fix localio hangs
    ` [PATCH v2 1/3] NFS/localio: nfs_close_local_fh() fix check for file closed
    ` [PATCH v2 2/3] NFS/localio: nfs_uuid_put() fix races with nfs_open/close_local_fh()
    ` [PATCH v2 3/3] NFS/localio: nfs_uuid_put() fix the wake up after unlinking the file

[PATCH] NFSD: Change ret code of xdr_stream_decode_opaque_fixed
 2025-07-17 20:42 UTC  (3+ messages)

use a hash for looking up delegation v2
 2025-07-17 16:00 UTC  (8+ messages)
` [PATCH 1/4] NFS: cleanup nfs_inode_reclaim_delegation
` [PATCH 2/4] NFS: move the delegation_watermark module parameter
` [PATCH 3/4] NFS: track active delegations per-server
` [PATCH 4/4] NFS: use a hash table for delegation lookup

[PATCH] pNFS: Fix uninited ptr access in ext_tree_encode_commit
 2025-07-17 14:43 UTC  (3+ messages)

[PATCH] pNFS: fix uninitialized pointer access
 2025-07-17 14:02 UTC  (6+ messages)

[bug report] nfsd: Implement large extent array support in pNFS
 2025-07-17  9:51 UTC  (3+ messages)

[bug report] pNFS: Fix extent encoding in block/scsi layout
 2025-07-17  1:52 UTC  (2+ messages)

[PATCH v2] nfsd: don't set the ctime on delegated atime updates
 2025-07-16 13:53 UTC  (2+ messages)

[PATCH v2 0/3] NFSD: Fix last write offset handling in layoutcommit
 2025-07-16 11:16 UTC  (7+ messages)
` [PATCH v2 1/3] NFSD: Minor cleanup in layoutcommit processing
` [PATCH v2 2/3] NFSD: Fix last write offset handling in layoutcommit
` [PATCH v2 3/3] NFSD: Minor cleanup in layoutcommit decoding

[PATCH v3 0/5] NFSD: add "NFSD DIRECT" and "NFSD DONTCACHE" IO modes
 2025-07-16 10:28 UTC  (13+ messages)
` [PATCH v3 1/5] NFSD: filecache: add STATX_DIOALIGN and STATX_DIO_READ_ALIGN support
` [PATCH v3 2/5] NFSD: pass nfsd_file to nfsd_iter_read()
` [PATCH v3 3/5] NFSD: add io_cache_read controls to debugfs interface
` [PATCH v3 4/5] NFSD: add io_cache_write "
` [PATCH v3 5/5] NFSD: issue READs using O_DIRECT even if IO is misaligned

[PATCH] nfsd: don't set the ctime on delegated atime updates
 2025-07-15 17:33 UTC  (4+ messages)

[PATCH] nfslocalio: use correct wait address in nfs_uuid_put()
 2025-07-15 16:25 UTC  (3+ messages)
`  "

[RFC PATCH v2 0/8] NFSD: support DIO
 2025-07-15 11:57 UTC  (28+ messages)
` [RFC PATCH v2 1/8] NFSD: Relocate the fh_want_write() and fh_drop_write() helpers
` [RFC PATCH v2 2/8] NFSD: Move the fh_getattr() helper
` [RFC PATCH v2 3/8] NFSD: filecache: add STATX_DIOALIGN and STATX_DIO_READ_ALIGN support
` [RFC PATCH v2 4/8] lib/iov_iter: remove piecewise bvec length checking in iov_iter_aligned_bvec
` [RFC PATCH v2 6/8] NFSD: add io_cache_read controls to debugfs interface
` [RFC PATCH v2 8/8] NFSD: issue READs using O_DIRECT even if IO is misaligned

use a hash for looking up delegation
 2025-07-15 11:19 UTC  (14+ messages)
` [PATCH 1/4] NFS: cleanup nfs_inode_reclaim_delegation
` [PATCH 2/4] NFS: move the delegation_watermark module parameter
` [PATCH 3/4] NFS: track active delegations per-server
` [PATCH 4/4] NFS: use a hash table for delegation lookup

add a clientid mount option
 2025-07-15  5:31 UTC  (10+ messages)
` [PATCH 1/2] NFS: pass struct nfs_client_initdata to nfs4_set_client
` [PATCH 2/2] NFS: add a clientid mount option

[PATCH v2] nfs: fix the race of lock/unlock and open
 2025-07-15  3:05 UTC 

[RFC PATCH] Revert "NFSD: Force all NFSv4.2 COPY requests to be synchronous"
 2025-07-14 13:59 UTC  (7+ messages)

[PATCH] SUNRPC: Remove unused xdr functions
 2025-07-14 12:03 UTC  (6+ messages)

[nfstest PATCH v2] TCP: Reassemble TCP PDU segments for complete NFS message processing
 2025-07-14  9:11 UTC 

[PATCH 0/2] netfs: Fix use of fscache with ceph
 2025-07-14  9:05 UTC  (6+ messages)
` [PATCH 1/2] netfs: Fix copy-to-cache so that it performs collection with ceph+fscache
` [PATCH 2/2] netfs: Fix race between cache write completion and ALL_QUEUED being set

[PATCH] NFS: drop __exit from nfs_exit_keyring
 2025-07-14  6:24 UTC 

[RFC PATCH 0/3] Initial NFS client support for RWF_DONTCACHE
 2025-07-14  6:22 UTC  (2+ messages)

[PATCH] nfsd: Using guard() to simplify nfsd_cache_lookup()
 2025-07-13 23:33 UTC  (5+ messages)

[PATCH v3] pNFS/flexfiles: don't attempt pnfs on fatal DS errors
 2025-07-13 17:13 UTC  (2+ messages)

[ANNOUNCE] ktls-utils 1.2.0
 2025-07-11 15:46 UTC 

Announcing the Fall 2025 NFS Bake-a-thon
 2025-07-10 16:39 UTC 

[PATCH 00/13] netfs, cifs: Fixes to retry-related code
 2025-07-10 16:31 UTC  (11+ messages)

support keyrings for NFS TLS mounts v2
 2025-07-10 13:14 UTC  (3+ messages)

[PATCH v3] NFS: Fixup allocation flags for nfsiod's __GFP_NORETRY
 2025-07-10 10:42 UTC  (3+ messages)

[PATCH RFC 0/2] nfsd: issue POSIX_FADV_DONTNEED after READ/WRITE/COMMIT
 2025-07-10  8:00 UTC  (4+ messages)

[RFC PATCH 0/6] NFS: LOCALIO improvements and support for misaligned O_DIRECT READs
 2025-07-10  7:32 UTC  (4+ messages)
` [RFC PATCH 5/6] nfs/localio: refactor iocb initialization

[PATCH 0/2] NFSD: Fix last write offset handling in layoutcommit
 2025-07-10  7:29 UTC  (5+ messages)
` [PATCH 1/2] NFSD: Minor cleanup in layoutcommit processing
` [PATCH 2/2] NFSD: Fix last write offset handling in layoutcommit


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).