summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)Author
2026-04-15smb: client: make use of smbdirect_connection_grant_recv_credits()Stefan Metzmacher
2026-04-15smb: client: make use of smbdirect_connection_recvmsg()Stefan Metzmacher
2026-04-15smb: client: make use of smbdirect_socket_destroy_sync()Stefan Metzmacher
2026-04-15smb: client: make use of functions from smbdirect_mr.cStefan Metzmacher
2026-04-15smb: client: make use of smbdirect_connection_recv_io_refill_work()Stefan Metzmacher
2026-04-15smb: client: make use of smbdirect_connection_post_recv_io()Stefan Metzmacher
2026-04-15smb: client: initialize recv_io->cqe.done = recv_done just onceStefan Metzmacher
2026-04-15smb: client: make use of smbdirect_connection_{create,destroy}_qp()Stefan Metzmacher
2026-04-15smb: client: make use of smbdirect_connection_negotiate_rdma_resources()Stefan Metzmacher
2026-04-15smb: client: make use of smbdirect_connection_qp_event_handler()Stefan Metzmacher
2026-04-15smb: client: make use of smbdirect_map_sges_from_iter()Stefan Metzmacher
2026-04-15smb: client: make use of smbdirect_connection_{create,destroy}_mem_pools()Stefan Metzmacher
2026-04-15smb: client: make use of smbdirect_connection_send_io_done()Stefan Metzmacher
2026-04-15smb: client: make use of smbdirect_connection_{alloc,free}_send_io()Stefan Metzmacher
2026-04-15smb: client: make use of smbdirect_frwr_is_supported()Stefan Metzmacher
2026-04-15smb: client: make use of smbdirect_connection_idle_timer_work()Stefan Metzmacher
2026-04-15smb: client: make use of smbdirect_connection_reassembly_{append,first}_recv_...Stefan Metzmacher
2026-04-15smb: client: make use of smbdirect_connection_{get,put}_recv_io()Stefan Metzmacher
2026-04-15smb: client: make use of smbdirect_socket_schedule_cleanup()Stefan Metzmacher
2026-04-15smb: client: make use of smbdirect_socket_cleanup_work()Stefan Metzmacher
2026-04-15smb: client: make use of smbdirect_socket_wake_up_all()Stefan Metzmacher
2026-04-15smb: client: make use of smbdirect_socket_set_logging()Stefan Metzmacher
2026-04-15smb: client: make use of smbdirect_socket_prepare_create()Stefan Metzmacher
2026-04-15smb: smbdirect: introduce smbdirect_socket_{listen,accept}()Stefan Metzmacher
2026-04-15smb: client: include smbdirect_all_c_files.cStefan Metzmacher
2026-04-15Merge tag 'v7.1-rc-part1-ksmbd-srv-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-04-15smb: client: fix integer underflow in receive_encrypted_read()Dudu Lu
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-14smb: client: add tracepoints for deferred handle cachingBharath SM
2026-04-14smb: client: add oplock level to smb3_open_done tracepointBharath SM
2026-04-14smb: client: add tracepoint for local lock conflictsBharath SM
2026-04-14smb: client: add tracepoints for lock operationsBharath SM
2026-04-14vfs: get rid of BUG_ON() in d_mark_tmpfile_name()Paulo Alcantara
2026-04-13smb: client: allow both 'lease' and 'nolease' mount optionsRajasi Mandal
2026-04-12smb: client: avoid double-free in smbd_free_send_io() after smbd_send_batch_f...Stefan Metzmacher
2026-04-12smb: move filesystem_vol_info into common/fscc.hZhangGuoDong
2026-04-12smb: move file_basic_info into common/fscc.hZhangGuoDong
2026-04-10smb: client: get rid of d_drop()+d_add()Paulo Alcantara
2026-04-10smb: client: set ATTR_TEMPORARY with O_TMPFILE | O_EXCLPaulo Alcantara
2026-04-10smb: client: add support for O_TMPFILEPaulo Alcantara
2026-04-10smb: client: add missing MODULE_DESCRIPTION() to smb1maperror_testVenkat Rao Bagalkote
2026-04-07smb: client: fix OOB reads parsing symlink error responseGreg Kroah-Hartman
2026-04-07smb: client: fix off-by-8 bounds check in check_wsl_eas()Greg Kroah-Hartman
2026-04-05smb: client: Remove unnecessary selection of CRYPTO_ECBEric Biggers
2026-04-05smb/client: move smb2maperror declarations to smb2proto.hZhangGuoDong
2026-04-05smb/client: introduce KUnit tests to check DOS/SRV err mapping searchYouling Tang
2026-04-05smb/client: check if SMB1 DOS/SRV error mapping arrays are sortedYouling Tang
2026-04-05smb/client: use binary search for SMB1 DOS/SRV error mappingHuiwen He
2026-04-05smb/client: autogenerate SMB1 DOS/SRV to POSIX error mappingHuiwen He
2026-04-05smb/client: annotate smberr.h with POSIX error codesHuiwen He