messages from 2025-11-27 11:11:47 to 2025-12-08 06:23:17 UTC [more...]
[PATCH 00/30] smb: improve search speed of SMB1 maperror
2025-12-08 6:20 UTC (16+ messages)
` [PATCH 01/30] smb/client: fix NT_STATUS_NO_DATA_DETECTED value
` [PATCH 02/30] smb/client: fix NT_STATUS_DEVICE_DOOR_OPEN value
` [PATCH 03/30] smb/client: fix NT_STATUS_UNABLE_TO_FREE_VM value
` [PATCH 04/30] smb/server: remove unused nterr.h
` [PATCH 05/30] smb/client: add 4 NT error code definitions
` [PATCH 06/30] smb/client: add parentheses to NT error code definitions containing bitwise OR operator
` [PATCH 07/30] smb/client: introduce DEFINE_CMP_FUNC()
` [PATCH 08/30] smb/client: sort ntstatus_to_dos_map array
` [PATCH 09/30] smb/client: create netmisc_test.c and introduce DEFINE_CHECK_SORT_FUNC()
` [PATCH 10/30] smb/client: introduce KUnit test to check sort result of ntstatus_to_dos_map array
` [PATCH 11/30] smb/client: introduce DEFINE_SEARCH_FUNC()
` [PATCH 12/30] smb/client: use bsearch() to find target in ntstatus_to_dos_map array
` [PATCH 13/30] smb/client: remove useless elements from "
` [PATCH 14/30] smb/client: introduce DEFINE_CHECK_SEARCH_FUNC()
` [PATCH 15/30] smb/client: introduce KUnit test to check search result of ntstatus_to_dos_map array
[PATCH v4 00/10] smb: improve search speed of SMB2 maperror
2025-12-07 17:47 UTC (12+ messages)
` [PATCH v4 01/10] smb/client: reduce loop count in map_smb2_to_linux_error() by half
` [PATCH v4 02/10] smb/client: remove unused elements from smb2_error_map_table array
` [PATCH v4 03/10] smb: rename to STATUS_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP
` [PATCH v4 04/10] smb/client: add two elements to smb2_error_map_table array
` [PATCH v4 05/10] smb/client: sort "
` [PATCH v4 06/10] smb/client: use bsearch() to find target status code
` [PATCH v4 07/10] smb/client: introduce smb2_get_err_map()
` [PATCH v4 08/10] smb/client: introduce smb2maperror KUnit tests
` [PATCH v4 09/10] smb/client: update some SMB2 status strings
` [PATCH v4 10/10] smb/server: rename include guard in smb_common.h
[PATCH AUTOSEL 6.18-6.1] ksmbd: fix use-after-free in ksmbd_tree_connect_put under concurrency
2025-12-06 14:02 UTC (3+ messages)
` [PATCH AUTOSEL 6.18-6.1] smb/server: fix return value of smb2_ioctl()
` [PATCH AUTOSEL 6.18-6.6] ksmbd: vfs: fix race on m_flags in vfs_cache
[PATCH] cifs: client: allow changing multichannel mount options on remount
2025-12-05 20:11 UTC (6+ messages)
` [PATCH v2] "
[PATCH v3 0/9] smb: improve search speed of SMB2 maperror
2025-12-05 13:25 UTC (10+ messages)
` [PATCH v3 1/9] smb/client: reduce loop count in map_smb2_to_linux_error() by half
` [PATCH v3 2/9] smb/client: remove unused elements from smb2_error_map_table array
` [PATCH v3 3/9] smb: rename to STATUS_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP
` [PATCH v3 4/9] smb/client: add two elements to smb2_error_map_table array
` [PATCH v3 5/9] smb/client: sort "
` [PATCH v3 6/9] smb/client: use bsearch() to find target status code
` [PATCH v3 7/9] smb/client: introduce smb2_get_err_map()
` [PATCH v3 8/9] smb/client: introduce smb2maperror KUnit tests
` [PATCH v3 9/9] smb/server: rename include guard in smb_common.h
[PATCH v6 00/15] Create and use APIs to centralise locking for directory ops
2025-12-05 13:09 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()
Problem with smbdirect rw credits and initiator_depth
2025-12-05 12:21 UTC (6+ messages)
[PATCH v2 0/9] smb: improve search speed of SMB2 maperror
2025-12-05 4:29 UTC (10+ 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 v2 9/9] smb/server: rename include guard in smb_common.h
[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/
[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 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
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 (2+ messages)
[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 (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