Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2026-07-23 20:46:44 to 2026-08-02 00:48:33 UTC [more...]

[PATCH] smb: client: Fix use-after-free in cifs_try_adding_channels()
 2026-08-02  0:48 UTC 

[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] smb/client: show compress mount option
 2026-08-01  7:55 UTC 

[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 v2 0/4] cifs: follow-on fixes after fscache_resize_cookie() consolidation
 2026-07-31 22:37 UTC  (6+ 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 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: exempt FSCTL_PIPE_TRANSCEIVE from the generic file-id lookup
 2026-07-31 12:23 UTC  (2+ messages)

[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 v4 0/2] generic: new test to check nlink returned by fstat()
 2026-07-30  2:12 UTC  (3+ 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 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  (26+ messages)
` [PATCH 01/15] ksmbd: extract SMB EA backing xattr name mapping
` [PATCH 02/15] ksmbd: extract SMB EA response name handling
` [PATCH 03/15] ksmbd: match SMB2 EA names by exact length
` [PATCH 04/15] ksmbd: handle empty and disappearing EAs
` [PATCH 05/15] ksmbd: take mount write access for CREATE EAs
` [PATCH 06/15] ksmbd: bound SMB2 EA name debug output
` [PATCH 07/15] ksmbd: query security.capability on POSIX EA handles
` [PATCH 08/15] ksmbd: set "
` [PATCH 09/15] ksmbd: support security.xfstests "
` [PATCH 10/15] ksmbd: support trusted xattrs "
` [PATCH 11/15] smb: client: prepare EA opens for inode lease reuse
` [PATCH 12/15] smb: client: avoid batch oplocks for reentrant POSIX EAs
` [PATCH 13/15] smb: client: gate security.capability EA on POSIX mounts
` [PATCH 14/15] smb: client: support security.xfstests "
` [PATCH 15/15] smb: client: support trusted EAs "

[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  (5+ messages)
` [PATCH 1/2] cifs: consolidate time_last_write stamp into _cifsFileInfo_put()
` [PATCH 2/2] cifs: fix time_last_write stamp placement in setattr/truncate paths

[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  (12+ 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] smb: client: clear ce->tgthint in free_tgts()
 2026-07-24 22:01 UTC  (7+ 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] cifs: fix missing fscache_resize_cookie() call on truncate
 2026-07-24 18:47 UTC 

[PATCH] ksmbd: only rebind the reopened file's own oplock on durable reconnect
 2026-07-24 14:58 UTC  (3+ messages)

[PATCH] ksmbd: remove extra byte from ipc_msg_alloc() size calculations
 2026-07-24  4:45 UTC  (3+ messages)

[BUG netfs] folio changes during io results in CIFS send failures
 2026-07-23 21:28 UTC 

[GIT PULL] smb3 client fixes
 2026-07-23 20:54 UTC  (4+ messages)

[PATCH] smb: client: use GFP_KERNEL for registry allocation
 2026-07-23 20:46 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