linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-14 01:13:30 to 2025-08-25 20:52:22 UTC [more...]

[PATCH v4 000/142] smb: smbdirect/client/server: make use of common structures
 2025-08-25 20:40 UTC  (64+ messages)
` [PATCH v4 001/142] smb: smbdirect: introduce smbdirect_socket.status_wait
` [PATCH v4 002/142] smb: smbdirect: introduce smbdirect_socket_init()
` [PATCH v4 003/142] smb: smbdirect: introduce smbdirect_socket.disconnect_work
` [PATCH v4 004/142] smb: smbdirect: introduce smbdirect_socket.send_io.pending.{count,wait_queue}
` [PATCH v4 005/142] smb: smbdirect: introduce smbdirect_socket.send_io.credits.{count,wait_queue}
` [PATCH v4 006/142] smb: smbdirect: introduce struct smbdirect_send_batch
` [PATCH v4 007/142] smb: smbdirect: introduce smbdirect_socket.rw_io.credits
` [PATCH v4 008/142] smb: smbdirect: introduce struct smbdirect_rw_io
` [PATCH v4 009/142] smb: smbdirect: introduce smbdirect_socket.recv_io.{posted,credits}
` [PATCH v4 010/142] smb: smbdirect: introduce smbdirect_socket_parameters.{resolve_{addr,route},rdma_connect,negotiate}_timeout_msec
` [PATCH v4 011/142] smb: smbdirect: introduce smbdirect_socket_parameters.{initiator_depth,responder_resources}
` [PATCH v4 012/142] smb: smbdirect: introduce smbdirect_socket.rdma.legacy_iwarp
` [PATCH v4 013/142] smb: smbdirect: introduce smbdirect_socket.idle.{keepalive,immediate_work,timer_work}
` [PATCH v4 014/142] smb: smbdirect: introduce smbdirect_socket.statistics
` [PATCH v4 015/142] smb: smbdirect: introduce smbdirect_socket.workqueue
` [PATCH v4 016/142] smb: smbdirect: introduce struct smbdirect_mr_io
` [PATCH v4 017/142] smb: smbdirect: introduce smbdirect_socket_parameters.max_frmr_depth
` [PATCH v4 018/142] smb: smbdirect: introduce smbdirect_socket.mr_io.*
` [PATCH v4 019/142] smb: client/smbdirect: replace SMBDIRECT_SOCKET_CONNECTING with more detailed states
` [PATCH v4 020/142] smb: client: use status_wait and SMBDIRECT_SOCKET_NEGOTIATE_RUNNING for completion
` [PATCH v4 021/142] smb: client: use status_wait and SMBDIRECT_SOCKET_RESOLVE_{ADDR,ROUTE}_RUNNING "
` [PATCH v4 022/142] smb: client: make use of smbdirect_socket.status_wait
` [PATCH v4 023/142] smb: client: make only use of wake_up[_all]() in smbdirect.c
` [PATCH v4 024/142] smb: client: make use of smbdirect_socket_init()
` [PATCH v4 025/142] smb: client: make use of smbdirect_socket.disconnect_work
` [PATCH v4 026/142] smb: client: make use of smbdirect_socket.send_io.pending.{count,wait_queue}
` [PATCH v4 027/142] smb: client: make use of smbdirect_socket.send_io.credits.{count,wait_queue}
` [PATCH v4 028/142] smb: client: make sure smbd_disconnect_rdma_work() doesn't run after smbd_destroy() took over
` [PATCH v4 029/142] smb: client: use disable[_delayed]_work_sync in smbdirect.c
` [PATCH v4 030/142] smb: client: let smbd_destroy() call disable_work_sync(&info->post_send_credits_work)
` [PATCH v4 031/142] smb: client: queue post_recv_credits_work also if the peer raises the credit target
` [PATCH v4 032/142] smb: client: make use of ib_wc_status_msg() and skip IB_WC_WR_FLUSH_ERR logging
` [PATCH v4 033/142] smb: client: remove info->wait_receive_queues handling in smbd_destroy()
` [PATCH v4 034/142] smb: client: limit the range of info->receive_credit_target
` [PATCH v4 035/142] smb: client: count the number of posted recv_io messages in order to calculated credits
` [PATCH v4 036/142] smb: client: make use of smbdirect_socket.recv_io.{posted,credits}
` [PATCH v4 037/142] smb: client: remove useless smbd_connection.send_immediate
` [PATCH v4 038/142] smb: client: fill smbdirect_socket_parameters at the beginning and use the values from there
` [PATCH v4 039/142] smb: client: make use of smbdirect_socket_parameters.{resolve_{addr,route},rdma_connect,negotiate}_timeout_msec
` [PATCH v4 040/142] smb: client: make use of smbdirect_socket_parameters.{initiator_depth,responder_resources}
` [PATCH v4 041/142] smb: client: make use of smbdirect_socket.rdma.legacy_iwarp
` [PATCH v4 042/142] smb: client: send empty packets via send_immediate_work
` [PATCH v4 043/142] smb: client: fix smbdirect keep alive handling to match the documentation
` [PATCH v4 044/142] smb: client: make use of smbdirect_socket.idle.{keepalive,immediate_work,timer_work}
` [PATCH v4 045/142] smb: client: remove unused smbd_connection->protocol
` [PATCH v4 046/142] smb: client: remove unused smbd_connection.count_reassembly_queue
` [PATCH v4 047/142] smb: client: make use of smbdirect_socket.statistics
` [PATCH v4 048/142] smb: client: don't check sc->send_io.pending.count is below sp->send_credit_target
` [PATCH v4 049/142] smb: client: move rdma_readwrite_threshold from smbd_connection to TCP_Server_Info
` [PATCH v4 050/142] smb: client: make use of smbdirect_socket.workqueue
` [PATCH v4 051/142] smb: client: add and use smbd_get_parameters()
` [PATCH v4 052/142] smb: client: make use of struct smbdirect_mr_io
` [PATCH v4 053/142] smb: client: make use of smbdirect_socket_parameters.max_frmr_depth
` [PATCH v4 054/142] smb: client: make use of smbdirect_socket.mr_io
` [PATCH v4 055/142] smb: client: pass struct smbdirect_socket to {get,put}_receive_buffer()
` [PATCH v4 056/142] smb: client: pass struct smbdirect_socket to {allocate,destroy}_receive_buffers()
` [PATCH v4 057/142] smb: client: pass struct smbdirect_socket to {allocate,destroy}_caches_and_workqueue()
` [PATCH v4 058/142] smb: client: pass struct smbdirect_socket to {enqueue,_get_first}_reassembly()
` [PATCH v4 059/142] smb: client: pass struct smbdirect_socket to {allocate,destroy}_mr_list()
` [PATCH v4 060/142] smb: client: pass struct smbdirect_socket to smbd_disconnect_rdma_connection()
` [PATCH v4 061/142] smb: client: pass struct smbdirect_socket to smbd_post_recv()
` [PATCH v4 062/142] smb: client: pass struct smbdirect_socket to manage_credits_prior_sending()
` [PATCH v4 063/142] smb: client: pass struct smbdirect_socket to smbd_post_send()

[PATCH] smb: client: fix data loss due to broken rename(2)
 2025-08-25 16:20 UTC 

[PATCH 0/4] smb: Backport UAF fixes for v5.4.y
 2025-08-24  8:47 UTC  (2+ messages)

[PATCH][SMB3 client] fix copy_file_range() return codes to fix generic/157 test
 2025-08-24  2:29 UTC 

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

Current state of smbdirect patches
 2025-08-22 15:53 UTC  (5+ messages)

[PATCH v2] smb: server: fix IRD/ORD negotiation with the client
 2025-08-22 14:46 UTC  (4+ messages)

[GIT PULL] smb3 client fix
 2025-08-22 13:36 UTC  (2+ messages)

[PATCH 6.12.y] netfs: Fix unbuffered write error handling
 2025-08-22  3:08 UTC 

struct rdma_conn_param uses u8 for responder_resources, initiator_depth and private_data_len
 2025-08-21 21:11 UTC  (2+ messages)

[PATCH V5] smb: client: Fix mount deadlock by avoiding super block iteration in DFS reconnect
 2025-08-21 16:12 UTC  (2+ messages)

[GIT PULL] ksmbd server fixes
 2025-08-21 12:01 UTC  (2+ messages)

[PATCH] smb: client: fix sending the iwrap custom IRD/ORD negotiation messages
 2025-08-21  9:31 UTC 

[PATCH 1/4] smb: server: fix IRD/ORD negotiation with the client
 2025-08-21  9:29 UTC  (2+ messages)

[PATCH] ksmbd: allow a filename to contain colons on SMB3.1.1 posix extensions
 2025-08-21  3:05 UTC  (7+ messages)
      ` Fwd: "

