summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2020-10-07btrfs: call submit_bio_hook directly for metadata pagesNikolay Borisov
2020-10-07btrfs: remove extent_io_ops::readpage_end_io_hookNikolay Borisov
2020-10-07btrfs: replace readpage_end_io_hook with direct callsNikolay Borisov
2020-10-07btrfs: use own btree inode io_tree owner idQu Wenruo
2020-10-07btrfs: remove btree_get_extentNikolay Borisov
2020-10-07btrfs: remove btree_readpageNikolay Borisov
2020-10-07btrfs: pretty print leaked root nameJosef Bacik
2020-10-07btrfs: introduce BTRFS_NESTING_COW for cow'ing blocksJosef Bacik
2020-10-07btrfs: rework error detection in init_tree_rootsNikolay Borisov
2020-10-07btrfs: switch seed device to list apiNikolay Borisov
2020-10-07btrfs: do async reclaim for data reservationsJosef Bacik
2020-10-07btrfs: delete duplicated words + other fixes in commentsRandy Dunlap
2020-09-24bdi: remove BDI_CAP_CGROUP_WRITEBACKChristoph Hellwig
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig
2020-09-23Merge tag 'for-5.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-09-21btrfs: fix overflow when copying corrupt csums for a messageJohannes Thumshirn
2020-09-12Merge tag 'for-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-09-07btrfs: free data reloc tree on failed mountJosef Bacik
2020-08-24Merge tag 'for-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-08-19btrfs: fix space cache memory leak after transaction abortFilipe Manana
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-27btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-...Qu Wenruo
2020-07-27btrfs: qgroup: try to flush qgroup space when we get -EDQUOTQu Wenruo
2020-07-27btrfs: preallocate anon block device at first phase of snapshot creationQu Wenruo
2020-07-27btrfs: don't allocate anonymous block device for user invisible rootsQu Wenruo
2020-07-27btrfs: remove unused btrfs_root::defrag_trans_startDavid Sterba
2020-07-27btrfs: use free_root_extent_buffer to free rootJohannes Thumshirn
2020-07-27btrfs: qgroup: catch reserved space leaks at unmount timeQu Wenruo
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig
2020-07-07Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-07-02btrfs: reset tree root pointer after error in init_tree_rootsJosef Bacik
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2020-06-02btrfs: use attach/detach_page_privateGuoqing Jiang
2020-05-25btrfs: fix corrupt log due to concurrent fsync of inodes with shared extentsFilipe Manana
2020-05-25btrfs: simplify root lookup by idDavid Sterba
2020-05-25btrfs: reloc: clear DEAD_RELOC_TREE bit for orphan roots to prevent runaway b...Qu Wenruo
2020-05-25btrfs: don't set SHAREABLE flag for data reloc treeQu Wenruo
2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo
2020-05-25btrfs: use crypto_shash_digest() instead of open codingEric Biggers
2020-05-25btrfs: get rid of endio_repair_workersOmar Sandoval
2020-04-23btrfs: drop logs when we've aborted a transactionJosef Bacik
2020-03-23btrfs: kill the subvol_srcuJosef Bacik
2020-03-23btrfs: make btrfs_cleanup_fs_roots use the radix tree lockJosef Bacik
2020-03-23btrfs: don't take an extra root ref at allocation timeJosef Bacik
2020-03-23btrfs: hold a ref on the root on the dead roots listJosef Bacik
2020-03-23btrfs: make inodes hold a ref on their rootsJosef Bacik
2020-03-23btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik
2020-03-23btrfs: move ino_cache_inode dropping out of btrfs_free_fs_rootJosef Bacik
2020-03-23btrfs: make the extent buffer leak check per fs infoJosef Bacik
2020-03-23btrfs: return void from csum_tree_blockDavid Sterba