Linux CIFS filesystem development
 help / color / mirror / Atom feed
- recent:[subjects (threaded)|topics (new)|topics (active)]
2026-07-20 19:49 [PATCH v2 14/14] smb: client: mark compression as supported on 64-bit LE only 14+ messages
2026-07-20 17:19 Re: [PATCH v2 0/2] cifs: fix attribute cache corruption from concurrent directory operations 4+ messages
2026-07-20 16:42 [PATCH v2 xfstests resend 3/3] generic/795: check nlink returned by fstat() 4+ messages
2026-07-20 16:35 [PATCH v2 xfstests 3/3] generic/795: check nlink returned by fstat() 4+ messages
2026-07-20 15:20 [PATCH] Add missing git branch info for cifs and ksmbd to MAINTAINERS file
2026-07-20 13:06 Re: [RFC PATCH v2 6/9] ksmbd: support security.capability EAs 18+ messages
2026-07-20 11:51 Re: [BUG 1/3] smb: client: SMB2/3 signature failures are logged but the response is accepted 4+ messages
2026-07-19 21:54 [PATCH 2/2] cifs: prevent readdir from changing file size due to stale directory metadata 3+ messages
2026-07-19 18:09 [BUG 3/3] smb: client: seal mount policy can be dropped after SMB3.1.1 reconnect
2026-07-19 18:07 [BUG 2/3] smb: client: server-provided symlinks can escape mount confinement
2026-07-19  1:28 Re: [PATCH 0/3] smb/server: fix some bugs in preparation for change notify support 12+ messages
2026-07-19  0:50 [PATCH] smb: client: handle STATUS_STOPPED_ON_SYMLINK responses without a symlink target
2026-07-18 16:24 Re: [PATCH] smb: client: bound dirent name against end of SMB response in cifs_filldir 2+ messages
2026-07-18 16:22 [PATCH] cifs: validate idmap key payload length
2026-07-18 15:08 Re: [PATCH] cifs/002: check nlink returned by fstat() 5+ messages
2026-07-18  4:54 Re: [GIT PULL] ksmbd server fixes 2+ messages
2026-07-17 15:10 Re: [PATCH] ksmbd: fix maximal access leak when object has no NT ACL 2+ messages
2026-07-17 15:09 Re: [PATCH] ksmbd: fix AsyncId zeroed before use in smb2_lock() cancel response 2+ messages
2026-07-17 12:49 Re: [RFC 3/3] ksmbd: use splice payloads for simple SMB2 READ 7+ messages
2026-07-17  8:58 Re: [PATCH v2 1/3] smb/server: fix signing when a response uses more than one iov 12+ messages
2026-07-17  3:14 Re: [SECURITY] ksmbd: SMB CREATE widens inherited POSIX ACL masks
2026-07-16 23:57 Re: [GIT PULL] smb3 client fixes 2+ messages
2026-07-16 22:15 [SECURITY] ksmbd: SMB CREATE widens inherited POSIX ACL masks
2026-07-16 22:14 [SECURITY] ksmbd: unsigned request bypasses mandatory SMB signing
2026-07-16 18:22 [PATCH 5.15.y 4/7] ksmbd: fix mechToken leak when SPNEGO decode fails after token alloc
2026-07-16 15:37 [PATCH 6.1.y 4/7] ksmbd: fix mechToken leak when SPNEGO decode fails after token alloc
2026-07-16 15:36 [PATCH 5.15.y 1/2] cifs: Add tracing for the cifs_tcon struct refcounting
2026-07-16 15:18 Re: [PATCH] smb/client: fix unaligned fallocate emulation with O_DIRECT 3+ messages
2026-07-16 10:30 [PATCH v6 24/24] netfs: Combine prepare and issue ops and grab the buffers on request 25+ messages
2026-07-16 10:18 [PATCH 6.1.y 4/5] cifs: Add tracing for the cifs_tcon struct refcounting 2+ messages
2026-07-16 10:18 [PATCH 6.18.y 2/3] cifs: SMB1 split: Add some #includes 2+ messages
2026-07-16  9:57 [PATCH 7/7] ksmbd: extend procfs server statistics 7+ messages
2026-07-16  5:25 [PATCH v3] smb: client: validate DFS referral PathConsumed
2026-07-16  2:22 [PATCH] smb: client: clear setuid/setgid bit on write with cifsacl/modefromsid/posix extensions
2026-07-15 20:27 [PATCH net-next v14 15/15] quic: add packet parser base 16+ messages
2026-07-15 17:27 Re: [PATCH] smb: client: set SB_I_NODEV to prevent device node injection 5+ messages
2026-07-15 12:57 [BUG] cifs: readlink/stat of macOS-served symlinks returns -EINVAL on 6.18 (works on 5.10)
2026-07-15  8:54 [PATCH v2] smb: client: validate DFS referral offsets
2026-07-15  7:48 [RFC PATCH 9/9] ksmbd: avoid self oplock breaks for EA opens 10+ messages
2026-07-15  1:39 [PATCH v2] smb/client: flush dirty data before punching a hole
2026-07-14 22:02 Re: [PATCH v1 1/1] smb/client: Use EXPORT_SYMBOL_IF_KUNIT() to export symbols 4+ messages
2026-07-14 22:02 Re: [PATCH v1 1/1] smb/client: Use EXPORT_SYMBOL_IF_KUNIT() to export symbols in SMB2 3+ messages
2026-07-14 16:39 [RFC PATCH] freezer: Restrict unsafe freezable tasks to system sleep
2026-07-14  9:26 [PATCH] smb: client: validate DFS referral offsets
2026-07-14  7:13 [PATCH] smb/client: flush dirty data before punching a hole
2026-07-14  0:00 Re: [PATCH] ksmbd: validate compound request size before reading StructureSize2 2+ messages
2026-07-13 21:46 [PATCH 10/10] smb: client: mark compression as supported on 64-bit LE only 10+ messages
2026-07-13  8:25 Re: [PATCH] ksmbd: fix channel_key buffer overflow in multichannel binding 2+ messages
2026-07-12 16:02 Re: [PATCH] smb: client: use kvzalloc() for megabyte buffer in simple fallocate 2+ messages
2026-07-12 11:26 Re: [PATCH v10 rdma-next] RDMA: Change capability fields in ib_device_attr from int to u32 4+ messages
2026-07-11 13:33 [PATCH] smb: client: reject overlapping data areas in SMB2 responses
2026-07-11  1:59 Re: [GIT PULL] smb3 client fixes 2+ messages
2026-07-10 19:32 [PATCH v5] smb: client: restrict implied bcc[0] exemption to responses without data area 2+ messages
2026-07-10 14:16 Re: [PATCH 00/18] SWN: Decouple witness registrations and tcons 20+ messages
2026-07-10 13:48 Re: [PATCH] smb: common: fix undefined shifts in LZ77 flag encoding 3+ messages
2026-07-10 13:28 Re: [PATCH v2 4/6] ksmbd: defer CHANGE_NOTIFY completion instead of STATUS_NOT_IMPLEMENTED 16+ messages
2026-07-10  6:37 Re: [PATCH] smb: client: fix DACL-rewrite heap overflow in id_mode_to_cifs_acl() 3+ messages
2026-07-10  2:29 [RFC PATCH xfstests] cifs/002: check nlink returned by fstat()
2026-07-10  1:25 Re: [PATCH] ksmbd: fix integer overflow in set_file_allocation_info() 2+ messages
2026-07-10  0:24 Re: [PATCH] ksmbd: protect stream_del_pending with fp->f_lock 6+ messages
2026-07-09 23:45 Re: [GIT PULL] ksmbd server fixes 2+ messages
2026-07-09 20:53 Re: [PATCH] smb: client: mask server-provided mode to 07777 in modefromsid 2+ messages
2026-07-09 17:26 Re: [PATCH] smb: client: fix atime clamp check in read completion 4+ messages
2026-07-09 13:13 Re: [PATCH 0/8] ksmbd: follow-up fixes to previously-merged patches 12+ messages
2026-07-09 13:11 Re: [PATCH v2] smb: server: fix leak of ksmbd_ipc_login_request_ext() returned buffer 2+ messages
2026-07-09 13:04 Re: [PATCH v3] cifs: Show reason why autodisabling serverino support 15+ messages
2026-07-09  2:57 [PATCH v5 4/4] smb/client: fix incorrect nlink returned by fstat() 5+ messages
2026-07-08 19:50 Re: [PATCH] cifs: Fix support for creating SFU socket 4+ messages
2026-07-08 18:35 Re: [PATCH] cifs: Fix support for creating SFU fifo 3+ messages
2026-07-08 16:25 [PATCH v4 3/3] smb/client: fix incorrect nlink returned by fstat() 4+ messages
2026-07-08 14:42 Re: [PATCH] smb: client: fix overflow in passthrough ioctl bounds check 2+ messages
2026-07-08 11:27 [PATCH] cifs: validate DFS referral string offsets
2026-07-08 10:33 Re: [PATCH v2 0/3] smb/server: improve async interim response handling for compound requests 5+ messages
2026-07-08  7:35 Re: [PATCH rdma-next v9] RDMA: Change capability fields in ib_device_attr from int to u32 5+ messages
2026-07-08  5:20 Re: [PATCH 4/5] ksmbd: defer CHANGE_NOTIFY completion instead of STATUS_NOT_IMPLEMENTED 8+ messages
2026-07-08  4:01 Re: [PATCH 0/7] ksmbd: assorted fixes found while adding macOS/Time Machine support 9+ messages
2026-07-08  1:21 Re: [PATCH] smb: server: fix leak of ksmbd_ipc_login_request_ext() returned buffer 2+ messages
2026-07-07 20:15 [PATCH] smb: client: use GFP_KERNEL for DFS cache allocations
2026-07-07 10:22 [PATCH v3] smb: client: restrict implied bcc[0] exemption to responses without data area
2026-07-07  9:44 [PATCH v2] smb: client: restrict implied bcc[0] exemption to responses without data area
2026-07-07  9:18 [PATCH] smb: client: restrict implied bcc[0] exemption to responses without data area
2026-07-06 23:02 Re: [PATCH RESEND 06/11] cifs: Validate presence of EA $LXMOD for WSL reparse points 21+ messages
2026-07-06 16:08 Re: [PATCH v2] cifs.upcall: fix regression with krb5 + creduid 2+ messages
2026-07-06 15:51 Re: [PATCH v5 00/21] netfs: Keep track of folios in a segmented bio_vec[] chain 8+ messages
2026-07-06 15:34 [PATCH v5 21/21] netfs: Combine prepare and issue ops and grab the buffers on request 22+ messages
2026-07-06 13:36 Re: [PATCH 2/2] smb/server: preserve compound prefix for async interim responses 7+ messages
2026-07-06 12:15 Re: d_time and d_fsdata 6+ messages
2026-07-06  5:17 Re: [PATCH v2] smb: client: preserve leading slash for POSIX absolute symlink targets 3+ messages
2026-07-05 22:26 [PATCH] cifs.upcall: fix regression with krb5 + creduid
2026-07-05 14:37 Re: [PATCH] ksmbd: Do not skip lock checks for single-byte ranges 2+ messages
2026-07-04 23:31 [PATCH v2 2/2] smb/client: don't unhashed and rehash to prevent new opens. 3+ messages
2026-07-04 21:25 Re: [PATCH] smb: client: refactor cifs_revalidate_mapping() to use clear_and_wake_up_bit() 2+ messages
2026-07-04  5:27 [PATCH] smb: client: free partially allocated transform folio queue
2026-07-04  5:00 Re: [GIT PULL] ksmbd server fixes 2+ messages
2026-07-04  2:26 Re: [PATCH v2] ksmbd: defer destroy_previous_session() until after NTLM authentication 2+ messages
2026-07-04  2:02 Re: [GIT PULL] smb3 client fixes 2+ messages
2026-07-04  1:53 [PATCH V2] smb: client: fix busy dentry warning on unmount after DIO
2026-07-03 19:26 Re: [PATCH] ksmbd: defer destroy_previous_session() until after NTLM authentication 3+ messages
2026-07-03 12:21 [PATCH] smb: client: remove redundant NULL check before kfree()
2026-07-03  6:20 [PATCH] smb: client: fix busy dentry warning on unmount after DIO
2026-07-03  5:59 Re: [PATCH rdma-next v8] RDMA: Change capability fields in ib_device_attr from int to u32 4+ messages
2026-07-03  5:32 [PATCH v8 5/5] smb/client: refresh allocation after EOF-extending fallocate 6+ messages
2026-07-03  2:30 Re: [PATCH] ksmbd: restore DACL size on check_add_overflow() to avoid malformed ACL 2+ messages
2026-07-02 15:44 Re: Additional SMB3.1.1 FSCTLs 2+ messages
2026-07-02 15:20 Re: [PATCH v6 1/5] smb/client: refresh allocation size after duplicate extents 13+ messages
2026-07-02 15:12 [PATCH v7 4/4] smb/client: refresh allocation after EOF-extending fallocate 5+ messages
2026-07-02 14:22 Re: [PATCH] cifs: Fix missing credit release on failure in cifs_issue_read() 3+ messages
2026-07-02 11:35 [PATCH 9/9] smb: client: review fixes for nolease remount (patch 7) 10+ messages
2026-07-02 10:23 [PATCH v2 1/1] smb: client: check posix_info_parse() in cifs_posix_to_fattr()
2026-07-01 16:53 Re: [PATCH 2/3] smb: client: check posix_info_parse() in cifs_posix_to_fattr() 5+ messages
2026-07-01 13:22 Re: [PATCH 1/2] smb: client: review fixes for remount ctx/retrans sync (patches 1-4) 3+ messages
2026-07-01 10:56 [PATCH v3 1/1] smb/client: fix incorrect nlink returned by fstat() 2+ messages
2026-07-01 10:39 [PATCH v2 1/1] smb/client: fix incorrect nlink returned by fstat() 2+ messages
2026-07-01  9:48 Re: [PATCH] smb/client: fix incorrect nlink returned by fstat() 7+ messages
2026-07-01  8:25 [PATCH 9/9] smb/client: make SMB2 change notify interruptible 10+ messages
2026-06-30 23:54 Re: [PATCH 1/2] smb: client: fix create context out-of-bounds reads 3+ messages
2026-06-30 21:01 Re: [PATCH] cifs.upcall: Avoid int overflow after year 2038 3+ messages
2026-06-30 14:38 Re: [Samba] SMB3 POSIX Specification (was: Latest posix extensions spec) 2+ messages
2026-06-30 10:40 [PATCH v5 4/4] smb/client: refresh allocation after EOF-extending fallocate 5+ messages
2026-06-30  9:01 Re: [PATCH v3 00/15] netfs: Miscellaneous fixes 23+ messages
2026-06-29 21:05 Re: [PATCH 1/3] cifs.upcall: fix regression with krb5 + creduid 4+ messages
2026-06-29  2:14 Re: [PATCH v4 0/7] smb/client: fix fallocate and allocation accounting 12+ messages
2026-06-28 23:59 Re: [PATCH] smb/server: do not require delete access for non-replacing links 3+ messages
2026-06-28  6:59 [PATCH] smb: client: fix buffer leaks in SMB1 read and write
2026-06-27 23:48 Re: BUG: SMB3.11 POSIX extensions: Absolute symlinks lose leading slash on creation 11+ messages
2026-06-26 19:54 Re: [RFC PATCH for-next] smb: client: parallelize multichannel write issue 2+ messages
2026-06-26 15:45 Re: [GIT PULL] ksmbd server fixes 2+ messages
2026-06-26 15:45 Re: [GIT PULL] smb3 client fixes 2+ messages
2026-06-26 15:36 Re: [PATCH] ksmbd: annotate oplock list traversals under m_lock 2+ messages
2026-06-26  1:03 Re: [PATCH v3 1/1] ksmbd: validate num_subauth when copying ACE in set_ntacl_dacl 3+ messages
2026-06-26  0:13 Re: [PATCH v2 resend 1/2] ksmbd: validate num_subauth when copying ACE in set_ntacl_dacl 5+ messages
2026-06-25 16:01 [PATCH v3 9/9] smb/client: verify allocation after EOF-extending fallocate 10+ messages
2026-06-25  9:34 [PATCH v1 1/2] ksmbd: reject undersized DACLs before parsing ACEs 2+ messages
2026-06-25  9:34 [PATCH v2 0/2] ksmbd: harden DACL/ACE parsing against malformed SDs
2026-06-25  2:25 Re: [PATCH v2 3/9] smb/client: handle smb2_set_sparse() failure in EOF-extending fallocate 14+ messages
2026-06-24 15:51 [PATCH 2/2] smb/client: fix security flag calculation when setting security descriptors 2+ messages
2026-06-24 15:40 [PATCH] smb/client: fix security flag calculation when setting security descriptors
2026-06-24 14:21 Re: [PATCH v2 14/14] netfs: Fix DIO write retry for filesystems without a ->prepare_write() 17+ messages
2026-06-24 11:02 Re: [PATCH] netfs: Fix UAF in netfs_unbuffered_write() on failed preparation 4+ messages
2026-06-24  9:57 Re: Request CVE for ksmbd authenticated permission bypass in FSCTL_SET_SPARSE handle 2+ messages
2026-06-24  8:59 Re: [f2fs-dev] [PATCH v8 00/17] Subject: Exposing case folding behavior 23+ messages
2026-06-24  8:59 Re: [f2fs-dev] [PATCH v14 00/15] Exposing case folding behavior 32+ messages
2026-06-24  7:19 Re: Subject: Re: [PATCH] fix smb client defer close causes file 6+ messages
2026-06-24  3:02 Re: [PATCH v2 0/3] ksmbd: fix some memory leaks in ksmbd_vfs_* functions 5+ messages
2026-06-24  2:22 Re: [PATCH] smb: client: Fix next buffer leak in receive_encrypted_standard() 2+ messages
2026-06-23 22:05 Re: [PATCH cifs-utils] mount.cifs: fix const correctness in parse_options 2+ messages
2026-06-23 22:01 Re: [PATCH] cifs.upcall: fix compiler warning with -Wvla 2+ messages
2026-06-23 20:13 [PATCH 16/16] cifs: invalidate cached_dirents if population aborted 16+ messages
2026-06-23 17:55 Re: [PATCH] smb/client: use %pe to print error pointer 2+ messages
2026-06-23 16:29 [PATCH v6 17/17] cifs: invalidate cached_dirents if population aborted 17+ messages
2026-06-23  8:14 Re: [PATCH] ksmbd: validate num_subauth when copying ACE in set_ntacl_dacl 6+ messages
2026-06-23  8:05 Re: [bug report] ksmbd: compute lease break-in-progress flag on response 2+ messages
2026-06-23  5:18 Re: [PATCH] ksmbd: validate NTLMv2 response before updating session key 2+ messages
2026-06-23  3:50 Re: [PATCH 1/7] smb/client: name the default fallocate mode 9+ messages
2026-06-23  2:46 Re: [PATCH 3/3] ksmbd: fix n.data memory leak in ksmbd_vfs_set_dos_attrib_xattr 7+ messages
2026-06-23  1:28 Re: [PATCH 17/29] ksmbd: return requested create allocation size 31+ messages
2026-06-22  1:08 [PATCH 3/3] smb/client: fix chown/chgrp with SMB3 POSIX Extensions 3+ messages
2026-06-19 19:32 Re: [PATCH rdma-next v7] RDMA: Change capability fields in ib_device_attr from int to u32 4+ messages
2026-06-19 14:06 [PATCH 11/11] netfs: Fix writethrough to use collection offload 12+ messages
2026-06-19  2:31 RE: [EXTERNAL] Re: linux-next: build failure after merge of the nfsd tree
2026-06-18 23:21 Re: [PATCH 1/6] smb: client: fix double-free in SMB2_open() replay 8+ messages
2026-06-18 17:18 Re: [PATCH smb 1/1] smb: client: fix double-free in SMB2_flush() replay 2+ messages
2026-06-18 17:04 Re: [GIT PULL] ksmbd fixes 2+ messages
2026-06-18 17:04 Re: [GIT PULL] smb3 client fixes 2+ messages
2026-06-18 17:02 [RFC PATCH 2/2] smb/client: do not call SMB2_close() in smb3_notify() 3+ messages
2026-06-18 14:17 [PATCH 14/14] ksmbd: keep common response iovecs in the work item 14+ messages
2026-06-18 12:26 [PATCH cifs-utils] smbinfo: parse action and filename from change notifications
2026-06-17  3:44 Re: [PATCH] smb/server: fix debug log endianness in smb2_cancel() 2+ messages
2026-06-16 14:55 [PATCH 5.10 043/342] smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error path
2026-06-16 14:54 [PATCH 5.15 054/411] smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error path
2026-06-16 12:51 Re: [PATCH v4 30/30] CHANGES 34+ messages
2026-06-16  7:41 Re: [PATCH v4 5/7] smb: client: apply rasize on remount 13+ messages
2026-06-14 16:57 Re: [RFC PATCH 0/1] vfs: pass S_IFDIR mode to vfs_prepare_mode() 10+ messages
2026-06-13 17:52 Re: [PATCH cifs-utils] smbinfo: update notify subcommand 2+ messages
2026-06-13  3:52 Re: [PATCH] smb/server: check destination is open when renaming 2+ messages
2026-06-12 22:14 Re: [PATCH] smb: client: Use more common error handling code in smb3_reconfigure() 2+ messages
2026-06-12 21:06 Re: [PATCH net-next v13 00/15] net: introduce QUIC infrastructure and core subcomponents 26+ messages
2026-06-12 17:39 [PATCH] smb: client: Simplify conditional compilation in __cifs_do_create()
2026-06-12 11:27 Re: [PATCH] smb/client: clean up a type issue in cifs_xattr_get() 3+ messages
2026-06-12  9:23 Re: [PATCH v3 6/9] smb: client: move struct tcon_list to cifsglob.h 14+ messages
2026-06-12  1:18 Re: [PATCH cifs-utils] smbinfo: add filecompressioninfo subcommand 2+ messages
2026-06-11 22:07 Good news about quality improvements and more tests now passing
2026-06-11 20:36 Re: [PATCH] smb/client: Fix error code in smb2_aead_req_alloc() 2+ messages
2026-06-11 15:54 [PATCH] fs/smb/server: fix refcount leak in oplock_break()
2026-06-10 15:15 [PATCH 5/5] ksmbd: compress SMB2 READ responses 6+ messages
2026-06-10  2:14 Re: [PATCH] smb: server: remove code guarded by nonexistent config option 2+ messages
2026-06-10  0:45 Re: generic/004 server bug 5+ messages
2026-06-10  0:23 Re: xfstest generic/035 3+ messages
2026-06-09 22:20 Re: [cifs:for-next-next 15/16] fs/smb/client/cifsfs.c:1204:22: error: use of undeclared identifier 'FS_XFLAG_CASEFOLD' 3+ messages
2026-06-09 11:05 [cifs:for-next-next 15/16] fs/smb/client/cifsfs.c:1204:43: error: 'FS_XFLAG_CASEFOLD' undeclared
2026-06-09  7:55 Re: [PATCH v4 1/1] smb/server: fix incorrect file size in get_file_compression_info() 3+ messages
2026-06-09  5:38 Re: [PATCH v3 7/7] smb/server: fix incorrect file size in get_file_compression_info() 12+ messages
2026-06-08 21:39 full fstest list for Linux client
2026-06-08 17:27 Re: [PATCH] smb: client: fix chmod and chgrp with SMB3.1.1 POSIX Extensions 13+ messages
2026-06-08 15:57 [PATCH v2 3/3] smb/client: allow FS_IOC_SETFLAGS to clear compression 4+ messages
2026-06-08 15:28 Re: [PATCH v2 3/3] smb/client: refresh allocation size after fallocate 8+ messages
2026-06-08 14:54 [PATCH v3 22/22] netfs: Combine prepare and issue ops and grab the buffers on request 23+ messages
2026-06-08 14:28 [PATCH samba v3 1/1] smbclient: cancel pending notify on SIGINT 2+ messages
2026-06-07  2:27 [PATCH v2 5/5] smb: remove duplicate server/smbfsctl.h 6+ messages
2026-06-06 16:04 Re: [PATCH 3/5] smb/server: implement FSCTL_GET_COMPRESSION ioctl handler 25+ messages

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