Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2026-08-25 13:51:53 to 2026-09-01 16:04:01 UTC [more...]

[PATCH 00/27] fs: port to const struct mnt_idmap
 2026-09-01 15:53 UTC  (29+ messages)
` [PATCH 01/27] userns: pass const uid_gid_map in lookup helpers
` [PATCH 02/27] fs: port mnt_idmap_{get,put}() to const mnt_idmap
` [PATCH 03/27] fs: port vfs{g,u}id helpers "
` [PATCH 04/27] fs: port fs{g,u}id "
` [PATCH 05/27] fs: port i_{g,u}id_into_vfs{g,u}id() "
` [PATCH 06/27] fs: port i_{g,u}id_{needs_}update() "
` [PATCH 07/27] quota: port "
` [PATCH 08/27] fs: port privilege checking helpers "
` [PATCH 09/27] fs: port inode_owner_or_capable() "
` [PATCH 10/27] fs: port inode_init_owner() "
` [PATCH 11/27] fs: port acl "
` [PATCH 12/27] fs: port ->permission() to pass "
` [PATCH 13/27] fs: port xattr to "
` [PATCH 14/27] fs: port ->fileattr_set() to pass "
` [PATCH 15/27] fs: port ->set_acl() "
` [PATCH 16/27] fs: port ->get_acl() "
` [PATCH 17/27] fs: port ->tmpfile() "
` [PATCH 18/27] fs: port ->mknod() "
` [PATCH 19/27] fs: port ->rename() "
` [PATCH 20/27] fs: port ->mkdir() "
` [PATCH 21/27] fs: port ->symlink() "
` [PATCH 22/27] fs: port ->create() "
` [PATCH 23/27] fs: port ->getattr() "
` [PATCH 24/27] fs: port ->setattr() "
` [PATCH 25/27] fs: port vfs_*() helpers to "
` [PATCH 26/27] fs: port mnt_idmap() and file_mnt_idmap() "
` [PATCH 27/27] fs: make nop_mnt_idmap and invalid_mnt_idmap const

client side "current->alloc_tag not set WARNING: ./include/linux/alloc_tag.h:161" at accessing CIFS share
 2026-09-01 14:54 UTC 

[PATCH] ksmbd: validate COPYCHUNK source and target ranges
 2026-09-01 14:32 UTC  (2+ messages)

[PATCH] smb: client: reject out-of-bounds DataOffset in CIFSSMBRead()
 2026-09-01 14:05 UTC  (5+ messages)
` [PATCH v2] "

[RFC PATCH] RDMA/iwcm: allow aborting an active connect awaiting CONNECT_REPLY
 2026-09-01 12:41 UTC  (2+ messages)

[PATCH] smb: client: fix use-after-free of iface in cifs_try_adding_channels()
 2026-09-01  1:04 UTC 

[PATCH AUTOSEL 6.18-6.6] ksmbd: preserve VFS inherited POSIX ACL mask
 2026-08-31 13:31 UTC  (28+ messages)
