summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)Author
2025-12-07smb/client: update some SMB2 status stringsChenXiaoSong
2025-12-05cifs: Remove dead function prototypesDavid Howells
2025-12-05smb/client: add two elements to smb2_error_map_table arrayChenXiaoSong
2025-12-05smb/client: remove unused elements from smb2_error_map_table arrayChenXiaoSong
2025-12-05smb/client: reduce loop count in map_smb2_to_linux_error() by halfChenXiaoSong
2025-12-05smb: client: Add tracepoint for krb5 authPaulo Alcantara
2025-12-05smb: client: improve error message when creating SMB sessionPaulo Alcantara
2025-12-05smb: client: relax session and tcon reconnect attemptsPaulo Alcantara
2025-12-05cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB2David Howells
2025-12-05cifs: client: allow changing multichannel mount options on remountRajasi Mandal
2025-12-05cifs: Do some preparation prior to organising the function declarationsDavid Howells
2025-12-05cifs: Add a tracepoint to log EIO errorsDavid Howells
2025-12-05cifs: Don't need state locking in smb2_get_mid_entry()David Howells
2025-12-05cifs: Remove the server pointer from smb_messageDavid Howells
2025-12-05cifs: Fix specification of function pointersDavid Howells
2025-12-05cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flagsDavid Howells
2025-12-05cifs: Clean up some places where an extra kvec[] was required for rfc1002David Howells
2025-12-05cifs: Make smb1's SendReceive() wrap cifs_send_recv()David Howells
2025-12-05cifs: Remove the RFC1002 header from smb_hdrDavid Howells
2025-12-05cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB1David Howells
2025-12-03cifs: client: enforce consistent handling of multichannel and max_channelsRajasi Mandal
2025-12-03Merge tag 'v6.19-rc-smb-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-12-01Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-30cifs: Use netfs_alloc/free_folioq_buffer()David Howells
2025-11-30smb: client: show smb lease key in open_dirs outputBharath SM
2025-11-30smb: client: show smb lease key in open_files outputBharath SM
2025-11-30smb: client: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and...Stefan Metzmacher
2025-11-30smb: move FILE_SYSTEM_ATTRIBUTE_INFO to common/fscc.hChenXiaoSong
2025-11-30smb: move create_durable_reconn to common/smb2pdu.hChenXiaoSong
2025-11-30smb: fix some warnings reported by scripts/checkpatch.plChenXiaoSong
2025-11-30smb: do some cleanupsChenXiaoSong
2025-11-30smb: move FILE_SYSTEM_SIZE_INFO to common/fscc.hChenXiaoSong
2025-11-30smb: move some duplicate struct definitions to common/fscc.hChenXiaoSong
2025-11-30smb: move list of FileSystemAttributes to common/fscc.hChenXiaoSong
2025-11-30smb: move SMB_NEGOTIATE_REQ to common/smb2pdu.hChenXiaoSong
2025-11-30smb: move some duplicate definitions to common/smb2pdu.hZhangGuoDong
2025-11-30smb: move create_durable_rsp_v2 to common/smb2pdu.hChenXiaoSong
2025-11-30smb: move create_durable_handle_reconnect_v2 to common/smb2pdu.hChenXiaoSong
2025-11-30smb: move create_durable_req_v2 to common/smb2pdu.hChenXiaoSong
2025-11-30smb: move MAX_CIFS_SMALL_BUFFER_SIZE to common/smbglob.hChenXiaoSong
2025-11-30smb/client: fix CAP_BULK_TRANSFER valueChenXiaoSong
2025-11-30smb: move resume_key_ioctl_rsp to common/smb2pdu.hZhangGuoDong
2025-11-30smb: move copychunk definitions to common/smb2pdu.hZhangGuoDong
2025-11-30smb: move smb_sockaddr_in and smb_sockaddr_in6 to common/smb2pdu.hZhangGuoDong
2025-11-30smb: move SMB1_PROTO_NUMBER to common/smbglob.hZhangGuoDong
2025-11-30smb: move get_rfc1002_len() to common/smbglob.hZhangGuoDong