Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2026-04-22 05:06:33 to 2026-04-28 13:19:20 UTC [more...]

[PATCH v5 00/24] netfs: Miscellaneous fixes
 2026-04-28 13:17 UTC  (9+ messages)
` [PATCH v5 01/24] netfs: Fix cancellation of a DIO and single read subrequests
` [PATCH v5 02/24] netfs: Fix missing locking around retry adding new subreqs
` [PATCH v5 03/24] netfs: Fix missing barriers when accessing stream->subrequests locklessly
` [PATCH v5 04/24] netfs: Fix netfs_read_to_pagecache() to pause on subreq failure
` [PATCH v5 05/24] netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
` [PATCH v5 06/24] netfs: Fix zeropoint update where i_size > remote_i_size
` [PATCH v5 07/24] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH v5 10/24] netfs: Fix potential uninitialised var in netfs_extract_user_iter()

[PATCH] fs: smb: server: zero buffer before filling file entry
 2026-04-28 12:17 UTC  (4+ messages)

[PATCH AUTOSEL 7.0-5.15] ksmbd: fix CreateOptions sanitization clobbering the whole field
 2026-04-28 10:41 UTC  (6+ messages)
` [PATCH AUTOSEL 7.0-6.12] smb: client: compress: fix buffer overrun in lz77_compress()
` [PATCH AUTOSEL 7.0-6.12] smb: client: compress: fix counting in LZ77 match finding
` [PATCH AUTOSEL 7.0-6.12] smb: client: compress: fix bad encoding on last LZ77 flag
` [PATCH AUTOSEL 7.0-5.15] ksmbd: fix O(N^2) DoS in smb2_lock via unbounded LockCount
` [PATCH AUTOSEL 7.0-6.12] smb: server: stop sending fake security descriptors

[PATCH RFC] smb: client: fix NULL pointer dereference in smb2_compound_op
 2026-04-28  2:51 UTC 

[PATCH v11 00/15] Exposing case folding behavior
 2026-04-28  1:32 UTC  (24+ messages)
` [PATCH v11 01/15] fs: Move file_kattr initialization to callers
` [PATCH v11 02/15] fs: Add case sensitivity flags to file_kattr
` [PATCH v11 03/15] fat: Implement fileattr_get for case sensitivity
` [PATCH v11 04/15] exfat: "
` [PATCH v11 05/15] ntfs3: "
` [PATCH v11 06/15] hfs: "
` [PATCH v11 07/15] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v11 08/15] xfs: "
` [PATCH v11 09/15] cifs: Implement fileattr_get for case sensitivity
` [PATCH v11 10/15] nfs: "
` [PATCH v11 11/15] vboxsf: "
` [PATCH v11 12/15] isofs: "
` [PATCH v11 13/15] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v11 14/15] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v11 15/15] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION

[PATCH v4 00/22] netfs: Miscellaneous fixes
 2026-04-27 15:46 UTC  (23+ messages)
` [PATCH v4 01/22] netfs: Fix cancellation of a DIO and single read subrequests
` [PATCH v4 02/22] netfs: Fix missing barriers when accessing stream->subrequests locklessly
` [PATCH v4 03/22] netfs: Fix missing locking around retry adding new subreqs
` [PATCH v4 04/22] netfs: Fix netfs_read_to_pagecache() to pause on subreq failure
` [PATCH v4 05/22] netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
` [PATCH v4 06/22] netfs: Fix zeropoint update where i_size > remote_i_size
` [PATCH v4 07/22] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH v4 08/22] netfs: fix error handling in netfs_extract_user_iter()
` [PATCH v4 09/22] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone
` [PATCH v4 10/22] netfs: Defer the emission of trace_netfs_folio()
` [PATCH v4 11/22] netfs: Fix streaming write being overwritten
` [PATCH v4 12/22] netfs: Fix read-gaps to remove netfs_folio from filled folio
` [PATCH v4 13/22] netfs: Fix write streaming disablement if fd open O_RDWR
` [PATCH v4 14/22] netfs: Fix early put of sink folio in netfs_read_gaps()
` [PATCH v4 15/22] netfs: Fix leak of request in netfs_write_begin() error handling
` [PATCH v4 16/22] netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
` [PATCH v4 17/22] netfs: Fix potential uninitialised var in netfs_extract_user_iter()
` [PATCH v4 18/22] netfs: Fix partial invalidation of streaming-write folio
` [PATCH v4 19/22] netfs: Fix folio->private handling in netfs_perform_write()
` [PATCH v4 20/22] netfs: Fix netfs_read_folio() to wait on writeback
` [PATCH v4 21/22] netfs, afs: Fix write skipping in dir/link writepages
` [PATCH v4 22/22] afs: Fix the locking used by afs_get_link()

[PATCH v4 00/22] netfs: Miscellaneous fixes
 2026-04-27 15:29 UTC  (12+ messages)
` [PATCH v4 01/22] netfs: Fix cancellation of a DIO and single read subrequests
` [PATCH v4 02/22] netfs: Fix missing barriers when accessing stream->subrequests locklessly
` [PATCH v4 03/22] netfs: Fix missing locking around retry adding new subreqs
` [PATCH v4 04/22] netfs: Fix netfs_read_to_pagecache() to pause on subreq failure
` [PATCH v4 05/22] netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
` [PATCH v4 06/22] netfs: Fix zeropoint update where i_size > remote_i_size
` [PATCH v4 07/22] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH v4 08/22] netfs: fix error handling in netfs_extract_user_iter()
` [PATCH v4 09/22] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone
` [PATCH v4 10/22] netfs: Defer the emission of trace_netfs_folio()
` [PATCH v4 11/22] netfs: Fix streaming write being overwritten

[PATCH v6 0/4] OPENAT2_REGULAR flag support for openat2
 2026-04-27 14:29 UTC  (5+ messages)
` [PATCH v6 1/4] openat2: new OPENAT2_REGULAR flag support

