summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: opencode extent_buffer_getDavid Sterba2019-11-181-1/+1
* btrfs: Enhance error output for write time tree checkerQu Wenruo2019-11-181-0/+2
* Btrfs: use REQ_CGROUP_PUNT for worker thread submitted biosChris Mason2019-11-181-0/+6
* Btrfs: delete the entire async bio submission frameworkChris Mason2019-11-181-12/+1
* Btrfs: stop using btrfs_schedule_bio()Chris Mason2019-11-181-4/+3
* btrfs: add __cold attribute to more functionsDavid Sterba2019-11-181-2/+2
* btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKEDQu Wenruo2019-11-181-1/+1
* btrfs: get rid of unique workqueue helper functionsOmar Sandoval2019-11-181-23/+11
* btrfs: don't prematurely free work in end_workqueue_fn()Omar Sandoval2019-11-181-1/+1
* btrfs: don't needlessly create extent-refs kernel threadDavid Sterba2019-10-151-6/+0
* btrfs: Detect unbalanced tree with empty leaf before crashing btree operationsQu Wenruo2019-09-091-0/+10
* btrfs: Make reada_tree_block_flagged privateNikolay Borisov2019-09-091-29/+0
* btrfs: move basic block_group definitions to their own headerJosef Bacik2019-09-091-0/+1
* Btrfs: fix sysfs warning and missing raid sysfs directoriesFilipe Manana2019-08-071-2/+0
* btrfs: free checksum hash on in close_ctreeJohannes Thumshirn2019-07-171-0/+1
* 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-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/+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