aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-05ocfs2: correct spelling mistake for migratable for allChangwei Ge1-4/+4
2018-04-05ocfs2: fix spelling mistake: "Migrateable" -> "Migratable"Colin Ian King1-1/+1
2018-04-05ocfs2/dlm: wait for dlm recovery done when migrating all lock resourcespiaojun3-3/+26
2018-04-05ocfs2/dlm: clean up unused stack variable in dlm_do_local_ast()Changwei Ge1-2/+0
2018-04-05ocfs2/dlm: clean up unused argument for dlm_destroy_recovery_area()Changwei Ge1-4/+4
2018-04-05fs/ocfs2/dlm/dlmrecovery.c: remove unrelated commentChangwei Ge1-7/+0
2018-04-05ocfs2: remove two unused functions from suballoc.cChangwei Ge1-49/+0
2018-04-05ocfs2: remove unnecessary null pointer check before kmem_cache_destroy()piaojun4-26/+13
2018-04-05ocfs2/dlm: don't handle migrate lockres if already in shutdownJun Piao3-15/+33
2018-04-05ocfs2: keep the trace point consistent with the function nameJia Guo3-8/+8
2018-04-05ocfs2: remove some unused function declarationspiaojun1-3/+0
2018-04-05ocfs2: use 'oi' instead of 'OCFS2_I()'piaojun6-12/+12
2018-04-05ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun9-26/+21
2018-04-05hugetlbfs: fix bug in pgoff overflow checkingMike Kravetz1-3/+7
2018-04-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds14-159/+219
2018-04-05Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds17-338/+400
2018-04-05Merge tag 'f2fs-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds17-375/+980
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+3
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds4-4/+4
2018-04-04Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-5/+5
2018-04-04Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-19/+47
2018-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds15-264/+226
2018-04-04Merge tag '4.17-SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds21-243/+408
2018-04-04Merge tag 'v4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into mtd/nextBoris Brezillon9-41/+107
2018-04-04Merge tag 'gfs2-4.17.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds11-72/+68
2018-04-04Merge tag 'for-4.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds65-1691/+1967
2018-04-04Merge tag 'xfs-4.17-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds71-1167/+1365
2018-04-04Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-757/+727
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells24-686/+490
2018-04-04fscache: Add more tracepointsDavid Howells4-7/+76
2018-04-04fscache: Add tracepointsDavid Howells9-52/+113
2018-04-04fscache: Fix hanging wait on page discarded by writebackDavid Howells1-4/+9
2018-04-04fscache: Detect multiple relinquishment of a cookieDavid Howells1-1/+2
2018-04-04fscache: Pass the correct cancelled indications to fscache_op_complete()David Howells1-6/+9
2018-04-04fscache, cachefiles: Fix checker warningsDavid Howells2-1/+1
2018-04-04afs: Be more aggressive in retiring cached vnodesDavid Howells1-2/+3
2018-04-04afs: Use the vnode ID uniquifier in the cache key not the aux dataDavid Howells1-14/+8
2018-04-04afs: Invalidate cache on server data changeDavid Howells1-0/+4
2018-04-03orangefs: remove unused codeMartin Brandenburg3-128/+0
2018-04-03orangefs: make several *_operations structs staticMartin Brandenburg3-31/+28
2018-04-03orangefs: implement vm_ops->faultMartin Brandenburg1-2/+28
2018-04-03f2fs: remain written times to update inode during fsyncJaegeuk Kim2-0/+19
2018-04-03Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-15/+6
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-12/+15
2018-04-03nfsd: fix incorrect umasksJ. Bruce Fields3-7/+15
2018-04-03NFSD: Clean up legacy NFS SYMLINK argument XDR decodersChuck Lever7-65/+63
2018-04-03NFSD: Clean up legacy NFS WRITE argument XDR decodersChuck Lever6-30/+21
2018-04-03nfsd: Trace NFSv4 COMPOUND executionChuck Lever2-6/+42
2018-04-03nfsd: Add I/O trace points in the NFSv4 read procChuck Lever5-25/+39
2018-04-03nfsd: Add I/O trace points in the NFSv4 write pathChuck Lever3-13/+50