public inbox for linux-cifs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-16 14:46:35 to 2026-01-21 19:51:31 UTC [more...]

[PATCH 00/19] smbdirect client/server credit fixes
 2026-01-21 19:50 UTC  (8+ messages)
` [PATCH 01/19] smb: smbdirect: introduce smbdirect_socket.recv_io.credits.available
` [PATCH 02/19] smb: smbdirect: introduce smbdirect_socket.send_io.bcredits.*
` [PATCH 03/19] smb: server: make use of smbdirect_socket.recv_io.credits.available
` [PATCH 04/19] smb: server: let recv_done() queue a refill when the peer is low on credits
` [PATCH 05/19] smb: server: make use of smbdirect_socket.send_io.bcredits
` [PATCH 06/19] smb: server: fix last send credit problem causing disconnects
` [PATCH 07/19] smb: server: let send_done handle a completion without IB_SEND_SIGNALED

[PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
 2026-01-21 18:59 UTC  (45+ messages)
` [PATCH 20/29] nilfs2: add EXPORT_OP_STABLE_HANDLES flag to export operations
` [PATCH 23/29] jffs2: "
` [PATCH 29/29] nfsd: only allow filesystems that set EXPORT_OP_STABLE_HANDLES

[PATCH 00/17] smb/client: update SMB1 maperror
 2026-01-21 18:59 UTC  (19+ messages)
` [PATCH 01/17] smb/client: map NT_STATUS_INVALID_INFO_CLASS to ERRbadpipe
` [PATCH 02/17] smb/client: add NT_STATUS_OS2_INVALID_LEVEL
` [PATCH 03/17] smb/client: rename ERRinvlevel to ERRunknownlevel
` [PATCH 04/17] smb/client: add NT_STATUS_VARIABLE_NOT_FOUND
` [PATCH 05/17] smb/client: add NT_STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPT
` [PATCH 06/17] smb/client: add NT_STATUS_VOLUME_DISMOUNTED
` [PATCH 07/17] smb/client: add NT_STATUS_DIRECTORY_IS_A_REPARSE_POINT
` [PATCH 08/17] smb/client: add NT_STATUS_ENCRYPTION_FAILED
` [PATCH 09/17] smb/client: add NT_STATUS_DECRYPTION_FAILED
` [PATCH 10/17] smb/client: add NT_STATUS_RANGE_NOT_FOUND
` [PATCH 11/17] smb/client: add NT_STATUS_NO_RECOVERY_POLICY
` [PATCH 12/17] smb/client: add NT_STATUS_NO_EFS
` [PATCH 13/17] smb/client: add NT_STATUS_WRONG_EFS
` [PATCH 14/17] smb/client: add NT_STATUS_NO_USER_KEYS
` [PATCH 15/17] smb/client: add NT_STATUS_VOLUME_NOT_UPGRADED
` [PATCH 16/17] smb/client: remove some literal NT error codes from ntstatus_to_dos_map
` [PATCH 17/17] smb/client: remove useless comment in mapping_table_ERRSRV

[PATCH v2] cifs: make retry logic in read/write path consistent with other paths
 2026-01-21 13:25 UTC 

[PATCH v2 00/31] fs: require filesystems to explicitly opt-in to nfsd export support
 2026-01-21 12:29 UTC  (49+ 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 v6 00/16] Exposing case folding behavior
 2026-01-21 10:15 UTC  (21+ 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 v6 08/16] xfs: "
` [PATCH v6 09/16] cifs: Implement fileattr_get for case sensitivity
` [PATCH v6 10/16] nfs: "
` [PATCH v6 11/16] f2fs: Add case sensitivity reporting to fileattr_get
` [PATCH v6 12/16] vboxsf: Implement fileattr_get for case sensitivity
` [PATCH v6 13/16] isofs: "
` [PATCH v6 14/16] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v6 15/16] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v6 16/16] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION

[PATCH 1/4] netfs: when subreq is marked for retry, do not check if it faced an error
 2026-01-21  4:46 UTC  (9+ 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 net-next v7 00/16] net: introduce QUIC infrastructure and core subcomponents
 2026-01-20 21:06 UTC  (16+ 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 15/16] quic: add packet builder base
` [PATCH net-next v7 16/16] quic: add packet parser base

[PATCH] smb: client: fix cifs_pick_channel when channels are equally loaded
 2026-01-20 20:18 UTC 

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

[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] smb: client: Fix comparison of owner and group SIDs in populate_new_aces
 2026-01-20 12:14 UTC 

[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  (3+ 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  (14+ messages)
` [PATCH v5 01/16] fs: Add case sensitivity info to file_kattr
` [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  (4+ 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