Linux NFS development
 help / color / mirror / Atom feed
 messages from 2026-04-27 04:06:32 to 2026-05-01 16:01:08 UTC [more...]

[PATCH v2] security,fs,nfs,net: update security_inode_listsecurity() interface
 2026-05-01 16:00 UTC  (4+ messages)
` [PATCH ported/repost "

[PATCH 0/6] SUNRPC: Address remaining cache_check_rcu() UAF in cache content files
 2026-05-01 14:51 UTC  (7+ messages)
` [PATCH 1/6] SUNRPC: Move cache_initialize() declaration to sunrpc-private header
` [PATCH 2/6] SUNRPC: Provide a shared workqueue for cache release callbacks
` [PATCH 3/6] SUNRPC: Defer ip_map sub-object cleanup past RCU grace period
` [PATCH 4/6] SUNRPC: Use shared release pattern for the unix_gid cache
` [PATCH 5/6] SUNRPC: Hold cd->net for the lifetime of cache files
` [PATCH 6/6] NFSD: Convert nfsd_export_shutdown() to sunrpc_cache_destroy_net()

[BUG] [powerpc] [next-20260216/17] nfsd: use-after-free in cache_check_rcu() triggered by sosreport on ppc64le
 2026-05-01 12:44 UTC  (4+ messages)

[PATCH v3 00/19] Prepare to lift lookup out of exclusive lock for directory ops
 2026-05-01 10:46 UTC  (51+ messages)
` [PATCH v3 03/19] VFS: allow d_alloc_name() to be used with ->d_hash
` [PATCH v3 04/19] VFS: use wait_var_event for waiting in d_alloc_parallel()
` [PATCH v3 05/19] VFS: introduce d_alloc_noblock()
` [PATCH v3 06/19] VFS: add d_duplicate()
` [PATCH v3 07/19] VFS: Add LOOKUP_SHARED flag
` [PATCH v3 08/19] VFS/xfs/ntfs: drop parent lock across d_alloc_parallel() in d_add_ci()
` [PATCH v3 09/19] ovl: stop using lookup_one() in iterate_shared() handling
` [PATCH v3 10/19] VFS/ovl: add d_alloc_noblock_return()
` [PATCH v3 11/19] efivarfs: use d_alloc_name()
` [PATCH v3 12/19] shmem: use d_duplicate()
` [PATCH v3 13/19] nfs: remove d_drop()/d_alloc_parallel() from nfs_atomic_open()
` [PATCH v3 14/19] nfs: use d_splice_alias() in nfs_link()
` [PATCH v3 15/19] nfs: don't d_drop() before d_splice_alias()
` [PATCH v3 16/19] nfs: don't d_drop() before d_splice_alias() in atomic_create
` [PATCH v3 17/19] nfs: Use d_alloc_noblock() in nfs_prime_dcache()
` [PATCH v3 18/19] nfs: use d_alloc_noblock() in silly-rename
` [PATCH v3 19/19] nfs: use d_duplicate()
` [syzbot ci] Re: Prepare to lift lookup out of exclusive lock for directory ops

[PATCH v4 0/4] mm: improve write performance with RWF_DONTCACHE
 2026-05-01  9:49 UTC  (5+ messages)
` [PATCH v4 1/4] mm: track DONTCACHE dirty pages per bdi_writeback
` [PATCH v4 2/4] mm: kick writeback flusher for IOCB_DONTCACHE with targeted dirty tracking
` [PATCH v4 3/4] testing: add nfsd-io-bench NFS server benchmark suite
` [PATCH v4 4/4] testing: add dontcache-bench local filesystem "

[PATCH v3 00/14] Remove redundant rcu_read_lock/unlock() in spin_lock
 2026-04-30 21:30 UTC  (2+ messages)
` (subset) "

NFS4ERR_SEQ_MISORDERED errors and NFS client very slow
 2026-04-30 18:28 UTC  (14+ messages)

[RFC PATCH] xprtrdma: Move long delayed work on system_dfl_long_wq
 2026-04-30 15:09 UTC  (6+ messages)

Breakage in ktls-utils with nfs keyring?
 2026-04-30 13:38 UTC  (2+ messages)

[PATCH v12 00/15] Exposing case folding behavior
 2026-04-29 22:00 UTC  (17+ messages)
` [PATCH v12 01/15] fs: Move file_kattr initialization to callers
` [PATCH v12 02/15] fs: Add case sensitivity flags to file_kattr
` [PATCH v12 03/15] fat: Implement fileattr_get for case sensitivity
` [PATCH v12 04/15] exfat: "
` [PATCH v12 05/15] ntfs3: "
` [PATCH v12 06/15] hfs: "
` [PATCH v12 07/15] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v12 08/15] xfs: "
` [PATCH v12 09/15] cifs: Implement fileattr_get for case sensitivity
` [PATCH v12 10/15] nfs: "
` [PATCH v12 11/15] vboxsf: "
` [PATCH v12 12/15] isofs: "
` [PATCH v12 13/15] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v12 14/15] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v12 15/15] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION

[PATCH] nfs: flexfilelayout: fix unused-but-set variable 'err'
 2026-04-29 16:17 UTC  (3+ messages)

