aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-26Btrfs: don't set for_cow parameter for tree block functionsJan Schmidt1-11/+11
2012-05-11btrfs/ctree.c: remove the unnecessary 'return -1;' at the end of bin_searchWang Sheng-Hui1-4/+2
2012-05-06Btrfs: avoid sleeping in verify_parent_transid while atomicChris Mason1-9/+17
2012-05-04Btrfs: Add properly locking around add_root_to_dirty_listChris Mason1-0/+2
2012-03-28Merge branch 'error-handling' into for-linusChris Mason1-148/+102
2012-03-26Btrfs: adjust the write_lock_level as we unlockChris Mason1-6/+17
2012-03-26Btrfs: add the ability to cache a pointer into the ebChris Mason1-23/+57
2012-03-26Btrfs: introduce free_extent_buffer_staleJosef Bacik1-8/+23
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney1-9/+10
2012-03-22btrfs: Go readonly on tree errors in balance_levelMark Fasheh1-2/+11
2012-03-22btrfs: Don't BUG_ON errors from update_ref_for_cow()Mark Fasheh1-1/+4
2012-03-22btrfs: Go readonly on bad extent refs in update_ref_for_cow()Mark Fasheh1-1/+5
2012-03-22btrfs: Don't BUG_ON() errors in update_ref_for_cow()Mark Fasheh1-4/+7
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney1-133/+67
2011-12-22Btrfs: mark delayed refs as for cowArne Jansen1-21/+21
2011-11-15Btrfs: fix tree corruption after multi-thread snapshots and inode_cache flushLiu Bo1-1/+16
2011-10-20Btrfs: fix array bound checkingLi Zefan1-4/+6
2011-07-27Btrfs: remove lockdep magic from btrfs_next_leafChris Mason1-31/+5
2011-07-27Btrfs: switch the btrfs tree locks to reader/writerChris Mason1-59/+209
2011-07-27Btrfs: stop using highmem for extent_buffersChris Mason1-187/+2
2011-06-09Btrfs: don't map extent buffer if path->skip_locking is setJosef Bacik1-3/+7
2011-05-28Merge branch 'for-chris' ofChris Mason1-7/+21
2011-05-23Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason1-6/+2
2011-05-23Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_extend_itemTsutomu Itoh1-6/+2
2011-05-23Btrfs: don't always do readaheadJosef Bacik1-2/+0
2011-05-23Btrfs: don't look at the extent buffer level 3 times in a rowJosef Bacik1-3/+0
2011-05-23Btrfs: map the node block when looking for readahead targetsJosef Bacik1-2/+21
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbersChris Mason1-15/+14
2011-05-21btrfs: implement delayed inode items operationMiao Xie1-10/+4
2011-05-02btrfs: drop unused parameter from btrfs_release_pathDavid Sterba1-14/+14
2011-05-02btrfs: make functions static when possibleDavid Sterba1-2/+2
2011-05-02btrfs: remove nested duplicate variable declarationsDavid Sterba1-1/+0
2011-03-28Btrfs: check return value of read_tree_block()Tsutomu Itoh1-0/+3
2011-03-28Btrfs: cleanup some BUG_ON()Tsutomu Itoh1-1/+2
2011-03-28Btrfs: add initial tracepoint support for btrfsliubo1-0/+3
2011-03-28Btrfs: use RCU instead of a spinlock to protect the root nodeChris Mason1-19/+8
2011-03-17Btrfs: check items for correctness as we searchJosef Bacik1-123/+0
2011-01-16btrfs: check NULL or notTsutomu Itoh1-0/+6
2011-01-16btrfs: Don't pass NULL ptr to func that may deref it.Jesper Juhl1-0/+2
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen1-18/+2