messages from 2025-12-19 01:43:06 to 2026-01-06 07:16:46 UTC [more...]
[PATCH v8 0/5] smb: improve search speed of SMB2 maperror
2026-01-06 7:15 UTC (6+ messages)
` [PATCH v8 1/5] cifs: Label SMB2 statuses with errors
` [PATCH v8 2/5] cifs: Autogenerate SMB2 error mapping table
` [PATCH v8 3/5] smb/client: check whether smb2_error_map_table is sorted in ascending order
` [PATCH v8 4/5] smb/client: use bsearch() to find target in smb2_error_map_table
` [PATCH v8 5/5] smb/client: introduce KUnit test to check search result of smb2_error_map_table
[PATCH] docs: update username= option to drop invalid examples
2026-01-06 1:01 UTC (2+ messages)
[PATCH] smb: client: terminate session upon signature verification failure
2026-01-05 17:00 UTC (3+ messages)
[PATCH net-next v6 00/16] net: introduce QUIC infrastructure and core subcomponents
2026-01-05 14:04 UTC (17+ messages)
` [PATCH net-next v6 01/16] net: define IPPROTO_QUIC and SOL_QUIC constants
` [PATCH net-next v6 02/16] net: build socket infrastructure for QUIC protocol
` [PATCH net-next v6 03/16] quic: provide common utilities and data structures
` [PATCH net-next v6 04/16] quic: provide family ops for address and protocol
` [PATCH net-next v6 05/16] quic: provide quic.h header files for kernel and userspace
` [PATCH net-next v6 06/16] quic: add stream management
` [PATCH net-next v6 07/16] quic: add connection id management
` [PATCH net-next v6 08/16] quic: add path management
` [PATCH net-next v6 09/16] quic: add congestion control
` [PATCH net-next v6 10/16] quic: add packet number space
` [PATCH net-next v6 11/16] quic: add crypto key derivation and installation
` [PATCH net-next v6 12/16] quic: add crypto packet encryption and decryption
` [PATCH net-next v6 13/16] quic: add timer management
` [PATCH net-next v6 14/16] quic: add frame encoder and decoder base
` [PATCH net-next v6 15/16] quic: add packet builder base
` [PATCH net-next v6 16/16] quic: add packet parser base
[PATCH v7 0/5] smb: improve search speed of SMB2 maperror
2026-01-05 8:15 UTC (12+ messages)
` [PATCH v7 1/5] cifs: Label SMB2 statuses with errors
` [PATCH v7 2/5] cifs: Autogenerate SMB2 error mapping table
` [PATCH v7 3/5] smb/client: check whether smb2_error_map_table is sorted in ascending order
` [PATCH v7 4/5] smb/client: use bsearch() to find target in smb2_error_map_table
` [PATCH v7 5/5] smb/client: introduce KUnit test to check search result of smb2_error_map_table
Can we sort out the prototypes within the cifs headers?
2026-01-02 18:43 UTC (3+ messages)
[GIT PULL] ksmbd server fixes
2026-01-02 17:53 UTC (2+ messages)
[GIT PULL] smb3 client fixes
2026-01-02 17:53 UTC (2+ messages)
[PATCH v6 0/5] smb: improve search speed of SMB2 maperror
2025-12-30 21:14 UTC (25+ 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
WSLv1 vs. v2 symlink format
2025-12-30 17:08 UTC (2+ messages)
[PATCH] fs/smb/client/fs_context: Add hostname option for CIFS module to work with domain-based dfs resources with Kerberos authentication
2025-12-30 16:50 UTC (4+ messages)
` [PATCH v3 0/1] Add hostname option for CIFS module
` [PATCH v3 1/1] fs/smb/client/fs_context: Add hostname option for CIFS module to work with domain-based dfs resources with Kerberos authentication
` [PATCH v2] mount.cifs: add support for domain-based DFS targets with Kerberos via hostname resolution
[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)
[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
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