messages from 2026-07-06 18:48:51 to 2026-07-15 15:04:15 UTC [more...]
[PATCH 0/3] smb/server: fix some bugs in preparation for change notify support
2026-07-15 15:04 UTC (7+ messages)
` [PATCH 1/3] smb/server: fix signing when a response uses more than one iov
` [PATCH 2/3] smb/server: cancel async requests when closing connection
` [PATCH 3/3] smb/server: stop new async work "
[BUG] cifs: readlink/stat of macOS-served symlinks returns -EINVAL on 6.18 (works on 5.10)
2026-07-15 12:57 UTC
[PATCH v2] smb: client: validate DFS referral offsets
2026-07-15 8:54 UTC
[RFC PATCH 0/9] smb: support security and trusted xattrs over EAs
2026-07-15 7:48 UTC (10+ messages)
` [RFC PATCH 1/9] smb: client: support security.capability "
` [RFC PATCH 2/9] smb: client: support security.xfstests "
` [RFC PATCH 3/9] smb: client: support trusted xattrs "
` [RFC PATCH 4/9] ksmbd: extract SMB EA backing xattr name mapping
` [RFC PATCH 5/9] ksmbd: extract SMB EA response name handling
` [RFC PATCH 6/9] ksmbd: support security.capability EAs
` [RFC PATCH 7/9] ksmbd: support security.xfstests EAs
` [RFC PATCH 8/9] ksmbd: support trusted EAs
` [RFC PATCH 9/9] ksmbd: avoid self oplock breaks for EA opens
[PATCH v2] smb/client: flush dirty data before punching a hole
2026-07-15 1:39 UTC
[PATCH v1 1/1] smb/client: Use EXPORT_SYMBOL_IF_KUNIT() to export symbols
2026-07-14 22:02 UTC (4+ messages)
[PATCH v1 1/1] smb/client: Use EXPORT_SYMBOL_IF_KUNIT() to export symbols in SMB2
2026-07-14 22:02 UTC (3+ messages)
[PATCH] smb: client: set SB_I_NODEV to prevent device node injection
2026-07-14 21:43 UTC (4+ messages)
[RFC PATCH] freezer: Restrict unsafe freezable tasks to system sleep
2026-07-14 16:39 UTC
[PATCH] smb: client: validate DFS referral offsets
2026-07-14 9:26 UTC
[PATCH] smb/client: flush dirty data before punching a hole
2026-07-14 7:13 UTC
[PATCH] ksmbd: validate compound request size before reading StructureSize2
2026-07-14 0:00 UTC (2+ messages)
[PATCH 01/10] smb: common: compress: add memory access helpers to compress.h
2026-07-13 21:46 UTC (10+ messages)
` [PATCH 02/10] smb: client: compress: rework compression heuristics
` [PATCH 03/10] smb: client: compress: disable compression on reconnects
` [PATCH 04/10] smb: common: compress: do chained and unchained compression in a single function
` [PATCH 05/10] smb: client: compress: enable Pattern_V1 + chained compression
` [PATCH 06/10] smb: common: compress: allow smb_lz77_compress() to overcompress
` [PATCH 07/10] smb: common: compress: smb_lz77_decompress() improvements
` [PATCH 08/10] smb: common: compress: implement LZ77-Huffman
` [PATCH 09/10] smb: client: add support for decompressing READs
` [PATCH 10/10] smb: client: mark compression as supported on 64-bit LE only
[PATCH] cifs/002: check nlink returned by fstat()
2026-07-13 15:16 UTC
[RFC 0/3] ksmbd: use splice for SMB2 READ responses
2026-07-13 9:36 UTC (6+ messages)
` [RFC 1/3] ksmbd: add read payload infrastructure
` [RFC 2/3] ksmbd: add splice-based read payload helper
` [RFC 3/3] ksmbd: use splice payloads for simple SMB2 READ
[PATCH] ksmbd: fix channel_key buffer overflow in multichannel binding
2026-07-13 8:25 UTC (2+ messages)
[PATCH] smb: client: use kvzalloc() for megabyte buffer in simple fallocate
2026-07-12 16:02 UTC (2+ messages)
[PATCH v10 rdma-next] RDMA: Change capability fields in ib_device_attr from int to u32
2026-07-12 11:26 UTC (4+ messages)
[PATCH] smb: client: reject overlapping data areas in SMB2 responses
2026-07-11 13:33 UTC
[GIT PULL] smb3 client fixes
2026-07-11 1:59 UTC (2+ messages)
[PATCH v4] smb: client: restrict implied bcc[0] exemption to responses without data area
2026-07-10 19:32 UTC (2+ messages)
` [PATCH v5] "
[PATCH 00/18] SWN: Decouple witness registrations and tcons
2026-07-10 14:16 UTC (20+ messages)
` [PATCH 01/18] Revert "smb: client: resolve SWN tcon from live registrations"
` [PATCH 02/18] smb:client: Adjust witness notification request
` [PATCH 03/18] smb:client: Rename variable to match the rest of the code
` [PATCH 04/18] smb:client: Split idr remove and release functions
` [PATCH 05/18] smb:client: Add a specific task to refresh witness registrations
` [PATCH 06/18] smb:client: Store the tcon dstaddr in the witness registration
` [PATCH 07/18] smb:client: Fix printf format string
` [PATCH 08/18] smb:client: Save memory allocations
` [PATCH 09/18] smb:client: Use the correct return code
` [PATCH 10/18] smb:client: Improve tcon matching logic
` [PATCH 11/18] smb:client: Pass the tcon to cifs_swn_send_register_message
` [PATCH 12/18] smb:client: Pass the tcon to notification handlers
` [PATCH 13/18] smb:client: Introduce swn_notification struct
` [PATCH 14/18] smb:client: Cache auth info
` [PATCH 15/18] smb:client: Do not store the tcon reference, find a matching one
` [PATCH 16/18] smb:client: Simplify registration creation
` [PATCH 17/18] smb:client: Improve registration network and share names handling
` [PATCH 18/18] smb:client: Avoid witness re-register if the address did not change
[PATCH] smb: common: fix undefined shifts in LZ77 flag encoding
2026-07-10 13:48 UTC (3+ messages)
[PATCH v2 0/6] ksmbd: add macOS Time Machine / AAPL SMB2 extension support
2026-07-10 13:28 UTC (16+ messages)
` [PATCH v2 1/6] ksmbd: add Apple AAPL kAAPL_SERVER_QUERY create context support
` [PATCH v2 2/6] ksmbd: synthesize empty AFP_AfpInfo xattr on first probe
` [PATCH v2 3/6] ksmbd: send inline FinderInfo in FIND responses when READDIR_ATTR negotiated
` [PATCH v2 4/6] ksmbd: defer CHANGE_NOTIFY completion instead of STATUS_NOT_IMPLEMENTED
` [PATCH v2 5/6] ksmbd: implement full-file copy for AAPL ChunkCount=0 COPYCHUNK
` [PATCH v2 6/6] ksmbd: add AAPL READDIR_ATTR V2 support
[PATCH] smb: client: fix DACL-rewrite heap overflow in id_mode_to_cifs_acl()
2026-07-10 6:37 UTC (3+ messages)
[RFC PATCH xfstests] cifs/002: check nlink returned by fstat()
2026-07-10 2:29 UTC
[PATCH] ksmbd: fix integer overflow in set_file_allocation_info()
2026-07-10 1:25 UTC (2+ messages)
[PATCH] ksmbd: protect stream_del_pending with fp->f_lock
2026-07-10 0:24 UTC (6+ messages)
` [PATCH v2] ksmbd: quiet mdssvc RPC log spam in create_smb2_pipe
` [PATCH v2] ksmbd: report actual xattr value length in stream enumeration
[GIT PULL] ksmbd server fixes
2026-07-09 23:45 UTC (2+ messages)
[PATCH] smb: client: mask server-provided mode to 07777 in modefromsid
2026-07-09 20:53 UTC (2+ messages)
[PATCH] smb: client: fix atime clamp check in read completion
2026-07-09 17:26 UTC (4+ messages)
[PATCH 0/8] ksmbd: follow-up fixes to previously-merged patches
2026-07-09 13:13 UTC (12+ messages)
` [PATCH 1/8] ksmbd: route stream FileDispositionInformation through stream delete flag
` [PATCH 2/8] ksmbd: quiet mdssvc RPC log spam in create_smb2_pipe
` [PATCH 3/8] ksmbd: fix durable handle v2 default timeout units (60 -> 60000)
` [PATCH 4/8] ksmbd: validate out_buf_len before FSCTL_CREATE_OR_GET_OBJECT_ID and FSCTL_GET_REPARSE_POINT writes
` [PATCH 5/8] ksmbd: report actual xattr value length in stream enumeration
` [PATCH 6/8] ksmbd: zero-initialize xattr_dos_attrib in smb2_update_xattrs()
` [PATCH 7/8] ksmbd: don't check directory emptiness when deleting a stream
` [PATCH 8/8] ksmbd: skip fallocate for SMB2_CREATE_ALLOCATION_SIZE on a stream handle
[PATCH v2] smb: server: fix leak of ksmbd_ipc_login_request_ext() returned buffer
2026-07-09 13:11 UTC (2+ messages)
[PATCH v2] cifs: Show reason why autodisabling serverino support
2026-07-09 13:04 UTC (3+ messages)
` [PATCH v3] "
[PATCH v5 0/4] smb/client: fix incorrect nlink returned by fstat()
2026-07-09 2:57 UTC (5+ messages)
` [PATCH v5 1/4] smb/client: use stack-allocated smb2_file_all_info in smb3_query_mf_symlink()
` [PATCH v5 2/4] smb/client: pass cifs_open_info_data to SMB2_open()
` [PATCH v5 3/4] smb/client: zero-initialize stack-allocated cifs_open_info_data
` [PATCH v5 4/4] smb/client: fix incorrect nlink returned by fstat()
[PATCH] cifs: Fix support for creating SFU socket
2026-07-08 19:50 UTC (4+ messages)
[PATCH] cifs: Fix support for creating SFU fifo
2026-07-08 18:35 UTC (3+ messages)
[PATCH v4 0/3] smb/client: fix incorrect nlink returned by fstat()
2026-07-08 16:25 UTC (4+ messages)
` [PATCH v4 1/3] smb/client: use stack-allocated smb2_file_all_info in smb3_query_mf_symlink()
` [PATCH v4 2/3] smb/client: pass cifs_open_info_data to SMB2_open()
` [PATCH v4 3/3] smb/client: fix incorrect nlink returned by fstat()
[PATCH] smb: client: fix overflow in passthrough ioctl bounds check
2026-07-08 14:42 UTC (2+ messages)
[PATCH] cifs: validate DFS referral string offsets
2026-07-08 11:27 UTC
[PATCH v2 0/3] smb/server: improve async interim response handling for compound requests
2026-07-08 10:33 UTC (5+ messages)
` [PATCH v2 1/3] smb/server: send compound prefix before async pending response
` [PATCH v2 2/3] smb/server: introduce struct ksmbd_transport_write
` [PATCH v2 3/3] smb/server: use MSG_EOR for async interim response
[PATCH rdma-next v9] RDMA: Change capability fields in ib_device_attr from int to u32
2026-07-08 7:35 UTC (5+ messages)
[PATCH 0/5] ksmbd: add macOS Time Machine / AAPL SMB2 extension support
2026-07-08 5:20 UTC (8+ messages)
` [PATCH 1/5] ksmbd: add Apple AAPL kAAPL_SERVER_QUERY create context support
` [PATCH 2/5] ksmbd: synthesize empty AFP_AfpInfo xattr on first probe
` [PATCH 3/5] ksmbd: send inline FinderInfo in FIND responses when READDIR_ATTR negotiated
` [PATCH 4/5] ksmbd: defer CHANGE_NOTIFY completion instead of STATUS_NOT_IMPLEMENTED
` [PATCH 5/5] ksmbd: implement full-file copy for AAPL ChunkCount=0 COPYCHUNK
[PATCH 0/7] ksmbd: assorted fixes found while adding macOS/Time Machine support
2026-07-08 4:01 UTC (9+ messages)
` [PATCH 1/7] ksmbd: fix off-by-one rejecting minimal COPYCHUNK query-limits request
` [PATCH 2/7] ksmbd: route stream FileDispositionInformation through stream delete flag
` [PATCH 3/7] ksmbd: report actual xattr value length for stream EndOfFile/AllocationSize
` [PATCH 4/7] ksmbd: return STATUS_OBJECT_NAME_NOT_FOUND for unknown IPC pipe names
` [PATCH 5/7] ksmbd: quiet mdssvc RPC log spam
` [PATCH 6/7] ksmbd: fix stale sparse-file attribute after share reconfiguration
` [PATCH 7/7] ksmbd: fix COPYCHUNK for ADS streams
[PATCH] smb: server: fix leak of ksmbd_ipc_login_request_ext() returned buffer
2026-07-08 1:21 UTC (2+ messages)
[PATCH] smb: client: use GFP_KERNEL for DFS cache allocations
2026-07-07 20:15 UTC
[PATCH v3] smb: client: restrict implied bcc[0] exemption to responses without data area
2026-07-07 10:22 UTC
[PATCH v2] smb: client: restrict implied bcc[0] exemption to responses without data area
2026-07-07 9:44 UTC
[PATCH] smb: client: restrict implied bcc[0] exemption to responses without data area
2026-07-07 9:18 UTC
[PATCH RESEND 00/11] cifs: Various changes
2026-07-06 23:02 UTC (14+ messages)
` [PATCH RESEND 06/11] cifs: Validate presence of EA $LXMOD for WSL reparse points
` [PATCH RESEND 07/11] cifs: Check if server supports EAs before trying to set it for WSL
` [PATCH RESEND 08/11] cifs: Extend ->set_EA() callback to allow operate on reparse point
` [PATCH RESEND 10/11] cifs: Add support for parsing WSL symlinks in version 1 format
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox