messages from 2025-07-31 18:01:00 to 2025-08-08 15:20:34 UTC [more...]
[PATCH 1/2] smb: client: fix race with concurrent opens in unlink(2)
2025-08-08 15:20 UTC
[RFC PATCH 00/31] netfs: [WIP] Allow the use of MSG_SPLICE_PAGES and use netmem allocator
2025-08-08 15:10 UTC (43+ messages)
` [RFC PATCH 01/31] iov_iter: Move ITER_DISCARD and ITER_XARRAY iteration out-of-line
` [RFC PATCH 02/31] iov_iter: Add a segmented queue of bio_vec[]
` [RFC PATCH 03/31] netfs: Provide facility to alloc buffer in a bvecq
` [RFC PATCH 04/31] cifs, nls: Provide unicode size determination func
` [RFC PATCH 05/31] cifs: Introduce an ALIGN8() macro
` [RFC PATCH 06/31] cifs: Move the SMB1 transport code out of transport.c
` [RFC PATCH 07/31] cifs: Rename mid_q_entry to smb_message
` [RFC PATCH 08/31] cifs: Keep the CPU-endian command ID around
` [RFC PATCH 09/31] cifs: Rename SMB2_xxxx_HE to SMB2_xxxx
` [RFC PATCH 10/31] cifs: Make smb1's SendReceive() wrap cifs_send_recv()
` [RFC PATCH 11/31] cifs: Fix SMB1 to not require separate kvec for the rfc1002 header
` [RFC PATCH 12/31] cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flags
` [RFC PATCH 13/31] cifs: Institute message managing struct
` [RFC PATCH 14/31] cifs: Split crypt_message() into encrypt and decrypt variants
` [RFC PATCH 15/31] cifs: Use netfs_alloc/free_folioq_buffer()
` [RFC PATCH 16/31] cifs: Rewrite base TCP transmission
` [RFC PATCH 17/31] cifs: Rework smb2 decryption
` [RFC PATCH 18/31] cifs: Pass smb_message structs down into the transport layer
` [RFC PATCH 19/31] cifs: Clean up mid->callback_data and kill off mid->creator
` [RFC PATCH 20/31] cifs: Don't need state locking in smb2_get_mid_entry()
` [RFC PATCH 21/31] cifs: [DEBUG] smb_message refcounting
` [RFC PATCH 22/31] cifs: Add netmem allocation functions
` [RFC PATCH 23/31] cifs: Add more pieces to smb_message
` [RFC PATCH 24/31] cifs: Convert SMB2 Negotiate Protocol request
` [RFC PATCH 25/31] cifs: Convert SMB2 Session Setup request
` [RFC PATCH 26/31] cifs: Convert SMB2 Logoff request
` [RFC PATCH 27/31] cifs: Convert SMB2 Tree Connect request
` [RFC PATCH 28/31] cifs: Convert SMB2 Tree Disconnect request
` [RFC PATCH 29/31] cifs: Rearrange Create request subfuncs
` [RFC PATCH 30/31] cifs: Convert SMB2 Posix Mkdir request
` [RFC PATCH 31/31] cifs: Convert SMB2 Open request
[PATCH] cifs: avoid extra calls to strlen() in cifs_get_spnego_key()
2025-08-08 14:52 UTC
[PATCH 0/9] smb: client/smbdirect: connect bug fixes/cleanups and smbdirect_socket.status_wait
2025-08-08 12:16 UTC (13+ messages)
` [PATCH 1/9] smb: client: return an error if rdma_connect does not return within 5 seconds
` [PATCH 2/9] smb: client: improve logging in smbd_conn_upcall()
` [PATCH 3/9] smb: client: don't call init_waitqueue_head(&info->conn_wait) twice in _smbd_get_connection
` [PATCH 4/9] smb: client: only use a single wait_queue to monitor smbdirect connection status
` [PATCH 5/9] smb: client/smbdirect: replace SMBDIRECT_SOCKET_CONNECTING with more detailed states
` [PATCH 6/9] smb: client: use status_wait and SMBDIRECT_SOCKET_NEGOTIATE_RUNNING for completion
` [PATCH 7/9] smb: client: use status_wait and SMBDIRECT_SOCKET_RESOLVE_{ADDR,ROUTE}_RUNNING "
` [PATCH 8/9] smb: smbdirect: introduce smbdirect_socket.status_wait
` [PATCH 9/9] smb: client: make use of smbdirect_socket.status_wait
[GIT PULL] ksmbd server fixes
2025-08-08 4:58 UTC
[PATCH 00/18] smb: smbdirect: more use of common structures e.g. smbdirect_send_io
2025-08-08 0:22 UTC (25+ messages)
` [PATCH 01/18] smb: client: remove unused enum smbd_connection_status
` [PATCH 02/18] smb: smbdirect: add SMBDIRECT_RECV_IO_MAX_SGE
` [PATCH 03/18] smb: client: make use of SMBDIRECT_RECV_IO_MAX_SGE
` [PATCH 04/18] smb: smbdirect: introduce struct smbdirect_send_io
` [PATCH 05/18] smb: client: make use of "
` [PATCH 06/18] smb: smbdirect: add smbdirect_socket.{send,recv}_io.mem.{cache,pool}
` [PATCH 07/18] smb: client: make use of smbdirect_socket.{send,recv}_io.mem.{cache,pool}
` [PATCH 08/18] smb: server: make use of common smbdirect_pdu.h
` ksmbd common smbdirect headers for 6.17-rc1? (Re: [PATCH 08/18] smb: server: make use of common smbdirect_pdu.h)
` [PATCH 09/18] smb: server: make use of common smbdirect.h
` [PATCH 10/18] smb: server: make use of common smbdirect_socket
` [PATCH 11/18] smb: server: make use of common smbdirect_socket_parameters
` [PATCH 12/18] smb: server: make use of smbdirect_socket->recv_io.expected
` [PATCH 13/18] smb: server: make use of struct smbdirect_recv_io
` [PATCH 14/18] smb: server: make use of smbdirect_socket.recv_io.free.{list,lock}
` [PATCH 15/18] smb: server: make use of smbdirect_socket.recv_io.reassembly.*
` [PATCH 16/18] smb: server: make use of SMBDIRECT_RECV_IO_MAX_SGE
` [PATCH 17/18] smb: server: make use of struct smbdirect_send_io
` [PATCH 18/18] smb: server: make use of smbdirect_socket.{send,recv}_io.mem.{cache,pool}
[PATCH V2 0/4] Fix mid_q_entry memory leaks in SMB client
2025-08-07 16:02 UTC (14+ messages)
` [PATCH V2 1/4] smb: client: rename server mid_lock to mid_queue_lock
` [PATCH V2 2/4] smb: client: add mid_counter_lock to protect the mid counter counter
` [PATCH V2 3/4] smb: client: smb: client: eliminate mid_flags field
` [PATCH V2 4/4] smb: client: fix mid_q_entry memleak leak with per-mid locking
[PATCH next] smb: client: Fix use after free in send_done()
2025-08-07 15:36 UTC (11+ messages)
` Using smatch and sparse together (Re: [PATCH next] smb: client: Fix use after free in send_done())
[Samba] Sequence of actions resulting in data loss
2025-08-07 7:32 UTC (7+ messages)
[PATCH] cifs: Fix null-ptr-deref by static initializing global lock
2025-08-07 6:21 UTC (3+ messages)
[PATCH][SMB3 client] cifs: Don't need state locking in smb2_get_mid_entry()
2025-08-06 23:22 UTC
[PATCH 0/5] smb:client: fix possible use after free problems
2025-08-06 17:36 UTC (8+ messages)
` [PATCH 1/5] smb: client: let send_done() cleanup before calling smbd_disconnect_rdma_connection()
` [PATCH 2/5] smb: client: remove separate empty_packet_queue
` [PATCH 3/5] smb: client: make sure we call ib_dma_unmap_single() only if we called ib_dma_map_single already
` [PATCH 4/5] smb: client: let recv_done() cleanup before notifying the callers
` [PATCH 5/5] smb: client: let recv_done() avoid touching data_transfer after cleanup/move
[PATCH v3] ksmbd: add kcov remote coverage support via ksmbd_conn
2025-08-06 14:39 UTC
[PATCH v2] ksmbd: add kcov remote coverage support via ksmbd_conn
2025-08-06 14:12 UTC (3+ messages)
[PATCH] ksmbd: add kcov remote coverage support via ksmbd_conn
2025-08-06 13:11 UTC (4+ messages)
[PATCH v2] smb: server: Fix extension string in ksmbd_extract_shortname()
2025-08-06 2:41 UTC (2+ messages)
[SMB1][PATCH] Move the SMB1 transport code out of transport.c
2025-08-05 23:08 UTC
[PATCH] smb: server: Fix extension string in ksmbd_extract_shortname()
2025-08-05 22:14 UTC
[PATCH 00/17] smb: smbdirect: more use of common structures
2025-08-05 16:13 UTC (18+ messages)
` [PATCH 01/17] smb: client: remove unused smbd_connection->fragment_reassembly_remaining
` [PATCH 02/17] smb: smbdirect: introduce smbdirect_socket.recv_io.expected
` [PATCH 03/17] smb: client: make use of smbdirect_socket->recv_io.expected
` [PATCH 04/17] smb: smbdirect: introduce struct smbdirect_recv_io
` [PATCH 05/17] smb: client: make use of "
` [PATCH 06/17] smb: smbdirect: introduce smbdirect_socket.recv_io.free.{list,lock}
` [PATCH 07/17] smb: client: make use of smb: smbdirect_socket.recv_io.free.{list,lock}
` [PATCH 08/17] smb: smbdirect: introduce smbdirect_socket.recv_io.reassembly.*
` [PATCH 09/17] smb: client: make use of smbdirect_socket.recv_io.reassembly.*
` [PATCH 10/17] smb: server: make use of common smbdirect_pdu.h
` [PATCH 11/17] smb: server: make use of common smbdirect.h
` [PATCH 12/17] smb: server: make use of common smbdirect_socket
` [PATCH 13/17] smb: server: make use of common smbdirect_socket_parameters
` [PATCH 14/17] smb: server: make use of smbdirect_socket->recv_io.expected
` [PATCH 15/17] smb: server: make use of struct smbdirect_recv_io
` [PATCH 16/17] smb: server: make use of smbdirect_socket.recv_io.free.{list,lock}
` [PATCH 17/17] smb: server: make use of smbdirect_socket.recv_io.reassembly.*
[PATCH AUTOSEL 6.16-6.15] smb: client: fix session setup against servers that require SPN
2025-08-05 13:09 UTC (2+ messages)
` [PATCH AUTOSEL 6.16-5.4] cifs: Fix calling CIFSFindFirst() for root path without msearch
[PATCH 0/4] smb:server: fix possible use after free problems
2025-08-05 8:48 UTC (6+ messages)
` [PATCH 1/4] smb: server: remove separate empty_recvmsg_queue
` [PATCH 2/4] smb: server: make sure we call ib_dma_unmap_single() only if we called ib_dma_map_single already
` [PATCH 3/4] smb: server: let recv_done() consitently call put_recvmsg/smb_direct_disconnect_rdma_connection
` [PATCH 4/4] smb: server: let recv_done() avoid touching data_transfer after cleanup/move
[PATCH 0/4] Fix mid_q_entry memory leaks in SMB client
2025-08-05 6:08 UTC (7+ messages)
` [PATCH 1/4] smb: client: rename server mid_lock to mid_queue_lock
` [PATCH 2/4] smb: client: add mid_counter_lock to protect the mid counter counter
` [PATCH 3/4] smb: client: smb: client: eliminate mid_flags field
` [PATCH 4/4] smb: client: fix mid_q_entry memleak leak with per-mid locking
[PATCH V2 0/2] smb: client: Fix use-after-free in readdir
2025-08-05 2:38 UTC (7+ messages)
[PATCH AUTOSEL 6.1 06/16] smb/server: avoid deadlock when linking with ReplaceIfExists
2025-08-03 21:21 UTC
[PATCH AUTOSEL 6.6 07/23] smb/server: avoid deadlock when linking with ReplaceIfExists
2025-08-03 21:20 UTC
[PATCH AUTOSEL 6.12 08/31] smb/server: avoid deadlock when linking with ReplaceIfExists
2025-08-03 21:19 UTC
[PATCH AUTOSEL 6.15 10/34] smb/server: avoid deadlock when linking with ReplaceIfExists
2025-08-03 21:18 UTC
[PATCH AUTOSEL 6.16 11/35] smb/server: avoid deadlock when linking with ReplaceIfExists
2025-08-03 21:17 UTC
[Samba] delayed mtime updates: configurable?
2025-08-02 16:50 UTC (5+ messages)
[PATCH 00/10] convert the majority of file systems to mmap_prepare
2025-08-01 14:00 UTC (2+ messages)
[PATCH -next] smb: client: remove redundant lstrp update in negotiate protocol
2025-08-01 9:07 UTC
[GIT PULL] smb3 client fixes
2025-08-01 4:52 UTC (2+ messages)
[PATCH 1/3] smb: client: set symlink type as native for POSIX mounts
2025-08-01 0:19 UTC (4+ messages)
` [PATCH 2/3] smb: client: default to nonativesocket under "
` [PATCH 3/3] smb: client: fix creating symlinks "
[Samba] SMB3 Unix Extensions - creating special files
2025-07-31 20:00 UTC (10+ messages)
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 NNTP newsgroup(s).