summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-12-28cifs: Add support for failover in cifs_reconnect_tcon()Paulo Alcantara1-3/+85
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: 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-28nfs: minor typo in nfs4_callback_up_net()Vasily Averin1-1/+1
2018-12-28sunrpc: replace svc_serv->sv_bc_xprt by boolean flagVasily Averin1-3/+5
2018-12-28nfsd: drop useless LIST_HEADJulia Lawall1-1/+0
2018-12-28Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds7-146/+236
2018-12-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds13-174/+272
2018-12-28Merge tag 'iomap-4.21-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+15
2018-12-28Merge tag 'xfs-4.21-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds51-714/+932
2018-12-28Merge tag 'fs_for_4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-9/+15
2018-12-28Merge tag 'fsnotify_for_v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-17/+30
2018-12-28Merge tag 'dlm-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds6-23/+34
2018-12-28Merge tag 'for-4.21-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds47-2197/+3025
2018-12-28Merge tag 'gfs2-4.21.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds19-231/+317
2018-12-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-3/+2
2018-12-27Merge tag 'pstore-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-174/+160
2018-12-27f2fs: sanity check of xattr entry sizeJaegeuk Kim1-5/+13
2018-12-27f2fs: fix use-after-free issue when accessing sbi->stat_infoSahitya Tummala1-12/+15
2018-12-27f2fs: check PageWriteback flag for ordered caseChao Yu13-54/+50
2018-12-27f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl1-3/+3
2018-12-27f2fs: fix missing unlock(sbi->gc_mutex)Jaegeuk Kim1-5/+2
2018-12-27f2fs: fix to dirty inode synchronouslyChao Yu1-1/+1
2018-12-27f2fs: clean up structure extent_nodeChao Yu1-10/+2
2018-12-27f2fs: fix block address for __check_sit_bitmapQiuyang Sun1-1/+1
2018-12-27f2fs: fix sbi->extent_list corruption issueSahitya Tummala2-2/+11
2018-12-27f2fs: clean up checkpoint flowChao Yu1-13/+5
2018-12-27f2fs: flush stale issued discard candidatesJaegeuk Kim1-0/+4
2018-12-27f2fs: correct wrong spelling, issing_*Jaegeuk Kim3-20/+20
2018-12-27f2fs: use kvmalloc, if kmalloc is failedJaegeuk Kim11-70/+76
2018-12-27f2fs: remove redundant comment of unused wio_mutexYunlong Song1-1/+0
2018-12-27Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2018-12-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-5/+6
2018-12-25Merge tag 'mtd/for-4.21' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+2
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+2
2018-12-24cifs: Save TTL value when parsing DFS referralsPaulo Alcantara2-0/+3
2018-12-24cifs: auto disable 'serverino' in dfs mountsAurelien Aptel3-25/+35
2018-12-24cifs: Make devname param optional in cifs_compose_mount_options()Paulo Alcantara1-9/+12