summaryrefslogtreecommitdiff
path: root/fs/smb/server
AgeCommit message (Expand)Author
2025-11-30smb: move SMB1_PROTO_NUMBER to common/smbglob.hZhangGuoDong
2025-11-30smb: move get_rfc1002_len() to common/smbglob.hZhangGuoDong
2025-11-30smb: move smb_version_values to common/smbglob.hZhangGuoDong
2025-11-30smb: rename common/cifsglob.h to common/smbglob.hZhangGuoDong
2025-11-30smb/server: update some misguided comment of smb2_0_server_cmds procChenXiaoSong
2025-11-30smb/server: fix return value of smb2_oplock_break()ChenXiaoSong
2025-11-30smb/server: fix return value of smb2_ioctl()ChenXiaoSong
2025-11-30smb/server: fix return value of smb2_query_dir()ChenXiaoSong
2025-11-30smb/server: fix return value of smb2_notify()ChenXiaoSong
2025-11-30smb/server: fix return value of smb2_read()ChenXiaoSong
2025-11-30ksmbd: Use HMAC-MD5 library for NTLMv2Eric Biggers
2025-11-30ksmbd: Use HMAC-SHA256 library for message signing and key generationEric Biggers
2025-11-30ksmbd: Use SHA-512 library for SMB3.1.1 preauth hashEric Biggers
2025-11-14VFS/ovl/smb: introduce start_renaming_dentry()NeilBrown
2025-11-14VFS: introduce start_removing_dentry()NeilBrown
2025-11-14smb/server: use end_removing_noperm for for target of smb2_create_link()NeilBrown
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-12vfs: make vfs_create break delegations on parent directoryJeff Layton
2025-11-12vfs: clean up argument list for vfs_create()Jeff Layton
2025-11-12vfs: allow rmdir to wait for delegation break on parentJeff Layton
2025-11-12vfs: allow mkdir to wait for delegation break on parentJeff Layton
2025-11-11smb: server: let smb_direct_disconnect_rdma_connection() turn CREATED into DI...Stefan Metzmacher
2025-11-09ksmbd: close accepted socket when per-IP limit rejects connectionJoshua Rogers
2025-11-09smb: server: rdma: avoid unmapping posted recv on accept failureJoshua Rogers
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook
2025-11-04ksmbd: detect RDMA capable netdevs include IPoIBNamjae Jeon
2025-11-04ksmbd: detect RDMA capable lower devices when bridge and vlan netdev is usedNamjae Jeon
2025-10-26smb: server: let smb_direct_cm_handler() call ib_drain_qp() after smb_direct_...Stefan Metzmacher
2025-10-26smb: server: call smb_direct_post_recv_credits() when the negotiation is doneStefan Metzmacher
2025-10-26ksmbd: transport_ipc: validate payload size before reading handleQianchang Zhao
2025-10-23smb: server: let free_transport() wait for SMBDIRECT_SOCKET_DISCONNECTEDStefan Metzmacher
2025-10-22smb: server: make use of smbdirect_socket.send_io.lcredits.*Stefan Metzmacher
2025-10-22smb: server: simplify sibling_list handling in smb_direct_flush_send_list/sen...Stefan Metzmacher
2025-10-22smb: server: smb_direct_disconnect_rdma_connection() already wakes all waiter...Stefan Metzmacher
2025-10-22smb: server: allocate enough space for RW WRs and ib_drain_qp()Stefan Metzmacher
2025-10-18Merge tag '6.18-rc1-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-10-15smb: move some duplicate definitions to common/cifsglob.hZhangGuoDong
2025-10-15ksmbd: fix recursive locking in RPC handle list accessMarios Makassikis
2025-10-15smb/server: fix possible refcount leak in smb2_sess_setup()ZhangGuoDong
2025-10-15smb/server: fix possible memory leak in smb2_read()ZhangGuoDong
2025-10-12smb: server: Use common error handling code in smb_direct_rdma_xmit()Markus Elfring
2025-10-03Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2025-10-03Merge tag '6.18-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2025-09-30ksmbd: increase session and share hash table bitsNamjae Jeon
2025-09-30ksmbd: replace connection list with hash tableNamjae Jeon
2025-09-30ksmbd: add an error print when maximum IP connections limit is reachedNamjae Jeon
2025-09-30ksmbd: add max ip connections parameterNamjae Jeon
2025-09-30ksmbd: fix error code overwriting in smb2_get_info_filesystem()Matvey Kovalev
2025-09-30ksmbd: copy overlapped range within the same fileNamjae Jeon
2025-09-30ksmbd: use sock_create_kern interface to create kernel socketNamjae Jeon