summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-12-28cifs: Add support for failover in smb2_reconnect()Paulo Alcantara3-3/+104
2018-12-28cifs: Only free DFS target list if we actually got onePaulo Alcantara1-3/+3
2018-12-28cifs: start DFS cache refresher in cifs_mount()Paulo Alcantara1-0/+6
2018-12-28cifs: Use GFP_ATOMIC when a lock is held in cifs_mount()YueHaibing1-1/+2
2018-12-28cifs: Add support for failover in cifs_reconnect()Paulo Alcantara3-1/+204
2018-12-28cifs: Add support for failover in cifs_mount()Paulo Alcantara3-15/+236
2018-12-28cifs: remove set but not used variable 'sep'YueHaibing1-3/+0
2018-12-28cifs: Make use of DFS cache to get new DFS referralsPaulo Alcantara6-84/+113
2018-12-28cifs: minor updates to documentationSteve French1-6/+20
2018-12-28cifs: check kzalloc returnJoe Perches1-14/+20
2018-12-28cifs: remove set but not used variable 'server'YueHaibing1-7/+1
2018-12-28cifs: Use kzfree() to free passwordDan Carpenter1-1/+1
2018-12-28cifs: Fix to use kmem_cache_free() instead of kfree()Wei Yongjun1-2/+2
2018-12-28cifs: update for current_kernel_time64() removalStephen Rothwell1-2/+4
2018-12-28cifs: Add DFS cache routinesPaulo Alcantara7-2/+1484
2018-12-23cifs: Save TTL value when parsing DFS referralsPaulo Alcantara2-0/+3
2018-12-23cifs: auto disable 'serverino' in dfs mountsAurelien Aptel3-25/+35
2018-12-23cifs: Make devname param optional in cifs_compose_mount_options()Paulo Alcantara1-9/+12
2018-12-23cifs: Skip any trailing backslashes from UNCPaulo Alcantara1-1/+6
2018-12-23cifs: Refactor out cifs_mount()Paulo Alcantara2-183/+262
2018-12-23CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problemGeorgy A Bystrenin1-2/+2
2018-12-23CIFS: return correct errors when pinning memory failed for direct I/OLong Li1-1/+7
2018-12-23CIFS: use the correct length when pinning memory for direct I/O for writeLong Li1-1/+3
2018-12-23cifs: check ntwrk_buf_start for NULL before dereferencing itRonnie Sahlberg1-1/+8
2018-12-23cifs: remove coverity warning in calc_lanman_hashRonnie Sahlberg1-3/+8
2018-12-23cifs: remove set but not used variable 'smb_buf'YueHaibing1-2/+0
2018-12-23cifs: suppress some implicit-fallthrough warningsGustavo A. R. Silva2-2/+2
2018-12-23cifs: change smb2_query_eas to use the compound query-info helperRonnie Sahlberg4-79/+49
2018-12-23Add vers=3.0.2 as a valid option for SMBv3.0.2Kenneth D'souza2-0/+2
2018-12-23cifs: create a helper function for compound query_infoRonnie Sahlberg1-26/+56
2018-12-23cifs: address trivial coverity warningSteve French1-1/+1
2018-12-23cifs: smb2 commands can not be negative, remove confusing checkSteve French1-3/+5
2018-12-23cifs: use a compound for setting an xattrRonnie Sahlberg1-18/+70
2018-12-23cifs: clean up indentation, replace spaces with tabColin Ian King1-1/+1
2018-12-23Linux 4.20v4.20Linus Torvalds1-1/+1
2018-12-23Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+6
2018-12-22Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-5/+24
2018-12-22Merge tag 'compiler-attributes-for-linus-v4.20' of https://github.com/ojeda/l...Linus Torvalds1-54/+54
2018-12-22Merge tag 'auxdisplay-for-linus-v4.20' of https://github.com/ojeda/linuxLinus Torvalds1-0/+3
2018-12-22Revert "vfs: Allow userns root to call mknod on owned filesystems."Christian Brauner1-2/+1
2018-12-22dma-mapping: fix flags in dma_alloc_wcChristoph Hellwig1-1/+1
2018-12-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-13/+35
2018-12-21mm, page_alloc: fix has_unmovable_pages for HugePagesOscar Salvador1-2/+5
2018-12-21fork,memcg: fix crash in free_thread_stack on memcg charge failRik van Riel1-2/+7
2018-12-21mm: thp: fix flags for pmd migration when splitPeter Xu1-9/+11
2018-12-21mm, memory_hotplug: initialize struct pages for the full memory sectionMikhail Zaslonko1-0/+12
2018-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds4-15/+35
2018-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-16/+33
2018-12-21auxdisplay: charlcd: fix x/y command parsingMans Rullgard1-0/+3
2018-12-21serial/sunsu: fix refcount leakYangtao Li1-5/+26