messages from 2025-11-04 14:06:04 to 2025-11-07 20:28:08 UTC [more...]
[PATCH v11 0/3] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
2025-11-07 20:28 UTC (11+ 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 0/2] NFSD: Fix server hang when there are multiple layout conflicts
2025-11-07 17:01 UTC (8+ 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 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 v2] vfs: remove the excl argument from the ->create() inode_operation
2025-11-07 15:05 UTC
[PATCH v2 00/16] Parallelizing filesystem writeback
2025-11-07 13:37 UTC (8+ messages)
Compile Error fs/nfsd/nfs4state.o - clamp() low limit slotsize greater than high limit total_avail/scale_factor
2025-11-07 11:43 UTC (14+ messages)
` Fwd: "
Requesting a client side feature to enable/disable serialization of open/close in NFSv4 clients
2025-11-07 9:11 UTC (3+ messages)
[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
[PATCH v5 00/17] vfs: recall-only directory delegations for knfsd
2025-11-06 12:08 UTC (20+ 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 v5 00/14] Create and use APIs to centralise locking for directory ops
2025-11-06 9:02 UTC (17+ 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
[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 (12+ messages)
` [PATCH 1/3] nfsd: avoid using DONTCACHE for misaligned DIO's buffered IO fallback
` [PATCH v2 "
` [PATCH v3 1/3] NFSD: avoid DONTCACHE for misaligned ends of misaligned DIO WRITE
` [PATCH 2/3] NFSD: add new NFSD_IO_DIRECT variants that may override stable_how
` [PATCH 3/3] NFSD: update Documentation/filesystems/nfs/nfsd-io-modes.rst
[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 (10+ 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 (4+ messages)
` [PATCH v2 1/2] NFSD: Fix problem with nfsd4_scsi_fence_client using the wrong reservation type
` [PATCH v2 2/2] NFSD: Add trace point for SCSI fencing operation
[PATCH v4 00/17] vfs: recall-only directory delegations for knfsd
2025-11-05 12:19 UTC (9+ messages)
` [PATCH v4 03/17] filelock: add struct delegated_inode
` [PATCH v4 10/17] vfs: make vfs_create break delegations on parent directory
[syzbot] [nfs?] [netfs?] INFO: task hung in anon_pipe_write
2025-11-05 5:48 UTC
[PATCH v4 0/4] protect access to bc_serv
2025-11-04 22:29 UTC (5+ messages)
` [PATCH v4 1/4] NFSv4.1: pass transport for callback shutdown
` [PATCH v4 2/4] SUNRPC: cleanup common code in backchannel request
` [PATCH v4 3/4] SUNRPC: new helper function for stopping backchannel server
` [PATCH v4 4/4] NFSv4.1: protect destroying and nullifying bc_serv structure
[PATCH v3 0/4] protect access to bc_serv
2025-11-04 20:45 UTC (6+ messages)
` [PATCH v3 3/4] SUNRPC: new helper function for stopping backchannel server
` [PATCH v3 4/4] NFSv4.1: protect destroying and nullifying bc_serv structure
RFC: NFSD administrative interface to prevent offering NFSv4 delegation
2025-11-04 15:54 UTC
[PATCH 0/5] NFS: Client Side Directory Delegations
2025-11-04 15:06 UTC (6+ messages)
` [PATCH 1/5] NFS: Add support for sending GDD_GETATTR
` [PATCH 2/5] NFS: Request a directory delegation on ACCESS, CREATE, and UNLINK
` [PATCH 3/5] NFS: Request a directory delegation during RENAME
` [PATCH 4/5] NFS: Shortcut lookup revalidations if we have a directory delegation
` [PATCH 5/5] NFS: Add a module option to disable directory delegations
[PATCH 0/3] NFSD: Fix problem with nfsd4_scsi_fence_client
2025-11-04 14:05 UTC (5+ messages)
` [PATCH 3/3] NFSD: Add trace point for SCSI fencing operation
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;
as well as URLs for NNTP newsgroup(s).