aboutsummaryrefslogtreecommitdiff
path: root/fs/smb/client/cifssmb.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-05cifs: Add a tracepoint to log EIO errorsDavid Howells1-53/+94
2025-12-05cifs: Remove the server pointer from smb_messageDavid Howells1-9/+6
2025-12-05cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flagsDavid Howells1-8/+10
2025-12-05cifs: Remove the RFC1002 header from smb_hdrDavid Howells1-321/+414
2025-12-05cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB1David Howells1-1/+1
2025-11-30smb: move FILE_SYSTEM_SIZE_INFO to common/fscc.hChenXiaoSong1-3/+3
2025-11-30smb: move SMB_NEGOTIATE_REQ to common/smb2pdu.hChenXiaoSong1-3/+3
2025-11-30smb: move get_rfc1002_len() to common/smbglob.hZhangGuoDong1-3/+3
2025-11-20cifs: Add the smb3_read_* tracepoints to SMB1David Howells1-0/+22
2025-10-20cifs: Add a couple of missing smb3_rw_credits tracepointsDavid Howells1-0/+8
2025-10-09cifs: Add comments for DeletePending assignments in open functionsPali Rohár1-2/+2
2025-08-04smb: client: fix creating symlinks under POSIX mountsPaulo Alcantara1-2/+2
2025-07-27cifs: Add support for creating reparse points over SMB1Pali Rohár1-0/+128
2025-07-27cifs: Optimize CIFSFindFirst() response when not searchingPali Rohár1-1/+1
2025-07-27cifs: Fix calling CIFSFindFirst() for root path without msearchPali Rohár1-0/+10
2025-07-01netfs: Update tracepoints in a number of waysDavid Howells1-0/+20
2025-07-01smb: client: set missing retry flag in cifs_writev_callback()Paulo Alcantara1-0/+1
2025-07-01smb: client: set missing retry flag in cifs_readv_callback()Paulo Alcantara1-0/+1
2025-06-03Merge tag 'v6.16-rc-part1-smb-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds1-2/+19
2025-06-02Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2025-06-01cifs: Fix validation of SMB1 query reparse point responsePali Rohár1-2/+18
2025-06-01cifs: Correctly set SMB1 SessionKey field in Session Setup RequestPali Rohár1-0/+1
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells1-2/+2
2025-04-30cifs: Fix changing times and read-only attr over SMB1 smb_set_file_info() fun...Pali Rohár1-0/+57
2025-04-01cifs: Fix access_flags_to_smbopen_modePali Rohár1-8/+24
2025-03-26cifs: Add new mount option -o nounicode to disable SMB1 UNICODE modePali Rohár1-1/+4
2025-03-26cifs: Fix getting DACL-only xattr system.cifs_acl and system.smb3_aclPali Rohár1-2/+1
2025-03-26cifs: Check if server supports reparse points before using themPali Rohár1-0/+3
2025-03-17smb: client: don't retry IO on failed negprotos with soft mountsPaulo Alcantara1-19/+27
2025-02-25cifs: Fix the smb1 readv callback to correctly call netfsDavid Howells1-1/+2
2025-01-29cifs: Fix getting and setting SACLs over SMB1Pali Rohár1-2/+2
2025-01-20Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+3
2025-01-12cifs: support reconnect with alternate password for SMB1Meetakshi Setiya1-1/+10
2024-12-20netfs: Change the read result collector to only use one work itemDavid Howells1-0/+2
2024-12-20netfs: Drop the error arg from netfs_read_subreq_terminated()David Howells1-9/+1
2024-12-20netfs: Work around recursion by abandoning retry if nothing readDavid Howells1-4/+9
2024-11-26smb: client: allow reconnect when sending ioctlPaulo Alcantara1-2/+2
2024-11-26smb: client: get rid of @nlsc param in cifs_tree_connect()Paulo Alcantara1-7/+4
2024-11-17smb: client: memcpy() with surrounding object base addressKees Cook1-1/+1
2024-11-17cifs: Remove pre-historic unused CIFSSMBCopyDr. David Alan Gilbert1-63/+0
2024-10-02smb: client: Correct typos in multiple comments across various filesShen Lichuan1-3/+3
2024-09-19Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c...Linus Torvalds1-7/+7
2024-09-16cifs: Update SFU comments about fifos and socketsPali Rohár1-4/+4
2024-09-16cifs: Fix cifs readv callback merge resolution issueDavid Howells1-1/+1
2024-09-16Merge tag 'vfs-6.12.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-6/+5
2024-09-15smb/client: rename cifs_ntsd to smb_ntsdChenXiaoSong1-3/+3
2024-09-12netfs: Speed up buffered readingDavid Howells1-4/+2
2024-09-03cifs: Fix SMB1 readv/writev callback in the same way as SMB2/3David Howells1-8/+46
2024-08-25smb/client: remove unused rq_iter_size from struct smb_rqstStefan Metzmacher1-1/+0
2024-06-20cifs: Move the 'pid' from the subreq to the reqDavid Howells1-4/+4