[PATCH 0/2] ksmbd: fix stop_sessions() iteration and centralize ksmbd_conn release
 2026-04-27  1:32 UTC  (6+ messages)
` [PATCH 1/2] ksmbd: rewrite stop_sessions() with restartable iteration
` [PATCH 2/2] ksmbd: centralize ksmbd_conn final release to plug transport leak

[PATCH] smb/client: remove unused smb3_parse_opt()
 2026-04-26 14:59 UTC  (2+ messages)

[PATCH] smb/client: fix unaligned reads in wsl_to_fattr()
 2026-04-25 23:01 UTC  (3+ messages)

[PATCH v3 00/19] netfs: Miscellaneous fixes
 2026-04-25 12:54 UTC  (20+ messages)
` [PATCH v3 01/19] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH v3 02/19] netfs: fix error handling in netfs_extract_user_iter()
` [PATCH v3 03/19] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone
` [PATCH v3 04/19] netfs: Defer the emission of trace_netfs_folio()
` [PATCH v3 05/19] netfs: Fix streaming write being overwritten
` [PATCH v3 06/19] netfs: Fix read-gaps to remove netfs_folio from filled folio
` [PATCH v3 07/19] netfs: Fix zeropoint update where i_size > remote_i_size
` [PATCH v3 08/19] netfs: Fix write streaming disablement if fd open O_RDWR
` [PATCH v3 09/19] netfs: Fix early put of sink folio in netfs_read_gaps()
` [PATCH v3 10/19] netfs: Fix leak of request in netfs_write_begin() error handling
` [PATCH v3 11/19] netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
` [PATCH v3 12/19] netfs: Fix potential uninitialised var in netfs_extract_user_iter()
` [PATCH v3 13/19] netfs: Fix partial invalidation of streaming-write folio
` [PATCH v3 14/19] netfs: Fix folio->private handling in netfs_perform_write()
` [PATCH v3 15/19] netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
` [PATCH v3 16/19] netfs: Fix netfs_read_folio() to wait on writeback
` [PATCH v3 17/19] netfs: Fix missing barriers when accessing stream->subrequests locklessly
` [PATCH v3 18/19] afs: Fix afs_get_link() to take validate_lock around afs_read_single()
` [PATCH v3 19/19] afs: Fix RCU handling of symlinks in RCU pathwalk

[PATCH v10 00/17] Exposing case folding behavior
 2026-04-24 20:37 UTC  (20+ messages)
` [PATCH v10 01/17] fs: Move file_kattr initialization to callers
` [PATCH v10 02/17] fs: Add case sensitivity flags to file_kattr
` [PATCH v10 03/17] fat: Implement fileattr_get for case sensitivity
` [PATCH v10 04/17] exfat: "
` [PATCH v10 05/17] ntfs3: "
` [PATCH v10 06/17] hfs: "
` [PATCH v10 07/17] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v10 08/17] ext4: "
` [PATCH v10 09/17] xfs: "
` [PATCH v10 10/17] cifs: Implement fileattr_get for case sensitivity
` [PATCH v10 11/17] nfs: "
` [PATCH v10 12/17] f2fs: Add case sensitivity reporting to fileattr_get
` [PATCH v10 13/17] vboxsf: Implement fileattr_get for case sensitivity
` [PATCH v10 14/17] isofs: "
` [PATCH v10 15/17] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v10 16/17] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v10 17/17] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION

