messages from 2025-11-25 18:32:51 to 2025-12-05 04:31:21 UTC [more...]
[PATCH v2 0/9] smb: improve search speed of SMB2 maperror
2025-12-05 4:29 UTC (9+ messages)
` [PATCH v2 1/9] smb/client: reduce loop count in map_smb2_to_linux_error() by half
` [PATCH v2 2/9] smb/client: remove unused elements from smb2_error_map_table array
` [PATCH v2 3/9] smb: rename to STATUS_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP
` [PATCH v2 4/9] smb/client: add two elements to smb2_error_map_table array
` [PATCH v2 5/9] smb/client: sort "
` [PATCH v2 6/9] smb/client: use bsearch() to find target status code
` [PATCH v2 7/9] smb/client: introduce smb2_get_err_map()
` [PATCH v2 8/9] smb/client: introduce smb2maperror KUnit tests
[PATCH 00/10] smb: improve search speed of SMB2 maperror
2025-12-05 3:02 UTC (23+ messages)
` [PATCH 01/10] smb/client: reduce loop count in map_smb2_to_linux_error() by half
` [PATCH 02/10] smb/client: remove unused elements from smb2_error_map_table array
` [PATCH 03/10] smb: add two elements to "
` [PATCH 04/10] smb/client: sort "
` [PATCH 05/10] smb/client: use bsearch() to find target status code
` [PATCH 06/10] smb/client: introduce smb2_get_err_map()
` [PATCH 07/10] smb/client: introduce smb2maperror KUnit tests
` [PATCH 08/10] smb/server: rename include guard in smb_common.h
` [PATCH 09/10] smb: create common/common.h and common/common.c
` [PATCH 10/10] smb: move client/smb2maperror.c to common/
Problem with smbdirect rw credits and initiator_depth
2025-12-05 2:33 UTC (5+ messages)
[PATCH] ksmbd: convert comma to semicolon
2025-12-04 23:59 UTC (2+ messages)
[PATCH v2] smb: client: Add tracepoint for krb5 auth
2025-12-04 22:46 UTC (2+ messages)
[PATCH 1/3] smb: client: relax session and tcon reconnect attempts
2025-12-04 18:26 UTC (4+ messages)
` [PATCH 2/3] smb: client: improve error message when creating SMB session
` [PATCH 3/3] smb: client: Add tracepoint for krb5 auth
[PATCH 1/1] cifs.upcall: add option to enable debug logs
2025-12-04 15:54 UTC
[RFC PATCH 0/4] smb:smbdirect/server: introduce smb_direct_negotiate_recv_work
2025-12-04 6:15 UTC (6+ messages)
` [RFC PATCH 1/4] smb: smbdirect: introduce smbdirect_socket.connect.{lock,work}
` [RFC PATCH 2/4] smb: server: initialize recv_io->cqe.done = recv_done just once
` [RFC PATCH 3/4] smb: server: defer the initial recv completion logic to smb_direct_negotiate_recv_work()
` [RFC PATCH 4/4] fs/smb/server/transport_rdma.c TMP DEBUG connect work
updated ksmbd-for-next
2025-12-04 5:55 UTC
[GIT PULL] smb client and server fixes
2025-12-04 4:47 UTC (2+ messages)
[PATCH] cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB1
2025-12-03 22:46 UTC (8+ messages)
` [PATCH] cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB2
[PATCH] cifs: Remove dead function prototypes
2025-12-03 19:29 UTC
[PATCH 6.6 50/93] smb: client: fix memory leak in cifs_construct_tcon()
2025-12-03 15:29 UTC
[PATCH 6.12 077/132] smb: client: fix memory leak in cifs_construct_tcon()
2025-12-03 15:29 UTC
[PATCH 6.1 530/568] smb: client: fix memory leak in cifs_construct_tcon()
2025-12-03 15:28 UTC
[PATCH 5.15 383/392] smb: client: fix memory leak in cifs_construct_tcon()
2025-12-03 15:28 UTC
[PATCH 6.17 091/146] smb: client: fix memory leak in cifs_construct_tcon()
2025-12-03 15:27 UTC
[PATCH 5.10 295/300] smb: client: fix memory leak in cifs_construct_tcon()
2025-12-03 15:28 UTC
[PATCH RESEND v3] vfs: remove the excl argument from the ->create() inode_operation
2025-12-03 10:18 UTC (3+ messages)
[PATCH v6 00/15] Create and use APIs to centralise locking for directory ops
2025-12-02 8:46 UTC (16+ messages)
` [PATCH v6 06/15] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [PATCH] fuse: fix conversion of fuse_reverse_inval_entry() to start_removing()
[PATCH v6 0/9] cifs: Miscellaneous prep patches for rewrite of I/O layer
2025-12-02 7:15 UTC (12+ messages)
` [PATCH v6 1/9] cifs: Remove the RFC1002 header from smb_hdr
` [PATCH v6 2/9] cifs: Make smb1's SendReceive() wrap cifs_send_recv()
` [PATCH v6 3/9] cifs: Clean up some places where an extra kvec[] was required for rfc1002
` [PATCH v6 4/9] cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flags
` [PATCH v6 5/9] cifs: Fix specification of function pointers
` [PATCH v6 6/9] cifs: Remove the server pointer from smb_message
` [PATCH v6 7/9] cifs: Don't need state locking in smb2_get_mid_entry()
` [PATCH v6 8/9] cifs: Add a tracepoint to log EIO errors
` [PATCH v6 9/9] cifs: Do some preparation prior to organising the function declarations
[PATCH v5 0/9] cifs: Miscellaneous prep patches for rewrite of I/O layer
2025-12-01 23:07 UTC (13+ messages)
` [PATCH v5 1/9] cifs: Rename mid_q_entry to smb_message
` [PATCH v5 2/9] cifs: Remove the RFC1002 header from smb_hdr
` [PATCH v5 3/9] cifs: Make smb1's SendReceive() wrap cifs_send_recv()
` [PATCH v5 4/9] cifs: Clean up some places where an extra kvec[] was required for rfc1002
` [PATCH v5 5/9] cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flags
` [PATCH v5 6/9] cifs: Remove the server pointer from smb_message
` [PATCH v5 7/9] cifs: Don't need state locking in smb2_get_mid_entry()
` [PATCH v5 8/9] cifs: Add a tracepoint to log EIO errors
` [PATCH v5 9/9] cifs: Do some preparation prior to organising the function declarations
[PATCH 5.10.y] smb: client: fix memory leak in cifs_construct_tcon()
2025-12-01 22:24 UTC
[PATCH 5.15.y] smb: client: fix memory leak in cifs_construct_tcon()
2025-12-01 22:09 UTC
[PATCH] cifs: client: allow changing multichannel mount options on remount
2025-12-01 18:35 UTC (5+ messages)
Can we sort out the prototypes within the cifs headers?
2025-12-01 18:16 UTC (4+ messages)
[PATCH] cifscreds: fix parsing of commands and parameters
2025-12-01 17:35 UTC (4+ messages)
[PATCH] cifs: client: allow changing multichannel mount options on remount
2025-12-01 6:25 UTC
linux-next: duplicate patches in the ksmbd tree
2025-11-30 20:36 UTC
[PATCH] smb: client: Remove incorrect TODO in cifs_mkdir()
2025-11-29 18:26 UTC
6.19-rc merge window
2025-11-29 17:39 UTC
[PATCH v4 000/145] smb: smbdirect/client/server: moving to common functions and smbdirect.ko
2025-11-29 9:54 UTC (14+ messages)
` [PATCH v4 133/145] smb: server: make use of smbdirect.ko
` [PATCH v4 134/145] smb: smbdirect: wrap rdma_disconnect() in rdma_[un]lock_handler()
` [PATCH v4 135/145] smb: smbdirect: remove unused smbdirect_connection_mr_io_recovery_work()
` [PATCH v4 136/145] smb: smbdirect: prepare use of dedicated workqueues for different steps
` [PATCH v4 137/145] smb: smbdirect: introduce global workqueues
` [PATCH v4 140/145] smb: smbdirect: split out smbdirect_accept_negotiate_finish()
` [PATCH v4 141/145] smb: smbdirect: introduce smbdirect_socket_bind()
` [PATCH v4 142/145] smb: smbdirect: introduce smbdirect_socket_{listen,accept}()
` [PATCH v4 143/145] smb: server: make use of smbdirect_socket_{listen,accept}()
` [PATCH v4 144/145] smb: server: remove unused ksmbd_transport_ops.prepare()
` [PATCH v4 145/145] smb: smbdirect: remove unused SMBDIRECT_USE_INLINE_C_FILES logic
[PATCH] ksmbd: Add check in cifs_mkdir() for SMB2/3
2025-11-29 3:55 UTC (2+ messages)
[PATCH] MAINTAINERS: change git.samba.org to https
2025-11-28 22:35 UTC (6+ messages)
[PATCH net-next v5 00/16] net: introduce QUIC infrastructure and core subcomponents
2025-11-28 22:21 UTC (3+ messages)
[PATCH v3 0/4] smb: smbdirect/client/server: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks
2025-11-28 18:05 UTC (18+ messages)
[PATCH] net: define IPPROTO_SMBDIRECT and SOL_SMBDIRECT constants
2025-11-27 17:47 UTC (3+ messages)
[PATCH v2 6.6] ksmbd: fix use-after-free in session logoff
2025-11-27 16:23 UTC
[PATCH v2 6.1] ksmbd: fix use-after-free in session logoff
2025-11-27 16:13 UTC
[PATCH 6.1] ksmbd: fix use-after-free in session logoff
2025-11-27 16:11 UTC (3+ messages)
[PATCH 6.6] ksmbd: fix use-after-free in session logoff
2025-11-27 15:11 UTC
[PATCH 6.17 146/175] smb: client: handle lack of IPC in dfs_cache_refresh()
2025-11-27 14:46 UTC
[PATCH 6.6.y] smb: client: support kvec iterators in async read path
2025-11-27 14:18 UTC (8+ messages)
[PATCH v3] RDMA/rxe: reclassify sockets in order to avoid false positives from lockdep
2025-11-27 12:10 UTC (2+ messages)
[PATCH v2] RDMA/siw: reclassify sockets in order to avoid false positives from lockdep
2025-11-27 12:10 UTC (3+ messages)
[PATCH v2] RDMA/rxe: reclassify sockets in order to avoid false positives from lockdep
2025-11-27 10:57 UTC (3+ messages)
[PATCH] io_uring/net: wire up support for sk->sk_prot->uring_cmd() with SOCKET_URING_OP_PASSTHROUGH_FLAG
2025-11-27 10:00 UTC (3+ messages)
[GIT PULL] smb3 client fix
2025-11-27 4:27 UTC (2+ messages)
[PATCH] RDMA/siw: reclassify sockets in order to avoid false positives from lockdep
2025-11-26 14:48 UTC (4+ messages)
[PATCH] RDMA/rxe: reclassify sockets in order to avoid false positives from lockdep
2025-11-26 10:42 UTC
[PATCH] ksmbd: ipc: fix use-after-free in ipc_msg_send_request
2025-11-26 3:28 UTC (2+ messages)
[PATCH] smb: client: fix memory leak in cifs_construct_tcon()
2025-11-26 0:01 UTC (2+ messages)
[PATCH] docs: update echo_interval description
2025-11-25 23:58 UTC (2+ 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