messages from 2026-01-19 16:28:10 to 2026-01-22 16:03:31 UTC [more...]
[PATCH v7 00/16] Exposing case folding behavior
2026-01-22 16:03 UTC (7+ messages)
` [PATCH v7 01/16] fs: Add case sensitivity flags to file_kattr
` [PATCH v7 02/16] fat: Implement fileattr_get for case sensitivity
` [PATCH v7 03/16] exfat: "
` [PATCH v7 04/16] ntfs3: "
` [PATCH v7 05/16] hfs: "
` [PATCH v7 06/16] hfsplus: Report case sensitivity in fileattr_get
[PATCH 00/19] smbdirect client/server credit fixes
2026-01-22 12:48 UTC (27+ 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 08/19] smb: client: make use of smbdirect_socket.recv_io.credits.available
` [PATCH 09/19] smb: client: let recv_done() queue a refill when the peer is low on credits
` [PATCH 10/19] smb: client: let smbd_post_send() make use of request->wr
` [PATCH 11/19] smb: client: remove pointless sc->recv_io.credits.count rollback
` [PATCH 12/19] smb: client: remove pointless sc->send_io.pending handling in smbd_post_send_iter()
` [PATCH 13/19] smb: client: port and use the wait_for_credits logic used by server
` [PATCH 14/19] smb: client: split out smbd_ib_post_send()
` [PATCH 15/19] smb: client: introduce and use smbd_{alloc,free}_send_io()
` [PATCH 16/19] smb: client: use smbdirect_send_batch processing
` [PATCH 17/19] smb: client: make use of smbdirect_socket.send_io.bcredits
` [PATCH 18/19] smb: client: fix last send credit problem causing disconnects
` [PATCH 19/19] smb: client: 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-22 12:12 UTC (30+ messages)
[PATCH 0/7] smb/client: update SMB1 maperror, part 2
2026-01-22 5:24 UTC (8+ messages)
` [PATCH 1/7] smb/client: map NT_STATUS_NOTIFY_ENUM_DIR
` [PATCH 2/7] smb/client: map NT_STATUS_BUFFER_OVERFLOW
` [PATCH 3/7] smb/client: map NT_STATUS_MORE_PROCESSING_REQUIRED
` [PATCH 4/7] smb/client: map NT_STATUS_PRIVILEGE_NOT_HELD
` [PATCH 5/7] smb/client: rename to NT_STATUS_SOME_NOT_MAPPED
` [PATCH 6/7] smb/client: rename to NT_ERROR_INVALID_DATATYPE
` [PATCH 7/7] smb/client: move NT_STATUS_MORE_ENTRIES
[PATCH] ksmbd: validate DataOffset in smb2_write_pipe()
2026-01-22 4:39 UTC (2+ messages)
[PATCH 5.15.y] ksmbd: fix use-after-free in ksmbd_tree_connect_put under concurrency
2026-01-22 3:42 UTC
[PATCH 1/4] netfs: when subreq is marked for retry, do not check if it faced an error
2026-01-21 23:50 UTC (15+ 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 v2 00/31] fs: require filesystems to explicitly opt-in to nfsd export support
2026-01-21 22:47 UTC (46+ messages)
` [PATCH v2 01/31] Documentation: document EXPORT_OP_NOLOCKS
` [PATCH v2 02/31] exportfs: add new EXPORT_OP_STABLE_HANDLES flag
` [PATCH v2 07/31] efs: add EXPORT_OP_STABLE_HANDLES flag to export operations
` [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
[RFC PATCH 0/3] RDMA/smbdirect: introduce and use rdma_restrict_node_type()
2026-01-21 20:07 UTC (4+ messages)
` [RFC PATCH 1/3] RDMA/core: introduce rdma_restrict_node_type()
` [RFC PATCH 2/3] smb: client: make use of rdma_restrict_node_type()
` [RFC PATCH 3/3] smb: server: "
[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 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 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
2026-01-21 4:10 UTC (2+ messages)
[PATCH net-next v7 00/16] net: introduce QUIC infrastructure and core subcomponents
2026-01-20 21:06 UTC (13+ 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] 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 (6+ messages)
[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 (19+ 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
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