aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c
AgeCommit message (Expand)Author
2020-05-04Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana
2020-02-24Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana
2019-10-05btrfs: Relinquish CPUs in btrfs_compare_treesNikolay Borisov
2019-10-05Btrfs: fix use-after-free when using the tree modification logFilipe Manana
2019-04-29btrfs: ctree: Dump the leaf before BUG_ON in btrfs_set_item_key_safeQu Wenruo
2019-04-29btrfs: remove unused parameter fs_info from btrfs_set_disk_extent_flagsDavid Sterba
2019-04-29btrfs: remove unused parameter fs_info from from tree_advanceDavid Sterba
2019-04-29btrfs: remove unused parameter fs_info from tree_move_downDavid Sterba
2019-04-29btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba
2019-04-29btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba
2019-04-29btrfs: remove unused parameter fs_info from split_itemDavid Sterba
2019-04-29btrfs: get fs_info from eb in __push_leaf_leftDavid Sterba
2019-04-29btrfs: get fs_info from eb in __push_leaf_rightDavid Sterba
2019-04-29btrfs: get fs_info from trans in copy_for_splitDavid Sterba
2019-04-29btrfs: get fs_info from trans in insert_ptrDavid Sterba
2019-04-29btrfs: get fs_info from trans in balance_node_rightDavid Sterba
2019-04-29btrfs: get fs_info from trans in push_node_leftDavid Sterba
2019-04-29btrfs: get fs_info from eb in btrfs_verify_level_keyDavid Sterba
2019-04-29btrfs: get fs_info from eb in read_node_slotDavid Sterba
2019-04-29btrfs: get fs_info from eb in btrfs_leaf_free_spaceDavid Sterba
2019-04-29btrfs: get fs_info from eb in clean_tree_blockDavid Sterba
2019-04-29btrfs: get fs_info from eb in tree_mod_log_eb_copyDavid Sterba
2019-04-29btrfs: get fs_info from eb in leaf_data_endDavid Sterba
2019-04-29btrfs: use BUG() instead of BUG_ON(1)Arnd Bergmann
2019-04-29btrfs: Check the first key and level for cached extent bufferQu Wenruo
2019-02-25Btrfs: remove assertion when searching for a key in a node/leafFilipe Manana
2019-02-25Btrfs: add missing error handling after doing leaf/node binary searchFilipe Manana
2019-02-25btrfs: merge btrfs_set_lock_blocking_rw with it's callerDavid Sterba
2019-02-25btrfs: open code now trivial btrfs_set_lock_blockingDavid Sterba
2019-02-25btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpersDavid Sterba
2019-02-25btrfs: qgroup: Use delayed subtree rescan for balanceQu Wenruo
2019-01-28Btrfs: fix deadlock when allocating tree block during leaf/node splitFilipe Manana
2019-01-09Btrfs: fix deadlock when using free space tree due to block group creationFilipe Manana
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini
2018-12-17Btrfs: send, fix race with transaction commits that create snapshotsFilipe Manana
2018-12-17btrfs: catch cow on deleting snapshotsJosef Bacik
2018-12-17btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov
2018-12-17btrfs: Introduce support for FSID change without metadata rewriteNikolay Borisov
2018-12-17btrfs: Remove extra reference count bumps in btrfs_compare_treesNikolay Borisov
2018-12-17btrfs: Remove extraneous extent_buffer_get from tree_mod_log_rewindNikolay Borisov
2018-12-17btrfs: Remove redundant extent_buffer_get in get_old_rootNikolay Borisov
2018-10-17Btrfs: fix deadlock when writing out free space cachesFilipe Manana
2018-10-15Btrfs: kill btrfs_clear_path_blockingLiu Bo
2018-10-15btrfs: handle error of get_old_rootNikolay Borisov
2018-10-15Btrfs: remove unnecessary level check in balance_levelLiu Bo
2018-10-15Btrfs: do not unnecessarily pass write_lock_level when processing leafLiu Bo
2018-10-15btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro
2018-08-06btrfs: Remove V0 extent supportNikolay Borisov
2018-08-06btrfs: Deduplicate extent_buffer init codeNikolay Borisov
2018-08-06btrfs: Remove fs_info from fixup_low_keysNikolay Borisov