public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-12 13:40:12 to 2026-03-18 21:14:49 UTC [more...]

[GIT PULL] Second round of NFSD fixes for v7.0-rc
 2026-03-18 21:14 UTC 

[PATCH v4 0/6] Automatic NFSv4 state revocation on filesystem unmount
 2026-03-18 17:57 UTC  (17+ messages)
` [PATCH v4 1/6] NFSD: Extract revoke_one_stid() utility function
` [PATCH v4 2/6] NFSD: Add NFSD_CMD_UNLOCK netlink command with ip scope
` [PATCH v4 3/6] NFSD: Add filesystem scope to NFSD_CMD_UNLOCK
` [PATCH v4 4/6] NFSD: Refactor find_one_sb_stid() into find_next_sb_stid()
` [PATCH v4 5/6] NFSD: Add export-scoped state revocation
` [PATCH v4 6/6] NFSD: Add nfsd_file_close_export() for file cache cleanup

[PATCH v2] sunrpc: simplify dprintk() macros and cleanup redundant debug guards
 2026-03-18 16:40 UTC  (9+ messages)

[PATCH 5.15.y] SUNRPC: lock against ->sock changing during sysfs read
 2026-03-18  8:10 UTC 

[PATCH 5.15.y] SUNRPC: lock against ->sock changing during sysfs read
 2026-03-18  7:55 UTC 

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-03-18  5:58 UTC  (3+ messages)

[PATCH v3 0/4] RDMA/rw: Fix MR pool exhaustion in bvec RDMA READ path
 2026-03-17 15:26 UTC  (12+ messages)
` [PATCH v3 1/4] RDMA/rw: Fall back to direct SGE on MR pool exhaustion
` [PATCH v3 2/4] RDMA/rw: Fix MR pool exhaustion in bvec RDMA READ path
` [PATCH v3 3/4] SUNRPC: Add svc_rqst_page_release() helper
` [PATCH v3 4/4] svcrdma: Use contiguous pages for RDMA Read sink buffers

Increase default NFSv4 server size "max_block_size" to 4MB
 2026-03-17 13:51 UTC  (5+ messages)

[PATCH RFC 00/53] lift lookup out of exclive lock for dir ops
 2026-03-17 10:00 UTC  (61+ messages)
