Linux CIFS filesystem development
 help / color / mirror / Atom feed
[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] smb: client: set SB_I_NODEV to prevent device node injection
 2026-07-09 17:20 UTC  (2+ 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 v10 rdma-next] RDMA: Change capability fields in ib_device_attr from int to u32
 2026-07-09  8:31 UTC  (2+ messages)

[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 v4] smb: client: restrict implied bcc[0] exemption to responses without data area
 2026-07-07 11:23 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  (21+ messages)
` [PATCH RESEND 01/11] cifs: Fix and improve cifs_is_path_accessible() function
` [PATCH RESEND 02/11] cifs: Remove code for querying FILE_INFO_STANDARD via CIFSSMBQPathInfo()
` [PATCH RESEND 03/11] cifs: Remove CIFSSMBSetPathInfoFB() fallback function
` [PATCH RESEND 04/11] cifs: Remove cifs_backup_query_path_info() and replace it by cifs_query_path_info()
` [PATCH RESEND 05/11] cifs: Fix validation of EAs for WSL reparse points
` [PATCH RESEND 06/11] cifs: Validate presence of EA $LXMOD "
` [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 09/11] cifs: Create native Window socket file compatible also with WSL subsystem
` [PATCH RESEND 10/11] cifs: Add support for parsing WSL symlinks in version 1 format
` [PATCH RESEND 11/11] cifs: Add support for creating "

[PATCH v2] cifs.upcall: fix regression with krb5 + creduid
 2026-07-06 16:08 UTC  (2+ messages)

[PATCH v5 00/21] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-07-06 15:51 UTC  (8+ messages)
` [PATCH v5 01/21] mm: Make readahead store folio count in readahead_control
` [PATCH v5 02/21] netfs: Bulk load the readahead-provided folios up front
` [PATCH v5 03/21] Add a function to kmap one page of a multipage bio_vec
` [PATCH v5 04/21] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v5 05/21] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v5 06/21] netfs: Add some tools for managing bvecq chains

[PATCH v5 00/21] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-07-06 15:34 UTC  (22+ messages)
` [PATCH v5 01/21] mm: Make readahead store folio count in readahead_control
` [PATCH v5 02/21] netfs: Bulk load the readahead-provided folios up front
` [PATCH v5 03/21] Add a function to kmap one page of a multipage bio_vec
` [PATCH v5 04/21] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v5 05/21] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v5 06/21] netfs: Add some tools for managing bvecq chains
` [PATCH v5 07/21] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v5 08/21] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v5 09/21] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v5 10/21] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v5 11/21] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v5 12/21] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v5 13/21] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v5 14/21] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v5 15/21] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v5 16/21] netfs: Remove netfs_extract_user_iter()
` [PATCH v5 17/21] iov_iter: Remove ITER_FOLIOQ
` [PATCH v5 18/21] netfs: Remove folio_queue and rolling_buffer
` [PATCH v5 19/21] netfs: Check for too much data being read
` [PATCH v5 20/21] netfs: Limit the minimum trigger for progress reporting
` [PATCH v5 21/21] netfs: Combine prepare and issue ops and grab the buffers on request

[PATCH 0/2] smb/server: improve async interim response handling for compound requests
 2026-07-06 13:36 UTC  (6+ messages)
` [PATCH 2/2] smb/server: preserve compound prefix for async interim responses

(no subject)
 2026-07-06 12:15 UTC  (4+ messages)
` 
  ` d_time and d_fsdata

[PATCH v2] smb: client: preserve leading slash for POSIX absolute symlink targets
 2026-07-06  5:17 UTC  (3+ messages)

[PATCH] cifs.upcall: fix regression with krb5 + creduid
 2026-07-05 22:26 UTC 

[PATCH] ksmbd: Do not skip lock checks for single-byte ranges
 2026-07-05 14:37 UTC  (2+ messages)

[PATCH v2 0/2] afs: avoid unhash/rehash
 2026-07-04 23:31 UTC  (3+ messages)
` [PATCH v2 1/2] smb/client: use d_time to store a timestamp in dentry, not d_fsdata
` [PATCH v2 2/2] smb/client: don't unhashed and rehash to prevent new opens

[PATCH] smb: client: refactor cifs_revalidate_mapping() to use clear_and_wake_up_bit()
 2026-07-04 21:25 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