Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2025-11-25 18:06:54 to 2025-12-02 10:34:48 UTC [more...]

[PATCH RESEND v3] vfs: remove the excl argument from the ->create() inode_operation
 2025-12-02 10:34 UTC  (2+ messages)

[PATCH v6 00/15] Create and use APIs to centralise locking for directory ops
 2025-12-02  8:46 UTC  (16+ messages)
` [PATCH v6 06/15] VFS: introduce start_creating_noperm() and start_removing_noperm()
    ` [PATCH] fuse: fix conversion of fuse_reverse_inval_entry() to start_removing()

[PATCH v6 0/9] cifs: Miscellaneous prep patches for rewrite of I/O layer
 2025-12-02  7:15 UTC  (12+ messages)
` [PATCH v6 1/9] cifs: Remove the RFC1002 header from smb_hdr
` [PATCH v6 2/9] cifs: Make smb1's SendReceive() wrap cifs_send_recv()
` [PATCH v6 3/9] cifs: Clean up some places where an extra kvec[] was required for rfc1002
` [PATCH v6 4/9] cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flags
` [PATCH v6 5/9] cifs: Fix specification of function pointers
` [PATCH v6 6/9] cifs: Remove the server pointer from smb_message
` [PATCH v6 7/9] cifs: Don't need state locking in smb2_get_mid_entry()
` [PATCH v6 8/9] cifs: Add a tracepoint to log EIO errors
` [PATCH v6 9/9] cifs: Do some preparation prior to organising the function declarations

[GIT PULL] smb client and server fixes
 2025-12-02  1:06 UTC 

[PATCH v5 0/9] cifs: Miscellaneous prep patches for rewrite of I/O layer
 2025-12-01 23:07 UTC  (13+ messages)
` [PATCH v5 1/9] cifs: Rename mid_q_entry to smb_message
` [PATCH v5 2/9] cifs: Remove the RFC1002 header from smb_hdr
` [PATCH v5 3/9] cifs: Make smb1's SendReceive() wrap cifs_send_recv()
` [PATCH v5 4/9] cifs: Clean up some places where an extra kvec[] was required for rfc1002
` [PATCH v5 5/9] cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flags
` [PATCH v5 6/9] cifs: Remove the server pointer from smb_message
` [PATCH v5 7/9] cifs: Don't need state locking in smb2_get_mid_entry()
` [PATCH v5 8/9] cifs: Add a tracepoint to log EIO errors
` [PATCH v5 9/9] cifs: Do some preparation prior to organising the function declarations

[PATCH 5.10.y] smb: client: fix memory leak in cifs_construct_tcon()
 2025-12-01 22:24 UTC 

[PATCH 5.15.y] smb: client: fix memory leak in cifs_construct_tcon()
 2025-12-01 22:09 UTC 

[PATCH] cifs: client: allow changing multichannel mount options on remount
 2025-12-01 18:35 UTC  (5+ messages)

Can we sort out the prototypes within the cifs headers?
 2025-12-01 18:16 UTC  (4+ messages)

[PATCH] cifscreds: fix parsing of commands and parameters
 2025-12-01 17:35 UTC  (4+ messages)

[PATCH] cifs: client: allow changing multichannel mount options on remount
 2025-12-01  6:25 UTC 

linux-next: duplicate patches in the ksmbd tree
 2025-11-30 20:36 UTC 

[PATCH] smb: client: Remove incorrect TODO in cifs_mkdir()
 2025-11-29 18:26 UTC 

6.19-rc merge window
 2025-11-29 17:39 UTC 

[PATCH v4 000/145] smb: smbdirect/client/server: moving to common functions and smbdirect.ko
 2025-11-29  9:54 UTC  (83+ messages)
