messages from 2026-07-18 15:08:08 to 2026-07-24 17:12:34 UTC [more...]
[PATCH 00/36] treewide: remove conditional returns with no effect
2026-07-24 17:12 UTC (4+ messages)
` [PATCH 34/36] smb: client: remove conditional return "
[PATCH 0/2] cifs: follow-on fixes to time_last_write mechanism
2026-07-24 16:30 UTC (3+ messages)
` [PATCH 1/2] cifs: consolidate time_last_write stamp into _cifsFileInfo_put()
` [PATCH 2/2] cifs: fix time_last_write stamp placement in setattr/truncate paths
[PATCH] ksmbd: refactor smb2_notify() to a blocking wait, matching smb2_lock()
2026-07-24 15:05 UTC
[PATCH] ksmbd: only rebind the reopened file's own oplock on durable reconnect
2026-07-24 14:58 UTC (3+ messages)
[RFC PATCH 00/11] smb/server: change notify support
2026-07-24 13:35 UTC (13+ messages)
` [RFC PATCH 01/11] smb/server: add debug type for change notify
` [RFC PATCH 02/11] smb/server: validate notify requests
` [RFC PATCH 03/11] smb/server: support canceling "
` [RFC PATCH 04/11] smb/server: watch directories for changes
` [RFC PATCH 05/11] smb/server: keep notify watches on file handles
` [RFC PATCH 06/11] smb/server: save simple notify events
` [RFC PATCH 07/11] smb/server: save old names for rename "
` [RFC PATCH 08/11] smb/server: match "
` [RFC PATCH 09/11] smb/server: encode "
` [RFC PATCH 10/11] smb/server: send notify events to the client
` [RFC PATCH 11/11] smb/server: break directory leases before sending notify events
[PATCH] smb: client: remove redundant NULL check before kfree()
2026-07-24 12:31 UTC (2+ messages)
[PATCH 00/15] smb: add native security and trusted xattrs
2026-07-24 11:49 UTC (17+ messages)
` [PATCH 01/15] ksmbd: extract SMB EA backing xattr name mapping
` [PATCH 02/15] ksmbd: extract SMB EA response name handling
` [PATCH 03/15] ksmbd: match SMB2 EA names by exact length
` [PATCH 04/15] ksmbd: handle empty and disappearing EAs
` [PATCH 05/15] ksmbd: take mount write access for CREATE EAs
` [PATCH 06/15] ksmbd: bound SMB2 EA name debug output
` [PATCH 07/15] ksmbd: query security.capability on POSIX EA handles
` [PATCH 08/15] ksmbd: set "
` [PATCH 09/15] ksmbd: support security.xfstests "
` [PATCH 10/15] ksmbd: support trusted xattrs "
` [PATCH 11/15] smb: client: prepare EA opens for inode lease reuse
` [PATCH 12/15] smb: client: avoid batch oplocks for reentrant POSIX EAs
` [PATCH 13/15] smb: client: gate security.capability EA on POSIX mounts
` [PATCH 14/15] smb: client: support security.xfstests "
` [PATCH 15/15] smb: client: support trusted EAs "
[PATCH] ksmbd: use copied ACE count when walking DACL in set_ntacl_dacl
2026-07-24 7:09 UTC (3+ messages)
[PATCH] ksmbd: remove extra byte from ipc_msg_alloc() size calculations
2026-07-24 4:45 UTC (3+ messages)
[PATCH v3 xfstests 0/2] generic: new test to check nlink returned by fstat()
2026-07-24 3:12 UTC (3+ messages)
` [PATCH v3 xfstests 1/2] generic/002: simplify the hardlink count test
` [PATCH v3 xfstests 2/2] generic: new test to check nlink returned by fstat()
[PATCH] smb: client: clear ce->tgthint in free_tgts()
2026-07-24 2:35 UTC
[BUG netfs] folio changes during io results in CIFS send failures
2026-07-23 21:28 UTC
[GIT PULL] smb3 client fixes
2026-07-23 20:54 UTC (4+ messages)
[PATCH] smb: client: use GFP_KERNEL for registry allocation
2026-07-23 20:46 UTC (2+ messages)
swap_ops updates
2026-07-23 17:59 UTC (10+ messages)
` [PATCH 1/3] mm/swap: revert to single-folio writes for synchronous swap devices
` [PATCH 2/3] mm/swap: add a new swap_ops.h header to allow for pluggable swap ops
` [PATCH 3/3] mm/swap: move swap_ops into file systems for file system-based swap
[PATCH 2/3] mm/swap: add a new swap_ops.h header to allow for pluggable swap ops
2026-07-23 17:11 UTC
[PATCH v2 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS
2026-07-23 15:16 UTC (4+ messages)
` [PATCH v2 1/2] vfs: Allow filesystems with foreign owner IDs to override UID checks
` [PATCH v2 2/2] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir
[PATCH net-next] net: dns_resolver: allow shorter names in dns_query()
2026-07-23 12:23 UTC (2+ messages)
[PATCH v3 0/3] smb/server: fix some bugs in preparation for change notify support
2026-07-23 7:23 UTC (9+ messages)
` [PATCH v3 1/3] smb/server: fix signing when a response uses more than one iov
` [PATCH v3 2/3] smb/server: cancel async requests when closing connection
` [PATCH v3 3/3] smb/server: stop new async work "
[RFC] smb: client: define async channel update serialization
2026-07-22 16:51 UTC (2+ messages)
[PATCH v7 00/29] netfs: Keep track of folios in a segmented bio_vec[] chain
2026-07-22 13:02 UTC (30+ messages)
` [PATCH v7 01/29] netfs: clear PG_private_2 on copy-to-cache append failure
` [PATCH v7 02/29] netfs: handle single writeback rolling buffer allocation failure
` [PATCH v7 03/29] netfs: release readahead folios on iterator preparation failure
` [PATCH v7 04/29] afs: Fix missing kunmap in afs_dir_search_bucket()
` [PATCH v7 05/29] afs: Fix afs_edit_dir_remove() to get, not find, block 0
` [PATCH v7 06/29] afs: Fix double-unmap of directory block
` [PATCH v7 07/29] mm: Make readahead store folio count in readahead_control
` [PATCH v7 08/29] netfs: Bulk load the readahead-provided folios up front
` [PATCH v7 09/29] Add a function to kmap one page of a multipage bio_vec
` [PATCH v7 10/29] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v7 11/29] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v7 12/29] netfs: Add some tools for managing bvecq chains
` [PATCH v7 13/29] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v7 14/29] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v7 15/29] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v7 16/29] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v7 17/29] netfs: Remove the writethrough code
` [PATCH v7 18/29] cachefiles,netfs: sunset ondemand mode
` [PATCH v7 19/29] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v7 20/29] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v7 21/29] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v7 22/29] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v7 23/29] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v7 24/29] netfs: Remove netfs_extract_user_iter()
` [PATCH v7 25/29] iov_iter: Remove ITER_FOLIOQ
` [PATCH v7 26/29] netfs: Remove folio_queue and rolling_buffer
` [PATCH v7 27/29] netfs: Check for too much data being read
` [PATCH v7 28/29] netfs: Limit the minimum trigger for progress reporting
` [PATCH v7 29/29] netfs: Combine prepare and issue ops and grab the buffers on request
[PATCH 0/2] smb/client: handle compression flags through fileattr
2026-07-22 8:53 UTC (3+ messages)
` [PATCH 1/2] smb/client: implement fileattr_set for compression flags
` [PATCH 2/2] smb/client: remove unused file flags ioctl handlers
[BUG] null-ptr-deref on ksmbd-for-next-next branch
2026-07-22 4:01 UTC (4+ messages)
[PATCH v2 xfstests 0/3] add generic/795
2026-07-22 2:50 UTC (8+ messages)
` [PATCH v2 xfstests 1/3] src: factor out common stat code
` [PATCH v2 xfstests 2/3] generic/002: clean up the test
` [PATCH v2 xfstests 3/3] generic/795: check nlink returned by fstat()
[PATCH v4 0/2] cifs: fix readdir stale size bug and deferred-close reference leak
2026-07-22 1:28 UTC (4+ messages)
` [PATCH v4 1/2] cifs: prevent readdir from changing file size due to stale directory metadata
` [PATCH v4 2/2] cifs: fix cifsFileInfo leak on kmalloc failure in deferred close drain paths
[PATCH 5.15 780/843] cifs: Add tracing for the cifs_tcon struct refcounting
2026-07-21 15:27 UTC (2+ messages)
` [PATCH 5.15 786/843] ksmbd: fix mechToken leak when SPNEGO decode fails after token alloc
[PATCH 6.1 0995/1067] cifs: Fix reacquisition of volume cookie on still-live connection
2026-07-21 15:26 UTC (3+ messages)
` [PATCH 6.1 0996/1067] cifs: Add tracing for the cifs_tcon struct refcounting
` [PATCH 6.1 1002/1067] ksmbd: fix mechToken leak when SPNEGO decode fails after token alloc
[PATCH v2] smb: client: handle STATUS_STOPPED_ON_SYMLINK responses without a symlink target
2026-07-21 20:11 UTC (2+ messages)
[PATCH 6.12 0750/1276] cifs: Fix missing credit release on failure in cifs_issue_read()
2026-07-21 15:19 UTC
[PATCH 6.18 1026/1611] cifs: Fix missing credit release on failure in cifs_issue_read()
2026-07-21 15:27 UTC (3+ messages)
` [PATCH 6.18 1547/1611] cifs: SMB1 split: Rename cifstransport.c
` [PATCH 6.18 1548/1611] cifs: SMB1 split: Add some #includes
[PATCH v3] cifs: prevent readdir from changing file size due to stale directory metadata
2026-07-21 17:39 UTC (2+ messages)
` [PATCH] "
[RFC PATCH v2 0/9] smb: support security and trusted xattrs over EAs
2026-07-21 17:10 UTC (16+ messages)
` [RFC PATCH v2 1/9] smb: client: support security.capability "
` [RFC PATCH v2 6/9] ksmbd: support security.capability EAs
` [RFC PATCH v2 7/9] ksmbd: support security.xfstests EAs
` [RFC PATCH v2 9/9] ksmbd: avoid self oplock breaks for EA opens
[PATCH 7.1 1408/2077] cifs: Fix missing credit release on failure in cifs_issue_read()
2026-07-21 15:18 UTC
[PATCH net-next v14 00/15] net: introduce QUIC infrastructure and core subcomponents
2026-07-21 15:09 UTC (2+ messages)
[PATCH v2 01/14] smb: common: compress: add memory access helpers to compress.h
2026-07-20 19:49 UTC (14+ messages)
` [PATCH v2 02/14] smb: client: compress: rework compression heuristics
` [PATCH v2 03/14] smb: client: compress: disable compression on reconnects
` [PATCH v2 04/14] smb: client: sync compression settings between channels
` [PATCH v2 05/14] smb: common: compress: use a single function for chained and unchained compression
` [PATCH v2 06/14] smb: common: compress: drop 'allow_chained' arg from smb_decompress_chained()
` [PATCH v2 07/14] smb: client: compress: enable Pattern_V1 + chained compression
` [PATCH v2 08/14] smb: server: compress: use generic smb_compression_compress()
` [PATCH v2 09/14] smb: common: compress: allow smb_lz77_compress() to overcompress
` [PATCH v2 10/14] smb: common: compress: smb_lz77_decompress() improvements
` [PATCH v2 11/14] smb: common: compress: implement LZ77-Huffman
` [PATCH v2 12/14] smb: client: add support for decompressing READs
` [PATCH v2 13/14] smb: server: use smb_decompress_alloc_size() in ksmbd_decompress_request()
` [PATCH v2 14/14] smb: client: mark compression as supported on 64-bit LE only
[PATCH v2 0/2] cifs: fix attribute cache corruption from concurrent directory operations
2026-07-20 17:19 UTC (4+ messages)
` [PATCH v2 1/2] cifs: serialize readdir with directory cache invalidation from lease breaks
` [PATCH v2 2/2] cifs: prevent readdir from changing file size due to stale directory metadata
[PATCH v2 xfstests resend 0/3] add generic/795
2026-07-20 16:42 UTC (4+ messages)
` [PATCH v2 xfstests resend 1/3] src: factor out common stat code
` [PATCH v2 xfstests resend 2/3] generic/002: clean up the test
` [PATCH v2 xfstests resend 3/3] generic/795: check nlink returned by fstat()
[PATCH] Add missing git branch info for cifs and ksmbd to MAINTAINERS file
2026-07-20 15:20 UTC
[BUG 1/3] smb: client: SMB2/3 signature failures are logged but the response is accepted
2026-07-20 11:51 UTC (4+ messages)
[PATCH 0/2] cifs: fix attribute cache corruption from concurrent directory operations
2026-07-19 21:54 UTC (3+ messages)
` [PATCH 1/2] cifs: serialize readdir with directory cache invalidation from lease breaks
` [PATCH 2/2] cifs: prevent readdir from changing file size due to stale directory metadata
[BUG 3/3] smb: client: seal mount policy can be dropped after SMB3.1.1 reconnect
2026-07-19 18:09 UTC
[BUG 2/3] smb: client: server-provided symlinks can escape mount confinement
2026-07-19 18:07 UTC
[PATCH 0/3] smb/server: fix some bugs in preparation for change notify support
2026-07-19 1:28 UTC (5+ messages)
[PATCH] smb: client: handle STATUS_STOPPED_ON_SYMLINK responses without a symlink target
2026-07-19 0:50 UTC
[PATCH] smb: client: bound dirent name against end of SMB response in cifs_filldir
2026-07-18 16:24 UTC (2+ messages)
[PATCH] cifs: validate idmap key payload length
2026-07-18 16:22 UTC
[PATCH] cifs/002: check nlink returned by fstat()
2026-07-18 15:08 UTC (3+ messages)
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