messages from 2025-10-14 13:36:23 to 2025-10-25 16:27:56 UTC [more...]
[PATCH AUTOSEL 6.17-6.1] ksmbd: use sock_create_kern interface to create kernel socket
2025-10-25 16:00 UTC (3+ messages)
` [PATCH AUTOSEL 6.17-6.1] smb: client: transport: avoid reconnects triggered by pending task work
` [PATCH AUTOSEL 6.17] smb: client: update cfid->last_access_time in open_cached_dir_by_dentry()
Minor typo fix for enable_gcm_256 cifs module parameter description
2025-10-25 2:21 UTC (2+ messages)
[GIT PULL] ksmbd server fixes
2025-10-25 2:02 UTC (2+ messages)
[PATCH] smb: client: handle lack of IPC in dfs_cache_refresh()
2025-10-24 23:50 UTC (2+ messages)
[GIT PULL] smb3 client fixes
2025-10-24 23:49 UTC (2+ messages)
mount.cifs fails to negotiate AES-256-GCM but works when enforced via sysfs or modprobe options
2025-10-24 18:24 UTC (9+ messages)
[PATCH] cifs: Call the smb3_read_* tracepoints from SMB1
2025-10-24 16:28 UTC (2+ messages)
[PATCH] smb: client: fix cifs_close_deferred_file_under_dentry()
2025-10-24 15:04 UTC (4+ messages)
[PATCH] cifs: Fix TCP_Server_Info::credits to be signed
2025-10-24 11:56 UTC (6+ messages)
[PATCH v2 00/20] cached dir fixes and improvements
2025-10-24 9:26 UTC (4+ messages)
` [PATCH v2 15/20] smb: client: remove cached_dirent->fattr
[SMB CLIENT][PATCHES] directory lease debugging and configuration
2025-10-24 9:13 UTC (3+ messages)
[PATCH v2] RFC: ksmbd: Create module_kobject if builtin
2025-10-24 6:37 UTC (4+ messages)
Use of cifs_sb_active and cifs_sb_deactive
2025-10-23 18:30 UTC (2+ messages)
[RFC PATCH 0/2] smb: client: support directory change tracking
2025-10-23 15:30 UTC (8+ messages)
` [RFC PATCH 2/2] smb: client: add directory change tracking via SMB2 Change Notify
[PATCH] ksmbd: transport_ipc: validate payload size before reading handle
2025-10-22 23:13 UTC (4+ messages)
[PATCH v3 00/13] vfs: recall-only directory delegations for knfsd
2025-10-22 9:03 UTC (18+ messages)
` [PATCH v3 01/13] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v3 02/13] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v3 03/13] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v3 04/13] vfs: allow rmdir "
` [PATCH v3 05/13] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v3 06/13] vfs: make vfs_create break delegations on parent directory
` [PATCH v3 07/13] vfs: make vfs_mknod "
` [PATCH v3 08/13] vfs: make vfs_symlink break delegations on parent dir
` [PATCH v3 09/13] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v3 10/13] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v3 11/13] nfsd: allow DELEGRETURN on directories
` [PATCH v3 12/13] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH v3 13/13] vfs: expose delegation support to userland
[PATCH v3 00/22] smb: fix some bugs, move duplicate definitions to common header file
2025-10-22 6:01 UTC (20+ messages)
` [PATCH v3 03/22] smb: move some duplicate definitions to common/cifsglob.h
` [PATCH v3 07/22] smb: move some duplicate definitions to common/smb2pdu.h
` [PATCH v3 09/22] smb: move copychunk "
` [PATCH v3 11/22] smb: move smb2_file_network_open_info "
` [PATCH v3 12/22] smb: move some duplicate definitions to common/cifspdu.h
` [PATCH v3 13/22] smb: move file access permission bits "
` [PATCH v3 15/22] smb: move FILE_SYSTEM_ATTRIBUTE_INFO "
[PATCH 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS
2025-10-21 13:20 UTC (6+ messages)
` [PATCH 1/2] vfs: Allow filesystems with foreign owner IDs to override UID checks
` [PATCH 2/2] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir
[PATCH v2 00/11] vfs: recall-only directory delegations for knfsd
2025-10-21 13:09 UTC (20+ messages)
` [PATCH v2 01/11] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v2 02/11] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v2 03/11] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v2 04/11] vfs: allow rmdir "
` [PATCH v2 05/11] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v2 06/11] vfs: make vfs_create break delegations on parent directory
` [PATCH v2 07/11] vfs: make vfs_mknod "
` [PATCH v2 08/11] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v2 09/11] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v2 10/11] nfsd: allow DELEGRETURN on directories
` [PATCH v2 11/11] nfsd: wire up GET_DIR_DELEGATION handling
[RFC PATCH] fs: Plumb case sensitivity bits into statx
2025-10-21 11:54 UTC (11+ messages)
[PATCH 0/5] smb: smbdirect: introduce local send credits
2025-10-21 6:51 UTC (7+ messages)
` [PATCH 1/5] smb: smbdirect: introduce smbdirect_socket.send_io.lcredits.*
` [PATCH 2/5] smb: server: smb_direct_disconnect_rdma_connection() already wakes all waiters on error
` [PATCH 3/5] smb: server: simplify sibling_list handling in smb_direct_flush_send_list/send_done
` [PATCH 4/5] smb: server: make use of smbdirect_socket.send_io.lcredits.*
` [PATCH 5/5] smb: client: "
[PATCH] cifs: Call the calc_signature functions directly
2025-10-21 2:25 UTC (3+ messages)
ksmbd: add max ip connections parameter: backport problem 6.6
2025-10-21 1:57 UTC (2+ messages)
[PATCH] cifs: #include cifsglob.h before trace.h to allow structs in tracepoints
2025-10-20 16:59 UTC (2+ messages)
[PATCH] smb: server: let smb_direct_cm_handler() call ib_drain_qp() after smb_direct_disconnect_rdma_work()
2025-10-20 14:07 UTC
[PATCH] smb: server: call smb_direct_post_recv_credits() when the negotiation is done
2025-10-20 14:07 UTC
[PATCH 00/13] vfs: recall-only directory delegations for knfsd
2025-10-20 9:38 UTC (13+ messages)
` [PATCH 03/13] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH 04/13] vfs: allow mkdir to wait for delegation break on parent
` [PATCH 05/13] vfs: allow rmdir "
` [PATCH 06/13] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH 07/13] vfs: make vfs_create break delegations on parent directory
` [PATCH 08/13] vfs: make vfs_mknod "
[PATCH] cifs: Add a couple of missing smb3_rw_credits tracepoints
2025-10-20 9:37 UTC
[PATCH v5] smb: server: allocate enough space for RW WRs and ib_drain_qp()
2025-10-20 1:18 UTC (2+ messages)
[PATCH v2 0/6] smb/server: fix return values of smb2_0_server_cmds proc
2025-10-19 12:32 UTC (14+ messages)
` [PATCH v2 1/6] smb/server: fix return value of smb2_read()
` [v2 "
` [PATCH v2 2/6] smb/server: fix return value of smb2_notify()
` [PATCH v2 3/6] smb/server: fix return value of smb2_query_dir()
` [PATCH v2 4/6] smb/server: fix return value of smb2_ioctl()
` [PATCH v2 5/6] smb/server: fix return value of smb2_oplock_break()
` [PATCH v2 6/6] smb/server: update some misguided comment of smb2_0_server_cmds proc
[GIT PULL] smb3 client fixes
2025-10-18 17:26 UTC (2+ messages)
[PATCH 0/8] smb: client: More crypto library conversions
2025-10-17 16:24 UTC (4+ messages)
[PATCH 6.17 124/371] smb: client: fix missing timestamp updates after utime(2)
2025-10-17 14:51 UTC
[PATCH 6.12 078/277] smb: client: fix missing timestamp updates after utime(2)
2025-10-17 14:51 UTC
[PATCH 6.6 053/201] smb: client: fix missing timestamp updates after utime(2)
2025-10-17 14:51 UTC
[PATCH 0/6] smb/server: fix return values of smb2_0_server_cmds proc
2025-10-17 14:47 UTC (9+ messages)
` [PATCH 1/6] smb/server: fix return value of smb2_read()
` [PATCH 2/6] smb/server: fix return value of smb2_notify()
` [PATCH 3/6] smb/server: fix return value of smb2_query_dir()
` [PATCH 4/6] smb/server: fix return value of smb2_ioctl()
` [PATCH 5/6] smb/server: fix return value of smb2_oplock_break()
` [PATCH 6/6] smb/server: update some misguided comment of smb2_0_server_cmds proc
*** Urgent Change ***
2025-10-17 12:45 UTC
[PATCH v4] smb: server: allocate enough space for RW WRs and ib_drain_qp()
2025-10-17 6:44 UTC (3+ messages)
[GIT PULL] ksmbd server fixes
2025-10-16 18:06 UTC (2+ messages)
[PATCH 0/3] ksmbd: More crypto library conversions
2025-10-16 17:54 UTC (8+ messages)
` [PATCH 1/3] ksmbd: Use SHA-512 library for SMB3.1.1 preauth hash
` [PATCH 2/3] ksmbd: Use HMAC-SHA256 library for message signing and key generation
` [PATCH 3/3] ksmbd: Use HMAC-MD5 library for NTLMv2
` Fwd: [PATCH 0/3] ksmbd: More crypto library conversions
[PATCH] smb: client: allocate enough space for MR WRs and ib_drain_qp()
2025-10-16 16:07 UTC (2+ messages)
[PATCH v2] smb: client: Fix refcount leak for cifs_sb_tlink
2025-10-16 16:00 UTC (4+ messages)
[PATCH v3] smb: server: allocate enough space for RW WRs and ib_drain_qp()
2025-10-16 12:19 UTC
[PATCH v2] smb: server: allocate enough space for RW WRs and ib_drain_qp()
2025-10-16 12:18 UTC (2+ messages)
[PATCH] smb: server: allocate enough space for RW WRs and ib_drain_qp()
2025-10-16 11:19 UTC (2+ messages)
[PATCH] smb: Fix refcount leak for cifs_sb_tlink
2025-10-16 2:59 UTC (7+ messages)
[PATCH] smb: server: let free_transport() wait for SMBDIRECT_SOCKET_DISCONNECTED
2025-10-16 1:39 UTC (2+ messages)
[PATCH] smb: client: let smbd_destroy() wait for SMBDIRECT_SOCKET_DISCONNECTED
2025-10-15 16:24 UTC (2+ messages)
[PATCH 00/10] improve smbdirect_mr_io lifetime
2025-10-15 12:47 UTC (4+ messages)
` [PATCH 10/10] smb: client: let destroy_mr_list() keep smbdirect_mr_io memory if registered
[PATCH 02/13] filelock: add a lm_may_setlease lease_manager callback
2025-10-15 11:35 UTC (3+ messages)
[PATCH] ksmbd: fix recursive locking in RPC handle list access
2025-10-15 7:53 UTC (2+ messages)
[PATCH] smb: client: Fix format specifiers for size_t in parse_dfs_referrals()
2025-10-14 19:12 UTC (2+ messages)
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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).