linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH v6 0/5] smb: improve search speed of SMB2 maperror
 2025-12-30  9:42 UTC  (23+ messages)
` [PATCH v6 1/5] cifs: Label SMB2 statuses with errors
` [PATCH v6 2/5] cifs: Autogenerate SMB2 error mapping table
` [PATCH v6 3/5] smb/client: check whether smb2_error_map_table is sorted in ascending order
` [PATCH v6 4/5] smb/client: use bsearch() to find target in smb2_error_map_table
` [PATCH v6 5/5] smb/client: introduce KUnit test to check search result of smb2_error_map_table

[PATCH] fs: allow rename across bind mounts on same superblock
 2025-12-30  5:57 UTC 

unsupported ioctls called by various xfstests
 2025-12-29 18:29 UTC 

[PATCH] smb: client: fix UBSAN array-index-out-of-bounds in smb2_copychunk_range
 2025-12-29 17:49 UTC 

[PATCH v2] smb3 client: add missing tracepoint for unsupported ioctls
 2025-12-29 17:49 UTC  (3+ messages)

[PATCH] smb3 client: add missing tracepoint for unsupported ioctls
 2025-12-29 16:19 UTC  (2+ messages)

[PATCH v2 0/1] smb/server: fix some refcount leaks
 2025-12-29  4:06 UTC  (3+ messages)
` [PATCH v2 1/1] smb/server: fix refcount leak in smb2_open()

[PATCH] smb/server: call ksmbd_session_rpc_close() on error path in create_smb2_pipe()
 2025-12-29  2:58 UTC  (2+ messages)

[PATCH 0/2] smb/server: fix some refcount leaks
 2025-12-29  2:57 UTC  (5+ messages)
` [PATCH 1/2] smb/server: fix refcount leak in parse_durable_handle_context()
` [PATCH 2/2] smb/server: fix refcount leak in smb2_open()

[GIT PULL] smb client fix
 2025-12-27  0:20 UTC  (2+ messages)

generic/013 failure to Samba
 2025-12-26 23:46 UTC  (11+ messages)

[PATCH] smb: client: terminate session upon signature verification failure
 2025-12-26 20:19 UTC 

[GIT PULL] ksmbd server fixes
 2025-12-26 19:50 UTC  (2+ messages)

[PATCH] ksmbd: Fix memory leak in get_file_all_info()
 2025-12-25  2:00 UTC  (3+ messages)

[PATCH] cifs: Fix memory and information leak in smb3_reconfigure()
 2025-12-24 16:23 UTC  (2+ messages)

[PATCH v5 0/5] smb: improve search speed of SMB2 maperror
 2025-12-24 15:29 UTC  (12+ messages)
` [PATCH v5 1/5] cifs: Label SMB2 statuses with errors
` [PATCH v5 2/5] cifs: Autogenerate SMB2 error mapping table
` [PATCH v5 3/5] smb/client: check whether smb2_error_map_table is sorted in ascending order
` [PATCH v5 4/5] smb/client: use bsearch() to find target in smb2_error_map_table
` [PATCH v5 5/5] smb/client: introduce KUnit test to check search result of smb2_error_map_table

[PATCH] smb: client: close all files marked for deferred close immediately
 2025-12-23 12:41 UTC 

[PATCH 00/37] cifs: Scripted header file cleanup and SMB1 split
 2025-12-22 22:30 UTC  (38+ messages)
` [PATCH 01/37] cifs: Scripted clean up fs/smb/client/cached_dir.h
` [PATCH 02/37] cifs: Scripted clean up fs/smb/client/dfs.h
` [PATCH 03/37] cifs: Scripted clean up fs/smb/client/cifsproto.h
` [PATCH 04/37] cifs: Scripted clean up fs/smb/client/cifs_unicode.h
` [PATCH 05/37] cifs: Scripted clean up fs/smb/client/netlink.h
` [PATCH 06/37] cifs: Scripted clean up fs/smb/client/cifsfs.h
` [PATCH 07/37] cifs: Scripted clean up fs/smb/client/dfs_cache.h
` [PATCH 08/37] cifs: Scripted clean up fs/smb/client/dns_resolve.h
` [PATCH 09/37] cifs: Scripted clean up fs/smb/client/cifsglob.h
` [PATCH 10/37] cifs: Scripted clean up fs/smb/client/fscache.h
` [PATCH 11/37] cifs: Scripted clean up fs/smb/client/fs_context.h
` [PATCH 12/37] cifs: Scripted clean up fs/smb/client/cifs_spnego.h
` [PATCH 13/37] cifs: Scripted clean up fs/smb/client/compress.h
` [PATCH 14/37] cifs: Scripted clean up fs/smb/client/cifs_swn.h
` [PATCH 15/37] cifs: Scripted clean up fs/smb/client/cifs_debug.h
` [PATCH 16/37] cifs: Scripted clean up fs/smb/client/smb2proto.h
` [PATCH 17/37] cifs: Scripted clean up fs/smb/client/reparse.h
` [PATCH 18/37] cifs: Scripted clean up fs/smb/client/ntlmssp.h
` [PATCH 19/37] cifs: SMB1 split: Rename cifstransport.c
` [PATCH 20/37] cifs: SMB1 split: Create smb1proto.h for SMB1 declarations
` [PATCH 21/37] cifs: SMB1 split: Separate out SMB1 decls into smb1proto.h
` [PATCH 22/37] cifs: SMB1 split: Move some SMB1 receive bits to smb1transport.c
` [PATCH 23/37] cifs: SMB1 split: Move some SMB1 received PDU checking "
` [PATCH 24/37] cifs: SMB1 split: Add some #includes
` [PATCH 25/37] cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.h
` [PATCH 26/37] cifs: SMB1 split: Adjust #includes
` [PATCH 27/37] cifs: SMB1 split: Move BCC access functions
` [PATCH 28/37] cifs: SMB1 split: Don't return smb_hdr from cifs_{,small_}buf_get()
` [PATCH 29/37] cifs: Fix cifs_dump_mids() to call ->dump_detail
` [PATCH 30/37] cifs: SMB1 split: Move inline funcs
` [PATCH 31/37] cifs: SMB1 split: cifs_debug.c
` [PATCH 32/37] cifs: SMB1 split: misc.c
` [PATCH 33/37] cifs: SMB1 split: netmisc.c
` [PATCH 34/37] cifs: SMB1 split: cifsencrypt.c
` [PATCH 35/37] cifs: SMB1 split: sess.c
` [PATCH 36/37] cifs: SMB1 split: connect.c
` [PATCH 37/37] cifs: SMB1 split: Make BCC accessors conditional

