public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-19 12:04:47 to 2026-02-25 03:38:59 UTC [more...]

[PATCH v2 0/4] net: replace deprecated simple_strto* parsers with kstrto*
 2026-02-25  3:38 UTC  (4+ messages)
  ` [PATCH v2 1/4] 9p/trans_xen: make cleanup idempotent after dataring alloc errors
  ` [PATCH v2 2/4] 9p/trans_xen: replace simple_strto* with kstrtouint
  ` [PATCH v2 3/4] net: bridge: replace deprecated simple_strtoul with kstrtoul

[PATCH v3 00/15] Further centralising of directory locking for name ops
 2026-02-24 22:17 UTC  (16+ messages)
` [PATCH v3 01/15] VFS: note error returns in documentation for various lookup functions
` [PATCH v3 02/15] fs/proc: Don't lock root inode when creating "self" and "thread-self"
` [PATCH v3 03/15] VFS: move the start_dirop() kerndoc comment to before start_dirop()
` [PATCH v3 04/15] libfs: change simple_done_creating() to use end_creating()
` [PATCH v3 05/15] Apparmor: Use simple_start_creating() / simple_done_creating()
` [PATCH v3 06/15] selinux: "
` [PATCH v3 07/15] nfsd: switch purge_old() to use start_removing_noperm()
` [PATCH v3 08/15] VFS: make lookup_one_qstr_excl() static
` [PATCH v3 09/15] ovl: Simplify ovl_lookup_real_one()
` [PATCH v3 10/15] cachefiles: change cachefiles_bury_object to use start_renaming_dentry()
` [PATCH v3 11/15] ovl: pass name buffer to ovl_start_creating_temp()
` [PATCH v3 12/15] ovl: change ovl_create_real() to get a new lock when re-opening created file
` [PATCH v3 13/15] ovl: use is_subdir() for testing if one thing is a subdir of another
` [PATCH v3 14/15] ovl: remove ovl_lock_rename_workdir()
` [PATCH v3 15/15] VFS: unexport lock_rename(), lock_rename_child(), unlock_rename()

[PATCH v7 0/3] kNFSD Signed Filehandles
 2026-02-24 22:14 UTC  (5+ messages)
` [PATCH v7 1/3] NFSD: Add a key for signing filehandles
` [PATCH v7 2/3] NFSD/export: Add sign_fh export option
` [PATCH v7 3/3] NFSD: Sign filehandles

[RFC PATCH v2 00/11] NFS/NFSD: nfs4_acl passthru for NFSv4 reexport
 2026-02-24 21:58 UTC  (13+ messages)
` [RFC PATCH v2 01/11] exportfs: add ability to advertise NFSv4 ACL passthru support
` [RFC PATCH v2 02/11] NFSD: factor out nfsd_supports_nfs4_acl() to nfsd/acl.h
` [RFC PATCH v2 03/11] NFS/NFSD: data structure enablement for nfs4_acl passthru support
` [RFC PATCH v2 04/11] NFSD: prepare to support SETACL nfs4_acl passthru
` [RFC PATCH v2 05/11] NFSD: add NFS4 reexport support for "
` [RFC PATCH v2 06/11] NFSD: add NFS4 reexport support for GETACL "
` [RFC PATCH v2 07/11] NFSD: add NFS4ACL_DACL and NFS4ACL_SACL passthru support
` [RFC PATCH v2 08/11] NFSD: avoid extra nfs4_acl passthru work unless needed
` [RFC PATCH v2 09/11] NFSv4: add reexport support for SETACL nfs4_acl passthru
` [RFC PATCH v2 10/11] NFSv4: add reexport support for GETACL "
` [RFC PATCH v2 11/11] NFSv4: set EXPORT_OP_NFSV4_ACL_PASSTHRU flag

[PATCH] nfsd: use dynamic allocation for oversized NFSv4.0 replay cache
 2026-02-24 19:59 UTC  (6+ messages)

[PATCH v3 0/2] Fix warnings for RISC-V builds
 2026-02-24 17:55 UTC  (5+ messages)
` [PATCH v3 1/2] nfs: fix unused variable warning when CONFIG_SUNRPC_DEBUG is disabled
` [PATCH v3 2/2] net: macb: use ethtool_sprintf to fill ethtool stats strings

[PATCH] nfsd: fix heap overflow in NFSv4.0 LOCK replay cache
 2026-02-24 17:41 UTC  (2+ messages)

[PATCH v3 0/3] Automatic NFSv4 state revocation on filesystem unmount
 2026-02-24 17:14 UTC  (5+ messages)
