aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-28Btrfs: fix deadlock when allocating tree block during leaf/node splitFilipe Manana1-28/+50
2019-01-09Btrfs: fix deadlock when using free space tree due to block group creationFilipe Manana1-7/+9
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini1-2/+2
2018-12-17Btrfs: send, fix race with transaction commits that create snapshotsFilipe Manana1-6/+23
2018-12-17btrfs: catch cow on deleting snapshotsJosef Bacik1-0/+4
2018-12-17btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov1-2/+3
2018-12-17btrfs: Introduce support for FSID change without metadata rewriteNikolay Borisov1-2/+2
2018-12-17btrfs: Remove extra reference count bumps in btrfs_compare_treesNikolay Borisov1-2/+0
2018-12-17btrfs: Remove extraneous extent_buffer_get from tree_mod_log_rewindNikolay Borisov1-1/+0
2018-12-17btrfs: Remove redundant extent_buffer_get in get_old_rootNikolay Borisov1-1/+0
2018-10-17Btrfs: fix deadlock when writing out free space cachesFilipe Manana1-0/+17
2018-10-15Btrfs: kill btrfs_clear_path_blockingLiu Bo1-53/+4
2018-10-15btrfs: handle error of get_old_rootNikolay Borisov1-0/+4
2018-10-15Btrfs: remove unnecessary level check in balance_levelLiu Bo1-2/+1
2018-10-15Btrfs: do not unnecessarily pass write_lock_level when processing leafLiu Bo1-1/+1
2018-10-15btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro1-1/+1
2018-08-06btrfs: Remove V0 extent supportNikolay Borisov1-5/+1
2018-08-06btrfs: Deduplicate extent_buffer init codeNikolay Borisov1-28/+1
2018-08-06btrfs: Remove fs_info from fixup_low_keysNikolay Borisov1-10/+8
2018-05-30Btrfs: remove unused check of skip_lockingLiu Bo1-2/+5
2018-05-30Btrfs: remove always true check in unlock_upLiu Bo1-1/+1
2018-05-30Btrfs: grab write lock directly if write_lock_level is the max levelLiu Bo1-11/+16
2018-05-30Btrfs: move get root out of btrfs_search_slot to a helperLiu Bo1-45/+65
2018-05-30Btrfs: use more straightforward extent_buffer_uptodate checkLiu Bo1-1/+1
2018-05-30Btrfs: remove superfluous free_extent_buffer in read_block_for_searchLiu Bo1-1/+0
2018-05-17btrfs: fix reading stale metadata blocks after degraded raid1 mountsLiu Bo1-3/+3
2018-05-14Btrfs: send, fix invalid access to commit roots due to concurrent snapshottingRobbie Ko1-2/+14
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2018-03-31btrfs: update barrier in should_cow_blockDavid Sterba1-2/+2
2018-03-31btrfs: Validate child tree block's level and first keyQu Wenruo1-6/+22
2018-03-31btrfs: kill tree_mod_log_set_root_pointer helperDavid Sterba1-13/+7
2018-03-31btrfs: kill tree_mod_log_set_node_key helperDavid Sterba1-15/+17
2018-03-31btrfs: kill trivial wrapper tree_mod_log_eb_moveDavid Sterba1-15/+12
2018-03-31btrfs: remove trivial locking wrappers of tree mod logDavid Sterba1-39/+19
2018-03-31btrfs: drop fs_info parameter from __tree_mod_log_oldest_rootDavid Sterba1-6/+5
2018-03-31btrfs: embed tree_mod_move structure to tree_mod_elemDavid Sterba1-6/+4
2018-03-31btrfs: drop unused fs_info parameter from tree_mod_log_eb_moveDavid Sterba1-7/+6
2018-03-31btrfs: drop fs_info parameter from tree_mod_log_free_ebDavid Sterba1-7/+4
2018-03-31btrfs: drop fs_info parameter from tree_mod_log_free_ebDavid Sterba1-9/+6
2018-03-31btrfs: drop fs_info parameter from tree_mod_log_insert_keyDavid Sterba1-15/+12
2018-03-31btrfs: drop fs_info parameter from tree_mod_log_insert_moveDavid Sterba1-13/+10
2018-03-31btrfs: drop fs_info parameter from tree_mod_log_set_node_keyDavid Sterba1-11/+8
2018-03-26btrfs: Remove redundant comment from btrfs_search_forwardNikolay Borisov1-3/+0
2018-01-22btrfs: Improve btrfs_search_slot descriptionNikolay Borisov1-9/+21
2018-01-22btrfs: Rename bin_search -> btrfs_bin_searchNikolay Borisov1-10/+4
2018-01-22btrfs: Fix out of bounds access in btrfs_search_slotNikolay Borisov1-3/+9
2017-12-07btrfs: handle errors while updating refcounts in update_ref_for_cowJeff Mahoney1-6/+12
2017-10-30btrfs: pass root to various extent ref mod functionsJosef Bacik1-1/+1
2017-10-30btrfs: Remove unused arguments from btrfs_changed_cb_tNikolay Borisov1-10/+5
2017-08-16btrfs: get fs_info from eb in btrfs_print_leaf, remove argumentDavid Sterba1-7/+7