messages from 2025-08-13 06:53:42 to 2025-10-20 09:38:51 UTC [more...]
[PATCH 00/13] vfs: recall-only directory delegations for knfsd
2025-10-20 9:38 UTC (31+ messages)
` [PATCH 01/13] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH 02/13] filelock: add a lm_may_setlease lease_manager callback
` [PATCH 03/13] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH 04/13] vfs: allow mkdir to wait for delegation break on parent
` [PATCH 05/13] vfs: allow rmdir "
` [PATCH 06/13] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH 07/13] vfs: make vfs_create break delegations on parent directory
` [PATCH 08/13] vfs: make vfs_mknod "
` [PATCH 09/13] filelock: lift the ban on directory leases in generic_setlease
` [PATCH 10/13] nfsd: allow filecache to hold S_IFDIR files
` [PATCH 11/13] nfsd: allow DELEGRETURN on directories
` [PATCH 12/13] nfsd: check for delegation conflicts vs. the same client
` [PATCH 13/13] nfsd: wire up GET_DIR_DELEGATION handling
[PATCH v2 00/11] vfs: recall-only directory delegations for knfsd
2025-10-19 14:17 UTC (19+ messages)
` [PATCH v2 01/11] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v2 02/11] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v2 03/11] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v2 04/11] vfs: allow rmdir "
` [PATCH v2 05/11] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v2 06/11] vfs: make vfs_create break delegations on parent directory
` [PATCH v2 07/11] vfs: make vfs_mknod "
` [PATCH v2 08/11] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v2 09/11] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v2 10/11] nfsd: allow DELEGRETURN on directories
` [PATCH v2 11/11] nfsd: wire up GET_DIR_DELEGATION handling
-ENODATA from read syscall on 9p
2025-10-11 19:40 UTC (3+ messages)
[bp@imp.ch: Bug#1111455: linux-image-6.12.41+deb13-amd64: kernel BUG at fs/netfs/read_collect.c:316 netfs: Can't donate prior to front]
2025-10-07 11:10 UTC (6+ messages)
` Bug#1111455: "
[PATCH] fs: doc: Fix typos
2025-10-04 4:33 UTC (8+ messages)
[PATCH 6.16 129/143] netfs: fix reference leak
2025-09-30 14:47 UTC
[PATCH AUTOSEL 6.16-6.12] netfs: Prevent duplicate unlocking
2025-09-30 2:18 UTC
Patch "netfs: fix reference leak" has been added to the 6.16-stable tree
2025-09-29 13:11 UTC
[PATCH v3 00/38] vfs, nfsd: implement directory delegations
2025-09-26 16:27 UTC (53+ messages)
` [PATCH v3 01/38] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v3 02/38] filelock: add a lm_may_setlease lease_manager callback
` [PATCH v3 03/38] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v3 04/38] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v3 05/38] vfs: allow rmdir "
` [PATCH v3 06/38] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v3 07/38] vfs: make vfs_create break delegations on parent directory
` [PATCH v3 08/38] vfs: make vfs_mknod "
` [PATCH v3 09/38] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v3 10/38] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v3 11/38] nfsd: allow DELEGRETURN on directories
` [PATCH v3 12/38] nfsd: check for delegation conflicts vs. the same client
` [PATCH v3 13/38] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH v3 14/38] filelock: rework the __break_lease API to use flags
` [PATCH v3 15/38] filelock: add struct delegated_inode
` [PATCH v3 16/38] filelock: add support for ignoring deleg breaks for dir change events
` [PATCH v3 17/38] filelock: add a tracepoint to start of break_lease()
` [PATCH v3 18/38] filelock: add an inode_lease_ignore_mask helper
` [PATCH v3 19/38] nfsd: add protocol support for CB_NOTIFY
` [PATCH v3 20/38] nfs_common: add new NOTIFY4_* flags proposed in RFC8881bis
` [PATCH v3 21/38] nfsd: allow nfsd to get a dir lease with an ignore mask
` [PATCH v3 22/38] vfs: add fsnotify_modify_mark_mask()
` [PATCH v3 23/38] nfsd: update the fsnotify mark when setting or removing a dir delegation
` [PATCH v3 24/38] nfsd: make nfsd4_callback_ops->prepare operation bool return
` [PATCH v3 25/38] nfsd: add callback encoding and decoding linkages for CB_NOTIFY
` [PATCH v3 26/38] nfsd: add data structures for handling CB_NOTIFY to directory delegation
` [PATCH v3 27/38] nfsd: add notification handlers for dir events
` [PATCH v3 28/38] nfsd: add tracepoint to dir_event handler
` [PATCH v3 29/38] nfsd: apply the notify mask to the delegation when requested
` [PATCH v3 30/38] nfsd: add helper to marshal a fattr4 from completed args
` [PATCH v3 31/38] nfsd: allow nfsd4_encode_fattr4_change() to work with no export
` [PATCH v3 32/38] nfsd: send basic file attributes in CB_NOTIFY
` [PATCH v3 33/38] nfsd: allow encoding a filehandle into fattr4 without a svc_fh
` [PATCH v3 34/38] nfsd: add a fi_connectable flag to struct nfs4_file
` [PATCH v3 35/38] nfsd: add the filehandle to returned attributes in CB_NOTIFY
` [PATCH v3 36/38] nfsd: properly track requested child attributes
` [PATCH v3 37/38] nfsd: track requested dir attributes
` [PATCH v3 38/38] nfsd: add support to CB_NOTIFY for dir attribute changes
[PATCH v3] netfs: fix reference leak
2025-09-26 8:14 UTC (4+ messages)
` [PATCH v3 REPOST] "
[syzbot] [fs?] general protection fault in iter_file_splice_write
2025-09-25 12:47 UTC (2+ messages)
[PATCH v2] fs/netfs: fix reference leak
2025-09-25 9:32 UTC (3+ messages)
[PATCH] fs/netfs: fix reference leak
2025-09-24 19:10 UTC (5+ messages)
[PATCH] ceph: fix deadlock bugs by making iput() calls asynchronous
2025-09-19 16:41 UTC (13+ messages)
[syzbot] [netfs?] INFO: task hung in vfs_utimes (3)
2025-09-19 13:25 UTC (6+ messages)
[PATCH v2] ceph: fix deadlock bugs by making iput() calls asynchronous
2025-09-18 4:52 UTC (11+ messages)
[syzbot] [netfs?] kernel BUG in netfs_perform_write
2025-09-15 11:58 UTC (5+ messages)
` [PATCH] netfs: Prevent duplicate unlocking
[RFC PATCH 2/2] cifs: Clean up declarations
2025-09-12 12:28 UTC (3+ messages)
[syzbot] Monthly netfs report (Aug 2025)
2025-08-29 12:52 UTC
[PATCH 6.12 158/322] netfs: Fix unbuffered write error handling
2025-08-26 11:09 UTC
[PATCH 6.16 019/457] netfs: Fix unbuffered write error handling
2025-08-26 11:05 UTC
[PATCH 6.12.y] netfs: Fix unbuffered write error handling
2025-08-22 6:24 UTC (2+ messages)
` Patch "netfs: Fix unbuffered write error handling" has been added to the 6.12-stable tree
Patch "netfs: Fix unbuffered write error handling" has been added to the 6.16-stable tree
2025-08-21 12:50 UTC
[PATCH 00/11] VFS: prepare for changes to directory locking
2025-08-19 8:37 UTC (13+ messages)
` [PATCH 04/11] VFS: introduce dentry_lookup_continue()
` [PATCH 07/11] VFS: Change vfs_mkdir() to unlock on failure
` [PATCH 11/11] VFS: introduce d_alloc_noblock() and d_alloc_locked()
[PATCH] netfs: Fix unbuffered write error handling
2025-08-15 16:09 UTC (3+ messages)
[PATCH 05/11] VFS: add rename_lookup()
2025-08-14 1:40 UTC (3+ messages)
[PATCH 09/11] VFS: use global wait-queue table for d_alloc_parallel()
2025-08-14 1:31 UTC (2+ messages)
[PATCH 10/11] VFS: use d_alloc_parallel() in lookup_one_qstr_excl()
2025-08-14 0:56 UTC (2+ messages)
[PATCH 04/11] VFS: introduce dentry_lookup_continue()
2025-08-13 7:53 UTC (2+ messages)
[PATCH 03/11] VFS: add dentry_lookup_killable()
2025-08-13 7:50 UTC (2+ messages)
[PATCH 02/11] VFS: introduce dentry_lookup() and friends
2025-08-13 7:48 UTC (2+ messages)
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 read-only IMAP folder(s) and NNTP newsgroup(s).