Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2026-08-28 16:17:08 to 2026-09-04 10:29:43 UTC [more...]

[PATCH] super: make iterate_supers_type() deletion-safe
 2026-09-04 10:29 UTC  (3+ messages)

[PATCH] smb: client: avoid leaking refcount in cifs_queue_oplock_break()
 2026-09-04  2:26 UTC  (2+ messages)

[PATCH] smb: client: pin DFS superblock in iterator callback
 2026-09-03 15:24 UTC  (2+ messages)

[PATCH v2] smb: client: fill cache fields after populating cache in copy_ref_data()
 2026-09-03 15:24 UTC  (2+ messages)

[PATCH v3 0/2] smb: client: fix out-of-bounds reads in CIFSSMBRead()
 2026-09-03 15:24 UTC  (8+ messages)
` [PATCH v3 1/2] smb: client: reject short READ responses "
` [PATCH v3 2/2] smb: client: reject out-of-bounds DataOffset "

[RFC PATCH] RDMA/iwcm: allow aborting an active connect awaiting CONNECT_REPLY
 2026-09-03 10:42 UTC  (5+ messages)

[PATCH v11 00/36] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-09-03  6:06 UTC  (38+ messages)
` [PATCH v11 01/36] block: Fix start and length check added to iov_iter_extract_bvecs()
` [PATCH v11 02/36] mm: Make readahead store folio count in readahead_control
` [PATCH v11 03/36] mm: Add a bulk end-writeback tool
` [PATCH v11 04/36] netfs: Use uoff_t instead of unsigned long long and loff_t
` [PATCH v11 05/36] Add a function to kmap one page of a multipage bio_vec
` [PATCH v11 06/36] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v11 07/36] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v11 08/36] netfs: Add some tools for managing bvecq chains
` [PATCH v11 09/36] netfs: Make mempool available for bvecq
` [PATCH v11 10/36] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v11 11/36] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v11 12/36] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v11 13/36] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v11 14/36] netfs: Remove the writethrough code
` [PATCH v11 15/36] netfs: trace: Change the "clear" folio traces to "endwb"
` [PATCH v11 16/36] netfs: trace: Rejig a couple of the tracepoints
` [PATCH v11 17/36] netfs: Add some functions to wrap the all-queued handling
` [PATCH v11 18/36] netfs: Make deprecated PG_private_2 support optional
` [PATCH v11 19/36] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v11 20/36] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v11 21/36] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v11 22/36] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v11 23/36] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v11 24/36] netfs: Remove netfs_extract_user_iter()
` [PATCH v11 25/36] iov_iter: Remove ITER_FOLIOQ
` [PATCH v11 26/36] netfs: Remove folio_queue and rolling_buffer
` [PATCH v11 27/36] netfs: Build a list of regions undergoing writeback
` [PATCH v11 28/36] netfs: Simplify writeback cleanup
` [PATCH v11 29/36] netfs: Simplify read abandonment
` [PATCH v11 30/36] netfs: Check for too much data being read
` [PATCH v11 31/36] netfs: Add a method to get an estimate of the amount that can be written
` [PATCH v11 32/36] netfs: Rework writeback to estimate
` [PATCH v11 33/36] netfs: Set subrequest->source at alloc before trace emission
` [PATCH v11 34/36] netfs: Combine prepare and issue ops
` [PATCH v11 35/36] netfs: Clean up now-unused code
` [PATCH v11 36/36] cachefiles: Preset the state xattr when creating a new file

[PATCH] ksmbd: fix tree connection use-after-free in smb2_tree_connect()
 2026-09-03  5:43 UTC  (2+ messages)

[PATCH 0/2] smb: client: improve copy_ref_data() robustness
 2026-09-02 23:56 UTC  (7+ messages)
` [PATCH 1/2] smb: client: fill cache fields after populating cache in copy_ref_data()
` [PATCH 2/2] smb: client: prevent out-of-bounds dfs_info3_param access "

[PATCH 00/27] fs: port to const struct mnt_idmap
 2026-09-02 19:34 UTC  (62+ messages)
` [PATCH 01/27] userns: pass const uid_gid_map in lookup helpers
` [PATCH 02/27] fs: port mnt_idmap_{get,put}() to const mnt_idmap
` [PATCH 03/27] fs: port vfs{g,u}id helpers "
` [PATCH 04/27] fs: port fs{g,u}id "
` [PATCH 05/27] fs: port i_{g,u}id_into_vfs{g,u}id() "
` [PATCH 06/27] fs: port i_{g,u}id_{needs_}update() "
` [PATCH 07/27] quota: port "
` [PATCH 08/27] fs: port privilege checking helpers "
` [PATCH 09/27] fs: port inode_owner_or_capable() "
` [PATCH 10/27] fs: port inode_init_owner() "
` [PATCH 11/27] fs: port acl "
` [PATCH 12/27] fs: port ->permission() to pass "
` [PATCH 13/27] fs: port xattr to "
` [PATCH 14/27] fs: port ->fileattr_set() to pass "
` [PATCH 15/27] fs: port ->set_acl() "
` [PATCH 16/27] fs: port ->get_acl() "
` [PATCH 17/27] fs: port ->tmpfile() "
` [PATCH 18/27] fs: port ->mknod() "
` [PATCH 19/27] fs: port ->rename() "
` [PATCH 20/27] fs: port ->mkdir() "
` [PATCH 21/27] fs: port ->symlink() "
` [PATCH 22/27] fs: port ->create() "
` [PATCH 23/27] fs: port ->getattr() "
` [PATCH 24/27] fs: port ->setattr() "
` [PATCH 25/27] fs: port vfs_*() helpers to "
` [PATCH 26/27] fs: port mnt_idmap() and file_mnt_idmap() "
` [PATCH 27/27] fs: make nop_mnt_idmap and invalid_mnt_idmap const

