Linux network filesystem support library
 help / color / mirror / Atom feed
 messages from 2025-11-24 12:43:36 to 2026-02-24 09:20:53 UTC [more...]

[PATCH v2 00/15] Further centralising of directory locking for name ops
 2026-02-24  9:20 UTC  (30+ messages)
` [PATCH v2 01/15] VFS: note error returns is documentation for various lookup functions
` [PATCH v2 02/15] fs/proc: Don't lock root inode when creating "self" and "thread-self"
` [PATCH v2 03/15] VFS: move the start_dirop() kerndoc comment to before start_dirop()
` [PATCH v2 04/15] libfs: change simple_done_creating() to use end_creating()
` [PATCH v2 05/15] Apparmor: Use simple_start_creating() / simple_done_creating()
` [PATCH v2 06/15] selinux: "
` [PATCH v2 07/15] nfsd: switch purge_old() to use start_removing_noperm()
` [PATCH v2 08/15] VFS: make lookup_one_qstr_excl() static
` [PATCH v2 09/15] ovl: Simplify ovl_lookup_real_one()
` [PATCH v2 10/15] cachefiles: change cachefiles_bury_object to use start_renaming_dentry()
` [PATCH v2 11/15] ovl: pass name buffer to ovl_start_creating_temp()
` [PATCH v2 12/15] ovl: change ovl_create_real() to get a new lock when re-opening created file
` [PATCH v2 13/15] ovl: use is_subdir() for testing if one thing is a subdir of another
` [PATCH v2 14/15] ovl: remove ovl_lock_rename_workdir()
` [PATCH v2 15/15] VFS: unexport lock_rename(), lock_rename_child(), unlock_rename()

[PATCH 00/13] Further centralising of directory locking for name ops
 2026-02-23  0:58 UTC  (42+ messages)
` [PATCH 01/13] fs/proc: Don't lock root inode when creating "self" and "thread-self"
` [PATCH 02/13] VFS: move the start_dirop() kerndoc comment to before start_dirop()
` [PATCH 03/13] libfs: change simple_done_creating() to use end_creating()
` [PATCH 04/13] Apparmor: Use simple_start_creating() / simple_done_creating()
` [PATCH 05/13] selinux: "
` [PATCH 06/13] nfsd: switch purge_old() to use start_removing_noperm()
` [PATCH 07/13] VFS: make lookup_one_qstr_excl() static
` [PATCH 08/13] ovl: Simplify ovl_lookup_real_one()
` [PATCH 09/13] cachefiles: change cachefiles_bury_object to use start_renaming_dentry()
` [PATCH 10/13] ovl: change ovl_create_real() to get a new lock when re-opening created file
` [PATCH 11/13] ovl: use is_subdir() for testing if one thing is a subdir of another
` [PATCH 12/13] ovl: remove ovl_lock_rename_workdir()
` [PATCH 13/13] VFS: unexport lock_rename(), lock_rename_child(), unlock_rename()

[PATCH AUTOSEL 6.19-6.18] netfs: when subreq is marked for retry, do not check if it faced an error
 2026-02-10 23:31 UTC 

[PATCH v4 1/4] cifs: on replayable errors back-off before replay, not after
 2026-01-31 21:58 UTC  (5+ messages)
` [PATCH v4 2/4] netfs: when subreq is marked for retry, do not check if it faced an error
` [PATCH v4 3/4] netfs: avoid double increment of retry_count in subreq
` [PATCH v4 4/4] cifs: make retry logic in read/write path consistent with other paths

[PATCH v3 1/4] cifs: on replayable errors back-off before replay, not after
 2026-01-31  8:35 UTC  (10+ messages)
` [PATCH v3 2/4] netfs: when subreq is marked for retry, do not check if it faced an error
` [PATCH v3 3/4] netfs: avoid double increment of retry_count in subreq
` [PATCH v3 4/4] cifs: make retry logic in read/write path consistent with other paths

fscache/NFS re-export server lockup
 2026-01-15 21:53 UTC  (7+ messages)

[PATCH 6.18 076/181] netfs: Fix early read unlock of page with EOF in middle
 2026-01-15 16:46 UTC 

[PATCH v6 00/15] Create and use APIs to centralise locking for directory ops
 2026-01-12  9:45 UTC  (19+ messages)
` [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()

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  (18+ messages)
` [PATCH v4 05/11] cifs: Remove the RFC1002 header from smb_hdr
` [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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox