Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2026-08-10 12:59:20 to 2026-08-18 10:29:58 UTC [more...]

[PATCH 0/4] Stop TIF_NOTIFY_SIGNAL from interrupting work that can't be restarted
 2026-08-18 10:29 UTC  (5+ messages)
` [PATCH 1/4] signal: allow taks to temporarily block TIF_NOTIFY_SIGNAL
` [PATCH 2/4] coredump: prevent TIF_NOTIFY_SIGNAL from interrupting coredumps
` [PATCH 3/4] selftests/coredump: test that TIF_NOTIFY_SIGNAL doesn't truncate a coredump
` [PATCH 4/4] smb: prevent TIF_NOTIFY_SIGNAL from interrupting

[PATCH] MAINTAINERS: add myself as CIFS co-maintainer
 2026-08-18  9:48 UTC 

[PATCH 0/5] smb: client: Avoid leaking of sensitive data to the stack or heap
 2026-08-18  7:48 UTC  (12+ messages)
` [PATCH 1/5] smb: client: Clear sensitive stack data in smb2transport.c
` [PATCH 2/5] smb: client: Clear sensitive stack and heap data in smb2ops.c
` [PATCH 3/5] smb: client: Clear sensitive stack data in cifsencrypt.c
` [PATCH 4/5] smb: client: Clear sensitive stack data in smb1encrypt.c
` [PATCH 5/5] smb: client: Avoid leaking sensitive data to the heap in connect.c

[PATCH] Revert "cifs: remove all cifs files before kill super"
 2026-08-18  7:43 UTC  (2+ messages)

[PATCH 0/2] smb/client: fix emulated insert range handling
 2026-08-18  7:36 UTC  (5+ messages)
` [PATCH 1/2] smb/client: validate new EOF for insert range
` [PATCH 2/2] smb/client: mark file sparse before emulating "

[PATCH] smb: client: fix ALIGN() overflow in symlink_data() error context loop
 2026-08-18  7:32 UTC  (3+ messages)

[PATCH] smb: client: fix use-before-check of ReparseDataLength in reparse_buf_ptr()
 2026-08-18  7:31 UTC  (3+ messages)

[PATCH] smb: client: simplify __build_path_from_dentry_optional_prefix()
 2026-08-18  7:24 UTC  (2+ messages)

[PATCH 0/7] smb: client: remount reconfigure option fixes
 2026-08-18  7:03 UTC  (19+ messages)
` [PATCH 1/7] smb: client: sync runtime state into ctx on reconfigure
` [PATCH 2/7] smb: client: block non-reconfigurable option changes on remount
` [PATCH 3/7] smb: client: sync retrans "
` [PATCH 4/7] smb: client: block cache=ro and cache=singleclient "
` [PATCH 5/7] smb: client: apply rasize "
` [PATCH 6/7] smb: client: move struct tcon_list to cifsglob.h
` [PATCH 7/7] smb: client: allow nolease option to be reconfigured on remount
` [PATCH v2 0/8] smb: client: remount reconfigure option fixes
  ` [PATCH v2 1/8] smb: client: sync runtime state into ctx on reconfigure
  ` [PATCH v2 2/8] smb: client: block non-reconfigurable option changes on remount
  ` [PATCH v2 3/8] smb: client: sync retrans "
  ` [PATCH v2 4/8] smb: client: block cache=ro and cache=singleclient "
  ` [PATCH v2 5/8] smb: client: apply rasize "
  ` [PATCH v2 6/8] smb: client: move struct tcon_list to cifsglob.h
  ` [PATCH v2 7/8] smb: client: allow nolease option to be reconfigured on remount
  ` [PATCH v2 8/8] smb: client: take tc_lock around tc_count bump in cached_dir_lease_break()

[PATCH] smb: client: fix UAF and buffer leak in cifs_check_trans2() for malformed secondary T2
 2026-08-18  6:08 UTC  (2+ messages)

[PATCH v2] smb: client: fix OOB read/write from unvalidated DataOffset in coalesce_t2()
 2026-08-18  5:20 UTC  (2+ messages)

[PATCH 0/3] smb/client: Fix some issues
 2026-08-18  5:13 UTC  (5+ messages)
` [PATCH 1/3] smb/client: mark missing nlink values as unknown
` [PATCH 2/3] smb/client: preserve open info type across compound queries
` [PATCH 3/3] smb/client: decode reparse metadata using its payload type

[PATCH] cifs: fix clearing stats for fastest execution of each smb2 command
 2026-08-18  4:59 UTC  (2+ messages)

[PATCH v3 resend 0/3] smb: fix xfstests generic/035
 2026-08-18  4:52 UTC  (5+ messages)
` [PATCH v3 resend 3/3] smb/client: fix nlink of an overwritten open file

[PATCH RESEND 0/2] smb/client: handle compression flags through fileattr
 2026-08-18  4:11 UTC  (2+ messages)

[PATCH] smb/client: fix nlink of an overwritten open file
 2026-08-18  3:54 UTC  (2+ messages)

[PATCH v3 1/3] ksmbd: add KUnit test for the DACL walk boundary
 2026-08-18  3:23 UTC  (3+ messages)
` [PATCH v3 2/3] ksmbd: test smb_check_perm_dacl() "
` [PATCH v3 3/3] ksmbd: test maximal-access "

[PATCH v3 0/3] ksmbd: bound smb_check_perm_dacl() ACE walks by DACL size
 2026-08-18  3:23 UTC 

[PATCH v3 0/4] cifs: follow-on fixes after fscache_resize_cookie() consolidation
 2026-08-18  1:43 UTC  (2+ messages)

[PATCH] smb: client: clear ce->tgthint in free_tgts()
 2026-08-18  1:16 UTC  (3+ messages)
` [PATCH v2 0/2] smb: client: fix dangling pointer in DFS target hints

