public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-06 07:51:40 to 2026-01-09 08:03:09 UTC [more...]

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-01-09  8:03 UTC  (44+ messages)
` [PATCH 01/24] fs: add setlease to generic_ro_fops and read-only filesystem directory operations
` [PATCH 02/24] affs: add setlease file operation
` [PATCH 03/24] btrfs: "
` [PATCH 04/24] erofs: "
` [PATCH 05/24] ext2: "
` [PATCH 06/24] ext4: "
` [PATCH 07/24] exfat: "
` [PATCH 08/24] f2fs: "
` [PATCH 09/24] fat: "
` [PATCH 10/24] gfs2: add a "
` [PATCH 11/24] jffs2: add "
` [PATCH 12/24] jfs: "
` [PATCH 13/24] nilfs2: "
` [PATCH 14/24] ntfs3: "
` [PATCH 15/24] ocfs2: "
` [PATCH 16/24] orangefs: "
` [PATCH 17/24] overlayfs: "
` [PATCH 18/24] squashfs: "
` [PATCH 19/24] tmpfs: "
` [PATCH 20/24] udf: "
` [PATCH 21/24] ufs: "
` [PATCH 22/24] xfs: "
` [PATCH 23/24] filelock: default to returning -EINVAL when ->setlease operation is NULL
` [PATCH 24/24] fs: remove simple_nosetlease()

add a LRU for delegations
 2026-01-09  1:07 UTC  (34+ messages)
` [PATCH 01/24] NFS: remove __nfs_client_for_each_server
` [PATCH 02/24] NFS: remove nfs_client_mark_return_unused_delegation_types
` [PATCH 03/24] NFS: remove nfs_client_mark_return_all_delegations
` [PATCH 04/24] NFS: remove the NULL inode check in nfs4_inode_return_delegation_on_close
` [PATCH 05/24] NFS: remove nfs_inode_detach_delegation
` [PATCH 06/24] NFS: remove nfs_start_delegation_return
` [PATCH 07/24] NFS: assert rcu_read_lock is held in nfs_start_delegation_return_locked
` [PATCH 08/24] NFS: drop the _locked postfix from nfs_start_delegation_return
` [PATCH 09/24] NFS: remove NFS_DELEGATION_INODE_FREEING
` [PATCH 10/24] NFS: open code nfs_delegation_need_return
` [PATCH 11/24] NFS: remove nfs_free_delegation
` [PATCH 12/24] NFS: rewrite nfs_delegations_present in terms of nr_active_delegations
` [PATCH 13/24] NFS: move delegation lookup into can_open_delegated
` [PATCH 14/24] NFS: return bool from nfs_detach_delegation{,_locked}
` [PATCH 15/24] NFS: move the deleg_cur check out of nfs_detach_delegation_locked
` [PATCH 16/24] NFS: simplify the detached delegation check in update_open_stateid
` [PATCH 17/24] NFS: take a delegation reference in nfs4_get_valid_delegation
` [PATCH 18/24] NFS: don't consume a delegation reference in nfs_end_delegation_return
` [PATCH 19/24] NFS: use refcount_inc_not_zero nfs_start_delegation_return
` [PATCH 20/24] NFS: use a local RCU critical section in nfs_start_delegation_return
` [PATCH 21/24] NFS: reformat nfs_mark_delegation_revoked
` [PATCH 22/24] NFS: add a separate delegation return list
` [PATCH 23/24] NFS: return delegations from the end of a LRU when over the watermark
` [PATCH 24/24] NFS: make nfs_mark_return_unreferenced_delegations less aggressive

refcount_t underflow (nfsd4_sequence_done?) with v6.18 re-export
 2026-01-08 22:16 UTC  (7+ messages)

[PATCH 6.6.y v2 0/4] NFSD: NFSv4 file creation neglects setting ACL
 2026-01-08 20:04 UTC  (6+ messages)
` [PATCH 6.6.y v2 1/4] nfsd: convert to new timestamp accessors
` [PATCH 6.6.y v2 2/4] nfsd: Fix NFSv3 atomicity bugs in nfsd_setattr()
` [PATCH 6.6.y v2 3/4] nfsd: set security label during create operations
` [PATCH 6.6.y v2 4/4] NFSD: NFSv4 file creation neglects setting ACL

[PATCH v6] NFSD: Track SCSI Persistent Registration Fencing per Client with xarray
 2026-01-08 18:26 UTC  (3+ messages)

[PATCH 6.6.y 0/4] NFSD: NFSv4 file creation neglects setting ACL
 2026-01-08 15:27 UTC  (6+ messages)
` [PATCH 6.6.y 1/4] nfsd: convert to new timestamp accessors

re-enable IOCB_NOWAIT writes to files v6
 2026-01-08 15:24 UTC  (14+ messages)
` [PATCH 01/11] fs: remove inode_update_time
` [PATCH 02/11] fs: allow error returns from generic_update_time
` [PATCH 03/11] nfs: split nfs_update_timestamps
` [PATCH 04/11] fat: cleanup the flags for fat_truncate_time
` [PATCH 05/11] fs: refactor ->update_time handling
` [PATCH 06/11] fs: factor out a sync_lazytime helper
` [PATCH 07/11] fs: add a ->sync_lazytime method
` [PATCH 08/11] fs: add support for non-blocking timestamp updates
` [PATCH 09/11] fs: refactor file_update_time_flags
` [PATCH 10/11] xfs: implement ->sync_lazytime
` [PATCH 11/11] xfs: enable non-blocking timestamp updates