[PATCH 00/18] Migrate rpcsec_gss_krb5 to the crypto/krb5 library
 2026-04-29 15:17 UTC  (21+ messages)
` [PATCH 01/18] SUNRPC: Add Kconfig dependency on CRYPTO_KRB5
` [PATCH 02/18] SUNRPC: Add crypto/krb5 enctype lookup to krb5_ctx
` [PATCH 03/18] SUNRPC: Add helpers to convert xdr_buf byte ranges to scatterlists
` [PATCH 04/18] SUNRPC: Add errno-to-GSS status conversion helper
` [PATCH 05/18] SUNRPC: Prepare crypto/krb5 encryption and checksum handles
` [PATCH 06/18] SUNRPC: Switch wrap token encryption to crypto/krb5
` [PATCH 07/18] SUNRPC: Switch wrap token decryption "
` [PATCH 08/18] SUNRPC: Switch Camellia decrypt "
` [PATCH 09/18] SUNRPC: Switch MIC token generation "
` [PATCH 10/18] SUNRPC: Switch MIC token verification "
` [PATCH 11/18] SUNRPC: Remove get_mic/verify_mic function pointers from enctype table
` [PATCH 12/18] SUNRPC: Remove wrap/unwrap "
` [PATCH 13/18] SUNRPC: Remove encrypt/decrypt "
` [PATCH 14/18] SUNRPC: Remove legacy skcipher/ahash handles from krb5_ctx
` [PATCH 15/18] SUNRPC: Remove dead code from rpcsec_gss_krb5
` [PATCH 16/18] SUNRPC: Remove per-enctype Kconfig options
` [PATCH 17/18] SUNRPC: Remove redundant crypto Kconfig dependencies
` [PATCH 18/18] SUNRPC: Remove dead rpcsec_gss_krb5 definitions

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

REGRESSION: NFSv4: mkdir returns EEXIST after NFS4ERR_DELAY-then-success;
 2026-04-29 10:49 UTC  (4+ messages)
    ` [PATCH] NFSv4: clear exception state on successful mkdir retry

[PATCH v3] lockd: fix TEST handling when not all permissions are available
 2026-04-28 19:47 UTC 

[PATCH v18 25/42] dept: add documents for dept
 2026-04-28 16:26 UTC  (2+ messages)
` [PATCH] dept: update documentation function names to match implementation

"Intent" of VFS lookups
 2026-04-28 16:12 UTC  (5+ messages)

[PATCH] net: sunrpc: fix slab-out-of-bounds read in cache_seq_start_rcu
 2026-04-28 13:56 UTC  (2+ messages)

[PATCH AUTOSEL 7.0-6.6] NFS: Use nlmclnt_shutdown_rpc_clnt() to safely shut down NLM
 2026-04-28 10:40 UTC  (2+ messages)
` [PATCH AUTOSEL 7.0] NFS: fix writeback in presence of errors

Linux idmapper kernel and userland source code?
 2026-04-28  8:58 UTC  (2+ messages)
` Fwd: "

pynfs-0.5 tagged and pushed
 2026-04-28  8:44 UTC  (5+ messages)

Fwd: [Ms-nfs41-client-devel] [Announcement] NFSv4.2/NFSv4.1 filesystem client Windows driver binaries for Windows 10/11+WindowsServer 2019/2022/2025 for testing, 2026-04-27 
 2026-04-28  8:41 UTC  (2+ messages)
  ` Linux script-driven idmapper, Linux idmapper for multi-site idmapping? "

[PATCH rfc] NFSv4: Keep delegation post REMOVE in case server supports preserved-unliked
 2026-04-28  8:24 UTC 

[PATCH] NFS: show redacted cert_serial and privkey_serial in mount options
 2026-04-28  8:15 UTC 

[PATCH] pNFS/filelayout: fix cheking if a layout is striped
 2026-04-28  8:13 UTC  (2+ messages)

[PATCH v3 0/4] mm: improve write performance with RWF_DONTCACHE
 2026-04-28  6:49 UTC  (9+ messages)
` [PATCH v3 2/4] mm: kick writeback flusher for IOCB_DONTCACHE with targeted dirty tracking

[PATCH v11 00/15] Exposing case folding behavior
 2026-04-28  1:32 UTC  (13+ messages)
` [PATCH v11 08/15] xfs: Report case sensitivity in fileattr_get
` [PATCH v11 12/15] isofs: Implement fileattr_get for case sensitivity
` [PATCH v11 14/15] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING

cleanup block-style layouts exports v2
 2026-04-27 15:03 UTC  (11+ messages)

[PATCH v6 0/4] OPENAT2_REGULAR flag support for openat2
 2026-04-27 14:29 UTC  (5+ messages)
` [PATCH v6 1/4] openat2: new OPENAT2_REGULAR flag support

[PATCH v2] NFSv4.1/pNFS: fix LAYOUTCOMMIT retry loop on OLD_STATEID
 2026-04-27 12:48 UTC  (3+ messages)
` Question about "Not Applicable" status for "

[PATCH v2 00/19] Prepare to lift lookup out of exclusive lock for directory ops
 2026-04-27  8:41 UTC  (2+ messages)
` [syzbot ci] "


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