Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2026-07-15 20:32:24 to 2026-07-22 13:06:34 UTC [more...]

swap_ops updates
 2026-07-22 13:06 UTC 

[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

[RFC] smb: client: define async channel update serialization
 2026-07-22  4:10 UTC 

[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  (21+ messages)
` [RFC PATCH v2 1/9] smb: client: support security.capability "
` [RFC PATCH v2 2/9] smb: client: support security.xfstests "
` [RFC PATCH v2 3/9] smb: client: support trusted xattrs "
` [RFC PATCH v2 4/9] ksmbd: extract SMB EA backing xattr name mapping
` [RFC PATCH v2 5/9] ksmbd: extract SMB EA response name handling
` [RFC PATCH v2 6/9] ksmbd: support security.capability EAs
` [RFC PATCH v2 7/9] ksmbd: support security.xfstests EAs
` [RFC PATCH v2 8/9] ksmbd: support trusted 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  (4+ messages)
` [PATCH net-next v14 14/15] quic: add packet builder base
` [PATCH net-next v14 15/15] quic: add packet parser base

[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  (5+ messages)

[GIT PULL] ksmbd server fixes
 2026-07-18  4:54 UTC  (2+ messages)

[PATCH] ksmbd: fix maximal access leak when object has no NT ACL
 2026-07-17 15:10 UTC  (2+ messages)

[PATCH] ksmbd: fix AsyncId zeroed before use in smb2_lock() cancel response
 2026-07-17 15:09 UTC  (2+ messages)

[RFC 0/3] ksmbd: use splice for SMB2 READ responses
 2026-07-17 12:49 UTC  (4+ messages)
` [RFC 3/3] ksmbd: use splice payloads for simple SMB2 READ

[PATCH v2 0/3] smb/server: fix some bugs in preparation for change notify support
 2026-07-17  8:58 UTC  (12+ messages)
` [PATCH v2 1/3] smb/server: fix signing when a response uses more than one iov
` [PATCH v2 2/3] smb/server: cancel async requests when closing connection
` [PATCH v2 3/3] smb/server: stop new async work "

[SECURITY] ksmbd: SMB CREATE widens inherited POSIX ACL masks
 2026-07-17  3:14 UTC 

[GIT PULL] smb3 client fixes
 2026-07-16 23:57 UTC  (2+ messages)

[SECURITY] ksmbd: SMB CREATE widens inherited POSIX ACL masks
 2026-07-16 22:15 UTC 

[SECURITY] ksmbd: unsigned request bypasses mandatory SMB signing
 2026-07-16 22:14 UTC 

[PATCH 5.15.y 4/7] ksmbd: fix mechToken leak when SPNEGO decode fails after token alloc
 2026-07-16 18:22 UTC 

[PATCH 6.1.y 4/7] ksmbd: fix mechToken leak when SPNEGO decode fails after token alloc
 2026-07-16 15:37 UTC 

[PATCH 5.15.y 1/2] cifs: Add tracing for the cifs_tcon struct refcounting
 2026-07-16 15:36 UTC 

[PATCH] smb/client: fix unaligned fallocate emulation with O_DIRECT
 2026-07-16 15:18 UTC  (3+ messages)

[PATCH v6 00/24] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-07-16 10:30 UTC  (25+ messages)
` [PATCH v6 01/24] mm: Make readahead store folio count in readahead_control
` [PATCH v6 02/24] netfs: Bulk load the readahead-provided folios up front
` [PATCH v6 03/24] Add a function to kmap one page of a multipage bio_vec
` [PATCH v6 04/24] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v6 05/24] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v6 06/24] netfs: Add some tools for managing bvecq chains
` [PATCH v6 07/24] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v6 08/24] afs: Fix afs_edit_dir_remove() to get, not find, block 0
` [PATCH v6 09/24] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v6 10/24] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v6 11/24] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v6 12/24] netfs: Remove the writethrough code
` [PATCH v6 13/24] cachefiles,netfs: sunset ondemand mode
` [PATCH v6 14/24] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v6 15/24] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v6 16/24] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v6 17/24] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v6 18/24] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v6 19/24] netfs: Remove netfs_extract_user_iter()
` [PATCH v6 20/24] iov_iter: Remove ITER_FOLIOQ
` [PATCH v6 21/24] netfs: Remove folio_queue and rolling_buffer
` [PATCH v6 22/24] netfs: Check for too much data being read
` [PATCH v6 23/24] netfs: Limit the minimum trigger for progress reporting
` [PATCH v6 24/24] netfs: Combine prepare and issue ops and grab the buffers on request

[PATCH 6.1.y 3/5] cifs: Fix reacquisition of volume cookie on still-live connection
 2026-07-16 10:18 UTC  (2+ messages)
  ` [PATCH 6.1.y 4/5] cifs: Add tracing for the cifs_tcon struct refcounting

[PATCH 6.18.y 1/3] cifs: SMB1 split: Rename cifstransport.c
 2026-07-16 10:18 UTC  (2+ messages)
  ` [PATCH 6.18.y 2/3] cifs: SMB1 split: Add some #includes

[PATCH 1/7] ksmbd: implement the command sequence window
 2026-07-16  9:57 UTC  (7+ messages)
` [PATCH 2/7] ksmbd: add SMB3 request replay support
` [PATCH 3/7] ksmbd: fix malformed procfs status output
` [PATCH 4/7] ksmbd: expose connection runtime state in procfs
` [PATCH 5/7] ksmbd: report session and open file details "
` [PATCH 6/7] ksmbd: add procfs monitoring for active shares
` [PATCH 7/7] ksmbd: extend procfs server statistics

[PATCH v3] smb: client: validate DFS referral PathConsumed
 2026-07-16  5:25 UTC 

[PATCH] smb: client: clear setuid/setgid bit on write with cifsacl/modefromsid/posix extensions
 2026-07-16  2:22 UTC 


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