` [PATCH AUTOSEL 6.18-6.1] ksmbd: fix outstanding credit leak on abort and error paths
` [PATCH AUTOSEL 6.18-6.12] cifs: Fix support for creating SFU fifo
` [PATCH AUTOSEL 6.18-5.15] ksmbd: find bound sessions during reauthentication
` [PATCH AUTOSEL 6.18] ksmbd: propagate failed command status in related compounds
` [PATCH AUTOSEL 6.18-6.6] ksmbd: treat read-control opens as stat opens only for leases
` [PATCH AUTOSEL 6.18-5.15] ksmbd: mark invalid session responses as signed
` [PATCH AUTOSEL 6.18-5.15] ksmbd: Fix acl.sd_buf memory leak and invalid sd_size error handling
` [PATCH AUTOSEL 6.18-6.1] ksmbd: start file id allocation at 1
` [PATCH AUTOSEL 6.18-6.1] smb/client: reduce fallocate zero buffer allocation
` [PATCH AUTOSEL 6.18-6.12] cifs: Fix support for creating SFU socket
` [PATCH AUTOSEL 6.18-5.15] ksmbd: apply create security descriptor first
` [PATCH AUTOSEL 6.18-6.1] smb: client: bound dirent name against end of SMB response in cifs_filldir
` [PATCH AUTOSEL 6.18-5.10] cifs: validate idmap key payload length
` [PATCH AUTOSEL 6.18-6.6] ksmbd: validate SMB2 lease create contexts
` [PATCH AUTOSEL 6.18-5.15] ksmbd: fix credit charge calculation for SMB2 QUERY_INFO
` [PATCH AUTOSEL 6.18-5.15] ksmbd: validate SID namespace before mapping IDs
` [PATCH AUTOSEL 6.18-6.12] smb/client: zero-initialize stack-allocated cifs_open_info_data
` [PATCH AUTOSEL 6.18-5.15] ksmbd: break RH leases before delete-on-close
` [PATCH AUTOSEL 6.18] smb/client: emulate small EOF-extending mode 0 fallocate ranges
` [PATCH AUTOSEL 6.18] smb/client: do not account EOF extension as allocation
` [PATCH AUTOSEL 6.18-6.6] smb/client: flush dirty data before punching a hole
` [PATCH AUTOSEL 6.18-6.6] smb: client: fix races in cifsd thread creation
` [PATCH AUTOSEL 6.18-6.6] ksmbd: fix lease break and ack state handling
` [PATCH AUTOSEL 6.18-5.15] ksmbd: fix n.data memory leak in ksmbd_vfs_set_dos_attrib_xattr
` [PATCH AUTOSEL 6.18-6.1] ksmbd: align SMB2 oplock break ack handling
` [PATCH AUTOSEL 6.18-6.6] ksmbd: deny renaming directory with open children
` [PATCH AUTOSEL 6.18-5.15] ksmbd: treat unnamed DATA stream as base file

[PATCH] ksmbd: doc: update feature status
 2026-08-31 10:41 UTC 

[PATCH v2] ksmbd: fix use-after-free in oplock break notification
 2026-08-31 10:37 UTC  (4+ messages)

[PATCH v4 00/10] netfs, cachefiles: Miscellaneous fixes
 2026-08-31  7:55 UTC  (13+ messages)
` [PATCH v4 01/10] netfs: Fix uninitialized return value in netfs_unbuffered_write()
` [PATCH v4 02/10] netfs: Fix unbuffered/DIO write partial transfer error return
` [PATCH v4 03/10] netfs: Fix error vs transferred passed to ->ki_complete()
` [PATCH v4 04/10] netfs: Fix i_size update for partial transfer
` [PATCH v4 05/10] netfs: Fix subreq ref leak
` [PATCH v4 06/10] netfs: break unbuffered write when netfs_alloc_subrequest() fails
` [PATCH v4 07/10] netfs: Fix readahead synchronisation issues by loading all folios upfront
` [PATCH v4 08/10] netfs: Mark folios with COPY_TO_CACHE whilst issuing subreqs
` [PATCH v4 09/10] netfs: Fix read progress reporting
` [PATCH v4 10/10] cachefiles: Fix potential UAF/KASAN warning

[PATCH] smb: client: fix data corruption with concurrent writes and O_TRUNC
 2026-08-31  0:42 UTC  (4+ messages)

[PATCH v4 0/7] smb/client: fix fallocate range operation issues
 2026-08-30 20:56 UTC  (9+ messages)
` [PATCH v4 1/7] smb/client: validate new EOF for insert range
` [PATCH v4 2/7] smb/client: validate new EOF for zero range
` [PATCH v4 3/7] smb/client: mark file sparse before emulating insert range
` [PATCH v4 4/7] smb/client: fix data corruption in emulated "
` [PATCH v4 5/7] smb/client: fix integer truncation in collapse range
` [PATCH v4 6/7] smb/client: fix stale page cache in insert/collapse range
` [PATCH v4 7/7] smb/client: invalidate fscache for fallocate range operations

