Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2025-10-21 16:17:53 to 2025-10-29 13:31:09 UTC [more...]

[PATCH v2 000/127] smb: smbdirect/client/server: moving to common functions and smbdirect.ko
 2025-10-29 13:21 UTC  (87+ 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 v2 044/127] smb: smbdirect: introduce smbdirect_mr_io_fill_buffer_descriptor()
` [PATCH v2 045/127] smb: smbdirect: introduce smbdirect_connection_legacy_debug_proc_show()
` [PATCH v2 046/127] smb: smbdirect: introduce smbdirect_connection_wait_for_connected()
` [PATCH v2 047/127] smb: smbdirect: introduce smbdirect_connection_is_connected()
` [PATCH v2 048/127] smb: smbdirect: introduce smbdirect_socket_shutdown()
` [PATCH v2 049/127] smb: smbdirect: introduce smbdirect_socket_init_{new,accepting}() and helpers
` [PATCH v2 050/127] smb: smbdirect: introduce smbdirect_connect[_sync]()
` [PATCH v2 051/127] smb: smbdirect: introduce smbdirect_accept_connect_request()
` [PATCH v2 052/127] smb: smbdirect: introduce smbdirect_socket_create_{kern,accepting}() and smbdirect_socket_release()
` [PATCH v2 053/127] smb: smbdirect: let smbdirect_internal.h define pr_fmt without SMBDIRECT_USE_INLINE_C_FILES
` [PATCH v2 054/127] smb: smbdirect: introduce smbdirect_public.h with prototypes
` [PATCH v2 055/127] smb: smbdirect: introduce smbdirect_private.h "
` [PATCH v2 056/127] smb: smbdirect: introduce the basic smbdirect.ko
` [PATCH v2 057/127] smb: client: make use of smbdirect_socket_prepare_create()
` [PATCH v2 058/127] smb: client: make use of smbdirect_socket_set_logging()
` [PATCH v2 059/127] smb: client: make use of smbdirect_connection_wake_up_all()
` [PATCH v2 060/127] smb: client: make use of smbdirect_connection_disconnect_work()
` [PATCH v2 061/127] smb: client: make use of smbdirect_connection_schedule_disconnect()
` [PATCH v2 062/127] smb: client: make use of smbdirect_connection_{get,put}_recv_io()
` [PATCH v2 063/127] smb: client: make use of smbdirect_connection_reassembly_{append,first}_recv_io()
` [PATCH v2 064/127] smb: client: make use of smbdirect_connection_idle_timer_work()
` [PATCH v2 065/127] smb: client: make use of smbdirect_frwr_is_supported()
` [PATCH v2 066/127] smb: client: make use of smbdirect_connection_{alloc,free}_send_io()
` [PATCH v2 067/127] smb: client: make use of smbdirect_connection_send_io_done()
` [PATCH v2 068/127] smb: client: make use of smbdirect_connection_{create,destroy}_mem_pools()
` [PATCH v2 069/127] smb: client: make use of smbdirect_map_sges_from_iter()
` [PATCH v2 070/127] smb: client: make use of smbdirect_connection_qp_event_handler()
` [PATCH v2 071/127] smb: client: make use of smbdirect_connection_negotiate_rdma_resources()
` [PATCH v2 072/127] smb: client: make use of smbdirect_connection_{create,destroy}_qp()
` [PATCH v2 073/127] smb: client: initialize recv_io->cqe.done = recv_done just once
` [PATCH v2 074/127] smb: client: make use of smbdirect_connection_post_recv_io()
` [PATCH v2 075/127] smb: client: make use of smbdirect_connection_recv_io_refill_work()
` [PATCH v2 076/127] smb: client: make use of functions from smbdirect_mr.c
` [PATCH v2 077/127] smb: client: make use of smbdirect_connection_destroy_sync()
` [PATCH v2 078/127] smb: client: make use of smbdirect_connection_recvmsg()
` [PATCH v2 079/127] smb: client: let smbd_post_send() make use of request->wr
` [PATCH v2 080/127] smb: client: make use of smbdirect_connection_grant_recv_credits()
` [PATCH v2 081/127] smb: client: make use of smbdirect_connection_request_keep_alive()
` [PATCH v2 082/127] smb: client: change smbd_post_send_empty() to void return
` [PATCH v2 083/127] smb: client: let smbd_post_send_iter() get remaining_length and return data_length
` [PATCH v2 084/127] smb: client: let smbd_post_send_full_iter() "
` [PATCH v2 085/127] smb: client: make use of smbdirect_connection_send_{single_iter,immediate_work}()
` [PATCH v2 086/127] smb: client: introduce and use smbd_mr_fill_buffer_descriptor()

[PATCH v3 00/13] vfs: recall-only directory delegations for knfsd
 2025-10-29 13:23 UTC  (14+ messages)
` [PATCH v3 01/13] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v3 03/13] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v3 06/13] vfs: make vfs_create break delegations on parent directory
` [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 12/13] nfsd: wire up GET_DIR_DELEGATION handling

[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 1/2] vfs: Allow filesystems with foreign owner IDs to override UID checks
 2025-10-29 12:39 UTC  (5+ messages)
` [PATCH 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS

[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  (15+ 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 "

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  (5+ 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)


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