Linux-CIFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-29 13:23:29 to 2025-10-31 23:50:53 UTC [more...]

[PATCH] ksmbd: server: avoid busy polling in accept loop
 2025-10-31 23:50 UTC  (6+ messages)

[PATCH 1/3] smb: client: show smb lease key in open_files output
 2025-10-31 17:32 UTC  (11+ messages)
` [PATCH 2/3] smb: client: show smb lease key in open_dirs output
` [PATCH 3/3] smb: client: show directory lease state in /proc/fs/cifs/open_dirs

[GIT PULL] smb3 client fixes
 2025-10-31 16:38 UTC  (2+ messages)

[PATCH v3 00/13] vfs: recall-only directory delegations for knfsd
 2025-10-31 12:23 UTC  (10+ messages)
` [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 v4 00/24] smb: move duplicate definitions to common header file
 2025-10-31  9:57 UTC  (11+ messages)
` [PATCH v4 05/24] smb: move some duplicate definitions to common/smb1pdu.h
    ` Fwd: "
` [PATCH v4 15/24] smb: move FILE_SYSTEM_POSIX_INFO "

[PATCH v4 00/14] Create and use APIs to centralise locking for directory ops
 2025-10-30 23:41 UTC  (24+ messages)
` [PATCH v4 01/14] debugfs: rename end_creating() to debugfs_end_creating()
` [PATCH v4 02/14] VFS: introduce start_dirop() and end_dirop()
` [PATCH v4 03/14] VFS: tidy up do_unlinkat()
` [PATCH v4 04/14] VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
` [PATCH v4 05/14] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [PATCH v4 06/14] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [PATCH v4 07/14] VFS: introduce start_removing_dentry()
` [PATCH v4 08/14] VFS: add start_creating_killable() and start_removing_killable()
` [PATCH v4 09/14] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
` [PATCH v4 10/14] VFS/ovl/smb: introduce start_renaming_dentry()
` [PATCH v4 11/14] Add start_renaming_two_dentries()
` [PATCH v4 12/14] ecryptfs: use new start_creating/start_removing APIs
` [PATCH v4 13/14] VFS: change vfs_mkdir() to unlock on failure
` [PATCH v4 14/14] VFS: introduce end_creating_keep()

[PATCH net-next v4 00/15] net: introduce QUIC infrastructure and core subcomponents
 2025-10-30 14:28 UTC  (22+ messages)
` [PATCH net-next v4 01/15] net: define IPPROTO_QUIC and SOL_QUIC constants
` [PATCH net-next v4 02/15] net: build socket infrastructure for QUIC protocol
` [PATCH net-next v4 03/15] quic: provide common utilities and data structures
` [PATCH net-next v4 04/15] quic: provide family ops for address and protocol
` [PATCH net-next v4 05/15] quic: provide quic.h header files for kernel and userspace
` [PATCH net-next v4 06/15] quic: add stream management
` [PATCH net-next v4 07/15] quic: add connection id management
` [PATCH net-next v4 08/15] quic: add path management
` [PATCH net-next v4 09/15] quic: add congestion control
` [PATCH net-next v4 10/15] quic: add packet number space
` [PATCH net-next v4 11/15] quic: add crypto key derivation and installation
` [PATCH net-next v4 12/15] quic: add crypto packet encryption and decryption
` [PATCH net-next v4 13/15] quic: add timer management
` [PATCH net-next v4 14/15] quic: add frame encoder and decoder base
` [PATCH net-next v4 15/15] quic: add packet builder and parser base

[PATCH 5.10] smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error path
 2025-10-30  7:43 UTC 

[RFC PATCH 0/2] smb: client: support directory change tracking
 2025-10-29 17:13 UTC  (11+ messages)
` [RFC PATCH 2/2] smb: client: add directory change tracking via SMB2 Change Notify

[PATCH v2 000/127] smb: smbdirect/client/server: moving to common functions and smbdirect.ko
 2025-10-29 13:21 UTC  (120+ messages)
