summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2019-11-18btrfs: remove extent_map::bdevDavid Sterba
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba
2019-11-18btrfs: Streamline btrfs_fs_info::backup_root_index semanticsNikolay Borisov
2019-11-18btrfs: Rename find_oldest_super_backup to init_backup_root_slotNikolay Borisov
2019-11-18btrfs: Remove unused next_root_backup functionNikolay Borisov
2019-11-18btrfs: Don't use objectid_mutex during mountNikolay Borisov
2019-11-18btrfs: Factor out tree roots initialization during mountNikolay Borisov
2019-11-18btrfs: Add read_backup_rootNikolay Borisov
2019-11-18btrfs: Remove newest_gen argument from find_oldest_super_backupNikolay Borisov
2019-11-18btrfs: Cleanup and simplify find_newest_super_backupNikolay Borisov
2019-11-18btrfs: add blake2b to checksumming algorithmsDavid Sterba
2019-11-18btrfs: add member for a specific checksum driverDavid Sterba
2019-11-18btrfs: add sha256 to checksumming algorithmJohannes Thumshirn
2019-11-18btrfs: add xxhash64 to checksumming algorithmsJohannes Thumshirn
2019-11-18btrfs: use bool argument in free_root_pointers()Anand Jain
2019-11-18btrfs: opencode extent_buffer_getDavid Sterba
2019-11-18btrfs: Enhance error output for write time tree checkerQu Wenruo
2019-11-18Btrfs: use REQ_CGROUP_PUNT for worker thread submitted biosChris Mason
2019-11-18Btrfs: delete the entire async bio submission frameworkChris Mason
2019-11-18Btrfs: stop using btrfs_schedule_bio()Chris Mason
2019-11-18btrfs: add __cold attribute to more functionsDavid Sterba
2019-11-18btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKEDQu Wenruo
2019-11-18btrfs: get rid of unique workqueue helper functionsOmar Sandoval
2019-11-18btrfs: don't prematurely free work in end_workqueue_fn()Omar Sandoval
2019-10-15btrfs: don't needlessly create extent-refs kernel threadDavid Sterba
2019-09-09btrfs: Detect unbalanced tree with empty leaf before crashing btree operationsQu Wenruo
2019-09-09btrfs: Make reada_tree_block_flagged privateNikolay Borisov
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik
2019-08-07Btrfs: fix sysfs warning and missing raid sysfs directoriesFilipe Manana
2019-07-17btrfs: free checksum hash on in close_ctreeJohannes Thumshirn
2019-07-02Btrfs: prevent send failures and crashes due to concurrent relocationFilipe Manana
2019-07-01btrfs: directly call into crypto framework for checksummingJohannes Thumshirn
2019-07-01btrfs: add boilerplate code for directly including the crypto frameworkJohannes Thumshirn
2019-07-01btrfs: Simplify btrfs_check_super_csum() and get rid of size assumptionsJohannes Thumshirn
2019-07-01btrfs: check for supported superblock checksum type before checksum validationJohannes Thumshirn
2019-07-01btrfs: add common checksum type validationJohannes Thumshirn
2019-07-01btrfs: use u8 for raid_array membersDavid Sterba
2019-07-01btrfs: remove mapping tree structures indirectionDavid Sterba
2019-07-01btrfs: detect fast implementation of crc32c on all architecturesDavid Sterba
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig
2019-04-29btrfs: track DIO bytes in flightJosef Bacik
2019-04-29btrfs: Remove bio_offset argument from submit_bio_hookNikolay Borisov
2019-04-29btrfs: Always pass 0 bio_offset for btree_submit_bio_startNikolay Borisov
2019-04-29btrfs: Remove 'tree' argument from read_extent_buffer_pagesNikolay Borisov
2019-04-29btrfs: Change submit_bio_hook to taking an inode directlyNikolay Borisov
2019-04-29btrfs: get fs_info from trans in btrfs_create_treeDavid Sterba
2019-04-29btrfs: Do mandatory tree block check before submitting bioQu Wenruo
2019-04-29btrfs: get fs_info from eb in btrfs_check_nodeDavid Sterba
2019-04-29btrfs: get fs_info from eb in btrfs_check_leaf_relaxedDavid Sterba