aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-04-09afs: Split the dynroot stuff out and give it its own ops tablesGravatar David Howells 5-185/+228
2018-04-09afs: Keep track of invalid-before version for dentry coherencyGravatar David Howells 4-5/+18
2018-04-09afs: Rearrange status mappingGravatar David Howells 5-129/+216
2018-04-09afs: Make it possible to get the data version in readpageGravatar David Howells 5-44/+59
2018-04-09afs: Init inode before accessing cacheGravatar David Howells 1-5/+2
2018-04-09afs: Introduce a statistics proc fileGravatar David Howells 4-1/+57
2018-04-09afs: Dump bad status recordGravatar David Howells 1-0/+35
2018-04-09afs: Implement @cell substitution handlingGravatar David Howells 3-1/+89
2018-04-09afs: Implement @sys substitution handlingGravatar David Howells 4-1/+353
2018-04-09afs: Prospectively look up extra files when doing a single lookupGravatar David Howells 7-63/+550
2018-04-09afs: Don't over-increment the cell usage count when pinning itGravatar David Howells 2-3/+4
2018-04-09afs: Fix checker warningsGravatar David Howells 11-50/+35
2018-04-09Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-67/+57
2018-04-09Merge tag 'for-linus-4.17-ofs' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 7-241/+78
2018-04-09Merge tag 'pstore-v4.17-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+2
2018-04-08getname_kernel() needs to make sure that ->name != ->iname in long caseGravatar Al Viro 1-1/+2
2018-04-07Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+3
2018-04-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+3
2018-04-07Merge tag 'fscache-next-20180406' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 31-937/+986
2018-04-06pstore: fix crypto dependencies without compressionGravatar Tobias Regnery 1-2/+2
2018-04-06Merge tag 'audit-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+3
2018-04-06Merge tag 'pstore-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-284/+225
2018-04-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 32-406/+375
2018-04-06make lookup_one_len() safe to use with directory locked sharedGravatar Al Viro 1-1/+3
2018-04-06new helper: __lookup_slow()Gravatar Al Viro 1-9/+18
2018-04-06merge common parts of lookup_one_len{,_unlocked} into common helperGravatar Al Viro 1-56/+34
2018-04-06Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 1-32/+5
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 14-54/+36
2018-04-06fscache: Maintain a catalogue of allocated cookiesGravatar David Howells 3-117/+265
2018-04-06fscache: Pass object size in rather than calling back for itGravatar David Howells 18-119/+78
2018-04-05block_invalidatepage(): only release page if the full page was invalidatedGravatar Jeff Moyer 1-1/+1
2018-04-05fs/direct-io.c: minor cleanups in do_blockdev_direct_IOGravatar Nikolay Borisov 1-5/+4
2018-04-05fs: don't flush pagecache when expanding block deviceGravatar shunki-fujita 1-2/+4
2018-04-05fs/9p: don't set SB_NOATIME by defaultGravatar Yiwen Jiang 1-1/+1
2018-04-059p: check memory allocation result for cachetagGravatar Chengguang Xu 1-0/+7
2018-04-059p: don't maintain dir i_nlink if the exported fs doesn't eitherGravatar Eryu Guan 1-4/+22
2018-04-05ocfs2/dlm: clean up unused variable in dlm_process_recovery_dataGravatar Changwei Ge 1-4/+0
2018-04-05ocfs2/o2hb: check len for bio_add_page() to avoid getting incorrect bioGravatar piaojun 1-1/+10
2018-04-05ocfs2: add duplicated ino number checkGravatar Gang He 1-1/+20
2018-04-05ocfs2: add kobject for online file checkGravatar Gang He 4-202/+155
2018-04-05ocfs2: fix some small problemsGravatar Gang He 1-4/+4
2018-04-05ocfs2: move some definitions to header fileGravatar Gang He 2-27/+27
2018-04-05ocfs2: correct spelling mistake for migratable for allGravatar Changwei Ge 1-4/+4
2018-04-05ocfs2: fix spelling mistake: "Migrateable" -> "Migratable"Gravatar Colin Ian King 1-1/+1
2018-04-05ocfs2/dlm: wait for dlm recovery done when migrating all lock resourcesGravatar piaojun 3-3/+26
2018-04-05ocfs2/dlm: clean up unused stack variable in dlm_do_local_ast()Gravatar Changwei Ge 1-2/+0
2018-04-05ocfs2/dlm: clean up unused argument for dlm_destroy_recovery_area()Gravatar Changwei Ge 1-4/+4
2018-04-05fs/ocfs2/dlm/dlmrecovery.c: remove unrelated commentGravatar Changwei Ge 1-7/+0
2018-04-05ocfs2: remove two unused functions from suballoc.cGravatar Changwei Ge 1-49/+0
2018-04-05ocfs2: remove unnecessary null pointer check before kmem_cache_destroy()Gravatar piaojun 4-26/+13