[PATCH v4 0/2] smb/server: fix minimum PDU size
 2025-12-21 22:51 UTC  (7+ messages)
` [PATCH v4 1/2] smb/server: fix minimum SMB1 "
` [PATCH v4 2/2] smb/server: fix minimum SMB2 "

[RFC PATCH cifs-utils v2 0/1] smbinfo: add notify subcommand
 2025-12-21 15:22 UTC  (2+ messages)
` [RFC PATCH cifs-utils v2 1/1] "

[PATCH] RDMA/rxe: let rxe_reclassify_recv_socket() call sk_owner_put()
 2025-12-21 10:29 UTC  (6+ messages)

[PATCH RFC v3 0/3] smb: fix minimum PDU size
 2025-12-20  8:58 UTC  (9+ messages)
` [PATCH RFC v3 1/3] smb/server: fix minimum SMB1 "
` [PATCH RFC v3 2/3] smb/server: fix minimum SMB2 "
` [PATCH RFC v3 3/3] smb: use sizeof() to get __SMB2_HEADER_STRUCTURE_SIZE

[PATCH RFC v2 0/3] smb: fix minimum PDU size
 2025-12-19 17:00 UTC  (4+ messages)
` [PATCH RFC v2 1/3] smb/server: fix minimum SMB1 "
` [PATCH RFC v2 2/3] smb/server: fix minimum SMB2 "
` [PATCH RFC v2 3/3] smb: use sizeof() to get __SMB2_HEADER_STRUCTURE_SIZE

[PATCH] smb/server: fix SMB2_MIN_SUPPORTED_HEADER_SIZE value
 2025-12-19 13:53 UTC  (13+ messages)

[PATCH cifs-utils] cifs.upcall: fix calloc() argument order in main()
 2025-12-19  4:15 UTC 

[GIT PULL] smb3 client fixes
 2025-12-18 20:40 UTC  (2+ messages)

[PATCH] ksmbd: Fix to handle removal of rfc1002 header from smb_hdr
 2025-12-18 16:49 UTC  (7+ messages)

[PATCH v2] ksmbd: Fix to handle removal of rfc1002 header from smb_hdr
 2025-12-18 16:20 UTC 

[PATCH v6 0/9] cifs: Miscellaneous prep patches for rewrite of I/O layer
 2025-12-18 15:17 UTC  (5+ messages)
` [PATCH v6 1/9] cifs: Remove the RFC1002 header from smb_hdr

[PATCH RFC cifs-utils 0/1] smbinfo: add notify subcommand
 2025-12-17 13:44 UTC  (2+ messages)
` [PATCH RFC cifs-utils 1/1] "

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

[PATCH 00/18] cifs: Scripted header file cleanup
 2025-12-16 21:57 UTC  (2+ messages)

[PATCH] smb: align durable reconnect v2 context to 8 byte boundary
 2025-12-16 15:56 UTC 

[PATCH 6.18 501/614] smb: smbdirect: introduce SMBDIRECT_DEBUG_ERR_PTR() helper
 2025-12-16 11:15 UTC  (6+ messages)
` [PATCH 6.18 502/614] smb: smbdirect: introduce SMBDIRECT_CHECK_STATUS_{WARN,DISCONNECT}()
` [PATCH 6.18 503/614] smb: server: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and smb_direct_cm_handler()
` [PATCH 6.18 504/614] smb: client: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and smbd_conn_upcall()
` [PATCH 6.18 570/614] cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB1
` [PATCH 6.18 571/614] cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB2

[PATCH 6.17 469/507] cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB1
 2025-12-16 11:15 UTC  (2+ messages)
` [PATCH 6.17 470/507] cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB2

[PATCH 6.12 328/354] cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB2
 2025-12-16 11:14 UTC 

[GIT PULL[ ksmbd server fixes
 2025-12-16  8:04 UTC  (2+ messages)

Questions about SMB2 CHANGE_NOTIFY
 2025-12-16  3:54 UTC  (4+ messages)

[PATCH v6 00/15] Create and use APIs to centralise locking for directory ops
 2025-12-15 14:19 UTC  (9+ 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 2/2] cifs: Autogenerate SMB2 error mapping table
 2025-12-15  4:33 UTC  (9+ messages)
` Can we autogenerate smb2_error_map_table[]?

[PATCH AUTOSEL 6.18-6.1] smb/client: fix NT_STATUS_NO_DATA_DETECTED value
 2025-12-15  0:41 UTC  (3+ messages)
` [PATCH AUTOSEL 6.18-6.1] smb/client: fix NT_STATUS_DEVICE_DOOR_OPEN value
` [PATCH AUTOSEL 6.18-6.1] smb/client: fix NT_STATUS_UNABLE_TO_FREE_VM value

[GIT PULL] ksmbd server fixes
 2025-12-12 10:08 UTC  (2+ 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 NNTP newsgroup(s).