[PATCH] smb: client: reject userspace cifs.idmap descriptions
 2026-09-02 18:30 UTC  (2+ messages)

[PATCH v4 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS
 2026-09-02 12:50 UTC  (3+ messages)
` [PATCH v4 1/2] vfs: Allow filesystems with foreign owner IDs to override UID checks
` [PATCH v4 2/2] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir

[PATCH] ksmbd: fix sparc build with atomic work state
 2026-09-02  9:05 UTC 

client side "current->alloc_tag not set WARNING: ./include/linux/alloc_tag.h:161" at accessing CIFS share
 2026-09-01 23:19 UTC  (2+ messages)

[GIT PULL] smb client fixes for 7.3-rc2
 2026-09-01 20:50 UTC  (2+ messages)

[PATCH] ksmbd: validate COPYCHUNK source and target ranges
 2026-09-01 14:32 UTC  (2+ messages)

[PATCH] smb: client: reject out-of-bounds DataOffset in CIFSSMBRead()
 2026-09-01 14:05 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] smb: client: fix use-after-free of iface in cifs_try_adding_channels()
 2026-09-01  1:04 UTC 

[PATCH AUTOSEL 6.18-6.6] ksmbd: preserve VFS inherited POSIX ACL mask
 2026-08-31 13:31 UTC  (28+ messages)
