messages from 2025-11-06 00:56:05 to 2025-11-12 19:36:32 UTC [more...]
[PATCH v5 00/14] Create and use APIs to centralise locking for directory ops
2025-11-12 19:36 UTC (23+ messages)
` [PATCH v5 02/14] VFS: introduce start_dirop() and end_dirop()
` [PATCH v5 03/14] VFS: tidy up do_unlinkat()
` [PATCH v5 05/14] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [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
[PATCH 0/1] NFSv4/pNFS: Clear NFS_INO_LAYOUTCOMMIT in pnfs_mark_layout_stateid_invalid
2025-11-12 18:02 UTC (2+ messages)
` [PATCH 1/1] "
[GIT PULL] Third round of NFSD fixes for v6.18
2025-11-12 17:53 UTC
[PATCH v5 0/6] nvme-tcp: Support receiving KeyUpdate requests
2025-11-12 15:49 UTC (15+ messages)
` [PATCH v5 1/6] net/handshake: Store the key serial number on completion
` [PATCH v5 2/6] net/handshake: Define handshake_sk_destruct_req
` [PATCH v5 3/6] net/handshake: Ensure the request is destructed on completion
` [PATCH v5 4/6] net/handshake: Support KeyUpdate message types
` [PATCH v5 5/6] nvme-tcp: Support KeyUpdate
` [PATCH v5 6/6] nvmet-tcp: "
[PATCH v11 0/3] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
2025-11-12 15:02 UTC (29+ 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] nls: fix byte order conversion warnings in get_utf16()
2025-11-12 8:33 UTC
[PATCH v6 00/17] vfs: recall-only directory delegations for knfsd
2025-11-12 9:00 UTC (20+ messages)
` [PATCH v6 01/17] filelock: make lease_alloc() take a flags argument
` [PATCH v6 02/17] filelock: rework the __break_lease API to use flags
` [PATCH v6 03/17] filelock: add struct delegated_inode
` [PATCH v6 04/17] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v6 05/17] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v6 06/17] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v6 07/17] vfs: allow rmdir "
` [PATCH v6 08/17] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v6 09/17] vfs: clean up argument list for vfs_create()
` [PATCH v6 10/17] vfs: make vfs_create break delegations on parent directory
` [PATCH v6 11/17] vfs: make vfs_mknod "
` [PATCH v6 12/17] vfs: make vfs_symlink break delegations on parent dir
` [PATCH v6 13/17] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v6 14/17] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v6 15/17] nfsd: allow DELEGRETURN on directories
` [PATCH v6 16/17] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH v6 17/17] vfs: expose delegation support to userland
[PATCH] xdrgen: Handle typedef void types
2025-11-11 22:57 UTC (2+ messages)
[Patch 0/2] NFSD: Fix server hang when there are multiple layout conflicts
2025-11-11 15:53 UTC (15+ 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 v12 0/3] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
2025-11-11 15:10 UTC (5+ messages)
` [PATCH v12 1/3] NFSD: Make FILE_SYNC WRITEs comply with spec
` [PATCH v12 2/3] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
` [PATCH v12 3/3] NFSD: add Documentation/filesystems/nfs/nfsd-io-modes.rst
[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 (14+ 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 09/17] vfs: clean up argument list for vfs_create()
` [PATCH v5 17/17] vfs: expose delegation support to userland
[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
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 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 (12+ 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 (13+ 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 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 (23+ messages)
` [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 (4+ messages)
` [PATCH v3 1/2] NFSD: use correct reservation type in nfsd4_scsi_fence_client
[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] "
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