aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2020-09-17btrfs: don't allocate anonymous block device for user invisible rootsQu Wenruo
2020-06-01btrfs: set update the uuid generation as soon as possibleJosef Bacik
2020-06-01Btrfs: fix crash during unmount due to race with delayed inode workersFilipe Manana
2020-05-15btrfs: do not check delayed items are empty for single transaction cleanupJosef Bacik
2020-05-15btrfs: reset fs_root to NULL on error in open_ctreeJosef Bacik
2020-05-15btrfs: destroy qgroup extent records on transaction abortJeff Mahoney
2020-05-04btrfs: print message when tree-log replay startsDavid Sterba
2020-05-04btrfs: free block groups after free'ing fs treesJosef Bacik
2020-05-04btrfs: use bool argument in free_root_pointers()Anand Jain
2020-05-04Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana
2020-03-20btrfs: get rid of unique workqueue helper functionsOmar Sandoval
2020-02-24btrfs: don't prematurely free work in end_workqueue_fn()Omar Sandoval
2019-11-25btrfs: don't needlessly create extent-refs kernel threadDavid Sterba
2019-10-05btrfs: Detect unbalanced tree with empty leaf before crashing btree operationsQu Wenruo
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig
2019-04-29btrfs: track DIO bytes in flightJosef Bacik
2019-04-29btrfs: Remove bio_offset argument from submit_bio_hookNikolay Borisov
2019-04-29btrfs: Always pass 0 bio_offset for btree_submit_bio_startNikolay Borisov
2019-04-29btrfs: Remove 'tree' argument from read_extent_buffer_pagesNikolay Borisov
2019-04-29btrfs: Change submit_bio_hook to taking an inode directlyNikolay Borisov
2019-04-29btrfs: get fs_info from trans in btrfs_create_treeDavid Sterba
2019-04-29btrfs: Do mandatory tree block check before submitting bioQu Wenruo
2019-04-29btrfs: get fs_info from eb in btrfs_check_nodeDavid Sterba
2019-04-29btrfs: get fs_info from eb in btrfs_check_leaf_relaxedDavid Sterba
2019-04-29btrfs: get fs_info from eb in btrfs_check_leaf_fullDavid Sterba
2019-04-29btrfs: replace pending/pinned chunks lists with io treeJeff Mahoney
2019-04-29btrfs: Transpose btrfs_close_devices/btrfs_mapping_tree_free in close_ctreeNikolay Borisov
2019-04-29btrfs: combine device update operations during transaction commitNikolay Borisov
2019-04-29btrfs: qgroup: remove obsolete fs_info membersDavid Sterba
2019-04-29btrfs: get fs_info from eb in btrfs_verify_level_keyDavid Sterba
2019-04-29btrfs: get fs_info from eb in btree_read_extent_buffer_pagesDavid Sterba
2019-04-29btrfs: get fs_info from eb in clean_tree_blockDavid Sterba
2019-04-29btrfs: get fs_info from eb in check_tree_block_fsidDavid Sterba
2019-04-29btrfs: get fs_info from eb in repair_eb_io_failureDavid Sterba
2019-04-29btrfs: move tree block wait and write helpers to tree-logDavid Sterba
2019-04-29btrfs: disk-io: Show the timing of corrupted tree block explicitlyQu Wenruo
2019-04-29btrfs: Always output error message when key/level verification failsQu Wenruo
2019-04-29btrfs: Check the first key and level for cached extent bufferQu Wenruo
2019-04-29btrfs: Correctly free extent buffer in case btree_read_extent_buffer_pages failsNikolay Borisov
2019-04-29btrfs: Introduce extent_io_tree::owner to distinguish different io_treesQu Wenruo
2019-04-29btrfs: switch extent_io_tree::track_uptodate to boolDavid Sterba
2019-04-29btrfs: Introduce fs_info to extent_io_treeQu Wenruo
2019-04-29btrfs: warn if extent buffer mapping crosses a page boundary in csum_tree_blockJohannes Thumshirn
2019-04-29btrfs: factor our read/write stage off csum_tree_block into its callersJohannes Thumshirn
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-02-25btrfs: scrub: convert scrub_workers_refcnt to refcount_tAnand Jain
2019-02-25btrfs: replace cleaner_delayed_iput_mutex with a waitqueueJosef Bacik
2019-02-25btrfs: open code now trivial btrfs_set_lock_blockingDavid Sterba