` [PATCH 01/53] VFS: fix various typos in documentation for start_creating start_removing etc
` [PATCH 02/53] VFS: enhance d_splice_alias() to handle in-lookup dentries
` [PATCH 03/53] VFS: allow d_alloc_name() to be used with ->d_hash
` [PATCH 04/53] VFS: use global wait-queue table for d_alloc_parallel()
` [PATCH 05/53] VFS: introduce d_alloc_noblock()
` [PATCH 06/53] VFS: add d_duplicate()
` [PATCH 07/53] VFS: Add LOOKUP_SHARED flag
` [PATCH 08/53] VFS/xfs: drop parent lock across d_alloc_parallel() in d_add_ci()
` [PATCH 09/53] nfs: remove d_drop()/d_alloc_parallel() from nfs_atomic_open()
` [PATCH 10/53] nfs: use d_splice_alias() in nfs_link()
` [PATCH 11/53] nfs: don't d_drop() before d_splice_alias()
` [PATCH 12/53] nfs: don't d_drop() before d_splice_alias() in atomic_create
` [PATCH 13/53] nfs: Use d_alloc_noblock() in nfs_prime_dcache()
` [PATCH 14/53] nfs: use d_alloc_noblock() in silly-rename
` [PATCH 15/53] nfs: use d_duplicate()
` [PATCH 16/53] ovl: drop dir lock for lookups in impure readdir
` [PATCH 17/53] coda: don't d_drop() early
` [PATCH 18/53] shmem: use d_duplicate()
` [PATCH 19/53] afs: use d_time instead of d_fsdata
` [PATCH 20/53] afs: don't unhash/rehash dentries during unlink/rename
` [PATCH 21/53] afs: use d_splice_alias() in afs_vnode_new_inode()
` [PATCH 22/53] afs: use d_alloc_nonblock in afs_sillyrename()
` [PATCH 23/53] afs: lookup_atsys to drop and reclaim lock
` [PATCH 24/53] afs: use d_duplicate()
` [PATCH 25/53] smb/client: use d_time to store a timestamp in dentry, not d_fsdata
` [PATCH 26/53] smb/client: don't unhashed and rehash to prevent new opens
` [PATCH 27/53] smb/client: use d_splice_alias() in atomic_open
` [PATCH 28/53] smb/client: Use d_alloc_noblock() in cifs_prime_dcache()
` [PATCH 29/53] exfat: simplify exfat_lookup()
` [PATCH 30/53] configfs: remove d_add() calls before configfs_attach_group()
` [PATCH 31/53] configfs: stop using d_add()
` [PATCH 32/53] ext4: move dcache modifying code out of __ext4_link()
` [PATCH 33/53] ext4: use on-stack dentries in ext4_fc_replay_link_internal()
` [PATCH 34/53] tracefs: stop using d_add()
` [PATCH 35/53] cephfs: "
` [PATCH 36/53] cephfs: remove d_alloc from CEPH_MDS_OP_LOOKUPNAME handling in ceph_fill_trace()
` [PATCH 37/53] cephfs: Use d_alloc_noblock() in ceph_readdir_prepopulate()
` [PATCH 38/53] cephfs: Don't d_drop() before d_splice_alias()
` [PATCH 39/53] ecryptfs: stop using d_add()
` [PATCH 40/53] gfs2: "
` [PATCH 41/53] libfs: "
` [PATCH 42/53] fuse: don't d_drop() before d_splice_alias()
` [PATCH 43/53] fuse: Use d_alloc_noblock() in fuse_direntplus_link()
` [PATCH 44/53] hostfs: don't d_drop() before d_splice_alias() in hostfs_mkdir()
` [PATCH 45/53] efivarfs: use d_alloc_name()
` [PATCH 46/53] Remove references to d_add() in documentation and comments
` [PATCH 47/53] VFS: make d_alloc() local to VFS
` [PATCH 48/53] VFS: remove d_add()
` [PATCH 49/53] VFS: remove d_rehash()
` [PATCH 50/53] VFS: remove lookup_one() and lookup_noperm()
` [PATCH 51/53] VFS: use d_alloc_parallel() in lookup_one_qstr_excl()
` [PATCH 52/53] VFS: lift d_alloc_parallel above inode_lock
` [PATCH 53/53] VFS: remove LOOKUP_SHARED

[BUG]nfs_writepages may loop forever with -EBADF after state recovery failure
 2026-03-17  6:31 UTC 

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-16 22:10 UTC  (15+ messages)
` [PATCH 02/61] btrfs: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 38/61] net: "
` [PATCH 46/61] vfio: "
` [PATCH 48/61] mtd: "
` [PATCH 50/61] iommu: "

[PATCH] nfsd: fix comment typo in nfsxdr
 2026-03-16 20:56 UTC  (2+ messages)

[PATCH] nfsd: fix comment typo in nfs3xdr
 2026-03-16 20:56 UTC  (2+ messages)

[PATCH v5 0/4] OPENAT2_REGULAR flag support for openat2
 2026-03-16 17:22 UTC  (5+ messages)
` [PATCH v5 1/4] openat2: new OPENAT2_REGULAR flag support

[PATCH nfs-utils 00/17] exportfs/exportd/mountd: allow them to use netlink for up/downcalls
 2026-03-16 15:26 UTC  (19+ messages)
