summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: remove assertion when searching for a key in a node/leafFilipe Manana2019-02-251-21/+0
* 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/+0
* btrfs: Remove extraneous extent_buffer_get from tree_mod_log_rewindNikolay Borisov2018-12-171-1/+0
* btrfs: Remove redundant extent_buffer_get in get_old_rootNikolay Borisov2018-12-171-1/+0
* Btrfs: fix deadlock when writing out free space cachesFilipe Manana2018-10-171-0/+17
* Btrfs: kill btrfs_clear_path_blockingLiu Bo2018-10-151-53/+4
* btrfs: handle error of get_old_rootNikolay Borisov2018-10-151-0/+4
* Btrfs: remove unnecessary level check in balance_levelLiu Bo2018-10-151-2/+1
* 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/+1
* btrfs: Deduplicate extent_buffer init codeNikolay Borisov2018-08-061-28/+1
* btrfs: Remove fs_info from fixup_low_keysNikolay Borisov2018-08-061-10/+8
* 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
* Btrfs: use more straightforward extent_buffer_uptodate checkLiu Bo2018-05-301-1/+1
* Btrfs: remove superfluous free_extent_buffer in read_block_for_searchLiu Bo2018-05-301-1/+0
* btrfs: fix reading stale metadata blocks after degraded raid1 mountsLiu Bo2018-05-171-3/+3
* Btrfs: send, fix invalid access to commit roots due to concurrent snapshottingRobbie Ko2018-05-141-2/+14
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1
* btrfs: update barrier in should_cow_blockDavid Sterba2018-03-311-2/+2
* btrfs: Validate child tree block's level and first keyQu Wenruo2018-03-311-6/+22
* btrfs: kill tree_mod_log_set_root_pointer helperDavid Sterba2018-03-311-13/+7
* btrfs: kill tree_mod_log_set_node_key helperDavid Sterba2018-03-311-15/+17
* btrfs: kill trivial wrapper tree_mod_log_eb_moveDavid Sterba2018-03-311-15/+12
* btrfs: remove trivial locking wrappers of tree mod logDavid Sterba2018-03-311-39/+19
* btrfs: drop fs_info parameter from __tree_mod_log_oldest_rootDavid Sterba2018-03-311-6/+5
* btrfs: embed tree_mod_move structure to tree_mod_elemDavid Sterba2018-03-311-6/+4
* btrfs: drop unused fs_info parameter from tree_mod_log_eb_moveDavid Sterba2018-03-311-7/+6
* btrfs: drop fs_info parameter from tree_mod_log_free_ebDavid Sterba2018-03-311-7/+4
* btrfs: drop fs_info parameter from tree_mod_log_free_ebDavid Sterba2018-03-311-9/+6
* btrfs: drop fs_info parameter from tree_mod_log_insert_keyDavid Sterba2018-03-311-15/+12
* btrfs: drop fs_info parameter from tree_mod_log_insert_moveDavid Sterba2018-03-311-13/+10
* btrfs: drop fs_info parameter from tree_mod_log_set_node_keyDavid Sterba2018-03-311-11/+8
* btrfs: Remove redundant comment from btrfs_search_forwardNikolay Borisov2018-03-261-3/+0
* btrfs: Improve btrfs_search_slot descriptionNikolay Borisov2018-01-221-9/+21