Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2026-07-31 17:14:01 to 2026-08-10 14:51:09 UTC [more...]

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

[PATCH v3 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS
 2026-08-10 13:24 UTC  (2+ messages)

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

[PATCH 0/4] smb: server: Clear sensitive data before freeing it
 2026-08-10 12:58 UTC  (5+ messages)
` [PATCH 1/4] smb: server: Clear sensitive stack and heap data in auth.c
` [PATCH 2/4] smb: server: Make sure that passkey is not leaked on the heap in user_config.c
` [PATCH 3/4] smb: server: Free session data with kfree_sensitive() to avoid leaking of data
` [PATCH 4/4] smb: server: Free sensitive connection data with kfree_sensitive()

[RFC PATCH samba] smbd: break directory leases before sending notify events
 2026-08-10  8:29 UTC 

Per-entry WSL EA queries during readdir cause severe ls -la slowdown on high-latency links (6.12)
 2026-08-09 18:05 UTC  (4+ messages)

[PATCH v4 0/3] ksmbd: refactor smb2_notify() to a blocking wait
 2026-08-09 16:19 UTC  (4+ messages)
` [PATCH v4 1/3] smb/server: support compound fid in notify requests
` [PATCH v4 2/3] ksmbd: temporarily remove interim-work change notify handling
` [PATCH v4 3/3] ksmbd: refactor smb2_notify() to a blocking wait

[PATCH RESEND 11/11] cifs: Add support for creating WSL symlinks in version 1 format
 2026-08-09 12:13 UTC  (2+ messages)
` [PATCH v2] "

[PATCH RESEND 10/11] cifs: Add support for parsing WSL symlinks in version 1 format
 2026-08-09 12:09 UTC  (2+ messages)
` [PATCH v2] "

[PATCH RESEND 00/11] cifs: Various changes
 2026-08-09 12:09 UTC  (3+ messages)
` [PATCH RESEND 09/11] cifs: Create native Window socket file compatible also with WSL subsystem

[PATCH] cifs: fix clearing stats for fastest execution of each smb2 command
 2026-08-08 20:29 UTC 

Fwd: ksmbd NTLM challenge blob heap buffer overflow (pre-auth)
 2026-08-08 11:48 UTC  (4+ messages)

[PATCH v3 0/3] ksmbd: refactor smb2_notify() to a blocking wait
 2026-08-08  6:41 UTC  (4+ messages)
` [PATCH v3 1/3] smb/server: support compound fid in notify requests
` [PATCH v3 2/3] ksmbd: temporarily remove interim-work change notify handling
` [PATCH v3 3/3] ksmbd: refactor smb2_notify() to a blocking wait

[PATCH] smb: server: Clear sensitive stack and heap data in auth.c
 2026-08-07 22:04 UTC  (3+ messages)

[REGRESSION] cifs: openat with O_TMPFILE returns -1 ENOENT (STATUS_OBJECT_NAME_NOT_FOUND)
 2026-08-07 17:15 UTC  (3+ messages)

[PATCH] smb/client: return EOPNOTSUPP for unsupported O_TMPFILE
 2026-08-07 13:32 UTC  (2+ messages)

[PATCH v2 2/6] smb: clear the aes_cmac_key and aes_cmac_ctx when done
 2026-08-07 12:58 UTC 

[PATCH] smb: client: require CONFIG_CIFS_DEBUG2=y for accounting tcon bytes stats
 2026-08-07 12:21 UTC  (3+ messages)

[PATCH v2 0/3] cifs: three size-management bug fixes
 2026-08-07 11:06 UTC  (5+ messages)
` [PATCH v2 1/3] cifs: clear tcon after cifsFileInfo_put() in cifs_file_set_size()
` [PATCH v2 2/3] cifs: don't update i_size in cifs_do_truncate() without a cached handle
` [PATCH v2 3/3] cifs: fix loff_t underflow in cifs_remap_file_range() when len == 0

[PATCH v3 resend 0/3] smb: fix xfstests generic/035
 2026-08-07 10:27 UTC  (7+ messages)
` [PATCH v3 resend 1/3] smb/server: rename to ksmbd_has_nonposix_open_child()
` [PATCH v3 resend 2/3] smb/server: deny overwriting targets with non-POSIX opens
` [PATCH v3 resend 3/3] smb/client: fix nlink of an overwritten open file

[GIT PULL] ksmbd server fixes
 2026-08-07  3:27 UTC  (2+ messages)

[PATCH] ksmbd: bound smb_check_perm_dacl() ACE walks by DACL size
 2026-08-07  0:54 UTC  (3+ messages)

[PATCH 0/3] cifs: three size-management bug fixes
 2026-08-06 23:43 UTC  (4+ messages)
` [PATCH 1/3] cifs: clear tcon after cifsFileInfo_put() in cifs_file_set_size()
` [PATCH 2/3] cifs: don't update i_size in cifs_do_truncate() without a cached handle
` [PATCH 3/3] cifs: fix loff_t underflow in cifs_remap_file_range() when len == 0

[GIT PULL] smb3 client fixes
 2026-08-06 23:36 UTC  (2+ messages)

[PATCH 00/36] treewide: remove conditional returns with no effect
 2026-08-06 19:06 UTC  (2+ messages)
` (subset) "

[PATCH samba v3 0/1] smbclient: cancel pending notify on SIGINT
 2026-08-06 10:04 UTC  (4+ messages)
` [PATCH samba v3 1/1] "

[PATCH samba 0/1] smbd: remove redundant rename destination open check
 2026-08-06  5:07 UTC  (3+ messages)
` [PATCH samba 1/1] "

[PATCH 2/6] smb: clear the aes_cmac_key and aes_cmac_ctx when done
 2026-08-05 21:12 UTC  (2+ messages)

[RFC PATCH samba] smbd: deny rename if the destination has non-POSIX opens
 2026-08-05 19:35 UTC  (2+ messages)

[RFC PATCH] freezer: Restrict unsafe freezable tasks to system sleep
 2026-08-05 18:05 UTC  (2+ messages)

[PATCH smb3-posix-extensions] FSA: allow rename over files with only POSIX opens
 2026-08-05  8:40 UTC  (3+ messages)

CVE-2025-38728: Request to add Bugzilla 218602 as a reference
 2026-08-05  7:45 UTC  (2+ messages)

[PATCH v2 0/3] smb: fix xfstests generic/035
 2026-08-05  5:53 UTC  (11+ messages)
` [PATCH v2 1/3] smb/server: rename to ksmbd_has_nonposix_open_child()
` [PATCH v2 2/3] smb/server: deny overwriting targets with non-POSIX opens
` [PATCH v2 3/3] smb/client: fix nlink of an overwritten open file

[PATCH v3 0/3] smb: fix xfstests generic/035
 2026-08-05  4:47 UTC  (4+ messages)
` [PATCH v3 3/3] smb/client: fix nlink of an overwritten open file
` [PATCH v3 1/3] smb/server: rename to ksmbd_has_nonposix_open_child()
` [PATCH v3 2/3] smb/server: deny overwriting targets with non-POSIX opens

[PATCH RESEND 0/2] smb/client: handle compression flags through fileattr
 2026-08-05  1:54 UTC  (3+ messages)
` [PATCH RESEND 1/2] smb/client: implement fileattr_set for compression flags
` [PATCH RESEND 2/2] smb/client: remove unused file flags ioctl handlers

[RFC PATCH] RDMA/iwcm: allow aborting an active connect awaiting CONNECT_REPLY
 2026-08-05  0:02 UTC 

[syzbot] [cifs?] WARNING in smb2_add_credits
 2026-08-05  0:00 UTC  (2+ messages)

[PATCH] smb/client: fix nlink of an overwritten open file
 2026-08-04 23:42 UTC 

[PATCH] smb: client: fix SMB1 TRANS2 multi-response truncation in SendReceive()
 2026-08-04 19:21 UTC 

[PATCH 00/15] smb: add native security and trusted xattrs
 2026-08-04 16:42 UTC  (8+ messages)

[PATCH] smb/server: check destination is open when renaming
 2026-08-04 10:54 UTC  (16+ messages)

swap_ops updates v2
 2026-08-04  9:45 UTC 

[PATCH] smb: client: clear ce->tgthint in free_tgts()
 2026-08-04  0:48 UTC  (4+ messages)
` [PATCH v3 0/2] smb: client: fix dangling pointer in DFS target hints

[PATCH xfstests v4 resend 0/2] generic: new test to check nlink returned by fstat()
 2026-08-03 12:45 UTC  (3+ messages)
` [PATCH xfstests v4 resend 1/2] generic/002: add test to hardlink group
` [PATCH xfstests v4 resend 2/2] generic: new test to check nlink returned by fstat()

[PATCH v4 0/2] generic: new test to check nlink returned by fstat()
 2026-08-03 10:44 UTC  (5+ messages)
` [PATCH v4 1/2] generic/002: add test to hardlink group
` [PATCH v4 2/2] generic: new test to check nlink returned by fstat()

[PATCH 0/2] smb/server: fix posix state check for directory rename
 2026-08-03  9:05 UTC  (5+ messages)
` [PATCH 1/2] smb/server: pass source ksmbd_file to rename helpers
` [PATCH 2/2] smb/server: fix posix state check for directory rename

[PATCH] ksmbd: exempt FSCTL_PIPE_TRANSCEIVE from the generic file-id lookup
 2026-08-03  7:00 UTC  (2+ messages)

[PATCH] smb/client: show compress mount option
 2026-08-02 18:24 UTC  (2+ messages)

[PATCH] smb: client: Fix use-after-free in cifs_try_adding_channels()
 2026-08-02 18:24 UTC  (2+ messages)

[PATCH v2 0/4] cifs: follow-on fixes after fscache_resize_cookie() consolidation
 2026-08-02 14:53 UTC  (7+ messages)
` [PATCH v2 1/4] cifs: use cifs_invalidate_cache() in cifs_do_truncate() for O_TRUNC
` [PATCH v2 2/4] cifs: add cifs_resize_file_locked() to guard fscache_resize_cookie() under i_rwsem

[PATCH 0/2] ksmbd: harden SMB 3.1.1 compression receive path
 2026-08-01 14:38 UTC  (6+ messages)
` [PATCH 1/2] smb: compress: reject Pattern_V1 when not negotiated
` [PATCH 2/2] ksmbd: validate compression Flags before kvmalloc

[PATCH 0/6] ksmbd: fix some bugs
 2026-08-01  2:10 UTC  (2+ messages)

[GIT PULL] ksmbd server fixes
 2026-08-01  0:57 UTC  (2+ messages)

[PATCH v3 0/4] cifs: follow-on fixes after fscache_resize_cookie() consolidation
 2026-07-31 20:29 UTC  (3+ messages)
` [PATCH v3 4/4] cifs: remove dead size-update blocks in cifs_setattr_unix/nounix


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