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