Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2026-04-28 13:19:20 to 2026-05-07 08:54:00 UTC [more...]

[PATCH v14 00/15] Exposing case folding behavior
 2026-05-07  8:52 UTC  (6+ messages)
` [PATCH v14 01/15] fs: Move file_kattr initialization to callers
` [PATCH v14 02/15] fs: Add case sensitivity flags to file_kattr
` [PATCH v14 03/15] fat: Implement fileattr_get for case sensitivity
` [PATCH v14 04/15] exfat: "
` [PATCH v14 05/15] ntfs3: "

[GIT PULL] ksmbd server and smbdirect fixes
 2026-05-07  5:08 UTC  (2+ messages)

[PATCH v2 0/2] smb: client: Spec-compliance fixes for Kerberos key derivation
 2026-05-06 17:06 UTC  (5+ messages)
` [PATCH v2 1/2] smb: client: Use FullSessionKey for AES-256 encryption "
` [PATCH v2 2/2] smb: client: Zero-pad short GSS session keys per MS-SMB2

[PATCH v4 0/1] smb/client: fix out-of-bounds read
 2026-05-06 16:03 UTC  (3+ messages)
` [PATCH v4 1/1] smb/client: fix out-of-bounds read in smb2_compound_op()

[PATCH v4 01/19] cifs: change_conf needs to be called for session setup
 2026-05-06 14:16 UTC  (22+ messages)
` [PATCH v4 02/19] cifs: abort open_cached_dir if we don't request leases
` [PATCH v4 03/19] cifs: invalidate cfid on unlink/rename/rmdir
` [PATCH v4 04/19] cifs: define variable sized buffer for querydir responses
` [PATCH v4 05/19] cifs: optimize readdir for small directories
` [PATCH v4 06/19] cifs: optimize readdir for larger directories
` [PATCH v4 07/19] cifs: reorganize cached dir helpers
` [PATCH v4 08/19] cifs: make cfid locks more granular
` [PATCH v4 09/19] cifs: query dir should reuse cfid even if not fully cached
` [PATCH v4 10/19] cifs: back cached_dirents with page cache
` [PATCH v4 11/19] cifs: in place changes to cached_dirents when dir lease is held
` [PATCH v4 12/19] cifs: register a shrinker to manage cached_dirents
` [PATCH v4 13/19] cifs: option to disable time-based eviction of cache
` [PATCH v4 14/19] cifs: option to set unlimited number of cached dirs
` [PATCH v4 15/19] cifs: allow dcache population to happen asynchronously
` [PATCH v4 16/19] cifs: trace points for cached_dir operations
` [PATCH v4 17/19] cifs: discard functions to ensure that mid callbacks get called
` [PATCH v4 18/19] cifs: keep cfids in rbtree for efficient lookups
` [PATCH v4 19/19] cifs: invalidate cached_dirents if population aborted

[DISCUSSION] Preventing ENOSPC/EDQUOT writeback errors on network filesystems
 2026-05-06  6:11 UTC  (2+ messages)

[PATCH AUTOSEL 7.0] smb: client: change allocation requirements in smb2_compound_op
 2026-05-05  9:51 UTC 

[PATCH 6.6.y] ksmbd: add chann_lock to protect ksmbd_chann_list xarray
 2026-05-03 18:17 UTC  (4+ messages)
` [PATCH 6.1.y] "
` [PATCH 5.15.y] "

[PATCH] smb: client: validate dacloffset before building DACL pointers
 2026-05-03 15:24 UTC  (2+ messages)

[PATCH v3 0/1] smb/client: fix out-of-bounds read
 2026-05-03 14:36 UTC  (3+ messages)
