Linux network filesystem support library
 help / color / mirror / Atom feed
 messages from 2025-12-01 14:03:25 to 2026-02-26 15:58:48 UTC [more...]

[PATCH 00/61] vfs: change inode->i_ino from unsigned long to u64
 2026-02-26 15:55 UTC  (13+ messages)
` [PATCH 01/61] vfs: widen inode hash/lookup functions "
` [PATCH 02/61] vfs: change i_ino from unsigned long "
` [PATCH 03/61] trace: update VFS-layer trace events for u64 i_ino
` [PATCH 04/61] ext4: update "
` [PATCH 05/61] jbd2: update format strings "
` [PATCH 06/61] f2fs: update "
` [PATCH 07/61] lockd: update format strings "
` [PATCH 08/61] nfs: update "
` [PATCH 09/61] nfs: remove nfs_fattr_to_ino_t() and nfs_fileid_to_ino_t()
` [PATCH 10/61] nfs: remove nfs_compat_user_ino64()
` [PATCH 11/61] nfs: remove enable_ino64 module parameter
` [PATCH 12/61] nfsd: update format strings for u64 i_ino

[PATCH] netfs: Fix unbuffered/DIO writes to dispatch subrequests in strict sequence
 2026-02-26 13:45 UTC  (2+ messages)

[PATCH v2 0/4] mm: Remove stray references to pagevec
 2026-02-26 13:20 UTC  (11+ messages)
` [PATCH v2 1/4] mm: Remove stray references to struct pagevec
` [PATCH v2 2/4] fs: Remove unncessary pagevec.h includes
` [PATCH v2 3/4] folio_batch: Rename pagevec.h to folio_batch.h
` [PATCH v2 4/4] folio_batch: Rename PAGEVEC_SIZE to FOLIO_BATCH_SIZE

[PATCH 00/11] VFS: prepare for changes to directory locking
 2026-02-26  1:34 UTC  (5+ messages)
` [PATCH 08/11] VFS: allow d_splice_alias() and d_add() to work on hashed dentries

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

[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  (12+ 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  (5+ messages)
` [PATCH v5 1/9] cifs: Rename mid_q_entry to smb_message


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