aboutsummaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)AuthorFilesLines
6 dayssmb: smbdirect: introduce and use include/linux/smbdirect.hStefan Metzmacher2-2/+1
6 dayssmb: smbdirect: make use of DEFAULT_SYMBOL_NAMESPACE and EXPORT_SYMBOL_GPLStefan Metzmacher1-0/+2
8 dayscifs: change_conf needs to be called for session setupShyam Prasad N1-0/+11
8 dayssmb: client: change allocation requirements in smb2_compound_opFredric Cover1-1/+1
11 dayssmb/client: remove unused smb3_parse_opt()David Disseldorp2-32/+0
14 daysMerge tag 'v7.1-rc-part2-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds3-3/+3
14 daysMerge tag 'v7.1-rc1-part3-smb3-client-fixes' of git://git.samba.org/sfrench/c...Linus Torvalds23-392/+436
2026-04-22smb: smbdirect: move fs/smb/common/smbdirect/ to fs/smb/smbdirect/Stefan Metzmacher3-3/+3
2026-04-22smb: client: Drop 'allocate_crypto' arg from smb*_calc_signature()Eric Biggers1-7/+5
2026-04-22smb: client: Make generate_key() return voidEric Biggers1-29/+16
2026-04-22smb: client: Remove obsolete cmac(aes) allocationEric Biggers10-95/+2
2026-04-22smb: client: Use AES-CMAC library for SMB3 signature calculationEric Biggers4-74/+30
2026-04-22smb: client: compress: add code docs to lz77.cEnzo Matsumiya1-8/+73
2026-04-22smb: client: compress: LZ77 optimizationsEnzo Matsumiya2-69/+108
2026-04-22smb: client: compress: increase LZ77_MATCH_MAX_DISTEnzo Matsumiya1-2/+1
2026-04-22smb: client: compress: fix counting in LZ77 match findingEnzo Matsumiya1-7/+10
2026-04-22smb: client: compress: fix buffer overrun in lz77_compress()Enzo Matsumiya3-15/+33
2026-04-22smb: client: scope end_of_dacl to CIFS_DEBUG2 use in parse_daclMichael Bommarito1-3/+3
2026-04-22smb: client: fix (remove) drop_dir_cache module parameterEnzo Matsumiya6-45/+59
2026-04-22smb: client: require a full NFS mode SID before reading mode bitsMichael Bommarito1-0/+1
2026-04-22smb: client: validate the whole DACL before rewriting it in cifsaclMichael Bommarito1-31/+85
2026-04-22smb: client: fix OOB read in smb2_ioctl_query_info QUERY_INFO pathMichael Bommarito1-0/+6
2026-04-21Merge tag 'pull-dcache-busy-wait' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2026-04-19cifs: update internal module version numberSteve French1-2/+2
2026-04-19smb: client: compress: fix bad encoding on last LZ77 flagEnzo Matsumiya1-1/+1
2026-04-16smb: client: fix dir separator in SMB1 UNIX mountsPaulo Alcantara2-16/+13
2026-04-16Merge tag 'v7.1-rc1-part2-smb3-client-fixes' of git://git.samba.org/sfrench/c...Linus Torvalds6-35/+221
2026-04-15smb: client: no longer use smbdirect_socket_set_custom_workqueue()Stefan Metzmacher2-13/+0
2026-04-15smb: client: make use of smbdirect.koStefan Metzmacher2-12/+3
2026-04-15smb: client: only use public smbdirect functionsStefan Metzmacher3-25/+9
2026-04-15smb: client: make use of smbdirect_socket_create_kern()/smbdirect_socket_rele...Stefan Metzmacher2-17/+15
2026-04-15smb: client: make use of smbdirect_socket_init_new() and smbdirect_connect_sy...Stefan Metzmacher2-816/+76
2026-04-15smb: client: introduce and use smbd_debug_proc_show()Stefan Metzmacher3-66/+18
2026-04-15smb: client: introduce and use smbd_mr_fill_buffer_descriptor()Stefan Metzmacher3-6/+10
2026-04-15smb: client: make use of smbdirect_connection_send_{single_iter,immediate_wor...Stefan Metzmacher1-369/+20
2026-04-15smb: client: let smbd_post_send_full_iter() get remaining_length and return d...Stefan Metzmacher1-9/+13
2026-04-15smb: client: let smbd_post_send_iter() get remaining_length and return data_l...Stefan Metzmacher1-15/+22
2026-04-15smb: client: change smbd_post_send_empty() to void returnStefan Metzmacher1-4/+7
2026-04-15smb: client: make use of smbdirect_connection_request_keep_alive()Stefan Metzmacher1-27/+1
2026-04-15smb: client: make use of smbdirect_connection_grant_recv_credits()Stefan Metzmacher1-48/+3
2026-04-15smb: client: make use of smbdirect_connection_recvmsg()Stefan Metzmacher1-130/+1
2026-04-15smb: client: make use of smbdirect_socket_destroy_sync()Stefan Metzmacher1-62/+1
2026-04-15smb: client: make use of functions from smbdirect_mr.cStefan Metzmacher1-491/+4
2026-04-15smb: client: make use of smbdirect_connection_recv_io_refill_work()Stefan Metzmacher1-53/+1
2026-04-15smb: client: make use of smbdirect_connection_post_recv_io()Stefan Metzmacher1-44/+2
2026-04-15smb: client: initialize recv_io->cqe.done = recv_done just onceStefan Metzmacher1-2/+4
2026-04-15smb: client: make use of smbdirect_connection_{create,destroy}_qp()Stefan Metzmacher1-98/+7
2026-04-15smb: client: make use of smbdirect_connection_negotiate_rdma_resources()Stefan Metzmacher1-55/+4
2026-04-15smb: client: make use of smbdirect_connection_qp_event_handler()Stefan Metzmacher1-21/+1
2026-04-15smb: client: make use of smbdirect_map_sges_from_iter()Stefan Metzmacher1-236/+5