messages from 2026-04-25 01:53:56 to 2026-04-29 22:00:15 UTC [more...]
[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] smb: client: hide unused cifs_debug_dirs_proc_ops
2026-04-29 20:37 UTC (2+ messages)
[PATCH v2] smb: smbdirect: fix MR registration for coalesced SG lists
2026-04-29 16:00 UTC (2+ messages)
[PATCH 0/2] smb: smbdirect: symbol export and header cleanups
2026-04-29 13:43 UTC (3+ 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] 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
[PATCH] smb: smbdirect: fix MR registration for coalesced SG lists
2026-04-29 2:25 UTC
[PATCH v3 01/19] cifs: change_conf needs to be called for session setup
2026-04-28 17:28 UTC (23+ 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
[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 11/11] docs: smb: document SMB3 over QUIC setup for cifs.ko and ksmbd.ko
2026-04-28 16:00 UTC
[PATCH v2 05/11] smb: server: split interface management from TCP in preparation for QUIC
2026-04-28 15:57 UTC (6+ 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 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 (25+ 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 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()
[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 (14+ messages)
` [PATCH v11 08/15] xfs: Report case sensitivity in fileattr_get
` [PATCH v11 12/15] isofs: Implement fileattr_get for case sensitivity
` [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
page: next (older) | prev (newer) | latest
- 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