summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-18btrfs: use bool argument in free_root_pointers()Anand Jain1-5/+5
2019-11-18btrfs: opencode extent_buffer_getDavid Sterba1-1/+1
2019-11-18btrfs: Enhance error output for write time tree checkerQu Wenruo1-0/+2
2019-11-18Btrfs: use REQ_CGROUP_PUNT for worker thread submitted biosChris Mason1-0/+6
2019-11-18Btrfs: delete the entire async bio submission frameworkChris Mason1-12/+1
2019-11-18Btrfs: stop using btrfs_schedule_bio()Chris Mason1-4/+3
2019-11-18btrfs: add __cold attribute to more functionsDavid Sterba1-2/+2
2019-11-18btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKEDQu Wenruo1-1/+1
2019-11-18btrfs: get rid of unique workqueue helper functionsOmar Sandoval1-23/+11
2019-11-18btrfs: don't prematurely free work in end_workqueue_fn()Omar Sandoval1-1/+1
2019-10-15btrfs: don't needlessly create extent-refs kernel threadDavid Sterba1-6/+0
2019-09-09btrfs: Detect unbalanced tree with empty leaf before crashing btree operationsQu Wenruo1-0/+10
2019-09-09btrfs: Make reada_tree_block_flagged privateNikolay Borisov1-29/+0
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik1-0/+1
2019-08-07Btrfs: fix sysfs warning and missing raid sysfs directoriesFilipe Manana1-2/+0
2019-07-17btrfs: free checksum hash on in close_ctreeJohannes Thumshirn1-0/+1
2019-07-02Btrfs: prevent send failures and crashes due to concurrent relocationFilipe Manana1-0/+2
2019-07-01btrfs: directly call into crypto framework for checksummingJohannes Thumshirn1-23/+23
2019-07-01btrfs: add boilerplate code for directly including the crypto frameworkJohannes Thumshirn1-7/+39
2019-07-01btrfs: Simplify btrfs_check_super_csum() and get rid of size assumptionsJohannes Thumshirn1-26/+16
2019-07-01btrfs: check for supported superblock checksum type before checksum validationJohannes Thumshirn1-0/+14
2019-07-01btrfs: add common checksum type validationJohannes Thumshirn1-10/+19
2019-07-01btrfs: use u8 for raid_array membersDavid Sterba1-2/+2
2019-07-01btrfs: remove mapping tree structures indirectionDavid Sterba1-1/+1
2019-07-01btrfs: detect fast implementation of crc32c on all architecturesDavid Sterba1-9/+4
2019-05-08Merge 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