summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-03-05a.out: remove core dumping supportLinus Torvalds
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-03-04fs: Make splice() and tee() take into account O_NONBLOCK flag on pipesSlavomir Kaslev
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-04Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds
2019-03-04aio: simplify - and fix - fget/fput for io_submit()Linus Torvalds
2019-03-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-01hugetlbfs: fix races and page leaks during migrationMike Kravetz
2019-03-01xfs: fix reporting supported extra file attributes for statx()Luis R. Rodriguez
2019-02-28Merge tag 'for-linus-5.0-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-02-28fs: fix guard_bio_eod to check for real EOD errorsCarlos Maiolino
2019-02-28io_uring: add io_kiocb ref countJens Axboe
2019-02-28io_uring: add submission pollingJens Axboe
2019-02-28io_uring: add file set registrationJens Axboe
2019-02-28io_uring: add support for pre-mapped user IO buffersJens Axboe
2019-02-28io_uring: batch io_kiocb allocationJens Axboe
2019-02-28io_uring: use fget/fput_many() for file referencesJens Axboe
2019-02-28fs: add fget_many() and fput_many()Jens Axboe
2019-02-28io_uring: support for IO pollingJens Axboe
2019-02-28io_uring: add fsync supportChristoph Hellwig
2019-02-28Add io_uring IO interfaceJens Axboe
2019-02-28locking/percpu-rwsem: Remove preempt_disable variantsPeter Zijlstra
2019-02-25afs: Fix manually set volume location server listDavid Howells
2019-02-25xfs: fix backwards endian conversion in scrubDarrick J. Wong
2019-02-25xfs: fix uninitialized error variablesDarrick J. Wong
2019-02-25xfs: rework breaking of shared extents in xfs_file_iomap_beginDarrick J. Wong
2019-02-25Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"Linus Torvalds
2019-02-25xfs: don't pass iomap flags to xfs_reflink_allocate_cowDarrick J. Wong
2019-02-25btrfs: Remove unnecessary casts in btrfs_read_root_itemYueHaibing
2019-02-25Btrfs: remove assertion when searching for a key in a node/leafFilipe Manana
2019-02-25Btrfs: add missing error handling after doing leaf/node binary searchFilipe Manana
2019-02-25btrfs: drop the lock on error in btrfs_dev_replace_cancelDan Carpenter
2019-02-25btrfs: ensure that a DUP or RAID1 block group has exactly two stripesJohannes Thumshirn
2019-02-25btrfs: init csum_list before possible freeDan Robertson
2019-02-25Btrfs: remove no longer needed range length checks for deduplicationFilipe Manana
2019-02-25Btrfs: fix fsync after succession of renames and unlink/rmdirFilipe Manana
2019-02-25Btrfs: fix fsync after succession of renames of different filesFilipe Manana
2019-02-25btrfs: honor path->skip_locking in backref codeJosef Bacik
2019-02-25btrfs: qgroup: Make qgroup async transaction commit more aggressiveQu Wenruo
2019-02-25btrfs: qgroup: Move reserved data accounting from btrfs_delayed_ref_head to b...Qu Wenruo
2019-02-25btrfs: scrub: remove unused nocow worker pointerDavid Sterba
2019-02-25btrfs: scrub: add assertions for worker pointersDavid Sterba
2019-02-25btrfs: scrub: convert scrub_workers_refcnt to refcount_tAnand Jain
2019-02-25btrfs: scrub: add scrub_lock lockdep check in scrub_workers_getAnand Jain
2019-02-25btrfs: scrub: fix circular locking dependency warningAnand Jain
2019-02-25btrfs: fix comment its device list mutex not volume lockAnand Jain
2019-02-25btrfs: extent_io: Kill the forward declaration of flush_write_bioQu Wenruo
2019-02-25btrfs: Fix grossly misleading argument names in extent io searchNikolay Borisov