` [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 077/145] smb: client: make use of smbdirect_connection_{create,destroy}_qp()
` [PATCH v4 078/145] smb: client: initialize recv_io->cqe.done = recv_done just once
` [PATCH v4 079/145] smb: client: make use of smbdirect_connection_post_recv_io()
` [PATCH v4 080/145] smb: client: make use of smbdirect_connection_recv_io_refill_work()
` [PATCH v4 081/145] smb: client: make use of functions from smbdirect_mr.c
` [PATCH v4 082/145] smb: client: make use of smbdirect_socket_destroy_sync()
` [PATCH v4 083/145] smb: client: make use of smbdirect_connection_recvmsg()
` [PATCH v4 084/145] smb: client: let smbd_post_send() make use of request->wr
` [PATCH v4 085/145] smb: client: make use of smbdirect_connection_grant_recv_credits()
` [PATCH v4 086/145] smb: client: make use of smbdirect_connection_request_keep_alive()
` [PATCH v4 087/145] smb: client: change smbd_post_send_empty() to void return
` [PATCH v4 088/145] smb: client: let smbd_post_send_iter() get remaining_length and return data_length
` [PATCH v4 089/145] smb: client: let smbd_post_send_full_iter() "
` [PATCH v4 090/145] smb: client: make use of smbdirect_connection_send_{single_iter,immediate_work}()
` [PATCH v4 091/145] smb: client: introduce and use smbd_mr_fill_buffer_descriptor()
` [PATCH v4 092/145] smb: client: introduce and use smbd_debug_proc_show()
` [PATCH v4 093/145] smb: client: make use of smbdirect_socket_init_new() and smbdirect_connect_sync()
` [PATCH v4 094/145] smb: client: make use of smbdirect_socket_create_kern()/smbdirect_socket_release()
` [PATCH v4 095/145] smb: client: only use public smbdirect functions
` [PATCH v4 096/145] smb: client: make use of smbdirect.ko
` [PATCH v4 097/145] smb: server: make use of smbdirect_socket_prepare_create()
` [PATCH v4 098/145] smb: server: make use of smbdirect_socket_set_logging()
` [PATCH v4 099/145] smb: server: make use of smbdirect_socket_wake_up_all()
` [PATCH v4 100/145] smb: server: let smb_direct_create_pools() initialize complex_work as disabled
` [PATCH v4 101/145] smb: server: make use of smbdirect_socket_cleanup_work()
` [PATCH v4 102/145] smb: server: make use of smbdirect_socket_schedule_cleanup()
` [PATCH v4 103/145] smb: server: make use of smbdirect_connection_{get,put}_recv_io()
` [PATCH v4 104/145] smb: server: make use of smbdirect_connection_reassembly_{append,first}_recv_io()
` [PATCH v4 105/145] smb: server: make use of smbdirect_connection_idle_timer_work()
` [PATCH v4 106/145] smb: server: make use of smbdirect_frwr_is_supported()
` [PATCH v4 107/145] smb: server: make use of smbdirect_connection_{alloc,free}_send_io()
` [PATCH v4 108/145] smb: server: make use of smbdirect_connection_send_io_done()
` [PATCH v4 109/145] smb: server: make use of smbdirect_connection_{create,destroy}_mem_pools()
` [PATCH v4 110/145] smb: server: make use of smbdirect_map_sges_from_iter()
` [PATCH v4 111/145] smb: server: make use of smbdirect_connection_qp_event_handler()
` [PATCH v4 112/145] smb: server: make use of smbdirect_connection_negotiate_rdma_resources()
` [PATCH v4 113/145] smb: server: make use of smbdirect_connection_{create,destroy}_qp()
` [PATCH v4 114/145] smb: server: initialize recv_io->cqe.done = recv_done just once
` [PATCH v4 115/145] smb: server: make use of smbdirect_connection_post_recv_io()
` [PATCH v4 116/145] smb: server: make use of smbdirect_connection_recv_io_refill[_work]()
` [PATCH v4 117/145] smb: server: make use of smbdirect_get_buf_page_count()
` [PATCH v4 118/145] smb: server: make use of smbdirect_socket_wait_for_credits()
` [PATCH v4 119/145] smb: server: make use of functions from smbdirect_rw.c
` [PATCH v4 120/145] smb: server: make use of smbdirect_socket_destroy_sync()
` [PATCH v4 121/145] smb: server: make use of smbdirect_connection_recvmsg()
` [PATCH v4 122/145] smb: server: make use of smbdirect_connection_grant_recv_credits()
` [PATCH v4 123/145] smb: server: make use of smbdirect_connection_request_keep_alive()
` [PATCH v4 124/145] smb: server: move iov_iter_kvec() out of smb_direct_post_send_data()
` [PATCH v4 125/145] smb: server: inline smb_direct_create_header() into smb_direct_post_send_data()
` [PATCH v4 126/145] smb: server: let smbdirect_map_sges_from_iter() truncate the message boundary
` [PATCH v4 127/145] smb: server: split out smb_direct_send_iter() out of smb_direct_writev()
` [PATCH v4 128/145] smb: server: let smb_direct_post_send_data() return data_length
` [PATCH v4 129/145] smb: server: make use of smbdirect_connection_send_iter() and related functions
` [PATCH v4 130/145] smb: server: make use of smbdirect_{socket_init_accepting,connection_wait_for_connected}()
` [PATCH v4 131/145] smb: server: make use of smbdirect_socket_create_accepting()/smbdirect_socket_release()
` [PATCH v4 132/145] smb: server: only use public smbdirect functions
` [PATCH v4 133/145] smb: server: make use of smbdirect.ko
` [PATCH v4 134/145] smb: smbdirect: wrap rdma_disconnect() in rdma_[un]lock_handler()
` [PATCH v4 135/145] smb: smbdirect: remove unused smbdirect_connection_mr_io_recovery_work()
` [PATCH v4 136/145] smb: smbdirect: prepare use of dedicated workqueues for different steps
` [PATCH v4 137/145] smb: smbdirect: introduce global workqueues
` [PATCH v4 138/145] smb: client: no longer use smbdirect_socket_set_custom_workqueue()
` [PATCH v4 139/145] smb: server: "
` [PATCH v4 140/145] smb: smbdirect: split out smbdirect_accept_negotiate_finish()
` [PATCH v4 141/145] smb: smbdirect: introduce smbdirect_socket_bind()
` [PATCH v4 142/145] smb: smbdirect: introduce smbdirect_socket_{listen,accept}()
` [PATCH v4 143/145] smb: server: make use of smbdirect_socket_{listen,accept}()
` [PATCH v4 144/145] smb: server: remove unused ksmbd_transport_ops.prepare()
` [PATCH v4 145/145] smb: smbdirect: remove unused SMBDIRECT_USE_INLINE_C_FILES logic

[PATCH] ksmbd: Add check in cifs_mkdir() for SMB2/3
 2025-11-29  3:55 UTC  (2+ messages)

[PATCH] MAINTAINERS: change git.samba.org to https
 2025-11-28 22:35 UTC  (6+ messages)

[PATCH net-next v5 00/16] net: introduce QUIC infrastructure and core subcomponents
 2025-11-28 22:21 UTC  (3+ messages)

[PATCH v3 0/4] smb: smbdirect/client/server: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks
 2025-11-28 18:05 UTC  (18+ messages)

[PATCH] net: define IPPROTO_SMBDIRECT and SOL_SMBDIRECT constants
 2025-11-27 17:47 UTC  (3+ messages)

[PATCH v2 6.6] ksmbd: fix use-after-free in session logoff
 2025-11-27 16:23 UTC 

[PATCH v2 6.1] ksmbd: fix use-after-free in session logoff
 2025-11-27 16:13 UTC 

[PATCH 6.1] ksmbd: fix use-after-free in session logoff
 2025-11-27 16:11 UTC  (3+ messages)

[PATCH 6.6] ksmbd: fix use-after-free in session logoff
 2025-11-27 15:11 UTC 

[PATCH 6.17 146/175] smb: client: handle lack of IPC in dfs_cache_refresh()
 2025-11-27 14:46 UTC 

[PATCH 6.6.y] smb: client: support kvec iterators in async read path
 2025-11-27 14:18 UTC  (8+ messages)

[PATCH v3] RDMA/rxe: reclassify sockets in order to avoid false positives from lockdep
 2025-11-27 12:10 UTC  (2+ messages)

[PATCH v2] RDMA/siw: reclassify sockets in order to avoid false positives from lockdep
 2025-11-27 12:10 UTC  (3+ messages)

[PATCH v2] RDMA/rxe: reclassify sockets in order to avoid false positives from lockdep
 2025-11-27 10:57 UTC  (3+ messages)

[PATCH] io_uring/net: wire up support for sk->sk_prot->uring_cmd() with SOCKET_URING_OP_PASSTHROUGH_FLAG
 2025-11-27 10:00 UTC  (3+ messages)

[GIT PULL] smb3 client fix
 2025-11-27  4:27 UTC  (2+ messages)

[PATCH] RDMA/siw: reclassify sockets in order to avoid false positives from lockdep
 2025-11-26 14:48 UTC  (4+ messages)

[PATCH] RDMA/rxe: reclassify sockets in order to avoid false positives from lockdep
 2025-11-26 10:42 UTC 

[PATCH] ksmbd: ipc: fix use-after-free in ipc_msg_send_request
 2025-11-26  3:28 UTC  (2+ messages)

[PATCH] smb: client: fix memory leak in cifs_construct_tcon()
 2025-11-26  0:01 UTC  (2+ messages)

[PATCH] docs: update echo_interval description
 2025-11-25 23:58 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