index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
/
smbdirect.c
Age
Commit message (
Expand
)
Author
2026-05-01
smb: smbdirect: introduce and use include/linux/smbdirect.h
Stefan Metzmacher
2026-05-01
smb: smbdirect: make use of DEFAULT_SYMBOL_NAMESPACE and EXPORT_SYMBOL_GPL
Stefan Metzmacher
2026-04-22
smb: smbdirect: move fs/smb/common/smbdirect/ to fs/smb/smbdirect/
Stefan Metzmacher
2026-04-15
smb: client: no longer use smbdirect_socket_set_custom_workqueue()
Stefan Metzmacher
2026-04-15
smb: client: make use of smbdirect.ko
Stefan Metzmacher
2026-04-15
smb: client: only use public smbdirect functions
Stefan Metzmacher
2026-04-15
smb: client: make use of smbdirect_socket_create_kern()/smbdirect_socket_rele...
Stefan Metzmacher
2026-04-15
smb: client: make use of smbdirect_socket_init_new() and smbdirect_connect_sy...
Stefan Metzmacher
2026-04-15
smb: client: introduce and use smbd_debug_proc_show()
Stefan Metzmacher
2026-04-15
smb: client: introduce and use smbd_mr_fill_buffer_descriptor()
Stefan Metzmacher
2026-04-15
smb: client: make use of smbdirect_connection_send_{single_iter,immediate_wor...
Stefan Metzmacher
2026-04-15
smb: client: let smbd_post_send_full_iter() get remaining_length and return d...
Stefan Metzmacher
2026-04-15
smb: client: let smbd_post_send_iter() get remaining_length and return data_l...
Stefan Metzmacher
2026-04-15
smb: client: change smbd_post_send_empty() to void return
Stefan Metzmacher
2026-04-15
smb: client: make use of smbdirect_connection_request_keep_alive()
Stefan Metzmacher
2026-04-15
smb: client: make use of smbdirect_connection_grant_recv_credits()
Stefan Metzmacher
2026-04-15
smb: client: make use of smbdirect_connection_recvmsg()
Stefan Metzmacher
2026-04-15
smb: client: make use of smbdirect_socket_destroy_sync()
Stefan Metzmacher
2026-04-15
smb: client: make use of functions from smbdirect_mr.c
Stefan Metzmacher
2026-04-15
smb: client: make use of smbdirect_connection_recv_io_refill_work()
Stefan Metzmacher
2026-04-15
smb: client: make use of smbdirect_connection_post_recv_io()
Stefan Metzmacher
2026-04-15
smb: client: initialize recv_io->cqe.done = recv_done just once
Stefan Metzmacher
2026-04-15
smb: client: make use of smbdirect_connection_{create,destroy}_qp()
Stefan Metzmacher
2026-04-15
smb: client: make use of smbdirect_connection_negotiate_rdma_resources()
Stefan Metzmacher
2026-04-15
smb: client: make use of smbdirect_connection_qp_event_handler()
Stefan Metzmacher
2026-04-15
smb: client: make use of smbdirect_map_sges_from_iter()
Stefan Metzmacher
2026-04-15
smb: client: make use of smbdirect_connection_{create,destroy}_mem_pools()
Stefan Metzmacher
2026-04-15
smb: client: make use of smbdirect_connection_send_io_done()
Stefan Metzmacher
2026-04-15
smb: client: make use of smbdirect_connection_{alloc,free}_send_io()
Stefan Metzmacher
2026-04-15
smb: client: make use of smbdirect_frwr_is_supported()
Stefan Metzmacher
2026-04-15
smb: client: make use of smbdirect_connection_idle_timer_work()
Stefan Metzmacher
2026-04-15
smb: client: make use of smbdirect_connection_reassembly_{append,first}_recv_...
Stefan Metzmacher
2026-04-15
smb: client: make use of smbdirect_connection_{get,put}_recv_io()
Stefan Metzmacher
2026-04-15
smb: client: make use of smbdirect_socket_schedule_cleanup()
Stefan Metzmacher
2026-04-15
smb: client: make use of smbdirect_socket_cleanup_work()
Stefan Metzmacher
2026-04-15
smb: client: make use of smbdirect_socket_wake_up_all()
Stefan Metzmacher
2026-04-15
smb: client: make use of smbdirect_socket_set_logging()
Stefan Metzmacher
2026-04-15
smb: client: make use of smbdirect_socket_prepare_create()
Stefan Metzmacher
2026-04-15
smb: smbdirect: introduce smbdirect_socket_{listen,accept}()
Stefan Metzmacher
2026-04-15
smb: client: include smbdirect_all_c_files.c
Stefan Metzmacher
2026-04-12
smb: client: avoid double-free in smbd_free_send_io() after smbd_send_batch_f...
Stefan Metzmacher
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-08
smb: client: correct value for smbd_max_fragmented_recv_size
Stefan Metzmacher
2026-02-08
smb: client: make use of rdma_restrict_node_type()
Stefan Metzmacher
2026-02-08
smb: client: let send_done handle a completion without IB_SEND_SIGNALED
Stefan Metzmacher
2026-02-08
smb: client: let smbd_post_send_negotiate_req() use smbd_post_send()
Stefan Metzmacher
2026-02-08
smb: client: fix last send credit problem causing disconnects
Stefan Metzmacher
2026-02-08
smb: client: make use of smbdirect_socket.send_io.bcredits
Stefan Metzmacher
[next]