fscache/NFS re-export server lockup
2026-01-12 15:16 UTC (5+ messages)
[PATCH v6 00/15] Create and use APIs to centralise locking for directory ops
2026-01-12 9:45 UTC (38+ messages)
` [PATCH v6 01/15] debugfs: rename end_creating() to debugfs_end_creating()
` [PATCH v6 02/15] VFS: introduce start_dirop() and end_dirop()
` [PATCH v6 03/15] VFS: tidy up do_unlinkat()
` [PATCH v6 04/15] VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
` [PATCH v6 05/15] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [PATCH v6 06/15] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [PATCH] fuse: fix conversion of fuse_reverse_inval_entry() to start_removing()
` [PATCH v6 07/15] smb/server: use end_removing_noperm for for target of smb2_create_link()
` [PATCH v6 08/15] VFS: introduce start_removing_dentry()
` [PATCH v6 09/15] VFS: add start_creating_killable() and start_removing_killable()
` [PATCH v6 10/15] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
` [PATCH v6 11/15] VFS/ovl/smb: introduce start_renaming_dentry()
` [PATCH v6 12/15] Add start_renaming_two_dentries()
` [PATCH v6 13/15] ecryptfs: use new start_creating/start_removing APIs
` [PATCH v6 14/15] VFS: change vfs_mkdir() to unlock on failure
` [PATCH v6 15/15] VFS: introduce end_creating_keep()
Can we sort out the prototypes within the cifs headers?
2026-01-02 18:43 UTC (5+ messages)
[PATCH] fs: allow rename across bind mounts on same superblock
2025-12-30 5:57 UTC
[PATCH] netfs: Fix early read unlock of page with EOF in middle
2025-12-24 12:31 UTC (6+ messages)
[PATCH] netfs: fix folio unlock collection end point
2025-12-19 23:33 UTC
[PATCH] ksmbd: Fix to handle removal of rfc1002 header from smb_hdr
2025-12-18 16:49 UTC (7+ messages)
[PATCH v6 0/9] cifs: Miscellaneous prep patches for rewrite of I/O layer
2025-12-18 15:17 UTC (15+ messages)
` [PATCH v6 1/9] cifs: Remove the RFC1002 header from smb_hdr
` [PATCH v6 2/9] cifs: Make smb1's SendReceive() wrap cifs_send_recv()
` [PATCH v6 3/9] cifs: Clean up some places where an extra kvec[] was required for rfc1002
` [PATCH v6 4/9] cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flags
` [PATCH v6 5/9] cifs: Fix specification of function pointers
` [PATCH v6 6/9] cifs: Remove the server pointer from smb_message
` [PATCH v6 7/9] cifs: Don't need state locking in smb2_get_mid_entry()
` [PATCH v6 8/9] cifs: Add a tracepoint to log EIO errors
` [PATCH v6 9/9] cifs: Do some preparation prior to organising the function declarations
Possible memory leak in 6.17.7
2025-12-17 2:28 UTC (4+ messages)
[PATCH 6.18 570/614] cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB1
2025-12-16 11:15 UTC (2+ messages)
` [PATCH 6.18 571/614] cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB2
[PATCH 6.17 469/507] cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB1
2025-12-16 11:15 UTC (2+ messages)
` [PATCH 6.17 470/507] cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB2
[PATCH 6.12 328/354] cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB2
2025-12-16 11:14 UTC
[PATCH] cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB1
2025-12-03 22:46 UTC (8+ messages)
` [PATCH] cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB2
[PATCH v5 0/9] cifs: Miscellaneous prep patches for rewrite of I/O layer
2025-12-01 23:07 UTC (13+ messages)
` [PATCH v5 1/9] cifs: Rename mid_q_entry to smb_message
` [PATCH v5 2/9] cifs: Remove the RFC1002 header from smb_hdr
` [PATCH v5 3/9] cifs: Make smb1's SendReceive() wrap cifs_send_recv()
` [PATCH v5 4/9] cifs: Clean up some places where an extra kvec[] was required for rfc1002
` [PATCH v5 5/9] cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flags
` [PATCH v5 6/9] cifs: Remove the server pointer from smb_message
` [PATCH v5 7/9] cifs: Don't need state locking in smb2_get_mid_entry()
` [PATCH v5 8/9] cifs: Add a tracepoint to log EIO errors
` [PATCH v5 9/9] cifs: Do some preparation prior to organising the function declarations
[linux-next:master] [VFS/nfsd/cachefiles/ovl] 7ab96df840: WARNING:at_fs/dcache.c:#umount_check
2025-11-27 11:03 UTC (8+ messages)
[PATCH v4 00/11] cifs: Miscellaneous prep patches for rewrite of I/O layer
2025-11-25 11:19 UTC (23+ messages)
` [PATCH v4 01/11] cifs: Use netfs_alloc/free_folioq_buffer()
` [PATCH v4 02/11] cifs: Do some preparation prior to organising the function declarations
` [PATCH v4 03/11] cifs: Clean up declarations
` [PATCH v4 04/11] cifs: Rename mid_q_entry to smb_message
` [PATCH v4 05/11] cifs: Remove the RFC1002 header from smb_hdr
` [PATCH v4 06/11] cifs: Make smb1's SendReceive() wrap cifs_send_recv()
` [PATCH v4 07/11] cifs: Clean up some places where an extra kvec[] was required for rfc1002
` [PATCH v4 08/11] cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flags
` [PATCH v4 09/11] cifs: Remove the server pointer from smb_message
` [PATCH v4 10/11] cifs: Don't need state locking in smb2_get_mid_entry()
` [PATCH v4 11/11] cifs: Add a tracepoint to log EIO errors
[PATCH v3 00/12] cifs: Miscellaneous prep patches for rewrite of I/O layer
2025-11-23 23:52 UTC (13+ messages)
` [PATCH v3 01/12] cifs: Do some preparation prior to organising the function declarations
` [PATCH v3 02/12] cifs: Clean up declarations
` [PATCH v3 03/12] cifs: Add the smb3_read_* tracepoints to SMB1
` [PATCH v3 04/12] cifs: Use netfs_alloc/free_folioq_buffer()
` [PATCH v3 05/12] cifs: Rename mid_q_entry to smb_message
` [PATCH v3 06/12] cifs: Remove the RFC1002 header from smb_hdr
` [PATCH v3 07/12] cifs: Make smb1's SendReceive() wrap cifs_send_recv()
` [PATCH v3 08/12] cifs: Clean up some places where an extra kvec[] was required for rfc1002
` [PATCH v3 09/12] cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flags
` [PATCH v3 10/12] cifs: Remove the server pointer from smb_message
` [PATCH v3 11/12] cifs: Don't need state locking in smb2_get_mid_entry()
` [PATCH v3 12/12] cifs: Add a tracepoint to log EIO errors
[PATCH v2 0/9] netfs: Miscellaneous prep patches for rewrite of I/O layer
2025-11-21 12:55 UTC (11+ messages)
` [PATCH v2 1/9] cifs: Add the smb3_read_* tracepoints to SMB1
` [PATCH v2 2/9] cifs: Use netfs_alloc/free_folioq_buffer()
` [PATCH v2 3/9] cifs: Rename mid_q_entry to smb_message
` [PATCH v2 4/9] cifs: Remove the RFC1002 header from smb_hdr
` [PATCH v2 5/9] cifs: Make smb1's SendReceive() wrap cifs_send_recv()
` [PATCH v2 6/9] cifs: Clean up some places where an extra kvec[] was required for rfc1002
` [PATCH v2 7/9] cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flags
` [PATCH v2 8/9] cifs: Remove the server pointer from smb_message
` [PATCH v2 9/9] cifs: Don't need state locking in smb2_get_mid_entry()
[PATCH] cifs: Add a tracepoint to log EIO errors
2025-11-21 11:56 UTC
[PATCH] cifs: Add a tracepoint to log EIO errors
2025-11-14 18:15 UTC (2+ messages)
[PATCH 0/9] netfs: Miscellaneous prep patches for rewrite of I/O layer
2025-11-14 14:42 UTC (10+ messages)
` [PATCH 1/9] cifs: Add the smb3_read_* tracepoints to SMB1
` [PATCH 2/9] cifs: Rename mid_q_entry to smb_message
` [PATCH 3/9] cifs: Remove the RFC1002 header from smb_hdr
` [PATCH 4/9] cifs: Make smb1's SendReceive() wrap cifs_send_recv()
` [PATCH 5/9] cifs: Clean up some places where an extra kvec[] was required for rfc1002
` [PATCH 6/9] cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flags
` [PATCH 7/9] cifs: Remove the server pointer from smb_message
` [PATCH 8/9] cifs: Use netfs_alloc/free_folioq_buffer()
` [PATCH 9/9] cifs: Don't need state locking in smb2_get_mid_entry()
[syzbot] [netfs?] INFO: task hung in netfs_retry_writes
2025-11-13 9:33 UTC (2+ messages)
[PATCH v5 00/14] Create and use APIs to centralise locking for directory ops
2025-11-12 23:51 UTC (28+ 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 v6 00/17] vfs: recall-only directory delegations for knfsd
2025-11-12 9:00 UTC (10+ messages)
` [PATCH v6 11/17] vfs: make vfs_mknod break delegations on parent directory
` [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
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).