[PATCH v3 00/11] smb: client: fix OOB reads and UAFs in SMB2/3 receive paths
 2026-08-30  2:43 UTC  (19+ messages)
` [PATCH v3 01/11] smb: client: fix NextCommand bounds and aliasing UAF in receive_encrypted_standard()
` [PATCH v3 02/11] smb: client: validate PDU length before smb2_get_data_area_len() struct access
` [PATCH v3 03/11] smb: client: fix server->total_read not tracking sub-PDU size in receive_encrypted_standard()
` [PATCH v3 04/11] smb: client: fix missing lower-bound check on DFS referral string offsets
` [PATCH v3 05/11] smb: client: fix missing lower-bound on Next field in parse_server_interfaces()
` [PATCH v3 06/11] smb: client: fix OOB struct field reads in move_smb2_ea_to_cifs()
` [PATCH v3 07/11] smb: client: fix missing iov bounds check in parse_posix_sids()
` [PATCH v3 08/11] smb: client: fix underflow in is_valid_oplock_break() notify offset check
` [PATCH v3 09/11] smb: client: fix potential OOB read in smb3_enum_snapshots()
` [PATCH v3 10/11] smb: client: fix incomplete bounds check on reparse buffer in cifs_query_reparse_point()
` [PATCH v3 11/11] smb: client: fix NameOffset and Next field validation in smb2_parse_contexts()

[PATCH] ksmbd: fix use-after-free in oplock break notification
 2026-08-29 11:38 UTC 

[PATCH] ksmbd: fix use-after-free in oplock break notification
 2026-08-29 11:38 UTC 

[PATCH] ksmbd: fix use-after-free in oplock break notification
 2026-08-29 11:05 UTC  (2+ messages)

[PATCH] ksmbd: validate normalized name response length
 2026-08-29  8:33 UTC  (2+ messages)

[BUG] ksmbd: use-after-free on iface_list from the netdev notifier
 2026-08-29  7:36 UTC  (3+ messages)

[BUG] ksmbd: OOB read in share_config_request() when payload_sz == 0
 2026-08-29  5:30 UTC  (3+ messages)

[PATCH v5] cifs: don't update i_size in cifs_do_truncate without a cached handle
 2026-08-28 23:10 UTC  (2+ messages)

[PATCH v5 0/3] ksmbd: refactor smb2_notify() to a blocking wait
 2026-08-28 16:16 UTC  (4+ messages)
` [PATCH v5 2/3] ksmbd: temporarily remove interim-work change notify handling
` [PATCH v5 3/3] ksmbd: refactor smb2_notify() to a blocking wait

[PATCH v3 0/7] smb/client: fix fallocate range operation issues
 2026-08-28  1:32 UTC  (16+ messages)
` [PATCH v3 1/7] smb/client: validate new EOF for insert range
` [PATCH v3 2/7] smb/client: validate new EOF for zero range
` [PATCH v3 3/7] smb/client: mark file sparse before emulating insert range
` [PATCH v3 4/7] smb/client: fix data corruption in emulated "
` [PATCH v3 6/7] smb/client: fix stale page cache in insert/collapse range
` [PATCH v3 7/7] smb/client: invalidate fscache for fallocate range operations

[PATCH] smb: client: tighten validate_t2() offset bounds against actual buffer size
 2026-08-28  1:30 UTC  (4+ messages)

[PATCH] smb: client: fix heap overflow in cifs_do_set_acl() from mismatched ACL format sizes
 2026-08-28  1:18 UTC  (7+ messages)
` [PATCH v2] smb: client: fix heap overflow in cifs_do_set_acl()
        ` [PATCH v4] "

[PATCH 0/4] ksmbd: implement Continuously Available (CA) share support
 2026-08-27 21:21 UTC  (3+ messages)

[SECURITY REPORT] ksmbd IPC: unbounded veto_list_sz OOB read leads to LPE & Kernel Oops (KSMBD-IPC-OOB-2026-001)
 2026-08-27 21:05 UTC  (2+ messages)

[PATCH v3 00/10] netfs, cachefiles: Miscellaneous fixes
 2026-08-27  9:38 UTC  (11+ messages)
` [PATCH v3 01/10] netfs: Fix uninitialized return value in netfs_unbuffered_write()
` [PATCH v3 02/10] netfs: Fix unbuffered/DIO write partial transfer error return
` [PATCH v3 03/10] netfs: Fix error vs transferred passed to ->ki_complete()
` [PATCH v3 04/10] netfs: Fix i_size update for partial transfer
` [PATCH v3 05/10] netfs: Fix subreq ref leak
` [PATCH v3 06/10] netfs: break unbuffered write when netfs_alloc_subrequest() fails
` [PATCH v3 07/10] netfs: Fix readahead synchronisation issues by loading all folios upfront
` [PATCH v3 08/10] netfs: Mark folios with COPY_TO_CACHE whilst issuing subreqs
` [PATCH v3 09/10] netfs: Fix read progress reporting
` [PATCH v3 10/10] cachefiles: Fix potential UAF/KASAN warning

[PATCH] MAINTAINERS: Add Paulo Alcantara as an SMBDIRECT co-maintainer
 2026-08-27  5:48 UTC  (3+ messages)

[PATCH v1 1/1] smb: client: transport: Fix debug printing in __release_mid()
 2026-08-27  2:22 UTC  (4+ messages)

[PATCH] smb: client: fix multiuser mount with krb5
 2026-08-27  2:21 UTC  (2+ messages)

[PATCH] cifs: add revalidation on FSCTL failure in smb2_duplicate_extents()
 2026-08-27  2:06 UTC  (2+ messages)

[PATCH v4 0/2] cifs: two size-management bug fixes
 2026-08-27  1:51 UTC  (5+ messages)
` [PATCH v4 1/2] cifs: don't update i_size in cifs_do_truncate() without a cached handle

