messages from 2025-11-05 13:21:41 to 2025-11-11 14:13:02 UTC [more...]
[PATCH v6 00/17] vfs: recall-only directory delegations for knfsd
2025-11-11 14:12 UTC
[PATCH stable 6.1.y] nfsd: use __clamp in nfsd4_get_drc_mem()
2025-11-11 14:00 UTC (5+ messages)
[PATCH v5 00/17] vfs: recall-only directory delegations for knfsd
2025-11-11 12:14 UTC (26+ messages)
` [PATCH v5 01/17] filelock: make lease_alloc() take a flags argument
` [PATCH v5 02/17] filelock: rework the __break_lease API to use flags
` [PATCH v5 03/17] filelock: add struct delegated_inode
` [PATCH v5 04/17] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v5 05/17] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v5 06/17] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v5 07/17] vfs: allow rmdir "
` [PATCH v5 08/17] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v5 09/17] vfs: clean up argument list for vfs_create()
` [PATCH v5 10/17] vfs: make vfs_create break delegations on parent directory
` [PATCH v5 11/17] vfs: make vfs_mknod "
` [PATCH v5 12/17] vfs: make vfs_symlink break delegations on parent dir
` [PATCH v5 13/17] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v5 14/17] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v5 15/17] nfsd: allow DELEGRETURN on directories
` [PATCH v5 16/17] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH v5 17/17] vfs: expose delegation support to userland
[PATCH v11 0/3] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
2025-11-11 8:51 UTC (25+ messages)
` [PATCH v11 1/3] NFSD: Make FILE_SYNC WRITEs comply with spec
` [PATCH v11 2/3] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
` [PATCH v11 3/3] NFSD: add Documentation/filesystems/nfs/nfsd-io-modes.rst
[PATCH v2 00/16] Parallelizing filesystem writeback
2025-11-11 5:41 UTC (9+ messages)
linux-next: manual merge of the vfs-brauner tree with the nfs-anna tree
2025-11-10 23:38 UTC
[PATCH v5 00/14] Create and use APIs to centralise locking for directory ops
2025-11-10 17:30 UTC (19+ messages)
` [PATCH v5 01/14] debugfs: rename end_creating() to debugfs_end_creating()
` [PATCH v5 02/14] VFS: introduce start_dirop() and end_dirop()
` [PATCH v5 03/14] VFS: tidy up do_unlinkat()
` [PATCH v5 04/14] VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
` [PATCH v5 05/14] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [PATCH v5 06/14] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [PATCH v5 07/14] VFS: introduce start_removing_dentry()
` [PATCH v5 08/14] VFS: add start_creating_killable() and start_removing_killable()
` [PATCH v5 09/14] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
` [PATCH v5 10/14] VFS/ovl/smb: introduce start_renaming_dentry()
` [PATCH v5 11/14] Add start_renaming_two_dentries()
` [PATCH v5 12/14] ecryptfs: use new start_creating/start_removing APIs
` [PATCH v5 13/14] VFS: change vfs_mkdir() to unlock on failure
` [PATCH v5 14/14] VFS: introduce end_creating_keep()
` [syzbot ci] Re: Create and use APIs to centralise locking for directory ops
RFC: NFSD administrative interface to prevent offering NFSv4 delegation
2025-11-10 13:33 UTC (4+ messages)
[PATCH v3] vfs: remove the excl argument from the ->create() inode_operation
2025-11-10 13:13 UTC
Requesting a client side feature to enable/disable serialization of open/close in NFSv4 clients
2025-11-10 4:33 UTC (4+ messages)
[Patch 0/2] NFSD: Fix server hang when there are multiple layout conflicts
2025-11-09 18:34 UTC (9+ messages)
` [PATCH 1/2] locks: Introduce lm_breaker_timedout op to lease_manager_operations
` [PATCH 2/2] NFSD: Fix server hang when there are multiple layout conflicts
[PATCH 1/1] NFS: Fix LTP test failures when timestamps are delegated
2025-11-09 17:05 UTC
Compile Error fs/nfsd/nfs4state.o - clamp() low limit slotsize greater than high limit total_avail/scale_factor
2025-11-08 22:40 UTC (14+ messages)
` Fwd: "
Fwd: [Ms-nfs41-client-devel] [Announcement] NFSv4.2/NFSv4.1 filesystem client Windows driver binaries for Windows 10/11+WindowsServer 2019/2022 for testing, 2025-11-08
2025-11-08 22:01 UTC
[PATCH v2] vfs: remove the excl argument from the ->create() inode_operation
2025-11-08 9:19 UTC (7+ messages)
` LLM disclosure (was: [PATCH v2] vfs: remove the excl argument from the ->create() inode_operation)
[PATCH v4 0/3] [PATCH 0/3] NFSD: additional NFSD Direct changes
2025-11-07 15:40 UTC (16+ messages)
` [PATCH v4 1/3] NFSD: avoid DONTCACHE for misaligned ends of misaligned DIO WRITE
` [PATCH v4 2/3] NFSD: add new NFSD_IO_DIRECT variants that may override stable_how
` [PATCH v4 3/3] NFSD: update Documentation/filesystems/nfs/nfsd-io-modes.rst
[PATCH 1/3] svcrdma: use rc_pageoff for memcpy byte offset
2025-11-07 15:33 UTC (6+ messages)
` [PATCH 2/3] svcrdma: return 0 on success from svc_rdma_copy_inline_range
` [PATCH 3/3] svcrdma: bound check rq_pages index in inline path
[PATCH v10 0/5] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
2025-11-07 15:26 UTC (26+ messages)
` [PATCH v10 1/5] NFSD: don't start nfsd if sv_permsocks is empty
` [PATCH v10 2/5] NFSD: Make FILE_SYNC WRITEs comply with spec
` [PATCH v10 3/5] NFSD: Enable return of an updated stable_how to NFS clients
` [PATCH v10 4/5] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
` [PATCH v10 5/5] NFSD: add Documentation/filesystems/nfs/nfsd-io-modes.rst
[PATCH] SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_proxy_verf
2025-11-07 15:05 UTC
[PATCH] vfs: remove the excl argument from the ->create() inode_operation
2025-11-07 0:00 UTC (5+ messages)
[Patch 0/2] NFSD: Fix server hang when there are multiple layout conflicts
2025-11-06 20:37 UTC (9+ messages)
` [PATCH 1/2] locks: Introduce lm_breaker_timedout op to lease_manager_operations
` [PATCH 2/2] NFSD: Fix server hang when there are multiple layout conflicts
[PATCH v3 0/2] NFSD: Fix problem with nfsd4_scsi_fence_client
2025-11-06 16:14 UTC (5+ messages)
` [PATCH v3 1/2] NFSD: use correct reservation type in nfsd4_scsi_fence_client
` [PATCH v3 2/2] NFSD: Add trace point for SCSI fencing operation
[Bug report] xfstests generic/323 over NFS hit BUG: KASAN: slab-use-after-free in nfs_local_call_read on 6.18.0-rc1
2025-11-06 3:03 UTC (11+ messages)
` [v6.18-rcX PATCH 4/3] nfs/localio: Ensure DIO WRITE's IO on stable storage upon completion
` [v6.18-rcX PATCH 5/3] nfs/localio: do not issue misaligned DIO out-of-order
` [v6.18-rcX PATCH v2] "
` [v6.18-rcX PATCH v3 5/3] "
[NFS-Ganesha-Devel] Clarification on delegation behavior for same-client conflicting OPEN
2025-11-05 20:31 UTC (3+ messages)
` [nfsv4] "
[PATCH 0/3] NFSD: additional NFSD Direct changes
2025-11-05 17:33 UTC (5+ messages)
` [PATCH 1/3] nfsd: avoid using DONTCACHE for misaligned DIO's buffered IO fallback
` [PATCH v3 1/3] NFSD: avoid DONTCACHE for misaligned ends of misaligned DIO WRITE
[PATCH 1/2] xdrgen: Fix union declarations
2025-11-05 15:26 UTC (2+ messages)
` [PATCH 2/2] xdrgen: Don't generate unnecessary semicolon
[PATCH v9 00/12] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
2025-11-05 14:55 UTC (9+ messages)
` [PATCH v9 05/12] NFSD: Remove alignment size checking
NFSv4 server sets/gets FATTR4_HIDDEN, FATTR4_SYSTEM, FATTR4_ARCHIVE attributes from Linux "user.DOSATTRIB"?
2025-11-05 14:53 UTC (2+ messages)
[PATCH] NFSD: Prevent a NULL pointer dereference in fh_getattr()
2025-11-05 14:23 UTC (5+ messages)
[PATCH v2 0/2] NFSD: Fix problem with nfsd4_scsi_fence_client
2025-11-05 13:21 UTC (3+ messages)
` [PATCH v2 1/2] NFSD: Fix problem with nfsd4_scsi_fence_client using the wrong reservation type
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox