summaryrefslogtreecommitdiffstats
path: root/fs/smb
AgeCommit message (Expand)AuthorLines
2026-04-22ksmbd: fix O(N^2) DoS in smb2_lock via unbounded LockCountAkif Sait-1/+6
2026-04-22ksmbd: destroy async_ida in ksmbd_conn_free()DaeMyung Kang-0/+9
2026-04-22ksmbd: destroy tree_conn_ida in ksmbd_session_destroy()DaeMyung Kang-2/+3
2026-04-22ksmbd: Use AES-CMAC library for SMB3 signature calculationEric Biggers-117/+19
2026-04-22ksmbd: reset rcount per connection in ksmbd_conn_wait_idle_sess_id()DaeMyung Kang-3/+2
2026-04-21Merge tag 'pull-dcache-busy-wait' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2026-04-19cifs: update internal module version numberSteve French-2/+2
2026-04-19smb: client: compress: fix bad encoding on last LZ77 flagEnzo Matsumiya-1/+1
2026-04-18ksmbd: fix out-of-bounds write in smb2_get_ea() EA alignmentTristan Madani-0/+2
2026-04-18ksmbd: use check_add_overflow() to prevent u16 DACL size overflowTristan Madani-4/+12
2026-04-18ksmbd: fix use-after-free in smb2_open during durable reconnectAkif-8/+5
2026-04-18ksmbd: validate num_aces and harden ACE walk in smb_inherit_dacl()Michael Bommarito-5/+23
2026-04-18smb: server: fix max_connections off-by-one in tcp accept pathDaeMyung Kang-1/+1
2026-04-18ksmbd: require minimum ACE size in smb_check_perm_dacl()Michael Bommarito-4/+13
2026-04-18ksmbd: validate response sizes in ipc_validate_msg()Michael Bommarito-9/+13
2026-04-18smb: server: fix active_num_conn leak on transport allocation failureMichael Bommarito-0/+2
2026-04-16smb: client: fix dir separator in SMB1 UNIX mountsPaulo Alcantara-16/+13
2026-04-16Merge tag 'v7.1-rc1-part2-smb3-client-fixes' of git://git.samba.org/sfrench/c...Linus Torvalds-35/+221
2026-04-15smb: smbdirect: let smbdirect_connection_deregister_mr_io unlock while waitingStefan Metzmacher-0/+8
2026-04-15smb: smbdirect: fix the logic in smbdirect_socket_destroy_sync() without an e...Stefan Metzmacher-7/+21
2026-04-15smb: smbdirect: fix copyright header of smbdirect.hStefan Metzmacher-2/+1
2026-04-15smb: smbdirect: change smbdirect_socket_parameters.{initiator_depth,responder...Stefan Metzmacher-2/+7
2026-04-15smb: smbdirect: remove unused SMBDIRECT_USE_INLINE_C_FILES logicStefan Metzmacher-233/+3
2026-04-15smb: server: no longer use smbdirect_socket_set_custom_workqueue()Stefan Metzmacher-33/+0
2026-04-15smb: client: no longer use smbdirect_socket_set_custom_workqueue()Stefan Metzmacher-13/+0
2026-04-15smb: smbdirect: introduce global workqueuesStefan Metzmacher-3/+88
2026-04-15smb: smbdirect: prepare use of dedicated workqueues for different stepsStefan Metzmacher-21/+33
2026-04-15smb: smbdirect: remove unused smbdirect_connection_mr_io_recovery_work()Stefan Metzmacher-85/+10
2026-04-15smb: smbdirect: wrap rdma_disconnect() in rdma_[un]lock_handler()Stefan Metzmacher-0/+13
2026-04-15smb: server: make use of smbdirect_netdev_rdma_capable_mode_type()Stefan Metzmacher-120/+2
2026-04-15smb: smbdirect: introduce smbdirect_netdev_rdma_capable_mode_type()Stefan Metzmacher-2/+311
2026-04-15smb: server: make use of smbdirect.koStefan Metzmacher-12/+3
2026-04-15smb: server: remove unused ksmbd_transport_ops.prepare()Stefan Metzmacher-5/+0
2026-04-15smb: server: make use of smbdirect_socket_{listen,accept}()Stefan Metzmacher-132/+128
2026-04-15smb: server: only use public smbdirect functionsStefan Metzmacher-17/+11
2026-04-15smb: server: make use of smbdirect_socket_create_accepting()/smbdirect_socket...Stefan Metzmacher-30/+23
2026-04-15smb: server: make use of smbdirect_{socket_init_accepting,connection_wait_for...Stefan Metzmacher-713/+29
2026-04-15smb: server: make use of smbdirect_connection_send_iter() and related functionsStefan Metzmacher-427/+4
2026-04-15smb: server: let smb_direct_post_send_data() return data_lengthStefan Metzmacher-2/+2
2026-04-15smb: server: split out smb_direct_send_iter() out of smb_direct_writev()Stefan Metzmacher-15/+32
2026-04-15smb: server: let smbdirect_map_sges_from_iter() truncate the message boundaryStefan Metzmacher-120/+31
2026-04-15smb: server: inline smb_direct_create_header() into smb_direct_post_send_data()Stefan Metzmacher-70/+56
2026-04-15smb: server: move iov_iter_kvec() out of smb_direct_post_send_data()Stefan Metzmacher-18/+20
2026-04-15smb: server: make use of smbdirect_connection_request_keep_alive()Stefan Metzmacher-18/+1
2026-04-15smb: server: make use of smbdirect_connection_grant_recv_credits()Stefan Metzmacher-41/+4
2026-04-15smb: server: make use of smbdirect_connection_recvmsg()Stefan Metzmacher-117/+11
2026-04-15smb: server: make use of smbdirect_socket_destroy_sync()Stefan Metzmacher-49/+1
2026-04-15smb: server: make use of functions from smbdirect_rw.cStefan Metzmacher-225/+11
2026-04-15smb: server: make use of smbdirect_socket_wait_for_credits()Stefan Metzmacher-34/+24
2026-04-15smb: server: make use of smbdirect_get_buf_page_count()Stefan Metzmacher-12/+6