summaryrefslogtreecommitdiff
path: root/fs/cifs/cifssmb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cifs: Standardize logging outputJoe Perches2020-06-011-12/+12
* cifs: handle hostnames that resolve to same ip in failoverPaulo Alcantara2020-06-011-18/+37
* cifs: remove redundant initialization of variable rcColin Ian King2020-06-011-1/+1
* cifs: fix leaked reference on requeued writeAdam McCoy2020-05-141-1/+1
* cifs: improve read performance for page size 64KB & cache=strict & vers=2.1+Jones Syue2020-04-151-0/+4
* cifs: make use of cap_unix(ses) in cifs_reconnect_tcon()Stefan Metzmacher2020-03-221-1/+1
* cifs: call wake_up(&server->response_q) inside of cifs_reconnect()Stefan Metzmacher2020-03-221-1/+0
* cifs: handle prefix paths in reconnectPaulo Alcantara (SUSE)2020-03-221-4/+15
* cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel2020-02-241-1/+2
* cifs: fix soft mounts hanging in the reconnect codeRonnie Sahlberg2020-02-061-1/+1