` [PATCH v3 1/3] fs: add umount notifier chain for filesystem unmount notification
` [PATCH v3 2/3] nfsd: revoke NFSv4 state when filesystem is unmounted
` [PATCH v3 3/3] nfsd: close cached files on filesystem unmount

[PATCH] nfsd: convert global state_lock to per-net deleg_lock
 2026-02-24 14:59 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] VFS idmappings support in NFS
 2026-02-24 14:18 UTC  (4+ messages)

[PATCH 2/2] nfs-utils: conffile: fix discards const from pointer target
 2026-02-24 12:53 UTC  (2+ messages)

[PATCH 1/2] nfs-utils: mount.nfs: fix discards const from pointer target
 2026-02-24 12:52 UTC  (2+ messages)

[PATCH] nfsrahead: enable event-driven mountinfo monitoring
 2026-02-24 12:51 UTC  (2+ messages)

Regression: Missing check in nfsd_permission() causes -ENOLCK No locks available
 2026-02-24 12:50 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Support to split superblocks during remount
 2026-02-24 10:24 UTC  (6+ messages)

[PATCH v2 00/15] Further centralising of directory locking for name ops
 2026-02-24  9:20 UTC  (30+ messages)
` [PATCH v2 01/15] VFS: note error returns is documentation for various lookup functions
` [PATCH v2 02/15] fs/proc: Don't lock root inode when creating "self" and "thread-self"
` [PATCH v2 03/15] VFS: move the start_dirop() kerndoc comment to before start_dirop()
` [PATCH v2 04/15] libfs: change simple_done_creating() to use end_creating()
` [PATCH v2 05/15] Apparmor: Use simple_start_creating() / simple_done_creating()
` [PATCH v2 06/15] selinux: "
` [PATCH v2 07/15] nfsd: switch purge_old() to use start_removing_noperm()
` [PATCH v2 08/15] VFS: make lookup_one_qstr_excl() static
` [PATCH v2 09/15] ovl: Simplify ovl_lookup_real_one()
` [PATCH v2 10/15] cachefiles: change cachefiles_bury_object to use start_renaming_dentry()
` [PATCH v2 11/15] ovl: pass name buffer to ovl_start_creating_temp()
` [PATCH v2 12/15] ovl: change ovl_create_real() to get a new lock when re-opening created file
` [PATCH v2 13/15] ovl: use is_subdir() for testing if one thing is a subdir of another
` [PATCH v2 14/15] ovl: remove ovl_lock_rename_workdir()
` [PATCH v2 15/15] VFS: unexport lock_rename(), lock_rename_child(), unlock_rename()

[LSF/MM/BPF TOPIC] Namespace-aware upcalls from kernel filesystems
 2026-02-24  8:35 UTC  (8+ messages)

[PATCH 6.6.y] pNFS: Fix a deadlock when returning a delegation during open()
 2026-02-24  7:22 UTC 

[PATCH 6.6.y 2/2] NFS: Fix a deadlock involving nfs_release_folio()
 2026-02-24  7:02 UTC 

[PATCH 6.6.y 1/2] nfs: pass explicit offset/count to trace events
 2026-02-24  7:00 UTC 

[PATCH v2 0/4] sunrpc: cache infrastructure scalability improvements
 2026-02-23 21:09 UTC  (6+ messages)
` [PATCH v2 1/4] sunrpc: fix cache_request leak in cache_release
` [PATCH v2 2/4] sunrpc: convert queue_lock from global spinlock to per-cache-detail lock
` [PATCH v2 3/4] sunrpc: convert queue_wait from global to per-cache-detail waitqueue
` [PATCH v2 4/4] sunrpc: split cache_detail queue into request and reader lists

[LSF/MM/BPF TOPIC] Implementing the NFS v4.2 WRITE_SAME operation: VFS or NFS ioctl() ?
 2026-02-23 20:39 UTC  (3+ messages)
  ` [External] : "

[GIT PULL] Please Pull NFS Client Updates for Linux 7.0
 2026-02-23 20:19 UTC  (4+ messages)

[PATCH] nfs: avoid triggering out-of-order write handling in nfs_setattr()
 2026-02-23 20:16 UTC  (2+ messages)

[PATCH] xprtrdma: Decrement re_receiving on the early exit paths
 2026-02-23 19:58 UTC  (2+ messages)

[PATCH] nfsdctl: load modules on nl family resolution error
 2026-02-23 15:20 UTC  (2+ messages)

[PATCH nfs-utils v2 0/4] nfsdctl: properly handle older kernels that don't support min-threads
 2026-02-23 15:19 UTC  (2+ messages)

[RFC PATCH 0/6] Optimize NFSD buffer page management
 2026-02-23 14:43 UTC  (10+ messages)
` [RFC PATCH 1/6] sunrpc: Tighten bounds checking in svc_rqst_replace_page
` [RFC PATCH 2/6] sunrpc: Allocate a separate Reply page array
` [RFC PATCH 3/6] sunrpc: Handle NULL entries in svc_rqst_release_pages
` [RFC PATCH 4/6] svcrdma: preserve rq_next_page in svc_rdma_save_io_pages
` [RFC PATCH 5/6] sunrpc: Track consumed rq_pages entries
` [RFC PATCH 6/6] sunrpc: Optimize rq_respages allocation in svc_alloc_arg

[PATCH 1/1] NFSD: Expose callback statistics in /proc/net/rpc/nfsd
 2026-02-23 14:23 UTC  (8+ messages)

[PATCH 0/3] sunrpc: cache infrastructure scalability improvements
 2026-02-23 14:07 UTC  (7+ messages)
` [PATCH 1/3] sunrpc: convert queue_lock from global spinlock to per-cache_detail lock
` [PATCH 2/3] sunrpc: convert queue_wait from global to per-cache_detail waitqueue
` [PATCH 3/3] sunrpc: split cache_detail queue into request and reader lists

