messages from 2025-08-31 12:36:37 to 2025-09-20 01:58:04 UTC [more...]
smbdirect/RDMA patches for 6.18
2025-09-20 1:57 UTC
[GIT PULL] smb3 client fixes
2025-09-19 23:14 UTC (2+ messages)
[PATCH 1/6] smb: client: ensure open_cached_dir_by_dentry() only returns valid cfid
2025-09-19 20:49 UTC (12+ messages)
` [PATCH 2/6] smb: client: short-circuit in open_cached_dir_by_dentry() if !dentry
` [PATCH 3/6] smb: client: short-circuit negative lookups when parent dir is fully cached
` [PATCH 4/6] smb: client: update cfid->last_access_time in open_cached_dir_by_dentry()
` [PATCH 5/6] smb: client: remove pointless cfid->has_lease check
` [PATCH 6/6] smb: client: remove unused fid_lock
[PATCH] smb: client: handle unlink(2) of files open by different clients
2025-09-19 17:13 UTC
[PATCH net-next v3 00/15] net: introduce QUIC infrastructure and core subcomponents
2025-09-19 14:41 UTC (18+ messages)
` [PATCH net-next v3 01/15] net: define IPPROTO_QUIC and SOL_QUIC constants
` [PATCH net-next v3 02/15] net: build socket infrastructure for QUIC protocol
` [PATCH net-next v3 03/15] quic: provide common utilities and data structures
` [PATCH net-next v3 04/15] quic: provide family ops for address and protocol
` [PATCH net-next v3 05/15] quic: provide quic.h header files for kernel and userspace
` [PATCH net-next v3 06/15] quic: add stream management
` [PATCH net-next v3 07/15] quic: add connection id management
` [PATCH net-next v3 08/15] quic: add path management
` [PATCH net-next v3 09/15] quic: add congestion control
` [PATCH net-next v3 10/15] quic: add packet number space
` [PATCH net-next v3 11/15] quic: add crypto key derivation and installation
` [PATCH net-next v3 12/15] quic: add crypto packet encryption and decryption
` [PATCH net-next v3 13/15] quic: add timer management
` [PATCH net-next v3 14/15] quic: add frame encoder and decoder base
` [PATCH net-next v3 15/15] quic: add packet builder and parser base
[PATCHES] finish_no_open() calling conventions change
2025-09-19 9:16 UTC (12+ messages)
` [PATCH 1/9] allow finish_no_open(file, ERR_PTR(-E...))
` [PATCH 2/9] 9p: simplify v9fs_vfs_atomic_open()
` [PATCH 3/9] 9p: simplify v9fs_vfs_atomic_open_dotl()
` [PATCH 4/9] simplify cifs_atomic_open()
` [PATCH 5/9] simplify vboxsf_dir_atomic_open()
` [PATCH 6/9] simplify nfs_atomic_open_v23()
` [PATCH 7/9] simplify fuse_atomic_open()
` [PATCH 8/9] simplify gfs2_atomic_open()
` [PATCH 9/9] slightly simplify nfs_atomic_open()
Outsourced welding teams
2025-09-19 8:00 UTC
[PATCH v3] smb: server: fix IRD/ORD negotiation with the client
2025-09-19 0:41 UTC (2+ messages)
[bug report] smb: client: batch SRV_COPYCHUNK entries to cut roundtrips
2025-09-18 20:59 UTC (3+ messages)
[PATCH] smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error path
2025-09-18 20:36 UTC
[PATCH v2] smb: client: fix sending the iwrap custom IRD/ORD negotiation messages
2025-09-18 15:25 UTC
[PATCH v2] smb: client: fix filename matching of deferred files
2025-09-18 12:09 UTC (4+ messages)
[GIT PULL] ksmbd server fixes
2025-09-18 3:38 UTC (2+ messages)
[PATCH v2] smb: client: let recv_done verify data length and remaining_data_length
2025-09-18 1:28 UTC
[PATCH] smb: client: fix filename matching of deferred files
2025-09-17 17:08 UTC (3+ messages)
[PATCH 6.16 068/189] smb: client: fix compound alignment with encryption
2025-09-17 12:32 UTC (2+ messages)
` [PATCH 6.16 069/189] smb: client: fix data loss due to broken rename(2)
[PATCH] smb: client: batch SRV_COPYCHUNK entries to cut roundtrips
2025-09-17 0:06 UTC
[PATCH] cifs: Fix oops due to uninitialised variable
2025-09-16 17:29 UTC (2+ messages)
[RFC PATCH 0/2] smb: client: support directory change tracking
2025-09-16 13:34 UTC (3+ messages)
` [RFC PATCH 1/2] smb: client: export SMB2_notify_init for "
` [RFC PATCH 2/2] smb: client: add directory change tracking via SMB2 Change Notify
[RFC] ksmbd: Deprecate MD5 support and enhance AES-GCM for SMB 3.1.1 compliance
2025-09-16 9:47 UTC (3+ messages)
[PATCH] ksmbd: Fix race condition in RPC handle list access
2025-09-16 1:11 UTC (2+ messages)
[PATCH 0/2] smb: client: transport: avoid reconnects triggered by pending task work
2025-09-15 15:19 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] smb: client: transport: minor indentation style fix
[PATCH v4 000/142] smb: smbdirect/client/server: make use of common structures
2025-09-13 0:03 UTC (15+ messages)
` [PATCH v4 004/142] smb: smbdirect: introduce smbdirect_socket.send_io.pending.{count,wait_queue}
` [PATCH v4 004/142] smb: smbdirect: introduce smbdirect_socket.send_io.pending.{count, wait_queue}
` [PATCH v4 026/142] smb: client: make use of smbdirect_socket.send_io.pending.{count,wait_queue}
` [PATCH v4 048/142] smb: client: don't check sc->send_io.pending.count is below sp->send_credit_target
` [PATCH v4 098/142] smb: server: make use of smbdirect_socket.send_io.pending.{count,wait_queue}
` replace for-next-next... Re: [PATCH v4 000/142] smb: smbdirect/client/server: make use of common structures
[PATCH v4] cifs: fix pagecache leak when do writepages
2025-09-12 19:41 UTC (3+ messages)
[GIT PULL] smb3 client fixes
2025-09-12 17:49 UTC (2+ messages)
[PATCH] smb: client: skip cifs_lookup on mkdir
2025-09-12 12:29 UTC (7+ messages)
[RFC PATCH 0/2] cifs: Organise declarations in the cifs client header files
2025-09-12 12:28 UTC (5+ messages)
` [RFC PATCH 1/2] cifs: Do some preparation prior to organising the function declarations
` [RFC PATCH 2/2] cifs: Clean up declarations
[PATCH v3] cifs: fix pagecache leak when do writepages
2025-09-12 1:12 UTC (15+ messages)
multichannel with global encryption fails to open extra channel
2025-09-11 4:32 UTC
Growing memory usage on 6.6 kernel
2025-09-10 15:20 UTC (4+ messages)
[PATCH] docs: update username= option to drop invalid examples
2025-09-10 9:31 UTC
[PATCH] smb: validate command payload size in smb2_check_message
2025-09-09 3:21 UTC (2+ messages)
[PATCH] smb: server: let smb_direct_writev() respect SMB_DIRECT_MAX_SEND_SGES
2025-09-08 23:49 UTC (3+ messages)
[PATCH] fs/smb/client/fs_context: Add hostname option for CIFS module to work with domain-based dfs resources with Kerberos authentication
2025-09-08 13:24 UTC (8+ messages)
[PATCH] smb: Use arc4 library instead of duplicate arc4 code
2025-09-08 2:39 UTC (7+ messages)
[PATCH 00/35] cifs: Fix SMB rmdir() and unlink() against Windows SMB servers
2025-09-07 11:05 UTC (22+ messages)
` [PATCH 14/35] cifs: Extend CIFSSMBRenameOpenFile() function for overwrite parameter
` [PATCH 20/35] cifs: Fix permission logic in cifs_rename_pending_delete()
` [PATCH 21/35] cifs: Propagate error code from CIFSSMBSetFileInfo() to cifs_rename_pending_delete()
` [PATCH 23/35] cifs: Fix SMBLegacyOpen() function
` [PATCH 24/35] cifs: Add a new callback set_file_disp() for setting file disposition (delete pending state)
` [PATCH 25/35] cifs: Add a new callback rename_opened_file() for renaming an opened file
` [PATCH 26/35] cifs: Add SMB2+ support into cifs_rename_pending_delete() function
` [PATCH 27/35] cifs: Move SMB1 usage of CIFSPOSIXDelFile() from inode.c to cifssmb.c
` [PATCH 28/35] cifs: Fix smb2_unlink() to fail on directory
` [PATCH 29/35] cifs: Fix smb2_rmdir() on reparse point
` [PATCH 30/35] cifs: Simplify SMB2_OP_DELETE API usage
` [PATCH 31/35] cifs: Deduplicate smb2_unlink() and smb2_rmdir() into one common function
` [PATCH 32/35] cifs: Use cifs_rename_pending_delete() fallback also for rmdir()
` [PATCH 33/35] cifs: Add a new open flag CREATE_OPTION_EXCLUSIVE to open with deny all shared reservation
` [PATCH 34/35] cifs: Use CREATE_OPTION_EXCLUSIVE when opening file/dir for SMB2+ non-POSIX unlink/rmdir
` [PATCH 35/35] cifs: Use CREATE_OPTION_EXCLUSIVE when doing SMB1 rmdir on NT server
[GIT PULL] smb3 client fixes
2025-09-05 20:17 UTC (2+ messages)
[PATCH 2/2] cifs: prevent NULL pointer dereference in UTF16 conversion
2025-09-04 16:45 UTC (2+ messages)
[PATCH 2/2] cifs: prevent NULL pointer dereference in UTF16 conversion
2025-09-04 12:25 UTC
(no subject)
2025-09-04 12:17 UTC
[PATCH v2] smb: client: fix data loss due to broken rename(2)
2025-09-04 6:04 UTC (18+ messages)
[GIT PULL] ksmbd server fix
2025-09-04 4:05 UTC (2+ messages)
[PATCH 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS
2025-09-03 12:01 UTC (3+ messages)
` [PATCH 1/2] vfs: Allow filesystems with foreign owner IDs to override UID checks
` [PATCH 2/2] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir
[PATCH 6.1 06/50] smb: client: fix race with concurrent opens in unlink(2)
2025-09-02 13:20 UTC (2+ messages)
` [PATCH 6.1 07/50] smb: client: fix race with concurrent opens in rename(2)
[PATCH 6.6 09/75] smb: client: fix race with concurrent opens in unlink(2)
2025-09-02 13:20 UTC (2+ messages)
` [PATCH 6.6 10/75] smb: client: fix race with concurrent opens in rename(2)
[PATCH 6.12 13/95] smb: client: fix race with concurrent opens in unlink(2)
2025-09-02 13:19 UTC (2+ messages)
` [PATCH 6.12 14/95] smb: client: fix race with concurrent opens in rename(2)
[PATCH 6.16 018/142] smb: client: fix race with concurrent opens in unlink(2)
2025-09-02 13:18 UTC (2+ messages)
` [PATCH 6.16 019/142] smb: client: fix race with concurrent opens in rename(2)
smb2_copychunk_range() reset max_bytes_chunk to 0
2025-09-02 5:56 UTC (2+ messages)
SMB2 DELETE vs UNLINK
2025-08-31 12:55 UTC (6+ messages)
` Fwd: "
` [EXTERNAL] Fwd: SMB2 DELETE vs UNLINK - TrackingID#2504090040009564
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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).