summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2020-03-23btrfs: add a leak check for rootsJosef Bacik
2020-03-23btrfs: make the init of static elements in fs_info separateJosef Bacik
2020-03-23btrfs: move fs_info init work into it's own helper functionJosef Bacik
2020-03-23btrfs: free more things in btrfs_free_fs_infoJosef Bacik
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik
2020-03-23btrfs: use btrfs_put_fs_root to free roots alwaysJosef Bacik
2020-03-23btrfs: hold a ref on the root in open_ctreeJosef Bacik
2020-03-23btrfs: export and rename free_fs_infoJosef Bacik
2020-03-23btrfs: hold a ref on fs roots while they're in the radix treeJosef Bacik
2020-03-23btrfs: make the fs root init functions staticJosef Bacik
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik
2020-03-23btrfs: remove btrfs_read_fs_root, not used anymoreJosef Bacik
2020-03-23btrfs: export and use btrfs_read_tree_root for tree-logJosef Bacik
2020-03-23btrfs: move fs root init stuff into btrfs_init_fs_rootJosef Bacik
2020-03-23btrfs: push __setup_root into btrfs_alloc_rootJosef Bacik
2020-02-19btrfs: do not check delayed items are empty for single transaction cleanupJosef Bacik
2020-02-19btrfs: reset fs_root to NULL on error in open_ctreeJosef Bacik
2020-02-19btrfs: destroy qgroup extent records on transaction abortJeff Mahoney
2020-02-12btrfs: print message when tree-log replay startsDavid Sterba
2020-01-31Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana
2020-01-23btrfs: free block groups after free'ing fs treesJosef Bacik
2020-01-20btrfs: add the beginning of async discard, discard workqueueDennis Zhou
2020-01-20btrfs: drop create parameter to btrfs_get_extent()Omar Sandoval
2020-01-20btrfs: sysfs, merge btrfs_sysfs_add devices_kobj and fsidAnand Jain
2020-01-20btrfs: sysfs, rename btrfs_sysfs_add_device()Anand Jain
2020-01-20btrfs: sysfs, btrfs_sysfs_add_fsid() drop unused argument parentAnand Jain
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