[PATCH v5 00/17] vfs: recall-only directory delegations for knfsd
2025-11-11 11:01 UTC (25+ 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-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
[PATCH v4 00/17] vfs: recall-only directory delegations for knfsd
2025-11-05 12:19 UTC (27+ messages)
` [PATCH v4 01/17] filelock: make lease_alloc() take a flags argument
` [PATCH v4 02/17] filelock: rework the __break_lease API to use flags
` [PATCH v4 03/17] filelock: add struct delegated_inode
` [PATCH v4 04/17] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v4 05/17] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v4 06/17] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v4 07/17] vfs: allow rmdir "
` [PATCH v4 08/17] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v4 09/17] vfs: add struct createdata for passing arguments to vfs_create()
` [PATCH v4 10/17] vfs: make vfs_create break delegations on parent directory
` [PATCH v4 11/17] vfs: make vfs_mknod "
` [PATCH v4 12/17] vfs: make vfs_symlink break delegations on parent dir
` [PATCH v4 13/17] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v4 14/17] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v4 15/17] nfsd: allow DELEGRETURN on directories
` [PATCH v4 16/17] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH v4 17/17] vfs: expose delegation support to userland
[syzbot] [netfs?] INFO: task hung in anon_pipe_write
2025-11-05 5:48 UTC (2+ messages)
` [syzbot] [nfs?] "
[syzbot] [netfs?] INFO: task hung in pipe_write (6)
2025-11-02 17:38 UTC (2+ messages)
` [syzbot] [kernfs?] "
[PATCH v3 00/13] vfs: recall-only directory delegations for knfsd
2025-10-31 12:23 UTC (26+ messages)
` [PATCH v3 01/13] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v3 02/13] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v3 03/13] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v3 04/13] vfs: allow rmdir "
` [PATCH v3 05/13] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v3 06/13] vfs: make vfs_create break delegations on parent directory
` [PATCH v3 07/13] vfs: make vfs_mknod "
` [PATCH v3 08/13] vfs: make vfs_symlink break delegations on parent dir
` [PATCH v3 09/13] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v3 10/13] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v3 11/13] nfsd: allow DELEGRETURN on directories
` [PATCH v3 12/13] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH v3 13/13] vfs: expose delegation support to userland
[PATCH v4 00/14] Create and use APIs to centralise locking for directory ops
2025-10-30 23:41 UTC (24+ messages)
` [PATCH v4 01/14] debugfs: rename end_creating() to debugfs_end_creating()
` [PATCH v4 02/14] VFS: introduce start_dirop() and end_dirop()
` [PATCH v4 03/14] VFS: tidy up do_unlinkat()
` [PATCH v4 04/14] VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
` [PATCH v4 05/14] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [PATCH v4 06/14] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [PATCH v4 07/14] VFS: introduce start_removing_dentry()
` [PATCH v4 08/14] VFS: add start_creating_killable() and start_removing_killable()
` [PATCH v4 09/14] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
` [PATCH v4 10/14] VFS/ovl/smb: introduce start_renaming_dentry()
` [PATCH v4 11/14] Add start_renaming_two_dentries()
` [PATCH v4 12/14] ecryptfs: use new start_creating/start_removing APIs
` [PATCH v4 13/14] VFS: change vfs_mkdir() to unlock on failure
` [PATCH v4 14/14] VFS: introduce end_creating_keep()
[PATCH 08/10] netfs: Use folio_next_pos()
2025-10-27 14:50 UTC (4+ messages)
[PATCH v2 00/11] vfs: recall-only directory delegations for knfsd
2025-10-21 13:09 UTC (20+ 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
[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
-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 (3+ 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 (10+ messages)
` [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 REPOST] netfs: fix reference leak
2025-09-26 8:14 UTC (2+ messages)
page: next (older)
- 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).