` [PATCH AUTOSEL 6.18-6.1] ksmbd: fix outstanding credit leak on abort and error paths
` [PATCH AUTOSEL 6.18-6.12] cifs: Fix support for creating SFU fifo
` [PATCH AUTOSEL 6.18-5.15] ksmbd: find bound sessions during reauthentication
` [PATCH AUTOSEL 6.18] ksmbd: propagate failed command status in related compounds
` [PATCH AUTOSEL 6.18-6.6] ksmbd: treat read-control opens as stat opens only for leases
` [PATCH AUTOSEL 6.18-5.15] ksmbd: mark invalid session responses as signed
` [PATCH AUTOSEL 6.18-5.15] ksmbd: Fix acl.sd_buf memory leak and invalid sd_size error handling
` [PATCH AUTOSEL 6.18-6.1] ksmbd: start file id allocation at 1
` [PATCH AUTOSEL 6.18-6.1] smb/client: reduce fallocate zero buffer allocation
` [PATCH AUTOSEL 6.18-6.12] cifs: Fix support for creating SFU socket
` [PATCH AUTOSEL 6.18-5.15] ksmbd: apply create security descriptor first
` [PATCH AUTOSEL 6.18-6.1] smb: client: bound dirent name against end of SMB response in cifs_filldir
` [PATCH AUTOSEL 6.18-5.10] cifs: validate idmap key payload length
` [PATCH AUTOSEL 6.18-6.6] ksmbd: validate SMB2 lease create contexts
` [PATCH AUTOSEL 6.18-5.15] ksmbd: fix credit charge calculation for SMB2 QUERY_INFO
` [PATCH AUTOSEL 6.18-5.15] ksmbd: validate SID namespace before mapping IDs
` [PATCH AUTOSEL 6.18-6.12] smb/client: zero-initialize stack-allocated cifs_open_info_data
` [PATCH AUTOSEL 6.18-5.15] ksmbd: break RH leases before delete-on-close
` [PATCH AUTOSEL 6.18] smb/client: emulate small EOF-extending mode 0 fallocate ranges
` [PATCH AUTOSEL 6.18] smb/client: do not account EOF extension as allocation
` [PATCH AUTOSEL 6.18-6.6] smb/client: flush dirty data before punching a hole
` [PATCH AUTOSEL 6.18-6.6] smb: client: fix races in cifsd thread creation
` [PATCH AUTOSEL 6.18-6.6] ksmbd: fix lease break and ack state handling
` [PATCH AUTOSEL 6.18-5.15] ksmbd: fix n.data memory leak in ksmbd_vfs_set_dos_attrib_xattr
` [PATCH AUTOSEL 6.18-6.1] ksmbd: align SMB2 oplock break ack handling
` [PATCH AUTOSEL 6.18-6.6] ksmbd: deny renaming directory with open children
` [PATCH AUTOSEL 6.18-5.15] ksmbd: treat unnamed DATA stream as base file

[PATCH] ksmbd: doc: update feature status
 2026-08-31 10:41 UTC 

[PATCH v2] ksmbd: fix use-after-free in oplock break notification
 2026-08-31 10:37 UTC  (4+ messages)

[PATCH v4 00/10] netfs, cachefiles: Miscellaneous fixes
 2026-08-31  7:55 UTC  (2+ messages)

[PATCH] smb: client: fix data corruption with concurrent writes and O_TRUNC
 2026-08-31  0:42 UTC  (4+ messages)

[PATCH v4 0/7] smb/client: fix fallocate range operation issues
 2026-08-30 20:56 UTC  (2+ messages)

[PATCH v3 00/11] smb: client: fix OOB reads and UAFs in SMB2/3 receive paths
 2026-08-30  2:43 UTC  (10+ messages)
` [PATCH v3 02/11] smb: client: validate PDU length before smb2_get_data_area_len() struct access
` [PATCH v3 11/11] smb: client: fix NameOffset and Next field validation in smb2_parse_contexts()

[PATCH] ksmbd: fix use-after-free in oplock break notification
 2026-08-29 11:38 UTC 

[PATCH] ksmbd: fix use-after-free in oplock break notification
 2026-08-29 11:38 UTC 

[PATCH] ksmbd: fix use-after-free in oplock break notification
 2026-08-29 11:05 UTC  (2+ messages)

[PATCH] ksmbd: validate normalized name response length
 2026-08-29  8:33 UTC  (2+ messages)

[BUG] ksmbd: use-after-free on iface_list from the netdev notifier
 2026-08-29  7:36 UTC  (3+ messages)

[BUG] ksmbd: OOB read in share_config_request() when payload_sz == 0
 2026-08-29  5:30 UTC  (3+ messages)

[PATCH v5] cifs: don't update i_size in cifs_do_truncate without a cached handle
 2026-08-28 23:10 UTC  (2+ messages)

[PATCH v5 0/3] ksmbd: refactor smb2_notify() to a blocking wait
 2026-08-28 16:16 UTC  (2+ messages)


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