summaryrefslogtreecommitdiff
path: root/fs/cifs/cifssmb.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: double lock in cifs_reconnect_tcon()Dan Carpenter2023-04-061-1/+1
* cifs: prevent infinite recursion in CIFSGetDFSRefer()Paulo Alcantara2023-03-301-2/+7
* cifs: avoid races in parallel reconnects in smb1Paulo Alcantara2023-03-301-6/+15
* smb3: fix unusable share after force unmount failureSteve French2023-03-241-4/+2
* cifs: prevent data race in cifs_reconnect_tcon()Paulo Alcantara2023-03-011-40/+3
* Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-02-221-26/+22
|\
| * cifs: Change the I/O paths to use an iterator rather than a page listDavid Howells2023-02-201-10/+5
| * cifs: Convert struct fealist away from 1-element arrayKees Cook2023-02-201-8/+8
| * cifs: Fix uninitialized memory reads for oparms.modeVolker Lendecke2023-02-201-8/+9
* | filelock: move file locking definitions to separate header fileJeff Layton2023-01-111-0/+1
|/
* cifs: use stub posix acl handlersChristian Brauner2022-10-201-298/+0
* cifs: implement set acl methodChristian Brauner2022-10-201-0/+160
* cifs: implement get acl methodChristian Brauner2022-10-201-0/+196
* cifs: use ALIGN() and round_up() macrosEnzo Matsumiya2022-10-131-1/+1
* cifs: Replace a couple of one-element arrays with flexible-array membersGustavo A. R. Silva2022-10-051-1/+1
* cifs: remove useless DeleteMidQEntry()Enzo Matsumiya2022-08-051-3/+3
* cifs: when insecure legacy is disabled shrink amount of SMB1 codeSteve French2022-08-051-451/+2
* cifs: avoid use of global locks for high contention dataShyam Prasad N2022-08-011-14/+14
* cifs: remove redundant initialization to variable mnt_sign_enabledColin Ian King2022-08-011-1/+1
* cifs: use new enum for ses_statusShyam Prasad N2022-05-241-1/+1
* cifs: fix signed integer overflow when fl_end is OFFSET_MAXPaulo Alcantara2022-05-191-1/+2
* Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-04-011-6/+5
|\
| * smb3: cleanup and clarify status of tree connectionsSteve French2022-03-281-6/+5
* | fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)2022-04-011-1/+1
|/
* cifs: maintain a state machine for tcp/smb/tcon sessionsShyam Prasad N2022-01-071-8/+16
* cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N2022-01-071-1/+11
* cifs: reconnect only the connection and not smb session where possibleShyam Prasad N2022-01-021-1/+1
* cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N2022-01-021-5/+7
* cifs: track individual channel status using chans_need_reconnectShyam Prasad N2022-01-021-6/+42
* cifs: remove pathname for file from SPDX headerSteve French2021-09-131-1/+0
* cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg2021-08-251-105/+1
* cifs: enable fscache usage even for files opened as rwShyam Prasad N2021-08-251-0/+1
* CIFS: Clarify SMB1 code for POSIX delete fileSteve French2021-07-221-2/+5
* CIFS: Clarify SMB1 code for POSIX CreateSteve French2021-07-221-1/+2
* CIFS: Clarify SMB1 code for POSIX LockSteve French2021-07-071-1/+2
* CIFS: Clarify SMB1 code for rename open fileSteve French2021-07-071-1/+2
* CIFS: Clarify SMB1 code for deleteSteve French2021-07-071-1/+2
* CIFS: Clarify SMB1 code for SetFileSizeSteve French2021-07-071-2/+2
* CIFS: Clarify SMB1 code for UnixSetPathInfoSteve French2021-07-021-3/+2
* CIFS: Clarify SMB1 code for UnixCreateSymLinkSteve French2021-07-021-1/+2
* cifs: clarify SMB1 code for UnixCreateHardLinkSteve French2021-07-021-1/+2
* cifs: use SPDX-Licence-IdentifierSteve French2021-06-201-13/+1
* cifs: remove redundant initialization of variable rcColin Ian King2021-06-201-1/+1
* cifs: rename the *_shroot* functions to *_cached_dir*Ronnie Sahlberg2021-04-251-1/+1
* cifs: remove old dead codeAurelien Aptel2021-04-251-50/+0
* cifs: use discard iterator to discard unneeded network data more efficientlyDavid Howells2021-02-251-3/+3
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect()Stefan Metzmacher2020-08-021-111/+1
* cifs: smb1: Try failing back to SetFileInfo if SetPathInfo failsRonnie Sahlberg2020-08-021-1/+38
* cifs: minor fix to two debug messagesSteve French2020-06-011-1/+1