` [PATCH v3 1/1] smb/client: fix out-of-bounds read in smb2_compound_op()

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

[PATCH v2 0/2] smb/client: fix out-of-bounds read
 2026-05-02 13:31 UTC  (5+ messages)
` [PATCH v2 1/2] smb/client: fix out-of-bounds read in smb2_compound_op()
` [PATCH v2 2/2] smb/client: fix out-of-bounds read in symlink_data()

[PATCH 0/2] smb/client: fix out-of-bounds read
 2026-05-02  8:45 UTC  (4+ messages)
` [PATCH 1/2] smb/client: fix out-of-bounds read in smb2_compound_op()
` [PATCH 2/2] smb/client: fix out-of-bounds read in symlink_data()

[GIT PULL] ksmbd server fixes
 2026-05-01 20:22 UTC  (2+ messages)

[PATCH v3 01/19] cifs: change_conf needs to be called for session setup
 2026-05-01 10:20 UTC  (27+ messages)
` [PATCH v3 02/19] cifs: abort open_cached_dir if we don't request leases
` [PATCH v3 03/19] cifs: invalidate cfid on unlink/rename/rmdir
` [PATCH v3 04/19] cifs: define variable sized buffer for querydir responses
` [PATCH v3 05/19] cifs: optimize readdir for small directories
` [PATCH v3 06/19] cifs: optimize readdir for larger directories
` [PATCH v3 07/19] cifs: reorganize cached dir helpers
` [PATCH v3 08/19] cifs: make cfid locks more granular
` [PATCH v3 09/19] cifs: query dir should reuse cfid even if not fully cached
` [PATCH v3 10/19] cifs: back cached_dirents with page cache
` [PATCH v3 11/19] cifs: in place changes to cached_dirents when dir lease is held
` [PATCH v3 12/19] cifs: register a shrinker to manage cached_dirents
` [PATCH v3 13/19] cifs: option to disable time-based eviction of cache
` [PATCH v3 14/19] cifs: option to set unlimited number of cached dirs
` [PATCH v3 15/19] cifs: allow dcache population to happen asynchronously
` [PATCH v3 16/19] cifs: trace points for cached_dir operations
` [PATCH v3 17/19] cifs: discard functions should not return failure
` [PATCH v3 18/19] cifs: keep cfids in rbtree for efficient lookups
` [PATCH v3 19/19] cifs: invalidate cached_dirents if population aborted

[PATCH v5] smb: client: avoid ctx corruption on failed multichannel remounts
 2026-05-01  6:09 UTC 

[PATCH] cifssmb: use struct_offset in memcpy calculations
 2026-05-01  0:47 UTC  (4+ messages)

[GIT PULL] smb3 client fixes
 2026-05-01  0:45 UTC  (2+ messages)

[PATCH] smb: client: hide unused cifs_debug_dirs_proc_ops
 2026-04-30 12:11 UTC  (4+ messages)

[PATCH] smb: client: use kzalloc to zero-initialize security descriptor buffer
 2026-04-30  8:57 UTC 

[PATCH] smb: smbdirect: fix MR registration for coalesced SG lists
 2026-04-30  8:15 UTC  (2+ messages)

[PATCH RFC] smb: client: fix NULL pointer dereference in smb2_compound_op
 2026-04-30  0:34 UTC  (2+ messages)

[PATCH v2 11/11] docs: smb: document SMB3 over QUIC setup for cifs.ko and ksmbd.ko
 2026-04-29 22:26 UTC  (2+ messages)

[PATCH v2 05/11] smb: server: split interface management from TCP in preparation for QUIC
 2026-04-29 22:24 UTC  (7+ messages)
` [PATCH v2 06/11] smb: server: add shared transport helpers "
` [PATCH v2 07/11] smb: server: reuse common transport helpers in TCP transport
` [PATCH v2 08/11] smb: server: add QUIC transport support
` [PATCH v2 09/11] smb: server: refactor TCP transport definitions
` [PATCH v2 10/11] smb: server: track TCP and QUIC listener state independently

[PATCH 0/2] smb: smbdirect: symbol export and header cleanups
 2026-04-29 22:16 UTC  (4+ messages)
` [PATCH 1/2] smb: smbdirect: make use of DEFAULT_SYMBOL_NAMESPACE and EXPORT_SYMBOL_GPL
` [PATCH 2/2] smb: smbdirect: introduce and use include/linux/smbdirect.h

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

[PATCH] smb: client: change allocation requirements in smb2_compound_op
 2026-04-29 21:34 UTC 

[PATCH 1/3] smb: client: fix conflicting option validation for new mount API
 2026-04-29 20:52 UTC  (3+ messages)
` [PATCH 2/3] smb: client: fix race in multichannel rescaling during mount
` [PATCH 3/3] smb: client: make smb3_update_ses_channels() match expected API

