aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig1-2/+2
2019-04-29btrfs: track DIO bytes in flightJosef Bacik1-1/+14
2019-04-29btrfs: Remove bio_offset argument from submit_bio_hookNikolay Borisov1-2/+2
2019-04-29btrfs: Always pass 0 bio_offset for btree_submit_bio_startNikolay Borisov1-2/+1
2019-04-29btrfs: Remove 'tree' argument from read_extent_buffer_pagesNikolay Borisov1-9/+3
2019-04-29btrfs: Change submit_bio_hook to taking an inode directlyNikolay Borisov1-3/+2
2019-04-29btrfs: get fs_info from trans in btrfs_create_treeDavid Sterba1-1/+1
2019-04-29btrfs: Do mandatory tree block check before submitting bioQu Wenruo1-0/+13
2019-04-29btrfs: get fs_info from eb in btrfs_check_nodeDavid Sterba1-1/+1
2019-04-29btrfs: get fs_info from eb in btrfs_check_leaf_relaxedDavid Sterba1-1/+1
2019-04-29btrfs: get fs_info from eb in btrfs_check_leaf_fullDavid Sterba1-1/+1
2019-04-29btrfs: replace pending/pinned chunks lists with io treeJeff Mahoney1-11/+0
2019-04-29btrfs: Transpose btrfs_close_devices/btrfs_mapping_tree_free in close_ctreeNikolay Borisov1-1/+1
2019-04-29btrfs: combine device update operations during transaction commitNikolay Borisov1-0/+7
2019-04-29btrfs: qgroup: remove obsolete fs_info membersDavid Sterba1-3/+0
2019-04-29btrfs: get fs_info from eb in btrfs_verify_level_keyDavid Sterba1-3/+3
2019-04-29btrfs: get fs_info from eb in btree_read_extent_buffer_pagesDavid Sterba1-7/+4
2019-04-29btrfs: get fs_info from eb in clean_tree_blockDavid Sterba1-2/+2
2019-04-29btrfs: get fs_info from eb in check_tree_block_fsidDavid Sterba1-3/+3
2019-04-29btrfs: get fs_info from eb in repair_eb_io_failureDavid Sterba1-1/+1
2019-04-29btrfs: move tree block wait and write helpers to tree-logDavid Sterba1-13/+0
2019-04-29btrfs: disk-io: Show the timing of corrupted tree block explicitlyQu Wenruo1-0/+4
2019-04-29btrfs: Always output error message when key/level verification failsQu Wenruo1-6/+4
2019-04-29btrfs: Check the first key and level for cached extent bufferQu Wenruo1-5/+5
2019-04-29btrfs: Correctly free extent buffer in case btree_read_extent_buffer_pages failsNikolay Borisov1-6/+11
2019-04-29btrfs: Introduce extent_io_tree::owner to distinguish different io_treesQu Wenruo1-4/+8
2019-04-29btrfs: switch extent_io_tree::track_uptodate to boolDavid Sterba1-1/+1
2019-04-29btrfs: Introduce fs_info to extent_io_treeQu Wenruo1-4/+4
2019-04-29btrfs: warn if extent buffer mapping crosses a page boundary in csum_tree_blockJohannes Thumshirn1-1/+1
2019-04-29btrfs: factor our read/write stage off csum_tree_block into its callersJohannes Thumshirn1-26/+29
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov1-1/+1
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2019-02-25btrfs: scrub: convert scrub_workers_refcnt to refcount_tAnand Jain1-1/+1
2019-02-25btrfs: replace cleaner_delayed_iput_mutex with a waitqueueJosef Bacik1-3/+2
2019-02-25btrfs: open code now trivial btrfs_set_lock_blockingDavid Sterba1-1/+1
2019-02-25btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpersDavid Sterba1-1/+1
2019-02-25btrfs: qgroup: Introduce per-root swapped blocks infrastructureQu Wenruo1-0/+1
2019-02-25btrfs: relocation: Delay reloc tree deletion after merge_reloc_rootsQu Wenruo1-0/+1
2019-02-25btrfs: make btrfs_destroy_delayed_refs use btrfs_delete_ref_headJosef Bacik1-6/+1
2019-02-25btrfs: make btrfs_destroy_delayed_refs use btrfs_delayed_ref_lockJosef Bacik1-9/+2
2019-02-25Btrfs: setup a nofs context for memory allocation at btrfs_create_tree()Filipe Manana1-0/+8
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei1-1/+2
2019-01-18btrfs: wakeup cleaner thread when adding delayed iputJosef Bacik1-0/+3
2019-01-18btrfs: wait on ordered extents on abort cleanupJosef Bacik1-0/+8
2019-01-18btrfs: handle delayed ref head accounting cleanup in abortJosef Bacik1-0/+1
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini1-2/+2
2018-12-17btrfs: introduce delayed_refs_rsvJosef Bacik1-0/+4
2018-12-17btrfs: dev-replace: remove custom read/write blocking schemeDavid Sterba1-2/+0
2018-12-17btrfs: dev-replace: swich locking to rw semaphoreDavid Sterba1-1/+1