aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-05Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds27-729/+1041
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds2-2/+5
2020-06-04cifs: update internal module version numberSteve French1-1/+1
2020-06-04cifs: multichannel: try to rebind when reconnecting a channelAurelien Aptel3-0/+34
2020-06-04cifs: multichannel: use pointer for binding channelAurelien Aptel2-4/+14
2020-06-04smb3: remove static checker warningSteve French1-1/+1
2020-06-04cifs: multichannel: move channel selection above transport layerAurelien Aptel9-198/+356
2020-06-04cifs: multichannel: always zero struct cifs_io_parmsAurelien Aptel4-7/+7
2020-06-04cifs: dump Security Type info in DebugDataKenneth D'souza1-0/+6
2020-06-04smb3: fix incorrect number of credits when ioctl MaxOutputResponse > 64KSteve French1-1/+1
2020-06-04smb3: default to minimum of two channels when multichannel specifiedSteve French1-0/+4
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+5
2020-06-03fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig1-2/+1
2020-06-03fs: move fiemap range validation into the file systems instancesChristoph Hellwig1-2/+4
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig2-0/+2
2020-06-03mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner1-5/+5
2020-06-02cifs: multichannel: move channel selection in functionAurelien Aptel2-11/+28
2020-06-02cifs: fix minor typos in comments and log messagesSteve French1-4/+4
2020-06-02smb3: minor update to compression header definitionsSteve French1-2/+11
2020-06-01cifs: minor fix to two debug messagesSteve French2-2/+2
2020-06-01cifs: Standardize logging outputJoe Perches20-381/+319
2020-06-01smb3: Add new parm "nodelete"Steve French4-1/+23
2020-06-01cifs: move some variables off the stack in smb2_ioctl_query_infoRonnie Sahlberg1-23/+35
2020-06-01cifs: reduce stack use in smb2_compound_opRonnie Sahlberg1-45/+47
2020-06-01cifs: get rid of unused parameter in reconn_setup_dfs_targets()Paulo Alcantara1-3/+2
2020-06-01cifs: handle hostnames that resolve to same ip in failoverPaulo Alcantara5-39/+131
2020-06-01cifs: set up next DFS target before generic_ip_connect()Paulo Alcantara1-9/+9
2020-06-01cifs: remove redundant initialization of variable rcColin Ian King1-1/+1
2020-06-01cifs: handle "nolease" option for vers=1.0Kenneth D'souza1-1/+10
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig1-8/+2
2020-05-28tcp: add tcp_sock_set_corkChristoph Hellwig1-6/+2
2020-05-14cifs: fix leaked reference on requeued writeAdam McCoy1-1/+1
2020-05-14cifs: Fix null pointer check in cifs_readSteve French1-1/+1
2020-05-06CIFS: Spelling s/EACCESS/EACCES/Geert Uytterhoeven1-1/+1
2020-04-22cifs: fix uninitialised lease_key in open_shroot()Paulo Alcantara1-0/+5
2020-04-22cifs: ensure correct super block for DFS reconnectPaulo Alcantara1-17/+65
2020-04-22cifs: do not share tcons with DFSPaulo Alcantara1-0/+4
2020-04-21cifs: minor update to comments around the cifs_tcp_ses_lock mutexSteve French1-1/+2
2020-04-21cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg1-0/+2
2020-04-16smb3: remove overly noisy debug line in signing errorsSteve French1-2/+2
2020-04-15cifs: improve read performance for page size 64KB & cache=strict & vers=2.1+Jones Syue2-1/+5
2020-04-15cifs: dump the session id and keys also for SMB2 sessionsRonnie Sahlberg1-0/+15
2020-04-10smb3: enable swap on SMB3 mountsSteve French4-0/+70
2020-04-09smb3: change noisy error message to FYISteve French1-1/+1
2020-04-07smb3: smbdirect support can be configured by defaultSteve French1-1/+1
2020-04-07cifs: smbd: Do not schedule work to send immediate packet on every receiveLong Li2-52/+10
2020-04-07cifs: smbd: Properly process errors on ib_post_sendLong Li1-123/+97
2020-04-07cifs: Allocate crypto structures on the fly for calculating signatures of incoming packetsLong Li3-36/+60
2020-04-07cifs: smbd: Update receive credits before sending and deal with credits roll back on failure before sendingLong Li1-7/+18
2020-04-07cifs: smbd: Check send queue size before posting a sendLong Li2-1/+11