summaryrefslogtreecommitdiff
path: root/fs/smb/client/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-21smb: minor fix to use SMB2_NTLMV2_SESSKEY_SIZE for auth_key sizeBharath SM1-1/+1
2024-11-03convert cifs_ioctl_copychunk()Al Viro1-7/+4
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+4
2024-08-22smb3: fix problem unloading module due to leaked refcount on shutdownSteve French1-0/+2
2024-08-13introduce fd_file(), convert all accessors to it.Al Viro1-4/+4
2024-08-02smb3: add dynamic tracepoints for shutdown ioctlSteve French1-7/+25
2024-04-03smb: client: fix potential UAF in cifs_dump_full_key()Paulo Alcantara1-1/+5
2024-03-11smb3: add dynamic trace point for ioctlsSteve French1-0/+5
2023-11-10Missing field not being returned in ioctl CIFS_IOC_GET_MNT_INFOSteve French1-0/+1
2023-11-10smb3: allow dumping session and tcon id to improve stats analysis and debuggingSteve French1-0/+25
2023-07-26cifs: add missing return value check for cifs_sb_tlinkShyam Prasad N1-0/+5
2023-07-22cifs: allow dumping keys for directories tooShyam Prasad N1-4/+13
2023-05-27cifs: address unused variable warningSteve French1-1/+5
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-0/+526