aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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-27nfs: minor typo in nfs4_callback_up_net()Vasily Averin1-1/+1
2018-12-27sunrpc: replace svc_serv->sv_bc_xprt by boolean flagVasily Averin1-3/+5
2018-12-27nfsd: drop useless LIST_HEADJulia Lawall1-1/+0
2018-12-27Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds7-146/+236
2018-12-27Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds13-174/+272
2018-12-27Merge tag 'iomap-4.21-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+15
2018-12-27Merge tag 'xfs-4.21-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds51-714/+932
2018-12-27Merge tag 'fs_for_4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds4-9/+15
2018-12-27Merge tag 'fsnotify_for_v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds4-17/+30
2018-12-27Merge tag 'dlm-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds6-23/+34
2018-12-27Merge tag 'for-4.21-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds47-2197/+3025
2018-12-27Merge tag 'gfs2-4.21.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds19-231/+317
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+2
2018-12-27Merge tag 'pstore-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds5-174/+160
2018-12-26f2fs: sanity check of xattr entry sizeJaegeuk Kim1-5/+13
2018-12-26f2fs: fix use-after-free issue when accessing sbi->stat_infoSahitya Tummala1-12/+15
2018-12-26f2fs: check PageWriteback flag for ordered caseChao Yu13-54/+50
2018-12-26f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl1-3/+3
2018-12-26f2fs: fix missing unlock(sbi->gc_mutex)Jaegeuk Kim1-5/+2
2018-12-26f2fs: fix to dirty inode synchronouslyChao Yu1-1/+1
2018-12-26f2fs: clean up structure extent_nodeChao Yu1-10/+2
2018-12-26f2fs: fix block address for __check_sit_bitmapQiuyang Sun1-1/+1
2018-12-26f2fs: fix sbi->extent_list corruption issueSahitya Tummala2-2/+11
2018-12-26f2fs: clean up checkpoint flowChao Yu1-13/+5
2018-12-26f2fs: flush stale issued discard candidatesJaegeuk Kim1-0/+4
2018-12-26f2fs: correct wrong spelling, issing_*Jaegeuk Kim3-20/+20
2018-12-26f2fs: use kvmalloc, if kmalloc is failedJaegeuk Kim11-70/+76
2018-12-26f2fs: remove redundant comment of unused wio_mutexYunlong Song1-1/+0
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2018-12-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-5/+6
2018-12-26ceph: don't encode inode pathes into reconnect messageYan, Zheng1-45/+49
2018-12-26ceph: update wanted caps after resuming stale sessionYan, Zheng3-33/+58
2018-12-26ceph: skip updating 'wanted' caps if caps are already issuedYan, Zheng1-10/+17
2018-12-26ceph: don't request excl caps when mount is readonlyYan, Zheng1-2/+5
2018-12-26ceph: don't update importing cap's mseq when handing cap exportYan, Zheng1-1/+0
2018-12-26ceph: remove redundant assignmentChengguang Xu1-1/+0
2018-12-26ceph: cleanup splice_dentry()Yan, Zheng1-36/+24
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-25ext4: fix a potential fiemap/page fault deadlock w/ inline_dataTheodore Ts'o1-3/+3
2018-12-24ext4: make sure enough credits are reserved for dioread_nolock writesTheodore Ts'o1-1/+2
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