[PATCH 0/2] smb: client: improve copy_ref_data() robustness
 2026-08-26 19:10 UTC  (3+ messages)
` [PATCH 1/2] smb: client: fill cache fields after populating cache in copy_ref_data()
` [PATCH 2/2] smb: client: prevent out-of-bounds dfs_info3_param access "

[PATCH v3] smb: client: fix heap overflow in cifs_do_set_acl()
 2026-08-26 15:06 UTC 

[PATCH] MAINTAINERS: Update the KSMBD entry
 2026-08-26 15:01 UTC 

[PATCH 00/11] smb: client: fix OOB reads and UAFs in SMB2/3 receive paths
 2026-08-26  2:18 UTC  (3+ messages)

[PATCH 06/11] smb: client: fix OOB struct field reads in move_smb2_ea_to_cifs()
 2026-08-26  0:59 UTC  (3+ messages)
` [PATCH v2] "

[PATCH RESEND 00/11] cifs: Various changes
 2026-08-25 23:06 UTC  (16+ messages)
  ` [PATCH 0/9] "
    ` [PATCH 1/9] cifs: Remove code for querying FILE_INFO_STANDARD via CIFSSMBQPathInfo()
    ` [PATCH 2/9] cifs: Remove cifs_backup_query_path_info() and replace it by cifs_query_path_info()
    ` [PATCH 3/9] cifs: Fix validation of EAs for WSL reparse points
    ` [PATCH 4/9] cifs: Validate presence of EA $LXMOD "
    ` [PATCH 5/9] cifs: Check if server supports EAs before trying to set it for WSL
    ` [PATCH 6/9] cifs: Extend ->set_EA() callback to allow operate on reparse point
    ` [PATCH 7/9] cifs: Create native Window socket file compatible also with WSL subsystem
    ` [PATCH 8/9] cifs: Add support for parsing WSL symlinks in version 1 format
    ` [PATCH 9/9] cifs: Add support for creating "

[GIT PULL] smb client fixes for 7.3-rc1
 2026-08-25 19:51 UTC  (2+ messages)

[PATCH] cifs.upcall: fix krb5 regression with --trust-dns
 2026-08-25 14:10 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