summaryrefslogtreecommitdiff
path: root/fs/smb
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: rename to STATUS_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAPChenXiaoSong
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.locking' of git://git.kernel.org/pub/scm/li...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-30ksmbd: ipc: fix use-after-free in ipc_msg_send_requestQianchang Zhao
2025-11-30smb: client: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and...Stefan Metzmacher
2025-11-30smb: server: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and...Stefan Metzmacher
2025-11-30smb: smbdirect: introduce SMBDIRECT_CHECK_STATUS_{WARN,DISCONNECT}()Stefan Metzmacher
2025-11-30smb: smbdirect: introduce SMBDIRECT_DEBUG_ERR_PTR() helperStefan Metzmacher
2025-11-30ksmbd: vfs: fix race on m_flags in vfs_cacheQianchang Zhao
2025-11-30ksmbd: Replace strcpy + strcat to improve convert_to_nt_pathnameThorsten Blum
2025-11-30smb: move FILE_SYSTEM_ATTRIBUTE_INFO to common/fscc.hChenXiaoSong
2025-11-30ksmbd: implement error handling for STATUS_INFO_LENGTH_MISMATCH in smb serverAaditya Kansal
2025-11-30ksmbd: fix use-after-free in ksmbd_tree_connect_put under concurrencyNamjae Jeon
2025-11-30ksmbd: server: avoid busy polling in accept loopQingfang Deng
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