aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-18Revert "Btrfs: reorder tree mod log operations in deleting a pointer"Chris Mason1-6/+4
2012-12-18Revert "Btrfs: MOD_LOG_KEY_REMOVE_WHILE_MOVING never change node's nritems"Chris Mason1-2/+2
2012-12-16Btrfs: only unlock and relock if we have toJosef Bacik1-1/+4
2012-12-16Btrfs: optimize leaf_space_usedJosef Bacik1-2/+9
2012-12-16Btrfs: log changed inodes based on the extent map treeJosef Bacik1-0/+133
2012-12-16Btrfs: add path->really_keep_locksJosef Bacik1-2/+5
2012-12-16Btrfs: rename root_times_lock to root_item_lockAnand Jain1-8/+8
2012-12-12fs/btrfs: drop if around WARN_ONJulia Lawall1-6/+3
2012-12-12fs/btrfs: use WARNJulia Lawall1-12/+7
2012-12-11Btrfs: cleanup unused argumentsLiu Bo1-7/+6
2012-12-11Btrfs: kill unnecessary arguments in del_ptrLiu Bo1-9/+7
2012-12-11Btrfs: reorder tree mod log operations in deleting a pointerLiu Bo1-4/+6
2012-12-11Btrfs: MOD_LOG_KEY_REMOVE_WHILE_MOVING never change node's nritemsLiu Bo1-2/+2
2012-10-25Btrfs: fix memory leak when cloning root's nodeLiu Bo1-3/+5
2012-10-24Btrfs: comment for loop in tree_mod_log_insert_moveJan Schmidt1-0/+5
2012-10-24Btrfs: fix extent buffer reference for tree mod log rootsJan Schmidt1-1/+1
2012-10-24Btrfs: determine level of old rootsJan Schmidt1-0/+17
2012-10-24Btrfs: tree mod log's old roots could still be part of the treeJan Schmidt1-4/+21
2012-10-23Btrfs: fix a tree mod logging issue for root replacement operationsJan Schmidt1-8/+2
2012-10-23Btrfs: don't put removals from push_node_left into tree mod log twiceJan Schmidt1-2/+7
2012-10-09btrfs: remove unused function btrfs_insert_some_items()Robin Dong1-143/+0
2012-10-01Btrfs: fix btrfs send for inline items and compressionChris Mason1-1/+4
2012-08-28Btrfs: don't run __tree_mod_log_free_eb on leavesChris Mason1-0/+3
2012-08-28Btrfs: fix deadlock in wait_for_more_refsArne Jansen1-6/+0
2012-07-25Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linusChris Mason1-16/+443
2012-07-25Btrfs: add btrfs_compare_trees functionAlexander Block1-0/+425
2012-07-25Btrfs: add helper for tree enumerationArne Jansen1-0/+74
2012-07-10Btrfs: add helper for tree enumerationArne Jansen1-0/+72
2012-07-10Btrfs: join tree mod log code with the code holding back delayed refsJan Schmidt1-104/+171
2012-07-10Btrfs: fix buffer leak in btrfs_next_old_leafJan Schmidt1-0/+1
2012-06-27Btrfs: resolve tree mod log locking issue in btrfs_next_leafJan Schmidt1-0/+12
2012-06-27Btrfs: fix tree mod log rewind of ADD operationsJan Schmidt1-5/+1
2012-06-27Btrfs: always put insert_ptr modifications into the tree mod logJan Schmidt1-7/+7
2012-06-27Btrfs: fix tree mod log for root replacements at leaf levelJan Schmidt1-13/+15
2012-06-15Btrfs: init old_generation in get_old_rootChris Mason1-1/+1
2012-06-14Btrfs: fix race in tree mod log additionJan Schmidt1-4/+19
2012-06-14Btrfs: add btrfs_next_old_leafJan Schmidt1-1/+10
2012-06-14Btrfs: fix return value for __tree_mod_log_oldest_rootJan Schmidt1-13/+20
2012-06-14Btrfs: use btrfs_read_lock_root_node in get_old_rootJan Schmidt1-4/+16
2012-06-04Btrfs: remove call to btrfs_header_nritems with no effectJan Schmidt1-3/+0
2012-05-31Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason1-26/+823
2012-05-31Btrfs: fix tree mod log rewinded level and rewinding of moved keysJan Schmidt1-2/+4
2012-05-31Btrfs: fix tree mod log del_ptrJan Schmidt1-6/+7
2012-05-31Btrfs: add tree_mod_dont_log helperJan Schmidt1-9/+15
2012-05-31Btrfs: add missing spin_lock for insertion into tree mod logJan Schmidt1-5/+18
2012-05-30Btrfs: return value of btrfs_read_buffer is checked correctlyTsutomu Itoh1-1/+5
2012-05-30Btrfs: add btrfs_search_old_slotJan Schmidt1-4/+315
2012-05-30Btrfs: add del_ptr and insert_ptr modifications to the tree mod logJan Schmidt1-10/+32
2012-05-30Btrfs: put all block modifications into the tree mod logJan Schmidt1-0/+36
2012-05-30Btrfs: add tree modification log functionsJan Schmidt1-1/+407