` [PATCH nfs-utils 01/17] nfsdctl: move *_netlink.h to support/include/
` [PATCH nfs-utils 02/17] support/export: remove unnecessary static variables in nfsd_fh expkey lookup
` [PATCH nfs-utils 03/17] exportfs: remove obsolete legacy mode documentation from manpage
` [PATCH nfs-utils 04/17] support/include: update netlink headers for all cache upcalls
` [PATCH nfs-utils 05/17] build: add libnl3 and netlink header support for exportd and mountd
` [PATCH nfs-utils 06/17] xlog: claim D_FAC3 as D_NETLINK
` [PATCH nfs-utils 07/17] exportd/mountd: add netlink support for svc_export cache
` [PATCH nfs-utils 08/17] exportd/mountd: add netlink support for the nfsd.fh cache
` [PATCH nfs-utils 09/17] exportd/mountd: add netlink support for the auth.unix.ip cache
` [PATCH nfs-utils 10/17] exportd/mountd: add netlink support for the auth.unix.gid cache
` [PATCH nfs-utils 11/17] mountd/exportd: only use /proc interfaces if netlink setup fails
` [PATCH nfs-utils 12/17] support/export: check for pending requests after opening netlink sockets
` [PATCH nfs-utils 13/17] exportd/mountd: use cache type from notifications to target scanning
` [PATCH nfs-utils 14/17] nfsd/sunrpc: add cache flush command and attribute enums
` [PATCH nfs-utils 15/17] exportfs: add netlink support for cache flush with /proc fallback
` [PATCH nfs-utils 16/17] exportfs: use netlink to probe kernel support, skip export_test
` [PATCH nfs-utils 17/17] mountd/exportd/exportfs: add --no-netlink option to disable netlink

[PATCH 00/14] nfsd/sunrpc: add support for netlink upcalls for mountd/exportd
 2026-03-16 15:14 UTC  (15+ messages)
` [PATCH 01/14] nfsd: move struct nfsd_genl_rqstp to nfsctl.c
` [PATCH 02/14] sunrpc: rename sunrpc_cache_pipe_upcall() to sunrpc_cache_upcall()
` [PATCH 03/14] sunrpc: rename sunrpc_cache_pipe_upcall_timeout()
` [PATCH 04/14] sunrpc: rename cache_pipe_upcall() to cache_do_upcall()
` [PATCH 05/14] sunrpc: add a cache_notify callback
` [PATCH 06/14] sunrpc: add helpers to count and snapshot pending cache requests
` [PATCH 07/14] sunrpc: add a generic netlink family for cache upcalls
` [PATCH 08/14] sunrpc: add netlink upcall for the auth.unix.ip cache
` [PATCH 09/14] sunrpc: add netlink upcall for the auth.unix.gid cache
` [PATCH 10/14] nfsd: add new netlink spec for svc_export upcall
` [PATCH 11/14] nfsd: add netlink upcall for the svc_export cache
` [PATCH 12/14] nfsd: add netlink upcall for the nfsd.fh cache
` [PATCH 13/14] sunrpc: add SUNRPC_CMD_CACHE_FLUSH netlink command
` [PATCH 14/14] nfsd: add NFSD_CMD_CACHE_FLUSH "

[PATCH v1] NFSD: NFSv4 file creation neglects setting ACL
 2026-03-15 17:17 UTC  (9+ messages)
    ` pynfs tests for set-acl-on-file/dir/dev creation time? "

[regression] Large rsize/wsize (1MB) causes EIO after 2b092175f5e3 ("NFS: Fix inheritance of the block sizes when automounting")
 2026-03-15 14:12 UTC  (5+ messages)

How to add Linux users/groups with whitespaces in the name, so NFSv4 and SAMBA can use them?
 2026-03-15  9:45 UTC 

[PATCH v7 0/2] NFSD: move accumulated callback ops to per-net namespace
 2026-03-14 23:01 UTC  (7+ messages)
` [PATCH v7 1/2] NFSD: use per-operation statidx for callback procedures
` [PATCH v7 2/2] NFSD: convert callback RPC program to per-net namespace

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-03-14 
 2026-03-14 22:33 UTC 

[PATCH v2 0/2] RDMA/rw: Fix MR pool exhaustion in bvec RDMA READ path
 2026-03-14  5:06 UTC  (7+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] svcrdma: Use contiguous pages for RDMA Read sink buffers

[PATCH] pnfs/flexfiles: validate ds_versions_cnt is non-zero
 2026-03-13 22:42 UTC 

[PATCH 0/2] nfs: delegated attribute fixes
 2026-03-13 18:20 UTC  (5+ messages)

[Question]nfs: never returned delegation
 2026-03-13 15:18 UTC  (9+ messages)
        ` [Question]nfs: should nfs timeout even with NFS_CS_NO_RETRANS_TIMEOUT ?

[PATCH v6 1/1] NFSD: move accumulated callback ops to per-net namespace
 2026-03-13 15:01 UTC  (2+ messages)

Regression: Missing check in nfsd_permission() causes -ENOLCK No locks available
 2026-03-13 14:11 UTC  (5+ messages)

ANNOUNCE: nfs-utils-2.8.7 released
 2026-03-13 12:33 UTC 

[PATCH] nfsd: simplify nfsd4_interssc_connect()
 2026-03-13  8:17 UTC  (3+ messages)

[PATCH] NFS: Fix NFS KConfig typos
 2026-03-12 22:01 UTC  (2+ messages)

[GIT PULL] Please Pull NFS CLient Bugfixes for Linux 7.0-rc
 2026-03-12 19:44 UTC  (2+ messages)

[RFC PATCH 1/1] NFS: fix writeback in presence of errors
 2026-03-12 17:15 UTC 

[RFC PATCH] sunrpc: refactor TLS transport to remove rpc_clnt dependency
 2026-03-12 16:29 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