Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2026-07-24 17:12:34 to 2026-08-04 10:05:21 UTC [more...]

[PATCH v8 00/25] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-08-04 10:02 UTC  (20+ 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] smb/server: check destination is open when renaming
 2026-08-04 10:01 UTC  (13+ 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  (9+ messages)
` [PATCH v2 0/2] smb: client: fix dangling pointer in DFS target hints
  ` [PATCH v2 1/2] smb: client: harden DFS cache against invalid "
  ` [PATCH v2 2/2] smb: client: clear ce->tgthint in free_tgts()
` [PATCH v3 0/2] smb: client: fix dangling pointer in DFS target hints
  ` [PATCH v3 1/2] smb: client: harden DFS cache against invalid "
  ` [PATCH v3 2/2] smb: client: clear ce->tgthint in free_tgts()

[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  (3+ 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  (9+ 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 v2 3/4] cifs: remove redundant size-update block in cifs_remap_file_range()
` [PATCH v2 4/4] cifs: remove dead size-update blocks in cifs_setattr_unix/nounix

[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  (8+ messages)
` [PATCH 1/6] smb/server: fix null-ptr-deref in ksmbd_ipc_tree_connect_request()
` [PATCH 2/6] smb/server: fix memory leak in ksmbd_vfs_set_durable_owner()
` [PATCH 3/6] smb/server: fix invalid pointer dereference in ksmbd_stop_durable_scavenger()
` [PATCH 4/6] smb/server: abort initialization when proc setup fails
` [PATCH 5/6] smb/server: call ksmbd_proc_cleanup() on module init failure
` [PATCH 6/6] smb/server: preserve error status in smb2_handle_negotiate()

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

[syzbot] [cifs?] WARNING in smb2_add_credits
 2026-08-01  0:35 UTC 

[PATCH v3 0/4] cifs: follow-on fixes after fscache_resize_cookie() consolidation
 2026-07-31 20:29 UTC  (6+ messages)
` [PATCH v3 1/4] cifs: use cifs_invalidate_cache() in cifs_do_truncate() for O_TRUNC
` [PATCH v3 2/4] cifs: add cifs_resize_file_locked() to guard fscache_resize_cookie() under i_rwsem
` [PATCH v3 3/4] cifs: remove redundant size-update block in cifs_remap_file_range()
` [PATCH v3 4/4] cifs: remove dead size-update blocks in cifs_setattr_unix/nounix

[PATCH] ksmbd: preserve STATUS_ACCESS_DENIED for copychunk errors
 2026-07-31  8:16 UTC  (3+ messages)

[PATCH 0/2] smb/server: fix memory leak bugs
 2026-07-31  2:48 UTC  (4+ messages)
` [PATCH 1/2] smb/server: fix memory leak in ksmbd_krb5_authenticate()
` [PATCH 2/2] smb/server: fix memory leak in ksmbd_login_user()

[GIT PULL] smb3 client fixes
 2026-07-31  0:44 UTC  (2+ messages)

[PATCH v3 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS
 2026-07-30 23:35 UTC  (5+ messages)
` [PATCH v3 1/2] vfs: Allow filesystems with foreign owner IDs to override UID checks
` [PATCH v3 2/2] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir

[PATCH 0/4] netfs: Miscellaneous fixes
 2026-07-30 10:25 UTC  (7+ messages)
` [PATCH 1/4] netfs: clear PG_private_2 on copy-to-cache append failure
` [PATCH 2/4] netfs: handle single writeback rolling buffer allocation failure
` [PATCH 3/4] netfs: release readahead folios on iterator preparation failure
` [PATCH 4/4] netfs: Fix folio_queue ENOMEM in writeback by adding a mempool

[PATCH v8 0/5] smb: fix fallocate and allocation accounting
 2026-07-30  2:54 UTC  (5+ messages)
` [PATCH v8 5/5] smb/client: refresh allocation after EOF-extending fallocate

[PATCH] smb: client: clear setuid/setgid bit on write with cifsacl/modefromsid/posix extensions
 2026-07-30  2:16 UTC  (3+ messages)
  `  "

[PATCH v2 01/14] smb: common: compress: add memory access helpers to compress.h
 2026-07-29 23:21 UTC  (4+ messages)
` [PATCH v2 13/14] smb: server: use smb_decompress_alloc_size() in ksmbd_decompress_request()

[PATCH] smb: client: set replay flag on the read send-error retry path
 2026-07-29 22:10 UTC  (2+ messages)

[PATCH] smb: client: fix request buffer leak in smb2_new_read_req()
 2026-07-29 22:00 UTC 

[PATCH] mount.cifs: prevent stolen creds through SUDO_UID
 2026-07-29 21:22 UTC  (3+ messages)

[PATCH 0/3] cifs: follow-on fixes and cleanup after fscache_resize_cookie() consolidation
 2026-07-29 13:52 UTC  (6+ messages)
` [PATCH 1/3] cifs: use cifs_invalidate_cache() in cifs_do_truncate() for O_TRUNC
` [PATCH 2/3] cifs: remove redundant size-update block in cifs_remap_file_range()
` [PATCH 3/3] cifs: remove dead size-update blocks in cifs_setattr_unix/nounix

[PATCH] smb: client: reject a tree connect response whose byte count is too small
 2026-07-29  1:42 UTC  (2+ messages)

[PATCH 00/15] smb: add native security and trusted xattrs
 2026-07-28 22:03 UTC  (11+ messages)

[PATCHv2] ksmbd: remove extra byte from ipc_msg_alloc() size calculations
 2026-07-28 21:27 UTC 

[PATCH] smb: client: restore the data_offset bound in is_valid_oplock_break()
 2026-07-28 18:06 UTC 

[PATCH net-next v14 00/15] net: introduce QUIC infrastructure and core subcomponents
 2026-07-28 14:47 UTC  (3+ messages)

[PATCH v3 xfstests 0/2] generic: new test to check nlink returned by fstat()
 2026-07-28 10:13 UTC  (6+ 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 7/8] vfs: Allow filesystems with foreign owner IDs to override UID checks
 2026-07-28  7:43 UTC  (4+ messages)
` [PATCH 8/8] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir

[SECURITY] cifs-utils: mount.cifs credential file opened without O_NOFOLLOW in SUID binary (CWE-61/CWE-367/CWE-20)
 2026-07-28  7:07 UTC 

[PATCH v2 xfstests resend 0/3] add generic/795
 2026-07-28  3:35 UTC  (3+ messages)

[PATCH 0/2] cifs: follow-on fixes to time_last_write mechanism
 2026-07-28  2:45 UTC  (3+ messages)

[PATCH net-next] net: dns_resolver: allow shorter names in dns_query()
 2026-07-28  1:40 UTC  (3+ messages)

[PATCH 00/36] treewide: remove conditional returns with no effect
 2026-07-27 12:59 UTC  (13+ messages)
` [PATCH 34/36] smb: client: remove conditional return "
` (subset) [PATCH 00/36] treewide: remove conditional returns "

[PATCH] smb: client: free partially allocated transform folio queue
 2026-07-27 22:35 UTC  (4+ messages)

[PATCH] smb: client: simplify cifs_fscache_get_super_cookie()
 2026-07-27 17:20 UTC 

[PATCH] smb: client: bound the NTLMv2 blob to the SMB1 session-setup byte area
 2026-07-27 16:50 UTC 

[PATCH] smb/server: fix unbuffered file position alignment check
 2026-07-27 13:49 UTC  (2+ messages)

[PATCH v2] ksmbd: refactor smb2_notify() to a blocking wait, matching smb2_lock()
 2026-07-26 22:27 UTC  (6+ messages)

[PATCH] ksmbd: use copied ACE count when walking DACL in set_ntacl_dacl
 2026-07-26  1:01 UTC  (6+ messages)

[PATCH v2] cifs: add fscache_resize_cookie() to cifs_setsize()
 2026-07-25 21:04 UTC 

[PATCH] smb: client: remove redundant NULL check before kfree()
 2026-07-25 16:41 UTC  (3+ messages)

[RFC PATCH 00/11] smb/server: change notify support
 2026-07-25 14:14 UTC  (11+ messages)
` [RFC PATCH 02/11] smb/server: validate notify requests
` [RFC PATCH 04/11] smb/server: watch directories for changes
` [RFC PATCH 05/11] smb/server: keep notify watches on file handles
` [RFC PATCH 10/11] smb/server: send notify events to the client

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

[PATCH] ksmbd: refactor smb2_notify() to a blocking wait, matching smb2_lock()
 2026-07-25  3:00 UTC  (2+ messages)

[PATCH] cifs: fix missing fscache_resize_cookie() calls in size-changing paths
 2026-07-24 22:09 UTC 

[PATCH] cifs: fix missing fscache_resize_cookie() call on truncate
 2026-07-24 18:47 UTC 


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