public inbox for linux-cifs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-22 22:32:14 to 2026-01-08 22:20:01 UTC [more...]

[PATCH net-next v6 00/16] net: introduce QUIC infrastructure and core subcomponents
 2026-01-08 22:19 UTC  (32+ 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 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-01-08 21:26 UTC  (39+ messages)
` [PATCH 01/24] fs: add setlease to generic_ro_fops and read-only filesystem directory operations
` [PATCH 02/24] affs: add setlease file operation
` [PATCH 03/24] btrfs: "
` [PATCH 04/24] erofs: "
` [PATCH 05/24] ext2: "
` [PATCH 06/24] ext4: "
` [PATCH 07/24] exfat: "
` [PATCH 08/24] f2fs: "
` [PATCH 09/24] fat: "
` [PATCH 10/24] gfs2: add a "
` [PATCH 11/24] jffs2: add "
` [PATCH 12/24] jfs: "
` [PATCH 13/24] nilfs2: "
` [PATCH 14/24] ntfs3: "
` [PATCH 15/24] ocfs2: "
` [PATCH 16/24] orangefs: "
` [PATCH 17/24] overlayfs: "
` [PATCH 18/24] squashfs: "
` [PATCH 19/24] tmpfs: "
` [PATCH 20/24] udf: "
` [PATCH 21/24] ufs: "
` [PATCH 22/24] xfs: "
` [PATCH 23/24] filelock: default to returning -EINVAL when ->setlease operation is NULL
` [PATCH 24/24] fs: remove simple_nosetlease()

[PATCH 0/6] vfs: properly deny directory leases on filesystems with special lease handling
 2026-01-08  9:24 UTC  (11+ messages)
` [PATCH 1/6] nfs: properly disallow delegation requests on directories
` [PATCH 2/6] smb/client: properly disallow delegations "
` [PATCH 3/6] 9p: don't allow delegations to be set "
` [PATCH 4/6] gfs2: "
` [PATCH 5/6] ceph: "
  ` [EXTERNAL] "
` [PATCH 6/6] vboxsf: "

[PATCH v3 0/1] smbinfo: add notify subcommand
 2026-01-07 19:42 UTC  (3+ messages)
` [PATCH v3 1/1] "

[PATCH AUTOSEL 6.18-5.15] smb/server: call ksmbd_session_rpc_close() on error path in create_smb2_pipe()
 2026-01-07 15:53 UTC  (3+ messages)
` [PATCH AUTOSEL 6.18-6.6] smb/server: fix refcount leak in smb2_open()
` [PATCH AUTOSEL 6.18-6.6] smb/server: fix refcount leak in parse_durable_handle_context()

[PATCH] smb: client: terminate session upon signature verification failure
 2026-01-06 16:03 UTC  (4+ messages)

[PATCH v8 0/5] smb: improve search speed of SMB2 maperror
 2026-01-06  9:34 UTC  (7+ 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 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  (3+ messages)
` [PATCH 36/37] cifs: SMB1 split: connect.c
` [PATCH 37/37] cifs: SMB1 split: Make BCC accessors conditional


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