summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: do not check delayed items are empty for single transaction cleanupJosef Bacik2020-02-191-1/+0
* btrfs: reset fs_root to NULL on error in open_ctreeJosef Bacik2020-02-191-0/+1
* btrfs: destroy qgroup extent records on transaction abortJeff Mahoney2020-02-191-0/+1
* btrfs: print message when tree-log replay startsDavid Sterba2020-02-121-0/+1
* Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana2020-01-311-1/+0
* btrfs: free block groups after free'ing fs treesJosef Bacik2020-01-231-2/+9
* btrfs: add the beginning of async discard, discard workqueueDennis Zhou2020-01-201-1/+12
* btrfs: drop create parameter to btrfs_get_extent()Omar Sandoval2020-01-201-2/+2
* btrfs: sysfs, merge btrfs_sysfs_add devices_kobj and fsidAnand Jain2020-01-201-7/+0
* btrfs: sysfs, rename btrfs_sysfs_add_device()Anand Jain2020-01-201-1/+1
* btrfs: sysfs, btrfs_sysfs_add_fsid() drop unused argument parentAnand Jain2020-01-201-1/+1
* 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