summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: remove extent_map::bdevDavid Sterba2019-11-181-3/+0
* btrfs: rename btrfs_block_group_cacheDavid Sterba2019-11-181-4/+4
* btrfs: Streamline btrfs_fs_info::backup_root_index semanticsNikolay Borisov2019-11-181-39/+12
* btrfs: Rename find_oldest_super_backup to init_backup_root_slotNikolay Borisov2019-11-181-6/+4
* btrfs: Remove unused next_root_backup functionNikolay Borisov2019-11-181-50/+0
* btrfs: Don't use objectid_mutex during mountNikolay Borisov2019-11-181-3/+4
* btrfs: Factor out tree roots initialization during mountNikolay Borisov2019-11-181-57/+85
* btrfs: Add read_backup_rootNikolay Borisov2019-11-181-0/+44
* btrfs: Remove newest_gen argument from find_oldest_super_backupNikolay Borisov2019-11-181-4/+2
* btrfs: Cleanup and simplify find_newest_super_backupNikolay Borisov2019-11-181-20/+11
* btrfs: add blake2b to checksumming algorithmsDavid Sterba2019-11-181-0/+1
* btrfs: add member for a specific checksum driverDavid Sterba2019-11-181-3/+3
* btrfs: add sha256 to checksumming algorithmJohannes Thumshirn2019-11-181-0/+1
* btrfs: add xxhash64 to checksumming algorithmsJohannes Thumshirn2019-11-181-0/+1
* btrfs: use bool argument in free_root_pointers()Anand Jain2019-11-181-5/+5
* 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-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