[PATCH 00/13] Further centralising of directory locking for name ops
 2026-02-23  0:58 UTC  (6+ messages)
` [PATCH 05/13] selinux: Use simple_start_creating() / simple_done_creating()

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-02-23  0:33 UTC  (9+ messages)
` [PATCH v18 31/42] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep

[RFC PATCH 00/11] NFS/NFSD: nfs4_acl passthru for NFSv4 reexport
 2026-02-22 20:31 UTC  (20+ messages)
` [RFC PATCH 01/11] exportfs: add ability to advertise NFSv4 ACL passthru support
` [RFC PATCH 02/11] NFSD: factor out nfsd_supports_nfs4_acl() to nfsd/acl.h
` [RFC PATCH 03/11] NFS/NFSD: data structure enablement for nfs4_acl passthru support
` [RFC PATCH 04/11] NFSD: prepare to support SETACL nfs4_acl passthru
` [RFC PATCH 05/11] NFSD: add NFS4 reexport support for "
` [RFC PATCH 06/11] NFSD: add NFS4 reexport support for GETACL "
` [RFC PATCH 07/11] NFSD: add NFS4ACL_DACL and NFS4ACL_SACL passthru support
` [RFC PATCH 08/11] NFSD: avoid extra nfs4_acl passthru work unless needed
` [RFC PATCH 09/11] NFSv4: add reexport support for SETACL nfs4_acl passthru
` [RFC PATCH 10/11] NFSv4: add reexport support for GETACL "
` [RFC PATCH 11/11] NFSv4: set EXPORT_OP_NFSV4_ACL_PASSTHRU flag

[PATCH v1 0/2] Address UAF in sunrpc cache show callbacks
 2026-02-22 15:41 UTC  (7+ messages)
` [PATCH v1 1/2] NFSD: Defer sub-object cleanup in export put callbacks
` [PATCH v1 2/2] NFSD: Hold net reference for the lifetime of /proc/fs/nfs/exports fd

[PATCH v4 0/4] OPENAT2_REGULAR flag support in openat2
 2026-02-22  7:19 UTC  (8+ messages)
` [PATCH v4 1/4] openat2: new OPENAT2_REGULAR flag support
` [PATCH v4 2/4] kselftest/openat2: test for OPENAT2_REGULAR flag
` [PATCH v4 3/4] sparc/fcntl.h: convert O_* flag macros from hex to octal
` [PATCH v4 4/4] mips/fcntl.h: "

[PATCH] sunrpc: Add XPT flags missing from SVC_XPRT_FLAG_LIST
 2026-02-21 18:39 UTC 

[PATCH 1/1] NFS: improve "Server wrote zero bytes" error
 2026-02-20 21:42 UTC 

LTP inotify04 test fails with kernel v6.19
 2026-02-20  5:04 UTC 

[PATCH 1/1] pnfs: improve "Server wrote zero bytes" error
 2026-02-20  3:00 UTC  (5+ messages)

Mount option to reject mount if given NFS share is not case-insenstive?
 2026-02-19 19:30 UTC  (2+ messages)
` [Ms-nfs41-client-devel] "

Bug#1126957: kernel panic when repeatedly trying to mount an nfsv4 share with mtls and failing
 2026-02-19 13:54 UTC 

[BUG] [powerpc] [next-20260216/17] nfsd: use-after-free in cache_check_rcu() triggered by sosreport on ppc64le
 2026-02-19 13:27 UTC 

[PATCH v8 00/17] Subject: Exposing case folding behavior
 2026-02-19 13:14 UTC  (3+ messages)
` [PATCH v8 08/17] ext4: Report case sensitivity in fileattr_get

[PATCH] nfs: return EISDIR on nfs3_proc_create if d_alias is a dir
 2026-02-19 12:04 UTC 


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