summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-10-15io_uring: consider the overflow of sequence for timeout reqyangerkun
2019-10-10io_uring: fix sequence logic for timeout requestsJens Axboe
2019-10-09io_uring: only flush workqueues on fileset removalJens Axboe
2019-10-07io_uring: remove wait loop spurious wakeupsPavel Begunkov
2019-10-04io_uring: fix reversed nonblock flag for link submissionPavel Begunkov
2019-10-01io_uring: use __kernel_timespec in timeout ABIArnd Bergmann
2019-09-25Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-09-25Merge tag 'fuse-update-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-09-25Merge tag 'iomap-5.4-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-09-24Merge tag 'for-5.4/io_uring-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-09-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-09-24mm, fs: move randomize_stack_top from fs to mmAlexandre Ghiti
2019-09-24mm,thp: avoid writes to file with THP in pagecacheSong Liu
2019-09-24mm,thp: stats for file backed THPSong Liu
2019-09-24mm: remove quicklist page table cachesNicholas Piggin
2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle)
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)
2019-09-24ocfs2: fix spelling mistake "ambigous" -> "ambiguous"Colin Ian King
2019-09-24ocfs2: checkpoint appending truncate log transaction before flushingChangwei Ge
2019-09-24ocfs2: wait for recovering done after direct unlock requestChangwei Ge
2019-09-24ocfs2: delete unnecessary checks before brelse()Markus Elfring
2019-09-24fs/ocfs2/dir.c: remove set but not used variableszhengbin
2019-09-24fs/ocfs2/file.c: remove set but not used variableszhengbin
2019-09-24fs/ocfs2/namei.c: remove set but not used variableszhengbin
2019-09-24ocfs2: remove unused ocfs2_orphan_scan_exit() declarationGuozhonghua
2019-09-24ocfs2: remove unused ocfs2_calc_tree_trunc_credits()Guozhonghua
2019-09-24ocfs2: further debugfs cleanupsGreg Kroah-Hartman
2019-09-24jbd2: remove jbd2_journal_inode_add_[write|wait]Joseph Qi
2019-09-24ocfs2: use jbd2_inode dirty range scopingJoseph Qi
2019-09-24fat: work around race with userspace's read via blockdev while mountingOGAWA Hirofumi
2019-09-24Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-09-24fuse: Make fuse_args_to_req staticYueHaibing
2019-09-24fuse: fix memleak in cuse_channel_openzhengbin
2019-09-24fuse: fix beyond-end-of-page access in fuse_parse_cache()Tejun Heo
2019-09-24fuse: unexport fuse_put_requestArnd Bergmann
2019-09-24fuse: kmemcg account fs dataKhazhismel Kumykov
2019-09-24fuse: on 64-bit store time in d_fsdata directlyKhazhismel Kumykov
2019-09-24fuse: fix missing unlock_page in fuse_writepage()Vasily Averin
2019-09-23Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-09-23io_uring: correctly handle non ->{read,write}_iter() file_operationsJens Axboe
2019-09-21Merge tag 'gfs2-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds
2019-09-21Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2019-09-21Merge tag 'for_v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2019-09-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2019-09-21Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-09-19iomap: move the iomap_dio_rw ->end_io callback into a structureChristoph Hellwig
2019-09-19iomap: split size and error for iomap_dio_rw ->end_ioMatthew Bobrowski