Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2026-05-12 16:43:08 to 2026-05-20 11:19:59 UTC [more...]

[PATCH AUTOSEL 7.0-6.1] smb: client: Zero-pad short GSS session keys per MS-SMB2
 2026-05-20 11:18 UTC  (2+ messages)
` [PATCH AUTOSEL 7.0] smb: client: avoid integer overflow in SMB2 READ length check

[PATCH samba] smbclient: cancel pending notify on SIGINT
 2026-05-20 11:02 UTC  (11+ messages)

[PATCH] ksmbd: reject unsigned non-exempt requests when session requires signing
 2026-05-20  3:19 UTC 

[PATCH] smb: client: change allocation requirements in DUP_CTX_STR macro
 2026-05-20  1:52 UTC  (2+ messages)

[PATCH] smb: client: fix memory corruption in smb3_reconfigure()
 2026-05-20  1:23 UTC  (2+ messages)

[PATCH] smb: client: fix double free in cached_dir_offload_close()
 2026-05-19 23:39 UTC 

[PATCH] smb/server: promote S_DEL_ON_CLS to S_DEL_PENDING when close
 2026-05-19 23:38 UTC  (5+ messages)

[GIT PULL] ksmbd server fixes
 2026-05-19 16:52 UTC  (2+ messages)

[RFC PATCH] cifs: validate full SID length in security descriptors
 2026-05-19 16:28 UTC  (2+ messages)

[PATCH] cifs: Fix busy dentry used after unmounting
 2026-05-19 16:14 UTC  (3+ messages)

[PATCH] smb: client: use data_len for SMB2 READ encrypted folioq copy
 2026-05-19 15:41 UTC  (2+ messages)

cifs: remove all cifs files before kill super
 2026-05-19 10:44 UTC 

[RFC PATCH 00/36] cifs: [WIP] Overhaul message handling and improve nework transport
 2026-05-19 10:36 UTC  (38+ messages)
` [RFC PATCH 01/36] net: Perform special handling for a splice from a bvecq
` [RFC PATCH 02/36] netfs: Add a facility to splice TCP receive buffers into "
` [RFC PATCH 03/36] netfs: Add some TCP receive queue helpers
` [RFC PATCH 04/36] cifs, nls: Provide unicode size determination func
` [RFC PATCH 05/36] cifs: Introduce an ALIGN8() macro
` [RFC PATCH 06/36] cifs: Rename mid_q_entry to smb_message
` [RFC PATCH 07/36] cifs: Add "Has dynamic part" flag form SMB2/3 StructureSize LSB
` [RFC PATCH 08/36] cifs: Add an enum to hold a trace value for the command/subcommand
` [RFC PATCH 09/36] cifs: Institute message managing struct
` [RFC PATCH 10/36] cifs: Split crypt_message() into encrypt and decrypt variants
` [RFC PATCH 11/36] cifs: Add new AEAD alloc and setup routines that draw from an iterator
` [RFC PATCH 12/36] cifs: [WIP] Rewrite base Rx to put data off the socket into a bvecq
` [RFC PATCH 13/36] cifs: Remove validate_t2()
` [RFC PATCH 14/36] cifs: Remove cifs_io_subrequest::got_bytes
` [RFC PATCH 15/36] cifs: Pass smb_message to cifs_verify_signature()
` [RFC PATCH 16/36] cifs: Rewrite base TCP transmission
` [RFC PATCH 17/36] cifs: Don't use corking
` [RFC PATCH 18/36] cifs: Use page frag allocator for Tx buffers
` [RFC PATCH 19/36] cifs: Try to better handle the "Dynamic" flag in StructureSize2 in SMB2/3
` [RFC PATCH 20/36] cifs: Pass smb_message structs down into the transport layer
` [RFC PATCH 21/36] cifs: Add a tracepoint to trace the smb_message refcount
` [RFC PATCH 22/36] cifs: Trace smb1/2_copy_to_prepped_buffers()
` [RFC PATCH 23/36] cifs: Clean up mid->callback_data and kill off mid->creator
` [RFC PATCH 24/36] cifs: Add netmem allocation functions
` [RFC PATCH 25/36] cifs: Add more pieces to smb_message
` [RFC PATCH 26/36] cifs: Convert SMB2 Negotiate Protocol request
` [RFC PATCH 27/36] cifs: Convert SMB2 Session Setup request
` [RFC PATCH 28/36] cifs: Convert SMB2 Logoff request
` [RFC PATCH 29/36] cifs: Convert SMB2 Tree Connect request
` [RFC PATCH 30/36] cifs: Convert SMB2 Tree Disconnect request
` [RFC PATCH 31/36] cifs: Convert SMB2 Read request
` [RFC PATCH 32/36] cifs: Convert SMB2 Write request
` [RFC PATCH 33/36] cifs: [WIP] Don't copy new-style smb_messages to a set of pages
` [RFC PATCH 34/36] cifs: [WIP] Rearrange Create request subfuncs
` [RFC PATCH 35/36] cifs: [WIP] Convert SMB2 Posix Mkdir request
` [RFC PATCH 36/36] cifs: [WIP] Convert SMB2 Open request

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

[PATCH] cifs: Fix undefined variables
 2026-05-19  0:54 UTC  (2+ messages)

[GIT PULL for v7.1] vfs fixes
 2026-05-18 21:32 UTC  (3+ messages)

[PATCH 6.1.y 2/2] smb: client: fix OOB reads parsing symlink error response
 2026-05-18 19:20 UTC  (2+ messages)

[PATCH 6.6.y 2/2] smb: client: fix OOB reads parsing symlink error response
 2026-05-18 19:20 UTC  (2+ messages)

[PATCH 6.12.y 2/2] smb: client: fix OOB reads parsing symlink error response
 2026-05-18 19:20 UTC  (2+ messages)

[PATCH 6.1.y 1/2] smb: client: correctly handle ErrorContextData as a flexible array
 2026-05-18 19:20 UTC  (2+ messages)

[PATCH 6.6.y 1/2] smb: client: correctly handle ErrorContextData as a flexible array
 2026-05-18 19:20 UTC  (2+ messages)

[PATCH 6.12.y 1/2] smb: client: correctly handle ErrorContextData as a flexible array
 2026-05-18 19:20 UTC  (2+ messages)

improve the swap_activate interface
 2026-05-18  5:29 UTC  (43+ messages)
` [PATCH 01/12] swap: remove the maxpages variable in sys_swapon
` [PATCH 02/12] swap: move boilerplate code into the core swap code
` [PATCH 03/12] swap,fs: move swapfile operations to struct file_operations
` [PATCH 04/12] swap: restrict to regular files or block devices
` [PATCH 05/12] swap: cleanup setup_swap_extents
` [PATCH 06/12] swap,block: move the block device swapon code into block/fops.c
` [PATCH 07/12] swap,block: limit swap file size to device size
` [PATCH 08/12] swap,iomap: simplify iomap_swapfile_iter
` [PATCH 09/12] swap: push down setting sis->bdev into ->swap_activate
` [PATCH 10/12] swap: add a swap_activate_fs_ops helper
` [PATCH 11/12] swap: move struct swap_extent to swapfile.c
` [PATCH 12/12] swap: move swap_info_struct to mm/swap.h

[PATCH v2 0/2] smb: client: fix CIFS SWN notify lifetime and permissions
 2026-05-18  0:54 UTC  (4+ messages)
` [PATCH v2 1/2] smb: client: resolve SWN tcon from live registrations
` [PATCH v2 2/2] smb: client: require net admin for CIFS SWN netlink

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

[PATCH 0/2] smb: client: fix unprivileged-local UAF in cifs_swn_notify
 2026-05-17  9:41 UTC  (3+ messages)
` [PATCH 1/2] smb: client: pin tcon across cifs_swn_notify() mutex drop
` [PATCH 2/2] smb: client: require GENL_ADMIN_PERM on CIFS_GENL_CMD_SWN_NOTIFY

[PATCH v14 00/15] Exposing case folding behavior
 2026-05-16 14:48 UTC  (4+ messages)

[GIT PULL] smb3 client fixes
 2026-05-15 22:14 UTC  (2+ messages)

[PATCH v2 11/11] docs: smb: document SMB3 over QUIC setup for cifs.ko and ksmbd.ko
 2026-05-15 10:44 UTC  (2+ messages)

[PATCH v2 06/11] smb: server: add shared transport helpers in preparation for QUIC
 2026-05-15 10:39 UTC  (2+ messages)

[PATCH v2 6.12.y,6.6.y] ksmbd: make ksmbd thread names distinct by client IP
 2026-05-15 10:12 UTC  (2+ messages)

[PATCH] smb: client: protect tc_count increment in smb2_find_smb_sess_tcon_unlocked()
 2026-05-15  3:10 UTC  (3+ messages)

[PATCH] smb/client: fix possible infinite loop and oob read in symlink_data()
 2026-05-14 13:25 UTC  (3+ messages)

[PATCH v2] smb/client: fix possible infinite loop and oob read in symlink_data()
 2026-05-14 13:14 UTC 

[PATCH] smb: client: avoid integer overflow in SMB2 READ length check
 2026-05-14 12:03 UTC 

[PATCH] smbdirect: Fix error cleanup in smbdirect_map_sges_from_iter()
 2026-05-14 11:02 UTC  (2+ messages)

generic/004 server bug
 2026-05-13 23:47 UTC  (4+ messages)

[PATCH v5] smb: client: avoid ctx corruption on failed multichannel remounts
 2026-05-13 18:03 UTC  (5+ messages)
` [PATCH v6] cifs: client: stage smb3_reconfigure() updates and restore ctx on failure

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

Kconfig: CONFIG_CIFS_SMB_DIRECT bool option silently dropped when CIFS=m and INFINIBAND=m
 2026-05-13 11:45 UTC  (6+ messages)

[PATCH] smb: client: use kzalloc to zero-initialize security descriptor buffer
 2026-05-12 22:29 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