messages from 2026-04-17 18:47:02 to 2026-04-27 04:06:32 UTC [more...]
[PATCH v3 00/19] Prepare to lift lookup out of exclusive lock for directory ops
2026-04-27 4:01 UTC (7+ messages)
` [PATCH v3 01/19] VFS: fix various typos in documentation for start_creating start_removing etc
` [PATCH v3 02/19] VFS: enhance d_splice_alias() to handle in-lookup dentries
` [PATCH v3 03/19] VFS: allow d_alloc_name() to be used with ->d_hash
` [PATCH v3 04/19] VFS: use wait_var_event for waiting in d_alloc_parallel()
` [PATCH v3 05/19] VFS: introduce d_alloc_noblock()
` [PATCH v3 06/19] VFS: add d_duplicate()
[PATCH v2 00/19] Prepare to lift lookup out of exclusive lock for directory ops
2026-04-27 3:47 UTC (21+ messages)
` [PATCH v2 01/19] VFS: fix various typos in documentation for start_creating start_removing etc
` [PATCH v2 02/19] VFS: enhance d_splice_alias() to handle in-lookup dentries
` [PATCH v2 03/19] VFS: allow d_alloc_name() to be used with ->d_hash
` [PATCH v2 04/19] VFS: use wait_var_event for waiting in d_alloc_parallel()
` [PATCH v2 05/19] VFS: introduce d_alloc_noblock()
` [PATCH v2 06/19] VFS: add d_duplicate()
` [PATCH v2 07/19] VFS: Add LOOKUP_SHARED flag
` [PATCH v2 08/19] VFS/xfs/ntfs: drop parent lock across d_alloc_parallel() in d_add_ci()
` [PATCH v2 09/19] ovl: stop using lookup_one() in iterate_shared() handling
` [PATCH v2 10/19] VFS/ovl: add d_alloc_noblock_return()
` [PATCH v2 11/19] efivarfs: use d_alloc_name()
` [PATCH v2 12/19] shmem: use d_duplicate()
` [PATCH v2 13/19] nfs: remove d_drop()/d_alloc_parallel() from nfs_atomic_open()
` [PATCH v2 14/19] nfs: use d_splice_alias() in nfs_link()
` [PATCH v2 15/19] nfs: don't d_drop() before d_splice_alias()
` [PATCH v2 16/19] nfs: don't d_drop() before d_splice_alias() in atomic_create
` [PATCH v2 17/19] nfs: Use d_alloc_noblock() in nfs_prime_dcache()
` [PATCH v2 18/19] nfs: use d_alloc_noblock() in silly-rename
` [PATCH v2 19/19] nfs: use d_duplicate()
[PATCH v3 0/4] mm: improve write performance with RWF_DONTCACHE
2026-04-26 23:54 UTC (14+ messages)
` [PATCH v3 1/4] mm: add NR_DONTCACHE_DIRTY node page counter
` [PATCH v3 2/4] mm: kick writeback flusher for IOCB_DONTCACHE with targeted dirty tracking
` [PATCH v3 3/4] testing: add nfsd-io-bench NFS server benchmark suite
` [PATCH v3 4/4] testing: add dontcache-bench local filesystem "
` [syzbot ci] Re: mm: improve write performance with RWF_DONTCACHE
[PATCH v11 00/15] Exposing case folding behavior
2026-04-25 1:53 UTC (16+ messages)
` [PATCH v11 01/15] fs: Move file_kattr initialization to callers
` [PATCH v11 02/15] fs: Add case sensitivity flags to file_kattr
` [PATCH v11 03/15] fat: Implement fileattr_get for case sensitivity
` [PATCH v11 04/15] exfat: "
` [PATCH v11 05/15] ntfs3: "
` [PATCH v11 06/15] hfs: "
` [PATCH v11 07/15] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v11 08/15] xfs: "
` [PATCH v11 09/15] cifs: Implement fileattr_get for case sensitivity
` [PATCH v11 10/15] nfs: "
` [PATCH v11 11/15] vboxsf: "
` [PATCH v11 12/15] isofs: "
` [PATCH v11 13/15] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v11 14/15] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v11 15/15] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION
[GIT PULL] Please pull NFS client updates for Linux 7.1
2026-04-24 21:54 UTC (2+ messages)
[PATCH v3 0/4] cleanup block-style layouts exports
2026-04-24 14:05 UTC (7+ messages)
` [PATCH v3 1/4] nfsd/blocklayout: always ignore loca_time_modify
` [PATCH v3 2/4] exportfs: split out the ops for layout-based block device access
` [PATCH v3 3/4] exportfs: don't pass struct iattr to ->commit_blocks
` [PATCH v3 4/4] exportfs,nfsd: rework checking for layout-based block device access support
[PATCH RFC] sunrpc: hardcode pool_mode to pernode, remove other modes
2026-04-24 14:02 UTC (4+ messages)
"Intent" of VFS lookups
2026-04-24 13:41 UTC (4+ messages)
[PATCH v2] NFSv4.1/pNFS: fix LAYOUTCOMMIT retry loop on OLD_STATEID
2026-04-24 9:26 UTC
processes in D state / blocked tasks
2026-04-24 7:12 UTC
Why does Linux nfs not set EXCHGID4_FLAG_SUPP_FENCE_OPS in NFSv4.2 mode?
2026-04-23 21:32 UTC (3+ messages)
[PATCH v10 00/17] Exposing case folding behavior
2026-04-23 21:02 UTC (20+ messages)
` [PATCH v10 01/17] fs: Move file_kattr initialization to callers
` [PATCH v10 02/17] fs: Add case sensitivity flags to file_kattr
` [PATCH v10 03/17] fat: Implement fileattr_get for case sensitivity
` [PATCH v10 04/17] exfat: "
` [PATCH v10 05/17] ntfs3: "
` [PATCH v10 06/17] hfs: "
` [PATCH v10 07/17] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v10 08/17] ext4: "
` [PATCH v10 09/17] xfs: "
` [PATCH v10 10/17] cifs: Implement fileattr_get for case sensitivity
` [PATCH v10 11/17] nfs: "
` [PATCH v10 12/17] f2fs: Add case sensitivity reporting to fileattr_get
` [PATCH v10 13/17] vboxsf: Implement fileattr_get for case sensitivity
` [PATCH v10 14/17] isofs: "
` [PATCH v10 15/17] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v10 16/17] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v10 17/17] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION
cleanup block-style layouts exports v2
2026-04-23 18:57 UTC (10+ messages)
[PATCH 0/4] cleanup block-style layouts exports v3
2026-04-23 18:18 UTC (8+ messages)
` [PATCH 1/4] nfsd/blocklayout: always ignore loca_time_modify
` [PATCH] NFSD: Put cache get-reqs dump attrs under reply
` [PATCH 2/4] exportfs: split out the ops for layout-based block device access
` [PATCH 3/4] exportfs: don't pass struct iattr to ->commit_blocks
` [PATCH 4/4] exportfs,nfsd: rework checking for layout-based block device access support
[PATCH] NFSD: Put cache get-reqs dump attrs under reply
2026-04-23 17:57 UTC (5+ messages)
[PATCH 1/1] NFS: fix eof updates after NFSv4.2 fallocate/zero-range
2026-04-23 17:52 UTC
[PATCH v2 00/13] nfsd/sunrpc: add support for netlink upcalls for mountd/exportd
2026-04-23 16:21 UTC (3+ messages)
` [PATCH v2 08/13] sunrpc: add netlink upcall for the auth.unix.ip cache
[PATCH 0/1] nfs: fix directory mtime staleness under directory delegation after local mutations
2026-04-23 14:29 UTC (4+ messages)
` [PATCH 1/1] nfs: don't skip revalidate on directory delegation when attrs flagged stale
[PATCH v9 00/17] Exposing case folding behavior
2026-04-23 11:52 UTC (22+ messages)
` [PATCH v9 01/17] fs: Move file_kattr initialization to callers
` [PATCH v9 02/17] fs: Add case sensitivity flags to file_kattr
` [PATCH v9 03/17] fat: Implement fileattr_get for case sensitivity
` [PATCH v9 04/17] exfat: "
` [PATCH v9 05/17] ntfs3: "
` [PATCH v9 06/17] hfs: "
` [PATCH v9 07/17] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v9 08/17] ext4: "
` [PATCH v9 09/17] xfs: "
` [PATCH v9 10/17] cifs: Implement fileattr_get for case sensitivity
` [PATCH v9 11/17] nfs: "
` [PATCH v9 12/17] f2fs: Add case sensitivity reporting to fileattr_get
` [PATCH v9 13/17] vboxsf: Implement fileattr_get for case sensitivity
` [PATCH v9 14/17] isofs: "
` [PATCH v9 15/17] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v9 16/17] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v9 17/17] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION
[PATCH] NFSv4: Fix state recovery deadlock when server misses grace period
2026-04-23 9:05 UTC (4+ messages)
[PATCH] smb: smbdirect: move fs/smb/common/smbdirect/ to fs/smb/smbdirect/
2026-04-23 5:52 UTC
[PATCH 0/2] pnfs/blocklayout: harden GETDEVICEINFO volume parser
2026-04-23 5:20 UTC (6+ messages)
` [PATCH 1/2] pnfs/blocklayout: validate volume indices and limit recursion depth
` [PATCH 2/2] pnfs/blocklayout: cap total parse operations in volume topology
[PATCH v2] pNFS: deadlock in pnfs_send_layoutreturn
2026-04-22 12:52 UTC (6+ messages)
[PATCH] NFSv4.1/pNFS: fix LAYOUTCOMMIT retry loop on OLD_STATEID
2026-04-22 7:06 UTC
[PATCH] sunrpc: prevent out-of-bounds read in __cache_seq_start()
2026-04-22 2:46 UTC (3+ messages)
[PATCH] NFSD: Report whether fh_key was actually updated
2026-04-21 20:05 UTC (3+ messages)
[syzbot] [net?] [nfs?] KASAN: slab-out-of-bounds Read in cache_seq_start_rcu
2026-04-21 15:34 UTC
[PATCH v9 0/9] Automatic NFSv4 state revocation on filesystem unmount
2026-04-21 12:00 UTC (11+ messages)
` [PATCH v9 1/9] NFSD: Fix infinite loop in layout state revocation
` [PATCH v9 2/9] NFSD: Handle layout stid in nfsd4_drop_revoked_stid()
` [PATCH v9 3/9] NFSD: Extract revoke_one_stid() utility function
` [PATCH v9 4/9] NFSD: Add NFSD_CMD_UNLOCK_IP netlink command
` [PATCH v9 5/9] NFSD: Add NFSD_CMD_UNLOCK_FILESYSTEM "
` [PATCH v9 6/9] NFSD: Replace idr_for_each_entry_ul in find_one_sb_stid()
` [PATCH v9 7/9] NFSD: Track svc_export in nfs4_stid
` [PATCH v9 8/9] NFSD: Add NFSD_CMD_UNLOCK_EXPORT netlink command
` [PATCH v9 9/9] NFSD: Close cached file handles when revoking export state
[PATCH v3 0/2] NFS: fix RCU and tracing pointer safety
2026-04-21 11:00 UTC (4+ messages)
` [PATCH v3 1/2] NFS: remove redundant __private attribute from nfs_page_class
` [PATCH v3 2/2] NFS: Fix RCU dereference of cl_xprt in nfs_compare_super_address
Eregex support in nfsmount.conf for [ Server "Server_Name" ]?
2026-04-21 10:50 UTC (2+ messages)
` Fwd: "
[PATCH RESEND] nfs: force drop_nlink if we have a delegation during REMOVE
2026-04-21 10:00 UTC (3+ messages)
` [PATCH v2] nfs: set gencount on protocol-specific remove
[PATCH] NFS: flag files as supporting FMODE_NOWAIT
2026-04-21 6:53 UTC
[PATCH] NFSD: Increase the default max_block_size to 4MB
2026-04-20 21:25 UTC (3+ messages)
[GIT PULL] NFSD changes for the v7.1 merge window
2026-04-20 18:13 UTC (2+ messages)
[PATCH v6 0/4] OPENAT2_REGULAR flag support for openat2
2026-04-20 14:31 UTC (5+ messages)
[PATCH] pnfs/flexfiles: reject zero version_count in GETDEVICEINFO
2026-04-20 13:01 UTC
[PATCH v2 0/2] NFS: fix RCU and tracing pointer safety
2026-04-19 16:06 UTC (6+ messages)
` [PATCH v2 1/2] NFS: remove redundant __private attribute from nfs_page_class
` [PATCH v2 2/2] NFS: Fix RCU dereference of cl_xprt in nfs_compare_super_address
[PATCH v5 1/1] NFSv4.2: fix CLONE/COPY attrs in presence of delegated attributes
2026-04-17 20:35 UTC
[PATCH v4 1/1] NFSv4.2: fix CLONE/COPY attrs in presence of delegated attributes
2026-04-17 18:46 UTC
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