summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-09-24mm, fs: move randomize_stack_top from fs to mmAlexandre Ghiti1-20/+0
2019-09-24mm,thp: avoid writes to file with THP in pagecacheSong Liu2-0/+11
2019-09-24mm,thp: stats for file backed THPSong Liu2-1/+7
2019-09-24mm: remove quicklist page table cachesNicholas Piggin1-4/+0
2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle)1-1/+1
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)1-1/+1
2019-09-24ocfs2: fix spelling mistake "ambigous" -> "ambiguous"Colin Ian King1-1/+1
2019-09-24ocfs2: checkpoint appending truncate log transaction before flushingChangwei Ge1-0/+15
2019-09-24ocfs2: wait for recovering done after direct unlock requestChangwei Ge1-4/+19
2019-09-24ocfs2: delete unnecessary checks before brelse()Markus Elfring2-7/+3
2019-09-24fs/ocfs2/dir.c: remove set but not used variableszhengbin1-2/+1
2019-09-24fs/ocfs2/file.c: remove set but not used variableszhengbin1-3/+0
2019-09-24fs/ocfs2/namei.c: remove set but not used variableszhengbin1-2/+0
2019-09-24ocfs2: remove unused ocfs2_orphan_scan_exit() declarationGuozhonghua1-2/+1
2019-09-24ocfs2: remove unused ocfs2_calc_tree_trunc_credits()Guozhonghua1-28/+0
2019-09-24ocfs2: further debugfs cleanupsGreg Kroah-Hartman9-180/+61
2019-09-24jbd2: remove jbd2_journal_inode_add_[write|wait]Joseph Qi2-14/+0
2019-09-24ocfs2: use jbd2_inode dirty range scopingJoseph Qi4-11/+28
2019-09-24fat: work around race with userspace's read via blockdev while mountingOGAWA Hirofumi2-2/+14
2019-09-21Merge tag 'gfs2-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds16-207/+264
2019-09-21Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds17-203/+839
2019-09-21Merge tag 'for_v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds12-135/+248
2019-09-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds17-281/+837
2019-09-21Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-43/+25
2019-09-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-4/+6
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-38/+42
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-4/+4
2019-09-19Merge tag 'configfs-for-5.4' of git://git.infradead.org/users/hch/configfsLinus Torvalds5-254/+170
2019-09-19Merge tag '5.4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds27-319/+1120
2019-09-19Merge tag 'for-linus-5.4-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2019-09-19Merge branch 'work.autofs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds3-104/+44
2019-09-19Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds9-244/+320
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds45-72/+287
2019-09-18Merge tag 'xfs-5.4-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds78-1081/+1295
2019-09-18Merge tag 'vfs-5.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+3
2019-09-18Merge tag 'ovl-fixes-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Linus Torvalds4-29/+51
2019-09-18Merge tag 'for-5.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds62-5486/+6054
2019-09-18Merge tag 'afs-next-20190915' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-28/+149
2019-09-18Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds30-68/+2859
2019-09-18Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds19-817/+2961
2019-09-18Merge tag 'filelock-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-8/+14
2019-09-18Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-7/+107
2019-09-18Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+4
2019-09-18Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds6-50/+37
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-11/+10
2019-09-18Merge tag 'staging-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds21-0/+6446
2019-09-18Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+5
2019-09-18Merge tag 'unicode-next-v5.4' of https://git.kernel.org/pub/scm/linux/kernel/...Theodore Ts'o2-3/+3
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-2/+2
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds1-47/+127