Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2025-11-18 02:27:45 to 2025-11-25 18:09:46 UTC [more...]

[PATCH v4 000/145] smb: smbdirect/client/server: moving to common functions and smbdirect.ko
 2025-11-25 17:55 UTC  (78+ messages)
` [PATCH v4 001/145] smb: smbdirect: let smbdirect.h include #include <linux/types.h>
` [PATCH v4 002/145] smb: smbdirect: introduce smbdirect_socket.logging infrastructure
` [PATCH v4 003/145] smb: smbdirect: add some logging to SMBDIRECT_CHECK_STATUS_{WARN,DISCONNECT}()
` [PATCH v4 004/145] smb: smbdirect: introduce smbdirect_recv_io.complex_work
` [PATCH v4 005/145] smb: smbdirect: introduce smbdirect_all_c_files.c
` [PATCH v4 006/145] smb: smbdirect: introduce smbdirect_internal.h
` [PATCH v4 007/145] smb: client: include smbdirect_all_c_files.c
` [PATCH v4 008/145] smb: server: "
` [PATCH v4 009/145] smb: smbdirect: introduce smbdirect_socket.c to be filled
` [PATCH v4 010/145] smb: smbdirect: introduce smbdirect_socket_prepare_create()
` [PATCH v4 011/145] smb: smbdirect: introduce smbdirect_socket_set_logging()
` [PATCH v4 012/145] smb: smbdirect: introduce smbdirect_socket_wake_up_all()
` [PATCH v4 013/145] smb: smbdirect: introduce smbdirect_socket_cleanup_work()
` [PATCH v4 014/145] smb: smbdirect: introduce smbdirect_socket_schedule_cleanup[{_lvl,_status}]()
` [PATCH v4 015/145] smb: smbdirect: introduce smbdirect_connection.c to be filled
` [PATCH v4 016/145] smb: smbdirect: introduce smbdirect_connection_{get,put}_recv_io()
` [PATCH v4 017/145] smb: smbdirect: introduce smbdirect_connection_reassembly_{append,first}_recv_io()
` [PATCH v4 018/145] smb: smbdirect: introduce smbdirect_connection_idle_timer_work()
` [PATCH v4 019/145] smb: smbdirect: set SMBDIRECT_KEEPALIVE_NONE before disable_delayed_work(&sc->idle.timer_work);
` [PATCH v4 020/145] smb: smbdirect: introduce smbdirect_frwr_is_supported()
` [PATCH v4 021/145] smb: smbdirect: introduce smbdirect_socket.{send,recv}_io.mem.gfp_mask
` [PATCH v4 022/145] smb: smbdirect: introduce smbdirect_connection_{alloc,free}_send_io()
` [PATCH v4 023/145] smb: smbdirect: introduce smbdirect_connection_send_io_done()
` [PATCH v4 024/145] smb: smbdirect: introduce smbdirect_connection_{create,destroy}_mem_pools()
` [PATCH v4 025/145] smb: smbdirect: introduce smbdirect_map_sges_from_iter() and helper functions
` [PATCH v4 026/145] smb: smbdirect: introduce smbdirect_connection_qp_event_handler()
` [PATCH v4 027/145] smb: smbdirect: introduce smbdirect_connection_negotiate_rdma_resources()
` [PATCH v4 028/145] smb: smbdirect: introduce smbdirect_connection_{create,destroy}_qp()
` [PATCH v4 029/145] smb: smbdirect: introduce smbdirect_connection_post_recv_io()
` [PATCH v4 030/145] smb: smbdirect: introduce smbdirect_connection_recv_io_refill_work()
` [PATCH v4 031/145] smb: smbdirect: split out smbdirect_connection_recv_io_refill()
` [PATCH v4 032/145] smb: smbdirect: introduce smbdirect_get_buf_page_count()
` [PATCH v4 033/145] smb: smbdirect: introduce smbdirect_socket_wait_for_credits()
` [PATCH v4 034/145] smb: smbdirect: introduce smbdirect_mr.c with client mr code
` [PATCH v4 035/145] smb: smbdirect: introduce smbdirect_rw.c with server rw code
` [PATCH v4 036/145] smb: smbdirect: define SMBDIRECT_MIN_{RECEIVE,FRAGMENTED}_SIZE
` [PATCH v4 037/145] smb: smbdirect: define SMBDIRECT_RDMA_CM_[RNR_]RETRY
` [PATCH v4 038/145] smb: smbdirect: introduce smbdirect_connection_recv_io_done()
` [PATCH v4 039/145] smb: smbdirect: introduce smbdirect_socket_destroy[_sync]()
` [PATCH v4 040/145] smb: smbdirect: introduce smbdirect_connection_rdma_{established,event_handler}()
` [PATCH v4 041/145] smb: smbdirect: introduce smbdirect_connection_recvmsg()
` [PATCH v4 042/145] smb: smbdirect: introduce smbdirect_connection_grant_recv_credits()
` [PATCH v4 043/145] smb: smbdirect: introduce smbdirect_connection_request_keep_alive()
` [PATCH v4 044/145] smb: smbdirect: introduce smbdirect_connection_send_iter() and related functions
` [PATCH v4 045/145] smb: smbdirect: introduce smbdirect_connection_send_immediate_work()
` [PATCH v4 046/145] smb: smbdirect: introduce smbdirect_connection_negotiation_done()
` [PATCH v4 047/145] smb: smbdirect: introduce smbdirect_mr_io_fill_buffer_descriptor()
` [PATCH v4 048/145] smb: smbdirect: introduce smbdirect_connection_legacy_debug_proc_show()
` [PATCH v4 049/145] smb: smbdirect: introduce smbdirect_connection_wait_for_connected()
` [PATCH v4 050/145] smb: smbdirect: introduce smbdirect_connection_is_connected()
` [PATCH v4 051/145] smb: smbdirect: introduce smbdirect_socket_shutdown()
` [PATCH v4 052/145] smb: smbdirect: introduce smbdirect_socket_init_{new,accepting}() and helpers
` [PATCH v4 053/145] smb: smbdirect: introduce smbdirect_connect[_sync]()
` [PATCH v4 054/145] smb: smbdirect: introduce smbdirect_accept_connect_request()
` [PATCH v4 055/145] smb: smbdirect: introduce smbdirect_socket_create_{kern,accepting}() and smbdirect_socket_release()
` [PATCH v4 056/145] smb: smbdirect: let smbdirect_socket.h include all headers for used structures
` [PATCH v4 057/145] smb: smbdirect: let smbdirect_internal.h define pr_fmt without SMBDIRECT_USE_INLINE_C_FILES
` [PATCH v4 058/145] smb: smbdirect: introduce smbdirect_public.h with prototypes
` [PATCH v4 059/145] smb: smbdirect: provide explicit prototypes for cross .c file functions
` [PATCH v4 060/145] smb: smbdirect: introduce the basic smbdirect.ko
` [PATCH v4 061/145] smb: client: make use of smbdirect_socket_prepare_create()
` [PATCH v4 062/145] smb: client: make use of smbdirect_socket_set_logging()
` [PATCH v4 063/145] smb: client: make use of smbdirect_socket_wake_up_all()
` [PATCH v4 064/145] smb: client: let allocate_receive_buffers() initialize complex_work as disabled
` [PATCH v4 065/145] smb: client: make use of smbdirect_socket_cleanup_work()
` [PATCH v4 066/145] smb: client: make use of smbdirect_socket_schedule_cleanup()
` [PATCH v4 067/145] smb: client: make use of smbdirect_connection_{get,put}_recv_io()
` [PATCH v4 068/145] smb: client: make use of smbdirect_connection_reassembly_{append,first}_recv_io()
` [PATCH v4 069/145] smb: client: make use of smbdirect_connection_idle_timer_work()
` [PATCH v4 070/145] smb: client: make use of smbdirect_frwr_is_supported()
` [PATCH v4 071/145] smb: client: make use of smbdirect_connection_{alloc,free}_send_io()
` [PATCH v4 072/145] smb: client: make use of smbdirect_connection_send_io_done()
` [PATCH v4 073/145] smb: client: make use of smbdirect_connection_{create,destroy}_mem_pools()
` [PATCH v4 074/145] smb: client: make use of smbdirect_map_sges_from_iter()
` [PATCH v4 075/145] smb: client: make use of smbdirect_connection_qp_event_handler()
` [PATCH v4 076/145] smb: client: make use of smbdirect_connection_negotiate_rdma_resources()
` [PATCH v4 091/145] smb: client: introduce and use smbd_mr_fill_buffer_descriptor()

[PATCH v3 0/4] smb: smbdirect/client/server: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks
 2025-11-25 14:21 UTC  (5+ messages)
` [PATCH v3 1/4] smb: smbdirect: introduce SMBDIRECT_DEBUG_ERR_PTR() helper
` [PATCH v3 2/4] smb: smbdirect: introduce SMBDIRECT_CHECK_STATUS_{WARN,DISCONNECT}()
` [PATCH v3 3/4] smb: server: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and smb_direct_cm_handler()
` [PATCH v3 4/4] smb: client: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and smbd_conn_upcall()

[PATCH v4 00/11] cifs: Miscellaneous prep patches for rewrite of I/O layer
 2025-11-25 11:19 UTC  (23+ messages)
` [PATCH v4 01/11] cifs: Use netfs_alloc/free_folioq_buffer()
` [PATCH v4 02/11] cifs: Do some preparation prior to organising the function declarations
` [PATCH v4 03/11] cifs: Clean up declarations
` [PATCH v4 04/11] cifs: Rename mid_q_entry to smb_message
` [PATCH v4 05/11] cifs: Remove the RFC1002 header from smb_hdr
` [PATCH v4 06/11] cifs: Make smb1's SendReceive() wrap cifs_send_recv()
` [PATCH v4 07/11] cifs: Clean up some places where an extra kvec[] was required for rfc1002
` [PATCH v4 08/11] cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flags
` [PATCH v4 09/11] cifs: Remove the server pointer from smb_message
` [PATCH v4 10/11] cifs: Don't need state locking in smb2_get_mid_entry()
` [PATCH v4 11/11] cifs: Add a tracepoint to log EIO errors