SMB3.1.1 POSIX Extensions chmod behavior
 2025-08-20 23:34 UTC 

[PATCH v4] smb: client: Fix mount deadlock by avoiding super block iteration in DFS reconnect
 2025-08-20 12:08 UTC  (5+ messages)

[PATCH] cifs-utils: Fix documentation for character remappings
 2025-08-19 23:14 UTC  (2+ messages)

[PATCH AUTOSEL 6.16-6.1] smb: client: fix race with concurrent opens in unlink(2)
 2025-08-19 17:35 UTC  (2+ messages)
` [PATCH AUTOSEL 6.16-6.1] smb: client: fix race with concurrent opens in rename(2)

[PATCH] cifs: Fix oops due to uninitialised variable
 2025-08-19 16:22 UTC  (2+ messages)

[PATCH v3] ksmbd: add kcov remote coverage support via ksmbd_conn
 2025-08-19 14:56 UTC  (3+ messages)

[PATCH 00/11] VFS: prepare for changes to directory locking
 2025-08-19  8:37 UTC  (5+ messages)
` [PATCH 04/11] VFS: introduce dentry_lookup_continue()

[PATCH next] smb: client: Fix NULL vs ERR_PTR() returns in cifs_get_tcon_super()
 2025-08-19  5:27 UTC  (5+ messages)

