Linux-CIFS Archive mirror
 help / color / mirror / Atom feed
[GIT PULL] smb3 client fixes part 1
 2025-12-09  3:53 UTC 

[PATCH v4 00/10] smb: improve search speed of SMB2 maperror
 2025-12-09  3:45 UTC  (14+ 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 00/13 smb: move duplicate definitions into common header file, part 2
 2025-12-09  2:56 UTC  (16+ messages)
` [PATCH 01/13] smb: add documentation references for smb2 change notify definitions
` [PATCH 02/13] smb: move notify completion filter flags into common/smb2pdu.h
` [PATCH 03/13] smb: move SMB2 Notify Action Flags "
` [PATCH 04/13] smb: move file_notify_information to common/fscc.h
` [PATCH 05/13] smb: move File Attributes definitions into common/fscc.h
` [PATCH 06/13] smb: update struct duplicate_extents_to_file_ex
` [PATCH 07/13] smb/server: add comment to FileSystemName of FileFsAttributeInformation
` [PATCH 08/13] smb: move smb3_fs_vol_info into common/fscc.h
` [PATCH 09/13] smb: move some definitions from common/smb2pdu.h "
` [PATCH 10/13] smb/client: remove DeviceType Flags and Device Characteristics definitions
` [PATCH 11/13] smb: introduce struct create_posix_ctxt_rsp
` [PATCH 12/13] smb: introduce struct file_posix_info
` [PATCH 13/13] smb: move some SMB1 definitions into common/smb1pdu.h

[PATCH 00/30] smb: improve search speed of SMB1 maperror
 2025-12-09  0:45 UTC  (34+ 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 16/30] smb/client: sort nt_errs array
` [PATCH 17/30] smb/client: introduce KUnit test to check sort result of "
` [PATCH 18/30] smb/client: use bsearch() to find target in "
` [PATCH 19/30] smb/client: remove useless elements from "
` [PATCH 20/30] smb/client: introduce KUnit test to check search result of "
` [PATCH 21/30] smb/client: sort mapping_table_ERRDOS array
` [PATCH 22/30] smb/client: introduce KUnit test to check sort result of "
` [PATCH 23/30] smb/client: use bsearch() to find target in "
` [PATCH 24/30] smb/client: remove useless elements from "
` [PATCH 25/30] smb/client: introduce KUnit test to check search result of "
` [PATCH 26/30] smb/client: sort mapping_table_ERRSRV array
` [PATCH 27/30] smb/client: introduce KUnit test to check sort result of "
` [PATCH 28/30] smb/client: use bsearch() to find target in "
` [PATCH 29/30] smb/client: remove useless elements from "
` [PATCH 30/30] smb/client: introduce KUnit test to check search result of "

[PATCH AUTOSEL 6.18-6.1] ksmbd: fix use-after-free in ksmbd_tree_connect_put under concurrency
 2025-12-09  0:15 UTC  (4+ messages)
` [PATCH AUTOSEL 6.18-6.1] smb/server: fix return value of smb2_ioctl()
` [PATCH AUTOSEL 6.18-6.1] smb/server: fix return value of smb2_query_dir()
` [PATCH AUTOSEL 6.18-6.6] ksmbd: vfs: fix race on m_flags in vfs_cache

[PATCH] smb: server: reset smb_direct_port = SMB_DIRECT_PORT_INFINIBAND on init
 2025-12-08 15:49 UTC 

Problem with smbdirect rw credits and initiator_depth
 2025-12-08 16:13 UTC  (8+ messages)

[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  (12+ 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 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)


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).