[PATCH v2 0/4] smb: smbdirect/client/server: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks
 2025-11-25  8:55 UTC  (5+ messages)
` [PATCH v2 1/4] smb: smbdirect: introduce SMBDIRECT_DEBUG_ERR_PTR() helper
` [PATCH v2 2/4] smb: smbdirect: introduce SMBDIRECT_CHECK_STATUS_{WARN,DISCONNECT}()
` [PATCH v2 3/4] smb: server: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and smb_direct_cm_handler()
` [PATCH v2 4/4] smb: client: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and smbd_conn_upcall()

[PATCH 0/4] smb: smbdirect/client/server: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks
 2025-11-25  8:02 UTC  (9+ messages)
` [PATCH 1/4] smb: smbdirect: introduce SMBDIRECT_DEBUG_ERR_PTR() helper
` [PATCH 2/4] smb: smbdirect: introduce SMBDIRECT_CHECK_STATUS_{WARN,DISCONNECT}()
` [PATCH 3/4] smb: server: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and smb_direct_cm_handler()
` [PATCH 4/4] smb: client: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and smbd_conn_upcall()

[PATCH] smb: client: fix memory leak in cifs_construct_tcon()
 2025-11-25  4:16 UTC  (2+ messages)

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

[PATCH] cifs: client: allow changing multichannel mount options on remount
 2025-11-24 11:49 UTC  (6+ messages)
