summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: ctree: Dump the leaf before BUG_ON in btrfs_set_item_key_safeQu Wenruo2019-04-291-2/+22
* btrfs: remove unused parameter fs_info from btrfs_set_disk_extent_flagsDavid Sterba2019-04-291-1/+1
* btrfs: remove unused parameter fs_info from from tree_advanceDavid Sterba2019-04-291-4/+3Star
* btrfs: remove unused parameter fs_info from tree_move_downDavid Sterba2019-04-291-4/+2Star
* btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba2019-04-291-3/+2Star
* btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba2019-04-291-2/+1Star
* btrfs: remove unused parameter fs_info from split_itemDavid Sterba2019-04-291-3/+2Star
* btrfs: get fs_info from eb in __push_leaf_leftDavid Sterba2019-04-291-4/+3Star
* btrfs: get fs_info from eb in __push_leaf_rightDavid Sterba2019-04-291-4/+3Star
* btrfs: get fs_info from trans in copy_for_splitDavid Sterba2019-04-291-2/+2
* btrfs: get fs_info from trans in insert_ptrDavid Sterba2019-04-291-7/+6Star
* btrfs: get fs_info from trans in balance_node_rightDavid Sterba2019-04-291-5/+3Star
* btrfs: get fs_info from trans in push_node_leftDavid Sterba2019-04-291-7/+5Star
* btrfs: get fs_info from eb in btrfs_verify_level_keyDavid Sterba2019-04-291-1/+1
* btrfs: get fs_info from eb in read_node_slotDavid Sterba2019-04-291-14/+12Star
* btrfs: get fs_info from eb in btrfs_leaf_free_spaceDavid Sterba2019-04-291-30/+28Star
* btrfs: get fs_info from eb in clean_tree_blockDavid Sterba2019-04-291-8/+8
* btrfs: get fs_info from eb in tree_mod_log_eb_copyDavid Sterba2019-04-291-7/+6Star
* btrfs: get fs_info from eb in leaf_data_endDavid Sterba2019-04-291-12/+12
* btrfs: use BUG() instead of BUG_ON(1)Arnd Bergmann2019-04-291-2/+2
* btrfs: Check the first key and level for cached extent bufferQu Wenruo2019-04-291-0/+10
* Btrfs: remove assertion when searching for a key in a node/leafFilipe Manana2019-02-251-21/+0Star
* Btrfs: add missing error handling after doing leaf/node binary searchFilipe Manana2019-02-251-0/+6
* btrfs: merge btrfs_set_lock_blocking_rw with it's callerDavid Sterba2019-02-251-3/+10
* btrfs: open code now trivial btrfs_set_lock_blockingDavid Sterba2019-02-251-11/+11
* btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpersDavid Sterba2019-02-251-2/+2
* btrfs: qgroup: Use delayed subtree rescan for balanceQu Wenruo2019-02-251-0/+8
* Btrfs: fix deadlock when allocating tree block during leaf/node splitFilipe Manana2019-01-281-28/+50
* Btrfs: fix deadlock when using free space tree due to block group creationFilipe Manana2019-01-091-7/+9
* btrfs: Fix typos in comments and stringsAndrea Gelmini2018-12-171-2/+2
* Btrfs: send, fix race with transaction commits that create snapshotsFilipe Manana2018-12-171-6/+23
* btrfs: catch cow on deleting snapshotsJosef Bacik2018-12-171-0/+4
* btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov2018-12-171-2/+3
* btrfs: Introduce support for FSID change without metadata rewriteNikolay Borisov2018-12-171-2/+2
* btrfs: Remove extra reference count bumps in btrfs_compare_treesNikolay Borisov2018-12-171-2/+0Star
* btrfs: Remove extraneous extent_buffer_get from tree_mod_log_rewindNikolay Borisov2018-12-171-1/+0Star
* btrfs: Remove redundant extent_buffer_get in get_old_rootNikolay Borisov2018-12-171-1/+0Star
* Btrfs: fix deadlock when writing out free space cachesFilipe Manana2018-10-171-0/+17
* Btrfs: kill btrfs_clear_path_blockingLiu Bo2018-10-151-53/+4Star
* btrfs: handle error of get_old_rootNikolay Borisov2018-10-151-0/+4
* Btrfs: remove unnecessary level check in balance_levelLiu Bo2018-10-151-2/+1Star
* Btrfs: do not unnecessarily pass write_lock_level when processing leafLiu Bo2018-10-151-1/+1
* btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro2018-10-151-1/+1
* btrfs: Remove V0 extent supportNikolay Borisov2018-08-061-5/+1Star
* btrfs: Deduplicate extent_buffer init codeNikolay Borisov2018-08-061-28/+1Star
* btrfs: Remove fs_info from fixup_low_keysNikolay Borisov2018-08-061-10/+8Star
* Btrfs: remove unused check of skip_lockingLiu Bo2018-05-301-2/+5
* Btrfs: remove always true check in unlock_upLiu Bo2018-05-301-1/+1
* Btrfs: grab write lock directly if write_lock_level is the max levelLiu Bo2018-05-301-11/+16
* Btrfs: move get root out of btrfs_search_slot to a helperLiu Bo2018-05-301-45/+65