public inbox for linux-cifs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-15 17:48:02 to 2026-01-20 14:25:00 UTC [more...]

[PATCH v6 00/16] Exposing case folding behavior
 2026-01-20 14:24 UTC  (8+ messages)
` [PATCH v6 01/16] fs: Add case sensitivity flags to file_kattr
` [PATCH v6 02/16] fat: Implement fileattr_get for case sensitivity
` [PATCH v6 03/16] exfat: "
` [PATCH v6 04/16] ntfs3: "
` [PATCH v6 05/16] hfs: "
` [PATCH v6 06/16] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v6 07/16] ext4: "

[PATCH net-next v7 00/16] net: introduce QUIC infrastructure and core subcomponents
 2026-01-20 14:13 UTC  (10+ messages)
` [PATCH net-next v7 05/16] quic: provide quic.h header files for kernel and userspace
` [PATCH net-next v7 06/16] quic: add stream management
` [PATCH net-next v7 08/16] quic: add path management
` [PATCH net-next v7 16/16] quic: add packet parser base

[PATCH v2 1/2] smb: client: introduce multichannel async work during mount
 2026-01-20 14:13 UTC  (8+ messages)
` [PATCH v2 2/2] smb: client: add multichannel async work for !CONFIG_CIFS_DFS_UPCALL

[PATCH v2 00/31] fs: require filesystems to explicitly opt-in to nfsd export support
 2026-01-20 14:12 UTC  (44+ messages)
` [PATCH v2 01/31] Documentation: document EXPORT_OP_NOLOCKS
` [PATCH v2 02/31] exportfs: add new EXPORT_OP_STABLE_HANDLES flag
` [PATCH v2 03/31] tmpfs: add EXPORT_OP_STABLE_HANDLES flag to export operations
` [PATCH v2 04/31] ext4: "
` [PATCH v2 05/31] ext2: "
` [PATCH v2 06/31] erofs: "
` [PATCH v2 07/31] efs: "
` [PATCH v2 08/31] xfs: "
` [PATCH v2 09/31] ceph: "
` [PATCH v2 10/31] btrfs: "
` [PATCH v2 11/31] befs: "
` [PATCH v2 12/31] ufs: "
` [PATCH v2 13/31] udf: "
` [PATCH v2 14/31] affs: "
` [PATCH v2 15/31] squashfs: "
` [PATCH v2 16/31] smb/client: "
` [PATCH v2 17/31] ovl: "
` [PATCH v2 18/31] orangefs: "
` [PATCH v2 19/31] ocfs2: "
` [PATCH v2 20/31] ntfs3: "
` [PATCH v2 21/31] nilfs2: "
` [PATCH v2 22/31] nfs: "
` [PATCH v2 23/31] jfs: "
` [PATCH v2 24/31] jffs2: "
` [PATCH v2 25/31] isofs: "
` [PATCH v2 26/31] gfs2: "
` [PATCH v2 27/31] fuse: "
` [PATCH v2 28/31] fat: "
` [PATCH v2 29/31] f2fs: "
` [PATCH v2 30/31] nfsd: only allow filesystems that set EXPORT_OP_STABLE_HANDLES
` [PATCH v2 31/31] nfsd: convert dprintks in check_export() to tracepoints

[PATCH] smb: server: fix comment for ksmbd_vfs_kern_path_start_removing()
 2026-01-20 13:13 UTC  (2+ messages)

[PATCH] smb: server: reset smb_direct_port = SMB_DIRECT_PORT_INFINIBAND on init
 2026-01-20 13:12 UTC  (3+ messages)

[PATCH 1/2] smb: client: prevent races in ->query_interfaces()
 2026-01-20 12:54 UTC  (5+ messages)
