Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2025-12-03 16:46:46 to 2025-12-12 02:09:57 UTC [more...]

Can we autogenerate smb2_error_map_table[]?
 2025-12-12  2:09 UTC  (11+ messages)
      ` [PATCH 1/2] cifs: Label SMB2 statuses with errors
      ` [PATCH 2/2] cifs: Autogenerate SMB2 error mapping table

Problem with smbdirect rw credits and initiator_depth
 2025-12-11 19:38 UTC  (10+ messages)

[PATCH v2 0/7] smb: move duplicate definitions into common header file, part 2
 2025-12-11 14:32 UTC  (8+ messages)
` [PATCH v2 1/7] smb: move File Attributes definitions into common/fscc.h
` [PATCH v2 2/7] smb: update struct duplicate_extents_to_file_ex
` [PATCH v2 3/7] smb: move some SMB1 definitions into common/smb1pdu.h
` [PATCH v2 4/7] smb: move smb3_fs_vol_info into common/fscc.h
` [PATCH v2 5/7] smb: move some definitions from common/smb2pdu.h "
` [PATCH v2 6/7] smb: introduce struct create_posix_ctxt_rsp
` [PATCH v2 7/7] smb: introduce struct file_posix_info

[PATCH 00/18] cifs: Scripted header file cleanup
 2025-12-11 12:17 UTC  (19+ messages)
` [PATCH 01/18] cifs: Scripted clean up fs/smb/client/cached_dir.h
` [PATCH 02/18] cifs: Scripted clean up fs/smb/client/dfs.h
` [PATCH 03/18] cifs: Scripted clean up fs/smb/client/cifsproto.h
` [PATCH 04/18] cifs: Scripted clean up fs/smb/client/cifs_unicode.h
` [PATCH 05/18] cifs: Scripted clean up fs/smb/client/netlink.h
` [PATCH 06/18] cifs: Scripted clean up fs/smb/client/cifsfs.h
` [PATCH 07/18] cifs: Scripted clean up fs/smb/client/dfs_cache.h
` [PATCH 08/18] cifs: Scripted clean up fs/smb/client/dns_resolve.h
` [PATCH 09/18] cifs: Scripted clean up fs/smb/client/cifsglob.h
` [PATCH 10/18] cifs: Scripted clean up fs/smb/client/fscache.h
` [PATCH 11/18] cifs: Scripted clean up fs/smb/client/fs_context.h
` [PATCH 12/18] cifs: Scripted clean up fs/smb/client/cifs_spnego.h
` [PATCH 13/18] cifs: Scripted clean up fs/smb/client/compress.h
` [PATCH 14/18] cifs: Scripted clean up fs/smb/client/cifs_swn.h
` [PATCH 15/18] cifs: Scripted clean up fs/smb/client/cifs_debug.h
` [PATCH 16/18] cifs: Scripted clean up fs/smb/client/smb2proto.h
` [PATCH 17/18] cifs: Scripted clean up fs/smb/client/reparse.h
` [PATCH 18/18] cifs: Scripted clean up fs/smb/client/ntlmssp.h

[PATCH] ksmbd: remove redundant DACL check in smb_check_perm_dacl
 2025-12-11  1:37 UTC  (2+ messages)

[PATCH 00/13 smb: move duplicate definitions into common header file, part 2
 2025-12-10  4:34 UTC  (21+ 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-10  4:32 UTC  (37+ 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 v4 00/10] smb: improve search speed of SMB2 maperror
 2025-12-10  4:29 UTC  (15+ 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

[GIT PULL] smb3 client fixes part 1
 2025-12-09 20:21 UTC  (2+ messages)

[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 

[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  (2+ 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  (8+ 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  (2+ messages)

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 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox