summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.c
AgeCommit message (Expand)Author
2012-08-28Btrfs: don't run __tree_mod_log_free_eb on leavesChris Mason
2012-08-28Btrfs: fix deadlock in wait_for_more_refsArne Jansen
2012-07-25Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linusChris Mason
2012-07-25Btrfs: add btrfs_compare_trees functionAlexander Block
2012-07-25Btrfs: add helper for tree enumerationArne Jansen
2012-07-10Btrfs: add helper for tree enumerationArne Jansen
2012-07-10Btrfs: join tree mod log code with the code holding back delayed refsJan Schmidt
2012-07-10Btrfs: fix buffer leak in btrfs_next_old_leafJan Schmidt
2012-06-27Btrfs: resolve tree mod log locking issue in btrfs_next_leafJan Schmidt
2012-06-27Btrfs: fix tree mod log rewind of ADD operationsJan Schmidt
2012-06-27Btrfs: always put insert_ptr modifications into the tree mod logJan Schmidt
2012-06-27Btrfs: fix tree mod log for root replacements at leaf levelJan Schmidt
2012-06-15Btrfs: init old_generation in get_old_rootChris Mason
2012-06-14Btrfs: fix race in tree mod log additionJan Schmidt
2012-06-14Btrfs: add btrfs_next_old_leafJan Schmidt
2012-06-14Btrfs: fix return value for __tree_mod_log_oldest_rootJan Schmidt
2012-06-14Btrfs: use btrfs_read_lock_root_node in get_old_rootJan Schmidt
2012-06-04Btrfs: remove call to btrfs_header_nritems with no effectJan Schmidt
2012-05-31Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-l...Chris Mason
2012-05-31Btrfs: fix tree mod log rewinded level and rewinding of moved keysJan Schmidt
2012-05-31Btrfs: fix tree mod log del_ptrJan Schmidt
2012-05-31Btrfs: add tree_mod_dont_log helperJan Schmidt
2012-05-31Btrfs: add missing spin_lock for insertion into tree mod logJan Schmidt
2012-05-30Btrfs: return value of btrfs_read_buffer is checked correctlyTsutomu Itoh
2012-05-30Btrfs: add btrfs_search_old_slotJan Schmidt
2012-05-30Btrfs: add del_ptr and insert_ptr modifications to the tree mod logJan Schmidt
2012-05-30Btrfs: put all block modifications into the tree mod logJan Schmidt
2012-05-30Btrfs: add tree modification log functionsJan Schmidt
2012-05-26Btrfs: don't set for_cow parameter for tree block functionsJan Schmidt
2012-05-11btrfs/ctree.c: remove the unnecessary 'return -1;' at the end of bin_searchWang Sheng-Hui
2012-05-06Btrfs: avoid sleeping in verify_parent_transid while atomicChris Mason
2012-05-04Btrfs: Add properly locking around add_root_to_dirty_listChris Mason
2012-03-28Merge branch 'error-handling' into for-linusChris Mason
2012-03-26Btrfs: adjust the write_lock_level as we unlockChris Mason
2012-03-26Btrfs: add the ability to cache a pointer into the ebChris Mason
2012-03-26Btrfs: introduce free_extent_buffer_staleJosef Bacik
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney
2012-03-22btrfs: Go readonly on tree errors in balance_levelMark Fasheh
2012-03-22btrfs: Don't BUG_ON errors from update_ref_for_cow()Mark Fasheh
2012-03-22btrfs: Go readonly on bad extent refs in update_ref_for_cow()Mark Fasheh
2012-03-22btrfs: Don't BUG_ON() errors in update_ref_for_cow()Mark Fasheh
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney
2011-12-22Btrfs: mark delayed refs as for cowArne Jansen
2011-11-15Btrfs: fix tree corruption after multi-thread snapshots and inode_cache flushLiu Bo
2011-10-20Btrfs: fix array bound checkingLi Zefan
2011-07-27Btrfs: remove lockdep magic from btrfs_next_leafChris Mason
2011-07-27Btrfs: switch the btrfs tree locks to reader/writerChris Mason
2011-07-27Btrfs: stop using highmem for extent_buffersChris Mason
2011-06-09Btrfs: don't map extent buffer if path->skip_locking is setJosef Bacik
2011-05-28Merge branch 'for-chris' ofChris Mason