summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-09-26Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds11-177/+365
2019-09-26binfmt_elf: Do not move brk for INTERP-less ET_EXECKees Cook1-1/+2
2019-09-26Merge tag 'xfs-5.4-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds5-21/+17
2019-09-26Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+0
2019-09-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds16-71/+37
2019-09-26ntfs: remove (un)?likely() from IS_ERR() conditionsDenis Efremov4-9/+9
2019-09-26xfs: remove unlikely() from WARN_ON() conditionDenis Efremov1-2/+2
2019-09-26fs: remove unlikely() from WARN_ON() conditionDenis Efremov1-1/+1
2019-09-26jffs2: Fix mounting under new mount APIDavid Howells1-2/+0
2019-09-26userfaultfd: untag user pointersAndrey Konovalov1-10/+12
2019-09-26fs/namespace: untag user pointers in copy_mount_optionsAndrey Konovalov1-1/+1
2019-09-26fat: delete an unnecessary check before brelse()Markus Elfring1-3/+1
2019-09-26fs/reiserfs/do_balan.c: remove set but not used variableJason Yan1-2/+1
2019-09-26fs/reiserfs/journal.c: remove set but not used variableJason Yan1-4/+3
2019-09-26fs/reiserfs/do_balan.c: remove set but not used variableszhengbin1-11/+1
2019-09-26fs/reiserfs/fix_node.c: remove set but not used variableszhengbin1-5/+1
2019-09-26fs/reiserfs/prints.c: remove set but not used variableszhengbin1-3/+0
2019-09-26fs/reiserfs/objectid.c: remove set but not used variableszhengbin1-2/+1
2019-09-26fs/reiserfs/lbalance.c: remove set but not used variableszhengbin1-2/+1
2019-09-26fs/reiserfs/stree.c: remove set but not used variableszhengbin1-4/+0
2019-09-26fs/reiserfs/journal.c: remove set but not used variableszhengbin1-9/+1
2019-09-26fs: reiserfs: remove unnecessary check of bh in remove_from_transaction()Jia-Ju Bai1-3/+2
2019-09-25Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds16-335/+596
2019-09-25Merge tag 'fuse-update-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-1613/+1726
2019-09-25Merge tag 'iomap-5.4-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-18/+20
2019-09-25Merge tag 'for-5.4/io_uring-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds1-24/+217
2019-09-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds28-283/+163
2019-09-25mm, fs: move randomize_stack_top from fs to mmAlexandre Ghiti1-20/+0
2019-09-25mm,thp: avoid writes to file with THP in pagecacheSong Liu2-0/+11
2019-09-25mm,thp: stats for file backed THPSong Liu2-1/+7
2019-09-25mm: remove quicklist page table cachesNicholas Piggin1-4/+0
2019-09-25mm: introduce compound_nr()Matthew Wilcox (Oracle)1-1/+1
2019-09-25mm: introduce page_size()Matthew Wilcox (Oracle)1-1/+1
2019-09-25ocfs2: fix spelling mistake "ambigous" -> "ambiguous"Colin Ian King1-1/+1
2019-09-25ocfs2: checkpoint appending truncate log transaction before flushingChangwei Ge1-0/+15
2019-09-25ocfs2: wait for recovering done after direct unlock requestChangwei Ge1-4/+19
2019-09-25ocfs2: delete unnecessary checks before brelse()Markus Elfring2-7/+3
2019-09-25fs/ocfs2/dir.c: remove set but not used variableszhengbin1-2/+1
2019-09-25fs/ocfs2/file.c: remove set but not used variableszhengbin1-3/+0
2019-09-25fs/ocfs2/namei.c: remove set but not used variableszhengbin1-2/+0
2019-09-25ocfs2: remove unused ocfs2_orphan_scan_exit() declarationGuozhonghua1-2/+1
2019-09-25ocfs2: remove unused ocfs2_calc_tree_trunc_credits()Guozhonghua1-28/+0
2019-09-25ocfs2: further debugfs cleanupsGreg Kroah-Hartman9-180/+61
2019-09-25jbd2: remove jbd2_journal_inode_add_[write|wait]Joseph Qi2-14/+0
2019-09-25ocfs2: use jbd2_inode dirty range scopingJoseph Qi4-11/+28
2019-09-25fat: work around race with userspace's read via blockdev while mountingOGAWA Hirofumi2-2/+14
2019-09-24pNFS/filelayout: enable LAYOUTGET on OPENOlga Kornievskaia1-0/+1
2019-09-24NFS: Optimise the default readahead sizeTrond Myklebust2-9/+8
2019-09-24Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds4-459/+380
2019-09-24xfs: avoid unused to_mp() function warningAustin Kim1-13/+0