summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: prevent send failures and crashes due to concurrent relocationFilipe Manana2019-07-021-0/+2
* btrfs: directly call into crypto framework for checksummingJohannes Thumshirn2019-07-011-23/+23
* btrfs: add boilerplate code for directly including the crypto frameworkJohannes Thumshirn2019-07-011-7/+39
* btrfs: Simplify btrfs_check_super_csum() and get rid of size assumptionsJohannes Thumshirn2019-07-011-26/+16
* btrfs: check for supported superblock checksum type before checksum validationJohannes Thumshirn2019-07-011-0/+14
* btrfs: add common checksum type validationJohannes Thumshirn2019-07-011-10/+19
* btrfs: use u8 for raid_array membersDavid Sterba2019-07-011-2/+2
* btrfs: remove mapping tree structures indirectionDavid Sterba2019-07-011-1/+1
* btrfs: detect fast implementation of crc32c on all architecturesDavid Sterba2019-07-011-9/+4
* Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-071-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/+1
* | btrfs: Remove 'tree' argument from read_extent_buffer_pagesNikolay Borisov2019-04-291-9/+3
* | btrfs: Change submit_bio_hook to taking an inode directlyNikolay Borisov2019-04-291-3/+2
* | 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/+0
* | 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/+0
* | 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/+4
* | 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/+0
* | 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/+4
* | 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/+2
* | 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/+1