Common smbdirect debugging/loggin/tracing
 2025-08-18 21:35 UTC  (2+ messages)

[PATCH 6.16 057/570] smb: client: let send_done() cleanup before calling smbd_disconnect_rdma_connection()
 2025-08-18 12:47 UTC  (5+ messages)
` [PATCH 6.16 058/570] smb: client: dont wait for info->send_pending == 0 on error
` [PATCH 6.16 361/570] smb: client: fix session setup against servers that require SPN
` [PATCH 6.16 455/570] smb: client: dont call init_waitqueue_head(&info->conn_wait) twice in _smbd_get_connection
` [PATCH 6.16 474/570] cifs: Fix collect_sample() to handle any iterator type

[PATCH 6.15 053/515] smb: client: let send_done() cleanup before calling smbd_disconnect_rdma_connection()
 2025-08-18 12:47 UTC  (5+ messages)
` [PATCH 6.15 054/515] smb: client: dont wait for info->send_pending == 0 on error
` [PATCH 6.15 333/515] smb: client: fix session setup against servers that require SPN
` [PATCH 6.15 421/515] smb: client: dont call init_waitqueue_head(&info->conn_wait) twice in _smbd_get_connection
` [PATCH 6.15 435/515] cifs: Fix collect_sample() to handle any iterator type

[PATCH 6.12 043/444] smb: client: let send_done() cleanup before calling smbd_disconnect_rdma_connection()
 2025-08-18 12:46 UTC  (4+ messages)
` [PATCH 6.12 044/444] smb: client: dont wait for info->send_pending == 0 on error
` [PATCH 6.12 357/444] smb: client: dont call init_waitqueue_head(&info->conn_wait) twice in _smbd_get_connection
` [PATCH 6.12 370/444] cifs: Fix collect_sample() to handle any iterator type

[PATCH 5.4.y] smb: client: let send_done() cleanup before calling smbd_disconnect_rdma_connection()
 2025-08-17 15:18 UTC 

[PATCH 5.10.y] smb: client: let send_done() cleanup before calling smbd_disconnect_rdma_connection()
 2025-08-17 14:38 UTC 

[PATCH 5.15.y] smb: client: let send_done() cleanup before calling smbd_disconnect_rdma_connection()
 2025-08-17 14:28 UTC 

[fstests generic/478] OFD lock testing be stuck on cifs
 2025-08-17 14:13 UTC 

[PATCH 6.1.y] smb: client: let send_done() cleanup before calling smbd_disconnect_rdma_connection()
 2025-08-17 13:51 UTC 

[PATCH 6.16 563/627] smb: client: let send_done() cleanup before calling smbd_disconnect_rdma_connection()
 2025-08-17 10:00 UTC  (7+ messages)

ksmbd: limit repeated connections from clients with the same IP
 2025-08-16  0:50 UTC  (2+ messages)

[PATCH] smb: server: split ksmbd_rdma_stop_listening() out of ksmbd_rdma_destroy()
 2025-08-15 21:12 UTC  (8+ messages)

[PATCH] netfs: Fix unbuffered write error handling
 2025-08-15 16:09 UTC  (3+ messages)

[GIT PULL] smb3 client fixes
 2025-08-15 14:06 UTC  (2+ messages)

[PATCH V3] smb: client: Fix mount deadlock by avoiding super block iteration in DFS reconnect
 2025-08-15  2:55 UTC  (3+ messages)

Questions about wake_up[_interruptible][_all]
 2025-08-15  2:47 UTC  (4+ messages)

[PATCH 11/11] VFS: introduce d_alloc_noblock() and d_alloc_locked()
 2025-08-14 13:47 UTC  (3+ messages)

[PATCH 07/11] VFS: Change vfs_mkdir() to unlock on failure
 2025-08-14 13:29 UTC  (3+ messages)

[PATCH] cifs: Fix UAF in cifs_demultiplex_thread()
 2025-08-14  4:51 UTC 

[PATCH 05/11] VFS: add rename_lookup()
 2025-08-14  1:40 UTC  (3+ messages)

[PATCH 09/11] VFS: use global wait-queue table for d_alloc_parallel()
 2025-08-14  1:31 UTC  (2+ messages)


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 NNTP newsgroup(s).