` [PATCH] cifs: client: enforce consistent handling of multichannel and max_channels

[PATCH] ksmbd: vfs: fix race on m_flags in vfs_cache
 2025-11-24  7:33 UTC  (2+ messages)

[PATCH v3 00/12] cifs: Miscellaneous prep patches for rewrite of I/O layer
 2025-11-23 23:52 UTC  (13+ messages)
` [PATCH v3 01/12] cifs: Do some preparation prior to organising the function declarations
` [PATCH v3 02/12] cifs: Clean up declarations
` [PATCH v3 03/12] cifs: Add the smb3_read_* tracepoints to SMB1
` [PATCH v3 04/12] cifs: Use netfs_alloc/free_folioq_buffer()
` [PATCH v3 05/12] cifs: Rename mid_q_entry to smb_message
` [PATCH v3 06/12] cifs: Remove the RFC1002 header from smb_hdr
` [PATCH v3 07/12] cifs: Make smb1's SendReceive() wrap cifs_send_recv()
` [PATCH v3 08/12] cifs: Clean up some places where an extra kvec[] was required for rfc1002
` [PATCH v3 09/12] cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flags
` [PATCH v3 10/12] cifs: Remove the server pointer from smb_message
` [PATCH v3 11/12] cifs: Don't need state locking in smb2_get_mid_entry()
` [PATCH v3 12/12] cifs: Add a tracepoint to log EIO errors

[PATCH v6] smb: client: Fix mount deadlock by avoiding super block iteration in DFS reconnect
 2025-11-23 10:28 UTC 

[PATCH] ksmb: add ipv6 support in parse_srvaddr() in smb client
 2025-11-22 22:07 UTC 

Inquiry on DFS Connection Aggregation and Future Plans
 2025-11-22 16:48 UTC  (2+ messages)

Client and Server patches for upcoming Linux kernel (6.19-rc) merge window
 2025-11-21 23:38 UTC 

[GIT PULL] smb3 client fixes
 2025-11-21 19:19 UTC  (2+ messages)

[PATCH v2 0/9] netfs: Miscellaneous prep patches for rewrite of I/O layer
 2025-11-21 12:55 UTC  (11+ messages)
` [PATCH v2 1/9] cifs: Add the smb3_read_* tracepoints to SMB1
` [PATCH v2 2/9] cifs: Use netfs_alloc/free_folioq_buffer()
` [PATCH v2 3/9] cifs: Rename mid_q_entry to smb_message
` [PATCH v2 4/9] cifs: Remove the RFC1002 header from smb_hdr
` [PATCH v2 5/9] cifs: Make smb1's SendReceive() wrap cifs_send_recv()
` [PATCH v2 6/9] cifs: Clean up some places where an extra kvec[] was required for rfc1002
` [PATCH v2 7/9] cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flags
` [PATCH v2 8/9] cifs: Remove the server pointer from smb_message
` [PATCH v2 9/9] cifs: Don't need state locking in smb2_get_mid_entry()

[PATCH] cifs: fix memory leak in smb3_fs_context_parse_param error path
 2025-11-21 12:39 UTC  (3+ messages)

[PATCH] cifs: Add a tracepoint to log EIO errors
 2025-11-21 11:56 UTC 

[PATCH 6.6.y] smb: client: support kvec iterators in async read path
 2025-11-21 10:31 UTC  (6+ messages)

[PATCH AUTOSEL 6.17-6.1] smb: fix invalid username check in smb3_fs_context_parse_param()
 2025-11-20 12:08 UTC 

[PATCH v2] ksmbd: Replace strcpy + strcat to improve convert_to_nt_pathname
 2025-11-20  8:35 UTC  (2+ messages)

[PATCH] cifs: avoid deprecated strcat() in smb21_set_oplock_level()
 2025-11-19 11:12 UTC 

[PATCH] ksmbd: Replace strcpy + strcat with scnprintf in convert_to_nt_pathname
 2025-11-19  1:23 UTC  (3+ messages)

Multichannel mount failures to Samba depending on IP address (single channel works)
 2025-11-19  0:08 UTC  (2+ messages)

[syzbot] [cifs?] memory leak in smb3_fs_context_fullpath
 2025-11-18 12:10 UTC  (8+ messages)


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