` [PATCH 2/2] smb: client: add proper locking around ses->iface_last_update

[PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
 2026-01-20 12:50 UTC  (75+ messages)
` [PATCH 01/29] exportfs: add new EXPORT_OP_STABLE_HANDLES flag
` [PATCH 02/29] tmpfs: add EXPORT_OP_STABLE_HANDLES flag to export operations
` [PATCH 03/29] ext4: "
` [PATCH 04/29] ext2: "
` [PATCH 05/29] erofs: "
` [PATCH 06/29] efs: "
` [PATCH 07/29] xfs: "
` [PATCH 08/29] ceph: "
` [PATCH 09/29] btrfs: "
` [PATCH 10/29] befs: "
` [PATCH 11/29] ufs: "
` [PATCH 12/29] udf: "
` [PATCH 13/29] affs: "
` [PATCH 14/29] squashfs: "
` [PATCH 15/29] smb/client: "
` [PATCH 16/29] ovl: "
` [PATCH 17/29] orangefs: "
` [PATCH 18/29] ocfs2: "
` [PATCH 19/29] ntfs3: "
` [PATCH 20/29] nilfs2: "
` [PATCH 21/29] nfs: "
` [PATCH 22/29] jfs: "
` [PATCH 23/29] jffs2: "
` [PATCH 24/29] isofs: "
` [PATCH 25/29] gfs2: "
` [PATCH 26/29] fuse: "
` [PATCH 27/29] fat: "
` [PATCH 28/29] f2fs: "
` [PATCH 29/29] nfsd: only allow filesystems that set EXPORT_OP_STABLE_HANDLES

[PATCH] smb: client: Fix comparison of owner and group SIDs in populate_new_aces
 2026-01-20 12:14 UTC 

[PATCH 1/4] netfs: when subreq is marked for retry, do not check if it faced an error
 2026-01-20 11:32 UTC  (5+ messages)
` [PATCH 2/4] netfs: avoid double increment of retry_count in subreq
` [PATCH 3/4] cifs: Initialize cur_sleep value if not already done
` [PATCH 4/4] cifs: make retry logic in read/write path consistent with other paths

[PATCH] smb: client: split cached_fid bitfields to avoid shared-byte RMW races
 2026-01-19 20:30 UTC  (2+ messages)

Problem with smbdirect rw credits and initiator_depth
 2026-01-19 19:17 UTC  (20+ messages)

[PATCH v3 1/2] smb: client: introduce multichannel async work during mount
 2026-01-19 16:42 UTC  (2+ messages)
` [PATCH v3 2/2] smb: client: add multichannel async work for CONFIG_CIFS_DFS_UPCALL=n

[PATCH 00/37] cifs: Scripted header file cleanup and SMB1 split
 2026-01-19  6:51 UTC  (10+ messages)
` [PATCH 25/37] cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.h

[PATCH v9 0/1] smb: improve search speed of SMB2 maperror
 2026-01-18  9:19 UTC  (3+ messages)
` [PATCH v9 1/1] smb/client: introduce KUnit test to check search result of smb2_error_map_table

[PATCH] smb: client: introduce multichannel async work during mount
 2026-01-16 21:37 UTC  (4+ messages)

[PATCH v5 00/16] Exposing case folding behavior
 2026-01-16 16:28 UTC  (18+ messages)
` [PATCH v5 01/16] fs: Add case sensitivity info to file_kattr
` [PATCH v5 02/16] fat: Implement fileattr_get for case sensitivity
` [PATCH v5 03/16] exfat: "
` [PATCH v5 04/16] ntfs3: "
` [PATCH v5 05/16] hfs: "
` [PATCH v5 06/16] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v5 07/16] ext4: "
` [PATCH v5 08/16] xfs: "
` [PATCH v5 09/16] cifs: Implement fileattr_get for case sensitivity
` [PATCH v5 10/16] nfs: "
` [PATCH v5 11/16] f2fs: Add case sensitivity reporting to fileattr_get
` [PATCH v5 12/16] vboxsf: Implement fileattr_get for case sensitivity
` [PATCH v5 13/16] isofs: "
` [PATCH v5 14/16] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v5 15/16] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v5 16/16] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION

[PATCH v8 0/5] smb: improve search speed of SMB2 maperror
 2026-01-16 14:51 UTC  (6+ messages)
` [PATCH v8 2/5] cifs: Autogenerate SMB2 error mapping table


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