summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-4/+4
2025-12-01Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds3-95/+33
2025-12-01Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds2-5/+7
2025-12-01Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-0/+3
2025-12-01Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+2
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-8/+8
2025-11-30cifs: Use netfs_alloc/free_folioq_buffer()David Howells1-63/+10
2025-11-30smb: client: show smb lease key in open_dirs outputBharath SM1-4/+8
2025-11-30smb: client: show smb lease key in open_files outputBharath SM1-2/+9
2025-11-30ksmbd: ipc: fix use-after-free in ipc_msg_send_requestQianchang Zhao1-2/+5
2025-11-30smb: client: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and...Stefan Metzmacher1-13/+15
2025-11-30smb: server: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and...Stefan Metzmacher1-8/+32
2025-11-30smb: smbdirect: introduce SMBDIRECT_CHECK_STATUS_{WARN,DISCONNECT}()Stefan Metzmacher1-0/+38
2025-11-30smb: smbdirect: introduce SMBDIRECT_DEBUG_ERR_PTR() helperStefan Metzmacher1-0/+13
2025-11-30ksmbd: vfs: fix race on m_flags in vfs_cacheQianchang Zhao1-26/+62
2025-11-30ksmbd: Replace strcpy + strcat to improve convert_to_nt_pathnameThorsten Blum1-5/+10
2025-11-30smb: move FILE_SYSTEM_ATTRIBUTE_INFO to common/fscc.hChenXiaoSong5-23/+15
2025-11-30ksmbd: implement error handling for STATUS_INFO_LENGTH_MISMATCH in smb serverAaditya Kansal1-10/+11
2025-11-30ksmbd: fix use-after-free in ksmbd_tree_connect_put under concurrencyNamjae Jeon3-18/+4
2025-11-30ksmbd: server: avoid busy polling in accept loopQingfang Deng1-35/+6
2025-11-30smb: move create_durable_reconn to common/smb2pdu.hChenXiaoSong4-29/+16
2025-11-30smb: fix some warnings reported by scripts/checkpatch.plChenXiaoSong5-139/+139
2025-11-30smb: do some cleanupsChenXiaoSong6-47/+45
2025-11-30smb: move FILE_SYSTEM_SIZE_INFO to common/fscc.hChenXiaoSong5-20/+14
2025-11-30smb: move some duplicate struct definitions to common/fscc.hChenXiaoSong10-248/+156
2025-11-30smb: move list of FileSystemAttributes to common/fscc.hChenXiaoSong4-54/+44
2025-11-30smb: move SMB_NEGOTIATE_REQ to common/smb2pdu.hChenXiaoSong4-17/+15
2025-11-30smb: move some duplicate definitions to common/smb2pdu.hZhangGuoDong6-257/+173
2025-11-30smb: move create_durable_rsp_v2 to common/smb2pdu.hChenXiaoSong5-19/+19
2025-11-30smb: move create_durable_handle_reconnect_v2 to common/smb2pdu.hChenXiaoSong4-33/+21
2025-11-30smb: move create_durable_req_v2 to common/smb2pdu.hChenXiaoSong5-32/+25
2025-11-30smb: move MAX_CIFS_SMALL_BUFFER_SIZE to common/smbglob.hChenXiaoSong3-3/+4
2025-11-30smb/client: fix CAP_BULK_TRANSFER valueChenXiaoSong1-2/+7
2025-11-30ksmbd: skip lock-range check on equal size to avoid size==0 underflowQianchang Zhao1-1/+4
2025-11-30smb: move resume_key_ioctl_rsp to common/smb2pdu.hZhangGuoDong5-16/+14
2025-11-30smb: move copychunk definitions to common/smb2pdu.hZhangGuoDong6-57/+34
2025-11-30smb: move smb_sockaddr_in and smb_sockaddr_in6 to common/smb2pdu.hZhangGuoDong5-32/+21
2025-11-30smb: move SMB1_PROTO_NUMBER to common/smbglob.hZhangGuoDong3-2/+3
2025-11-30smb: move get_rfc1002_len() to common/smbglob.hZhangGuoDong6-19/+13
2025-11-30smb: move smb_version_values to common/smbglob.hZhangGuoDong6-73/+53
2025-11-30smb: rename common/cifsglob.h to common/smbglob.hZhangGuoDong3-5/+5
2025-11-30smb/server: update some misguided comment of smb2_0_server_cmds procChenXiaoSong1-4/+4
2025-11-30smb/server: fix return value of smb2_oplock_break()ChenXiaoSong1-1/+2
2025-11-30smb/server: fix return value of smb2_ioctl()ChenXiaoSong1-3/+6
2025-11-30smb/server: fix return value of smb2_query_dir()ChenXiaoSong1-1/+1
2025-11-30smb/server: fix return value of smb2_notify()ChenXiaoSong1-3/+3
2025-11-30smb/server: fix return value of smb2_read()ChenXiaoSong1-1/+1
2025-11-30ksmbd: Use HMAC-MD5 library for NTLMv2Eric Biggers5-165/+27
2025-11-30ksmbd: Use HMAC-SHA256 library for message signing and key generationEric Biggers8-176/+52
2025-11-30ksmbd: Use SHA-512 library for SMB3.1.1 preauth hashEric Biggers5-48/+8