aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-02Btrfs: prevent send failures and crashes due to concurrent relocationGravatar Filipe Manana 1-0/+2
2019-07-01btrfs: directly call into crypto framework for checksummingGravatar Johannes Thumshirn 1-23/+23
2019-07-01btrfs: add boilerplate code for directly including the crypto frameworkGravatar Johannes Thumshirn 1-7/+39
2019-07-01btrfs: Simplify btrfs_check_super_csum() and get rid of size assumptionsGravatar Johannes Thumshirn 1-26/+16
2019-07-01btrfs: check for supported superblock checksum type before checksum validationGravatar Johannes Thumshirn 1-0/+14
2019-07-01btrfs: add common checksum type validationGravatar Johannes Thumshirn 1-10/+19
2019-07-01btrfs: use u8 for raid_array membersGravatar David Sterba 1-2/+2
2019-07-01btrfs: remove mapping tree structures indirectionGravatar David Sterba 1-1/+1
2019-07-01btrfs: detect fast implementation of crc32c on all architecturesGravatar David Sterba 1-9/+4
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2019-04-30block: remove the i argument to bio_for_each_segment_allGravatar Christoph Hellwig 1-2/+2
2019-04-29btrfs: track DIO bytes in flightGravatar Josef Bacik 1-1/+14
2019-04-29btrfs: Remove bio_offset argument from submit_bio_hookGravatar Nikolay Borisov 1-2/+2
2019-04-29btrfs: Always pass 0 bio_offset for btree_submit_bio_startGravatar Nikolay Borisov 1-2/+1
2019-04-29btrfs: Remove 'tree' argument from read_extent_buffer_pagesGravatar Nikolay Borisov 1-9/+3
2019-04-29btrfs: Change submit_bio_hook to taking an inode directlyGravatar Nikolay Borisov 1-3/+2
2019-04-29btrfs: get fs_info from trans in btrfs_create_treeGravatar David Sterba 1-1/+1
2019-04-29btrfs: Do mandatory tree block check before submitting bioGravatar Qu Wenruo 1-0/+13
2019-04-29btrfs: get fs_info from eb in btrfs_check_nodeGravatar David Sterba 1-1/+1
2019-04-29btrfs: get fs_info from eb in btrfs_check_leaf_relaxedGravatar David Sterba 1-1/+1
2019-04-29btrfs: get fs_info from eb in btrfs_check_leaf_fullGravatar David Sterba 1-1/+1
2019-04-29btrfs: replace pending/pinned chunks lists with io treeGravatar Jeff Mahoney 1-11/+0
2019-04-29btrfs: Transpose btrfs_close_devices/btrfs_mapping_tree_free in close_ctreeGravatar Nikolay Borisov 1-1/+1
2019-04-29btrfs: combine device update operations during transaction commitGravatar Nikolay Borisov 1-0/+7
2019-04-29btrfs: qgroup: remove obsolete fs_info membersGravatar David Sterba 1-3/+0
2019-04-29btrfs: get fs_info from eb in btrfs_verify_level_keyGravatar David Sterba 1-3/+3
2019-04-29btrfs: get fs_info from eb in btree_read_extent_buffer_pagesGravatar David Sterba 1-7/+4
2019-04-29btrfs: get fs_info from eb in clean_tree_blockGravatar David Sterba 1-2/+2
2019-04-29btrfs: get fs_info from eb in check_tree_block_fsidGravatar David Sterba 1-3/+3
2019-04-29btrfs: get fs_info from eb in repair_eb_io_failureGravatar David Sterba 1-1/+1
2019-04-29btrfs: move tree block wait and write helpers to tree-logGravatar David Sterba 1-13/+0
2019-04-29btrfs: disk-io: Show the timing of corrupted tree block explicitlyGravatar Qu Wenruo 1-0/+4
2019-04-29btrfs: Always output error message when key/level verification failsGravatar Qu Wenruo 1-6/+4
2019-04-29btrfs: Check the first key and level for cached extent bufferGravatar Qu Wenruo 1-5/+5
2019-04-29btrfs: Correctly free extent buffer in case btree_read_extent_buffer_pages failsGravatar Nikolay Borisov 1-6/+11
2019-04-29btrfs: Introduce extent_io_tree::owner to distinguish different io_treesGravatar Qu Wenruo 1-4/+8
2019-04-29btrfs: switch extent_io_tree::track_uptodate to boolGravatar David Sterba 1-1/+1
2019-04-29btrfs: Introduce fs_info to extent_io_treeGravatar Qu Wenruo 1-4/+4
2019-04-29btrfs: warn if extent buffer mapping crosses a page boundary in csum_tree_blockGravatar Johannes Thumshirn 1-1/+1
2019-04-29btrfs: factor our read/write stage off csum_tree_block into its callersGravatar Johannes Thumshirn 1-26/+29
2019-03-12mm: refactor readahead defines in mm.hGravatar Nikolay Borisov 1-1/+1
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+2
2019-02-25btrfs: scrub: convert scrub_workers_refcnt to refcount_tGravatar Anand Jain 1-1/+1
2019-02-25btrfs: replace cleaner_delayed_iput_mutex with a waitqueueGravatar Josef Bacik 1-3/+2
2019-02-25btrfs: open code now trivial btrfs_set_lock_blockingGravatar David Sterba 1-1/+1
2019-02-25btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpersGravatar David Sterba 1-1/+1
2019-02-25btrfs: qgroup: Introduce per-root swapped blocks infrastructureGravatar Qu Wenruo 1-0/+1
2019-02-25btrfs: relocation: Delay reloc tree deletion after merge_reloc_rootsGravatar Qu Wenruo 1-0/+1
2019-02-25btrfs: make btrfs_destroy_delayed_refs use btrfs_delete_ref_headGravatar Josef Bacik 1-6/+1
2019-02-25btrfs: make btrfs_destroy_delayed_refs use btrfs_delayed_ref_lockGravatar Josef Bacik 1-9/+2