"Intent" of VFS lookups
 2026-04-24 13:41 UTC  (4+ messages)

[PATCH 6.6 081/166] smb: client: fix off-by-8 bounds check in check_wsl_eas()
 2026-04-24 13:29 UTC  (4+ messages)
` [PATCH 6.6 082/166] ksmbd: validate EaNameLength in smb2_get_ea()
` [PATCH 6.6 083/166] ksmbd: require 3 sub-authorities before reading sub_auth[2]
` [PATCH 6.6 084/166] ksmbd: fix mechToken leak when SPNEGO decode fails after token alloc

[PATCH 7.0 22/42] smb: client: fix dir separator in SMB1 UNIX mounts
 2026-04-24 13:30 UTC 

[PATCH] smb: client: Fix error cleanup in smb_extract_iter_to_rdma()
 2026-04-24 11:39 UTC  (3+ messages)

[PATCH v2 1/7] cifs: change_conf needs to be called for session setup
 2026-04-24  4:07 UTC  (6+ messages)
` [PATCH v2 2/7] cifs: abort open_cached_dir if we don't request leases

[GIT PULL] ksmbd server fixes
 2026-04-24  0:13 UTC  (2+ messages)

[GIT PULL] smb3 client fixes
 2026-04-24  0:13 UTC  (2+ messages)

[PATCH 0/4] netfs: Yet further miscellaneous fixes
 2026-04-23 22:22 UTC  (5+ messages)
` [PATCH 1/4] netfs: Fix wrong return from netfs_read_sizes() on 32-bit SMP arches
` [PATCH 2/4] netfs: Fix missing barriers when accessing stream->subrequests locklessly
` [PATCH 3/4] afs: Fix afs_get_link() to take validate_lock around afs_read_single()
` [PATCH 4/4] afs: Fix RCU handling of symlinks in RCU pathwalk

[PATCH v2 5.10.y] cifs: Fix connections leak when tlink setup failed
 2026-04-23 18:59 UTC  (2+ messages)

[PATCH v2 1/2] vfs: introduce d_mark_tmpfile_name()
 2026-04-23 18:23 UTC  (3+ messages)
` [PATCH v2 2/2] smb: client: add support for O_TMPFILE

[PATCH v9 00/17] Exposing case folding behavior
 2026-04-23 11:52 UTC  (22+ messages)
` [PATCH v9 01/17] fs: Move file_kattr initialization to callers
` [PATCH v9 02/17] fs: Add case sensitivity flags to file_kattr
` [PATCH v9 03/17] fat: Implement fileattr_get for case sensitivity
` [PATCH v9 04/17] exfat: "
` [PATCH v9 05/17] ntfs3: "
` [PATCH v9 06/17] hfs: "
` [PATCH v9 07/17] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v9 08/17] ext4: "
` [PATCH v9 09/17] xfs: "
` [PATCH v9 10/17] cifs: Implement fileattr_get for case sensitivity
` [PATCH v9 11/17] nfs: "
` [PATCH v9 12/17] f2fs: Add case sensitivity reporting to fileattr_get
` [PATCH v9 13/17] vboxsf: Implement fileattr_get for case sensitivity
` [PATCH v9 14/17] isofs: "
` [PATCH v9 15/17] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v9 16/17] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v9 17/17] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION

[PATCH] [v2] smb: client: hide unused cifs_debug_dirs_proc_ops
 2026-04-23  9:50 UTC 

[PATCH] smb: client: hide unused cifs_debug_dirs_proc_ops
 2026-04-23  9:01 UTC  (2+ messages)

[PATCH] smb: smbdirect: move fs/smb/common/smbdirect/ to fs/smb/smbdirect/
 2026-04-23  5:52 UTC  (8+ messages)

[PATCH] fs: smb: server: handle readdir_info_level_struct_sz() error
 2026-04-23  0:31 UTC  (2+ messages)

[PATCH 6/9] smb: client: allow nolease option to be reconfigured on remount
 2026-04-22 15:29 UTC  (4+ messages)
` [PATCH v2] "

[linux-next:master] [smb] 40e75e42f4: filebench.sum_operations/s 9.5% improvement
 2026-04-22 13:31 UTC 

[PATCH v2] vfs: replace ints with enum component_type for LAST_XXX
 2026-04-22 10:59 UTC  (5+ messages)

[PATCH v3] smb: client: fix (remove) drop_dir_cache module parameter
 2026-04-22  7:31 UTC 


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