[PATCH] smb: client: clear setuid/setgid bit on write with cifsacl/modefromsid/posix extensions
 2026-08-18  0:48 UTC  (3+ messages)

[PATCH] smb: client: set replay flag on the read send-error retry path
 2026-08-18  0:18 UTC  (2+ messages)

[PATCH] smb: client: fix request buffer leak in smb2_new_read_req()
 2026-08-18  0:16 UTC  (2+ messages)

[PATCH] smb: client: reject a tree connect response whose byte count is too small
 2026-08-18  0:00 UTC  (2+ messages)

[PATCH] smb: client: reject lease breaks with reserved NewLeaseState bits set
 2026-08-17 20:44 UTC  (3+ messages)

[PATCH] MAINTAINERS: update ksmbd repository URL
 2026-08-17 13:45 UTC 

[PATCH v2 0/4] smb/server: fix some bugs
 2026-08-17 12:33 UTC  (6+ messages)
` [PATCH v2 1/4] smb/server: warn if ksmbd_proc_create() fails
` [PATCH v2 2/4] smb/server: fix session leak in ksmbd_session_register()
` [PATCH v2 3/4] smb/server: update session counter under sessions table lock
` [PATCH v2 4/4] smb/server: fix session counter on session removal

[PATCH] ksmbd: accept unspecified volatile ID on durable reconnect
 2026-08-17 12:15 UTC  (12+ messages)
` [PATCH] ksmbd: implement SMB2 AppInstanceVersion takeover
` [PATCH] ksmbd: notify parent directory leases on child create
` [PATCH] ksmbd: add per-share SMB3 encryption enforcement
` [PATCH] ksmbd: fix encrypted request lookup on bound channels
` [PATCH] ksmbd: scope session state changes to bound connections
` [PATCH] ksmbd: encrypt interim responses to encrypted requests
` [PATCH] ksmbd: disconnect on SMB3 decryption failure
` [PATCH] ksmbd: decrypt requests from expired encrypted sessions
` [PATCH] ksmbd: handle encrypted compressed requests
` [PATCH] ksmbd: add SMB Direct RDMA encryption transform
` [PATCH] ksmbd: make RDMA encryption diagnostics conditional

[PATCH] ksmbd: bound smb_check_perm_dacl() ACE walks by DACL size
 2026-08-17  9:08 UTC  (8+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] ksmbd: add KUnit tests for the DACL declared-size boundary

[RFC PATCH samba] smbd: break directory leases before sending notify events
 2026-08-17  8:11 UTC  (3+ messages)

[PATCH] smb/client: remove redundant NULL check before kfree()
 2026-08-17  6:57 UTC  (3+ messages)

[PATCH] smb/client: return EOPNOTSUPP for unsupported O_TMPFILE
 2026-08-17  6:49 UTC  (2+ messages)

ksmbd: BUG_ON in locks_release_private() - file_lock destroyed while VFS blocked requests are still attached
 2026-08-14  6:53 UTC  (18+ messages)

[PATCH 0/3] smb/server: fix some bugs
 2026-08-14  6:44 UTC  (9+ messages)
` [PATCH 1/3] smb/server: fix tree connection leak in smb2_tree_connect()
` [PATCH 2/3] smb/server: check create_proc_sessions() failure
` [PATCH 3/3] smb/server: check create_proc_shares() failure

[PATCH] smb/server: fix use-after-free in ksmbd_conn_transport_destroy()
 2026-08-14  5:07 UTC  (6+ messages)

[RFC PATCH 0/1] smb: client: tighten validate_t2() offset bounds against actual buffer size
 2026-08-14  2:44 UTC  (2+ messages)
` [RFC PATCH 1/1] "

[PATCH 0/2] netfs: Miscellaneous fixes
 2026-08-13 13:45 UTC  (3+ messages)
` [PATCH 1/2] netfs: Fix uninitialized return value in netfs_unbuffered_write()
` [PATCH 2/2] netfs: Fix read progress reporting

list_add corruption. kernel BUG at lib/list_debug.c:31! (kernel v6.18.44, amd64)
 2026-08-13 13:29 UTC 

[PATCH v3 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS
 2026-08-12 13:12 UTC  (6+ messages)
` [PATCH v3 1/2] vfs: Allow filesystems with foreign owner IDs to override UID checks

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

[PATCH v4 0/3] ksmbd: refactor smb2_notify() to a blocking wait
 2026-08-12 10:25 UTC  (4+ messages)

[PATCH] smb: client: fix OOB read/write from unvalidated DataOffset in coalesce_t2()
 2026-08-12  1:08 UTC  (2+ messages)

[PATCH 6.12.y 2/3] smb: client: fix race with fallocate(2) and AIO+DIO
 2026-08-12  0:09 UTC 

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

[PATCH 0/2] smb/server: fix memory leak bugs
 2026-08-11 14:25 UTC  (5+ 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()

[PATCH 0/4] smb: server: Clear sensitive data before freeing it
 2026-08-11 10:20 UTC  (6+ messages)
` [PATCH 1/4] smb: server: Clear sensitive stack and heap data in auth.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()

[PATCH v9 00/26] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-08-11  7:26 UTC  (31+ 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 v9 24/26] netfs: Check for too much data being read
` [PATCH v9 25/26] netfs: Combine prepare and issue ops and grab the buffers on request
` [PATCH v9 26/26] cachefiles: Preset the state xattr when creating a new file

[PATCH v8 00/25] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-08-10 13:12 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