messages from 2025-10-20 09:38:49 to 2025-10-29 13:26:49 UTC [more...]
[PATCH v2 000/127] smb: smbdirect/client/server: moving to common functions and smbdirect.ko
2025-10-29 13:20 UTC (44+ messages)
` [PATCH v2 001/127] smb: smbdirect: let smbdirect.h include #include <linux/types.h>
` [PATCH v2 002/127] smb: smbdirect: introduce SMBDIRECT_DEBUG_ERR_PTR() helper
` [PATCH v2 003/127] smb: smbdirect: introduce smbdirect_socket.logging infrastructure
` [PATCH v2 004/127] smb: smbdirect: introduce smbdirect_all_c_files.c
` [PATCH v2 005/127] smb: smbdirect: introduce smbdirect_internal.h
` [PATCH v2 006/127] smb: client: include smbdirect_all_c_files.c
` [PATCH v2 007/127] smb: server: "
` [PATCH v2 008/127] smb: smbdirect: introduce smbdirect_connection.c with the first helper function
` [PATCH v2 009/127] smb: smbdirect: introduce smbdirect_socket_set_logging()
` [PATCH v2 010/127] smb: smbdirect: introduce smbd_disconnect_wake_up_all()
` [PATCH v2 011/127] smb: smbdirect: introduce smbdirect_connection_disconnect_work()
` [PATCH v2 012/127] smb: smbdirect: introduce smbdirect_connection_schedule_disconnect()
` [PATCH v2 013/127] smb: smbdirect: introduce smbdirect_connection_{get,put}_recv_io()
` [PATCH v2 014/127] smb: smbdirect: introduce smbdirect_connection_reassembly_{append,first}_recv_io()
` [PATCH v2 015/127] smb: smbdirect: introduce smbdirect_connection_idle_timer_work()
` [PATCH v2 016/127] smb: smbdirect: set SMBDIRECT_KEEPALIVE_NONE before disable_delayed_work(&sc->idle.timer_work);
` [PATCH v2 017/127] smb: smbdirect: introduce smbdirect_frwr_is_supported()
` [PATCH v2 018/127] smb: smbdirect: introduce smbdirect_socket.{send,recv}_io.mem.gfp_mask
` [PATCH v2 019/127] smb: smbdirect: introduce smbdirect_connection_{alloc,free}_send_io()
` [PATCH v2 020/127] smb: smbdirect: introduce smbdirect_connection_send_io_done()
` [PATCH v2 021/127] smb: smbdirect: introduce smbdirect_connection_{create,destroy}_mem_pools()
` [PATCH v2 022/127] smb: smbdirect: introduce smbdirect_map_sges_from_iter() and helper functions
` [PATCH v2 023/127] smb: smbdirect: introduce smbdirect_connection_qp_event_handler()
` [PATCH v2 024/127] smb: smbdirect: introduce smbdirect_connection_negotiate_rdma_resources()
` [PATCH v2 025/127] smb: smbdirect: introduce smbdirect_connection_{create,destroy}_qp()
` [PATCH v2 026/127] smb: smbdirect: introduce smbdirect_connection_post_recv_io()
` [PATCH v2 027/127] smb: smbdirect: introduce smbdirect_connection_recv_io_refill_work()
` [PATCH v2 028/127] smb: smbdirect: split out smbdirect_connection_recv_io_refill()
` [PATCH v2 029/127] smb: smbdirect: introduce smbdirect_get_buf_page_count()
` [PATCH v2 030/127] smb: smbdirect: introduce smbdirect_connection_wait_for_credits()
` [PATCH v2 031/127] smb: smbdirect: introduce smbdirect_mr.c with client mr code
` [PATCH v2 032/127] smb: smbdirect: introduce smbdirect_rw.c with server rw code
` [PATCH v2 033/127] smb: smbdirect: define SMBDIRECT_MIN_{RECEIVE,FRAGMENTED}_SIZE
` [PATCH v2 034/127] smb: smbdirect: define SMBDIRECT_RDMA_CM_[RNR_]RETRY
` [PATCH v2 035/127] smb: smbdirect: introduce smbdirect_connection_recv_io_done()
` [PATCH v2 036/127] smb: smbdirect: introduce smbdirect_connection_destroy[_sync]()
` [PATCH v2 037/127] smb: smbdirect: introduce smbdirect_connection_rdma_{established,event_handler}()
` [PATCH v2 038/127] smb: smbdirect: introduce smbdirect_connection_recvmsg()
` [PATCH v2 039/127] smb: smbdirect: introduce smbdirect_connection_grant_recv_credits()
` [PATCH v2 040/127] smb: smbdirect: introduce smbdirect_connection_request_keep_alive()
` [PATCH v2 041/127] smb: smbdirect: introduce smbdirect_connection_send_iter() and related functions
` [PATCH v2 042/127] smb: smbdirect: introduce smbdirect_connection_send_immediate_work()
` [PATCH v2 043/127] smb: smbdirect: introduce smbdirect_connection_negotiation_done()
[PATCH v3 00/13] vfs: recall-only directory delegations for knfsd
2025-10-29 13:23 UTC (21+ 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
[RFC PATCH 0/2] smb: client: support directory change tracking
2025-10-29 12:39 UTC (10+ messages)
` [RFC PATCH 2/2] smb: client: add directory change tracking via SMB2 Change Notify
[PATCH 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS
2025-10-29 12:39 UTC (5+ messages)
` [PATCH 1/2] vfs: Allow filesystems with foreign owner IDs to override UID checks
[PATCH v4 00/24] smb: move duplicate definitions to common header file
2025-10-29 4:17 UTC (37+ messages)
` [PATCH v4 01/24] smb: rename common/cifsglob.h to common/smbglob.h
` [PATCH v4 02/24] smb: move smb_version_values "
` [PATCH v4 03/24] smb: move get_rfc1002_len() "
` [PATCH v4 04/24] smb: move SMB1_PROTO_NUMBER "
` [PATCH v4 05/24] smb: move some duplicate definitions to common/smb1pdu.h
` [PATCH v4 06/24] smb: move file access permission bits "
` [PATCH v4 07/24] smb: move SMB frame "
` [PATCH v4 08/24] smb: move FILE_SYSTEM_ATTRIBUTE_INFO "
` [PATCH v4 09/24] smb: move FILE_SYSTEM_DEVICE_INFO "
` [PATCH v4 10/24] smb: move FILE_SYSTEM_INFO "
` [PATCH v4 11/24] smb: move FILE_DIRECTORY_INFO "
` [PATCH v4 12/24] smb: move FILE_FULL_DIRECTORY_INFO "
` [PATCH v4 13/24] smb: move FILE_BOTH_DIRECTORY_INFO "
` [PATCH v4 14/24] smb: move SEARCH_ID_FULL_DIR_INFO "
` [PATCH v4 15/24] smb: move FILE_SYSTEM_POSIX_INFO "
` [PATCH v4 16/24] smb: move create_durable_req_v2 to common/smb2pdu.h
` [PATCH v4 17/24] smb: move create_durable_handle_reconnect_v2 "
` [PATCH v4 18/24] smb: move create_durable_rsp_v2 "
` [PATCH v4 19/24] smb/server: remove create_durable_reconn_req
` [PATCH v4 20/24] smb: move smb2_file_network_open_info to common/smb2pdu.h
` [PATCH v4 21/24] smb: move smb_sockaddr_in and smb_sockaddr_in6 "
` [PATCH v4 22/24] smb: move copychunk definitions "
` [PATCH v4 23/24] smb: move resume_key_ioctl_rsp "
` [PATCH v4 24/24] smb: move some duplicate definitions "
[GIT PULL] ksmbd server fixes
2025-10-29 1:03 UTC (2+ messages)
[PATCH] smb: client: call smbd_destroy() in the same splace as kernel_sock_shutdown()/sock_release()
2025-10-28 17:43 UTC
[PATCH] smb: client: fix potential cfid UAF in smb2_query_info_compound
2025-10-28 13:43 UTC (4+ messages)
[PATCH AUTOSEL 6.17-6.1] smb/server: fix possible memory leak in smb2_read()
2025-10-28 0:39 UTC (2+ messages)
` [PATCH AUTOSEL 6.17-6.1] smb/server: fix possible refcount leak in smb2_sess_setup()
[PATCH 6.17 028/184] smb: client: queue post_recv_credits_work also if the peer raises the credit target
2025-10-27 18:36 UTC (6+ messages)
` [PATCH 6.17 029/184] smb: client: limit the range of info->receive_credit_target
` [PATCH 6.17 030/184] smb: client: make use of ib_wc_status_msg() and skip IB_WC_WR_FLUSH_ERR logging
` [PATCH 6.17 031/184] smb: server: let smb_direct_flush_send_list() invalidate a remote key first
` [PATCH 6.17 084/184] smb: client: get rid of d_drop() in cifs_do_rename()
` [PATCH 6.17 088/184] cifs: Fix TCP_Server_Info::credits to be signed
[PATCH 6.12 019/117] smb: server: let smb_direct_flush_send_list() invalidate a remote key first
2025-10-27 18:36 UTC (2+ messages)
` [PATCH 6.12 057/117] cifs: Fix TCP_Server_Info::credits to be signed
[PATCH 6.6 15/84] smb: server: let smb_direct_flush_send_list() invalidate a remote key first
2025-10-27 18:36 UTC (2+ messages)
` [PATCH 6.6 39/84] cifs: Fix TCP_Server_Info::credits to be signed
[PATCH 6.1 080/157] smb: server: let smb_direct_flush_send_list() invalidate a remote key first
2025-10-27 18:35 UTC
[PATCH 1/2] ksmbd: detect RDMA capable lower devices when bridge and vlan netdev is used
2025-10-27 6:50 UTC (2+ messages)
` [PATCH 2/2] ksmbd: detect RDMA capable netdevs include IPoIB
[PATCH v3 00/22] smb: fix some bugs, move duplicate definitions to common header file
2025-10-26 23:17 UTC (19+ messages)
` [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 "
RFC: Switch namespaces before upcall
2025-10-26 18:01 UTC
[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 (3+ 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)
[PATCH] ksmbd: transport_ipc: validate payload size before reading handle
2025-10-22 23:13 UTC (4+ messages)
[PATCH v2 00/11] vfs: recall-only directory delegations for knfsd
2025-10-21 13:09 UTC (2+ messages)
[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 (5+ messages)
` [PATCH 07/13] vfs: make vfs_create break delegations on parent directory
` [PATCH 08/13] vfs: make vfs_mknod "
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