summaryrefslogtreecommitdiffstats
path: root/fs/smb/client/cifssmb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cifs: support reconnect with alternate password for SMB1Meetakshi Setiya5 days1-1/+10
* netfs: Work around recursion by abandoning retry if nothing readDavid Howells2024-12-201-4/+9
* smb: client: allow reconnect when sending ioctlPaulo Alcantara2024-11-271-2/+2
* smb: client: get rid of @nlsc param in cifs_tree_connect()Paulo Alcantara2024-11-271-7/+4
* smb: client: memcpy() with surrounding object base addressKees Cook2024-11-181-1/+1
* cifs: Remove pre-historic unused CIFSSMBCopyDr. David Alan Gilbert2024-11-181-63/+0
* smb: client: Correct typos in multiple comments across various filesShen Lichuan2024-10-031-3/+3
* Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c...Linus Torvalds2024-09-191-7/+7
|\
| * cifs: Update SFU comments about fifos and socketsPali Rohár2024-09-171-4/+4
| * smb/client: rename cifs_ntsd to smb_ntsdChenXiaoSong2024-09-151-3/+3
* | cifs: Fix cifs readv callback merge resolution issueDavid Howells2024-09-161-1/+1
* | Merge tag 'vfs-6.12.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2024-09-161-6/+5
|\ \ | |/ |/|
| * netfs: Speed up buffered readingDavid Howells2024-09-121-4/+2
* | cifs: Fix SMB1 readv/writev callback in the same way as SMB2/3David Howells2024-09-031-8/+46
|/
* smb/client: remove unused rq_iter_size from struct smb_rqstStefan Metzmacher2024-08-251-1/+0
* cifs: Move the 'pid' from the subreq to the reqDavid Howells2024-06-201-4/+4
* cifs: Cut over to using netfslibDavid Howells2024-05-011-22/+32
* cifs: Use more fields from netfs_io_subrequestDavid Howells2024-05-011-26/+26
* cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequestDavid Howells2024-05-011-5/+4
* cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequestDavid Howells2024-05-011-7/+4
* smb: client: replace deprecated strncpy with strscpyJustin Stitt2024-04-011-4/+2
* Merge tag '6.9-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2024-03-131-2/+2
|\
| * smb: client: reuse file lease key in compound operationsMeetakshi Setiya2024-03-111-2/+2
* | smb/client: adapt to breakup of struct file_lockJeff Layton2024-02-051-5/+4
* | filelock: split common fields into struct file_lock_coreJeff Layton2024-02-051-0/+1
|/
* cifs: get rid of dup length check in parse_reparse_point()Paulo Alcantara2024-01-081-2/+12
* smb: client: fix hardlinking of reparse pointsPaulo Alcantara2024-01-071-4/+5
* smb: client: fix renaming of reparse pointsPaulo Alcantara2024-01-071-4/+4
* smb: client, common: fix fortify warningsDmitry Antipov2023-11-301-2/+4
* smb: client: implement ->query_reparse_point() for SMB1Paulo Alcantara2023-11-231-116/+77
* cifs: fix charset issue in reconnectionWinston Wen2023-07-251-2/+1
* smb: client: Fix -Wstringop-overflow issuesGustavo A. R. Silva2023-07-131-1/+1
* smb: client: fix warning in CIFSFindNext()Paulo Alcantara2023-06-211-60/+51
* smb: client: fix warning in CIFSFindFirst()Paulo Alcantara2023-06-211-54/+44
* smb: move client and server files to common directory fs/smbSteve French2023-05-241-0/+5936