[PATCH v5] NFSD: Track SCSI Persistent Registration Fencing per Client with xarray
 2026-01-08  9:26 UTC  (5+ messages)

[PATCH 0/6] vfs: properly deny directory leases on filesystems with special lease handling
 2026-01-08  9:24 UTC  (11+ messages)
` [PATCH 1/6] nfs: properly disallow delegation requests on directories
` [PATCH 2/6] smb/client: properly disallow delegations "
` [PATCH 3/6] 9p: don't allow delegations to be set "
` [PATCH 4/6] gfs2: "
` [PATCH 5/6] ceph: "
  ` [EXTERNAL] "
` [PATCH 6/6] vboxsf: "

[PATCH] NFS: Fix directory delegation verifier checks
 2026-01-08  9:23 UTC  (11+ messages)

[PATCH v2 0/6] Automatic NFSv4 state revocation on filesystem unmount
 2026-01-08  0:40 UTC  (7+ messages)
` [PATCH v2 1/6] nfsd: cancel async COPY operations when admin revokes filesystem state
` [PATCH v2 2/6] fs: export pin_insert and pin_remove for modular filesystems
` [PATCH v2 3/6] fs: add pin_insert_sb() for superblock-only pins
` [PATCH v2 4/6] fs: invoke group_pin_kill() during mount teardown
` [PATCH v2 5/6] nfsd: revoke NFSv4 state when filesystem is unmounted
` [PATCH v2 6/6] nfsd: close cached files on filesystem unmount

[PATCH v2 0/8] nfsd, sunrpc: allow for a dynamically-sized threadpool
 2026-01-08  0:28 UTC  (12+ messages)
` [PATCH v2 1/8] sunrpc: split svc_set_num_threads() into two functions
` [PATCH v2 2/8] sunrpc: remove special handling of NULL pool from svc_start/stop_kthreads()
` [PATCH v2 3/8] sunrpc: track the max number of requested threads in a pool
` [PATCH v2 4/8] sunrpc: introduce the concept of a minimum number of threads per pool
` [PATCH v2 5/8] sunrpc: split new thread creation into a separate function
` [PATCH v2 6/8] sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSY
` [PATCH v2 7/8] nfsd: adjust number of running nfsd threads based on activity
` [PATCH v2 8/8] nfsd: add controls to set the minimum number of threads per pool

Limit on # of ACEs in a POSIX draft ACL
 2026-01-08  0:16 UTC  (7+ messages)

[RFC PATCH 0/2] NFSD: Rate-limiting unstable WRITEs
 2026-01-07 19:40 UTC  (11+ messages)
` [RFC PATCH 1/2] NFSD: Add aggressive write throttling control
` [RFC PATCH 2/2] NFSD: Add asynchronous write throttling support

[PATCH 0/4] Fix misc localio issues
 2026-01-07 16:08 UTC  (6+ messages)
` [PATCH 0/4] NFS/localio: various improvements
  ` [PATCH 1/4] NFS/localio: prevent direct reclaim recursion into NFS via nfs_writepages
  ` [PATCH 2/4] NFS/localio: use GFP_NOIO and non-memreclaim workqueue in nfs_local_commit
  ` [PATCH 3/4] NFS/localio: remove -EAGAIN handling in nfs_local_doio()
  ` [PATCH 4/4] NFS/localio: switch nfs_local_do_read and nfs_local_do_write to return void

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-01-07 12:19 UTC  (3+ messages)
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep

[PATCH v2] nfs: fix the race of lock/unlock and open
 2026-01-07 11:07 UTC  (3+ messages)

[BUG] NFS4.1 migration: in-flight RPCs retried with stale session credentials to new server
 2026-01-07  7:44 UTC 

re-enable IOCB_NOWAIT writes to files v5
 2026-01-07  7:43 UTC  (21+ messages)
` [PATCH 03/11] nfs: split nfs_update_timestamps
` [PATCH 04/11] fat: cleanup the flags for fat_truncate_time
` [PATCH 05/11] fs: refactor ->update_time handling
` [PATCH 08/11] fs: add support for non-blocking timestamp updates
` [PATCH 09/11] fs: refactor file_update_time_flags
` [PATCH 10/11] xfs: implement ->sync_lazytime
` [PATCH 11/11] xfs: enable non-blocking timestamp updates

re-enable IOCB_NOWAIT writes to files v4
 2026-01-07  7:32 UTC  (5+ messages)

[PATCH] nfs: unify security_inode_listsecurity() calls
 2026-01-06 22:13 UTC  (2+ messages)

[PATCH] sunrpc: rpc_debug and others are defined even if CONFIG_SUNRPC_DEBUG unset
 2026-01-06 17:37 UTC 

[GIT PULL] Third round of fixes for NFSD (6.19)
 2026-01-06 17:28 UTC  (2+ messages)

[PATCH v1 0/5] Automatic NFSv4 state revocation on filesystem unmount
 2026-01-06 15:24 UTC  (8+ messages)
` [PATCH v1 1/5] nfsd: cancel async COPY operations when admin revokes filesystem state
` [PATCH v1 2/5] fs: export pin_insert and pin_remove for modular filesystems
` [PATCH v1 3/5] fs: add pin_insert_group() for superblock-only pins

[PATCH v2 00/12] Add NFSv4.2 POSIX ACL support
 2026-01-06 12:26 UTC  (2+ messages)

Possible regression after NFS eof page pollution fix (ext4 checksum errors)
 2026-01-06 10:12 UTC  (5+ messages)

re-enable IOCB_NOWAIT writes to files v5
 2026-01-06  7:54 UTC  (2+ messages)


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