summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-06-0527-729/+1041
|\
| * cifs: update internal module version numberSteve French2020-06-041-1/+1
| * cifs: multichannel: try to rebind when reconnecting a channelAurelien Aptel2020-06-043-0/+34
| * cifs: multichannel: use pointer for binding channelAurelien Aptel2020-06-042-4/+14
| * smb3: remove static checker warningSteve French2020-06-041-1/+1
| * cifs: multichannel: move channel selection above transport layerAurelien Aptel2020-06-049-198/+356
| * cifs: multichannel: always zero struct cifs_io_parmsAurelien Aptel2020-06-044-7/+7
| * cifs: dump Security Type info in DebugDataKenneth D'souza2020-06-041-0/+6
| * smb3: fix incorrect number of credits when ioctl MaxOutputResponse > 64KSteve French2020-06-041-1/+1
| * smb3: default to minimum of two channels when multichannel specifiedSteve French2020-06-041-0/+4
| * cifs: multichannel: move channel selection in functionAurelien Aptel2020-06-022-11/+28
| * cifs: fix minor typos in comments and log messagesSteve French2020-06-021-4/+4
| * smb3: minor update to compression header definitionsSteve French2020-06-021-2/+11
| * cifs: minor fix to two debug messagesSteve French2020-06-012-2/+2
| * cifs: Standardize logging outputJoe Perches2020-06-0120-381/+319
| * smb3: Add new parm "nodelete"Steve French2020-06-014-1/+23
| * cifs: move some variables off the stack in smb2_ioctl_query_infoRonnie Sahlberg2020-06-011-23/+35
| * cifs: reduce stack use in smb2_compound_opRonnie Sahlberg2020-06-011-45/+47
| * cifs: get rid of unused parameter in reconn_setup_dfs_targets()Paulo Alcantara2020-06-011-3/+2
| * cifs: handle hostnames that resolve to same ip in failoverPaulo Alcantara2020-06-015-39/+131
| * cifs: set up next DFS target before generic_ip_connect()Paulo Alcantara2020-06-011-9/+9
| * cifs: remove redundant initialization of variable rcColin Ian King2020-06-011-1/+1
| * cifs: handle "nolease" option for vers=1.0Kenneth D'souza2020-06-011-1/+10
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-06-052-2/+5
|\ \
| * | fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig2020-06-031-2/+1
| * | fs: move fiemap range validation into the file systems instancesChristoph Hellwig2020-06-031-2/+4
| * | fs: move the fiemap definitions out of fs.hChristoph Hellwig2020-06-032-0/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-031-5/+5
|\ \ \
| * | | mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner2020-06-031-5/+5
| | |/ | |/|
* | | tcp: add tcp_sock_set_nodelayChristoph Hellwig2020-05-281-8/+2
* | | tcp: add tcp_sock_set_corkChristoph Hellwig2020-05-281-6/+2
|/ /
* | cifs: fix leaked reference on requeued writeAdam McCoy2020-05-141-1/+1
* | cifs: Fix null pointer check in cifs_readSteve French2020-05-141-1/+1
* | CIFS: Spelling s/EACCESS/EACCES/Geert Uytterhoeven2020-05-061-1/+1
|/
* cifs: fix uninitialised lease_key in open_shroot()Paulo Alcantara2020-04-221-0/+5
* cifs: ensure correct super block for DFS reconnectPaulo Alcantara2020-04-221-17/+65
* cifs: do not share tcons with DFSPaulo Alcantara2020-04-221-0/+4
* cifs: minor update to comments around the cifs_tcp_ses_lock mutexSteve French2020-04-211-1/+2
* cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg2020-04-211-0/+2
* smb3: remove overly noisy debug line in signing errorsSteve French2020-04-161-2/+2
* cifs: improve read performance for page size 64KB & cache=strict & vers=2.1+Jones Syue2020-04-152-1/+5
* cifs: dump the session id and keys also for SMB2 sessionsRonnie Sahlberg2020-04-151-0/+15
* smb3: enable swap on SMB3 mountsSteve French2020-04-104-0/+70
* smb3: change noisy error message to FYISteve French2020-04-091-1/+1
* smb3: smbdirect support can be configured by defaultSteve French2020-04-071-1/+1
* cifs: smbd: Do not schedule work to send immediate packet on every receiveLong Li2020-04-072-52/+10
* cifs: smbd: Properly process errors on ib_post_sendLong Li2020-04-071-123/+97
* cifs: Allocate crypto structures on the fly for calculating signatures of inc...Long Li2020-04-073-36/+60
* cifs: smbd: Update receive credits before sending and deal with credits roll ...Long Li2020-04-071-7/+18
* cifs: smbd: Check send queue size before posting a sendLong Li2020-04-072-1/+11