` [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 v2 087/127] smb: client: introduce and use smbd_debug_proc_show()
` [PATCH v2 088/127] smb: client: make use of smbdirect_socket_init_new() and smbdirect_connect_sync()
` [PATCH v2 089/127] smb: client: make use of smbdirect_socket_create_kern()/smbdirect_socket_release()
` [PATCH v2 090/127] smb: client: only use public smbdirect functions
` [PATCH v2 091/127] smb: client: make use of smbdirect.ko
` [PATCH v2 092/127] smb: server: make use of smbdirect_socket_prepare_create()
` [PATCH v2 093/127] smb: server: make use of smbdirect_socket_set_logging()
` [PATCH v2 094/127] smb: server: make use of smbdirect_connection_wake_up_all()
` [PATCH v2 095/127] smb: server: make use of smbdirect_connection_disconnect_work()
` [PATCH v2 096/127] smb: server: make use of smbdirect_connection_schedule_disconnect()
` [PATCH v2 097/127] smb: server: make use of smbdirect_connection_{get,put}_recv_io()
` [PATCH v2 098/127] smb: server: make use of smbdirect_connection_reassembly_{append,first}_recv_io()
` [PATCH v2 099/127] smb: server: make use of smbdirect_connection_idle_timer_work()
` [PATCH v2 100/127] smb: server: make use of smbdirect_frwr_is_supported()
` [PATCH v2 101/127] smb: server: make use of smbdirect_connection_{alloc,free}_send_io()
` [PATCH v2 102/127] smb: server: make use of smbdirect_connection_send_io_done()
` [PATCH v2 103/127] smb: server: make use of smbdirect_connection_{create,destroy}_mem_pools()
` [PATCH v2 104/127] smb: server: make use of smbdirect_map_sges_from_iter()
` [PATCH v2 105/127] smb: server: make use of smbdirect_connection_qp_event_handler()
` [PATCH v2 106/127] smb: server: make use of smbdirect_connection_negotiate_rdma_resources()
` [PATCH v2 107/127] smb: server: make use of smbdirect_connection_{create,destroy}_qp()
` [PATCH v2 108/127] smb: server: initialize recv_io->cqe.done = recv_done just once
` [PATCH v2 109/127] smb: server: make use of smbdirect_connection_post_recv_io()
` [PATCH v2 110/127] smb: server: make use of smbdirect_connection_recv_io_refill[_work]()
` [PATCH v2 111/127] smb: server: make use of smbdirect_get_buf_page_count()
` [PATCH v2 112/127] smb: server: make use of smbdirect_connection_wait_for_credits()
` [PATCH v2 113/127] smb: server: make use of functions from smbdirect_rw.c
` [PATCH v2 114/127] smb: server: make use of smbdirect_connection_destroy_sync()
` [PATCH v2 115/127] smb: server: make use of smbdirect_connection_recvmsg()
` [PATCH v2 116/127] smb: server: make use of smbdirect_connection_grant_recv_credits()
` [PATCH v2 117/127] smb: server: make use of smbdirect_connection_request_keep_alive()
` [PATCH v2 118/127] smb: server: move iov_iter_kvec() out of smb_direct_post_send_data()
` [PATCH v2 119/127] smb: server: inline smb_direct_create_header() into smb_direct_post_send_data()
` [PATCH v2 120/127] smb: server: let smbdirect_map_sges_from_iter() truncate the message boundary
` [PATCH v2 121/127] smb: server: split out smb_direct_send_iter() out of smb_direct_writev()
` [PATCH v2 122/127] smb: server: let smb_direct_post_send_data() return data_length
` [PATCH v2 123/127] smb: server: make use of smbdirect_connection_send_iter() and related functions
` [PATCH v2 124/127] smb: server: make use of smbdirect_{socket_init_accepting,connection_wait_for_connected}()
` [PATCH v2 125/127] smb: server: make use of smbdirect_socket_create_accepting()/smbdirect_socket_release()
` [PATCH v2 126/127] smb: server: only use public smbdirect functions
` [PATCH v2 127/127] smb: server: make use of smbdirect.ko


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).