[PATCH v2] smb/client: fix chan_max and UNC state corruption in smb3_reconfigure
 2026-04-29 20:45 UTC  (6+ messages)
` [PATCH v3] smb/client: fix state corruption in smb3_reconfigure multichannel path
` [PATCH v4] smb: client: fix state-consistency bugs in smb3_reconfigure() "

[PATCH v2] smb: smbdirect: fix MR registration for coalesced SG lists
 2026-04-29 16:00 UTC  (2+ messages)

[PATCH] ksmbd: fail share config requests when path allocation fails
 2026-04-29 13:43 UTC  (3+ messages)

[PATCH v2] smb: smbdirect: fix MR registration for coalesced SG lists
 2026-04-29 10:02 UTC 

[PATCH v2] smb: smbdirect: fix MR registration for coalesced SG lists
 2026-04-29 10:00 UTC 

[PATCH] smb: client: use FullSessionKey for AES-256 encryption key derivation
 2026-04-29  8:34 UTC  (3+ messages)

[PATCH] smb: smbdirect: fix MR registration for coalesced SG lists
 2026-04-29  8:00 UTC 

[PATCH v2 0/3] ksmbd: fix connection and durable handle teardown races
 2026-04-29  3:21 UTC  (5+ messages)
` [PATCH v2 1/3] ksmbd: centralize ksmbd_conn final release to plug transport leak
` [PATCH v2 2/3] ksmbd: harden file lifetime during session teardown
` [PATCH v2 3/3] ksmbd: close durable scavenger races against m_fp_list lookups

[PATCHSET v3] QueryDir and Directory lease improvements
 2026-04-28 16:18 UTC 

"Intent" of VFS lookups
 2026-04-28 16:12 UTC  (5+ messages)

[PATCH v2 00/11] smb: implement SMB over QUIC
 2026-04-28 15:55 UTC  (5+ messages)
` [PATCH v2 01/11] smb: common: add smb_tls struct shared by client and server
` [PATCH v2 02/11] smb: client: refactor negotiate context assembly
` [PATCH v2 03/11] smb: client: prepare connect path for QUIC transport
` [PATCH v2 04/11] smb: client: add QUIC mount and transport setup

[PATCH 00/11] smb: implement SMB over QUIC
 2026-04-28 15:46 UTC  (6+ messages)
` [PATCH 01/11] smb: client: refactor negotiate context assembly
` [PATCH 01/11] smb: common: add smb_tls struct shared by client and server
` [PATCH 02/11] smb: client: prepare connect path for QUIC transport
` [PATCH 02/11] smb: client: refactor negotiate context assembly
` [PATCH 03/11] smb: client: add QUIC mount and transport setup

[PATCH] ksmbd: stop transports before procfs cleanup during shutdown
 2026-04-28 13:38 UTC 

[PATCH v5 00/24] netfs: Miscellaneous fixes
 2026-04-28 13:17 UTC  (18+ messages)
` [PATCH v5 08/24] netfs: fix error handling in netfs_extract_user_iter()
` [PATCH v5 09/24] netfs: Fix overrun check "
` [PATCH v5 10/24] netfs: Fix potential uninitialised var "
` [PATCH v5 11/24] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone
` [PATCH v5 12/24] netfs: Defer the emission of trace_netfs_folio()
` [PATCH v5 13/24] netfs: Fix streaming write being overwritten
` [PATCH v5 14/24] netfs: Fix potential deadlock in write-through mode
` [PATCH v5 15/24] netfs: Fix read-gaps to remove netfs_folio from filled folio
` [PATCH v5 16/24] netfs: Fix write streaming disablement if fd open O_RDWR
` [PATCH v5 17/24] netfs: Fix early put of sink folio in netfs_read_gaps()
` [PATCH v5 18/24] netfs: Fix leak of request in netfs_write_begin() error handling
` [PATCH v5 19/24] netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
` [PATCH v5 20/24] netfs: Fix partial invalidation of streaming-write folio
` [PATCH v5 21/24] netfs: Fix folio->private handling in netfs_perform_write()
` [PATCH v5 22/24] netfs: Fix netfs_read_folio() to wait on writeback
` [PATCH v5 23/24] netfs, afs: Fix write skipping in dir/link writepages
` [PATCH v5 24/24] afs: Fix the locking used by afs_get_link()


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