summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'error-handling' into for-linusChris Mason2012-03-281-148/+102
|\
| * btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney2012-03-221-9/+10
| * btrfs: Go readonly on tree errors in balance_levelMark Fasheh2012-03-221-2/+11
| * btrfs: Don't BUG_ON errors from update_ref_for_cow()Mark Fasheh2012-03-221-1/+4
| * btrfs: Go readonly on bad extent refs in update_ref_for_cow()Mark Fasheh2012-03-221-1/+5
| * btrfs: Don't BUG_ON() errors in update_ref_for_cow()Mark Fasheh2012-03-221-4/+7
| * btrfs: return void in functions without error conditionsJeff Mahoney2012-03-221-133/+67
* | Btrfs: adjust the write_lock_level as we unlockChris Mason2012-03-261-6/+17
* | Btrfs: add the ability to cache a pointer into the ebChris Mason2012-03-261-23/+57
* | Btrfs: introduce free_extent_buffer_staleJosef Bacik2012-03-261-8/+23
|/
* Btrfs: mark delayed refs as for cowArne Jansen2011-12-221-21/+21
* Btrfs: fix tree corruption after multi-thread snapshots and inode_cache flushLiu Bo2011-11-151-1/+16
* Btrfs: fix array bound checkingLi Zefan2011-10-201-4/+6
* Btrfs: remove lockdep magic from btrfs_next_leafChris Mason2011-07-271-31/+5
* Btrfs: switch the btrfs tree locks to reader/writerChris Mason2011-07-271-59/+209
* Btrfs: stop using highmem for extent_buffersChris Mason2011-07-271-187/+2
* Btrfs: don't map extent buffer if path->skip_locking is setJosef Bacik2011-06-091-3/+7
* Merge branch 'for-chris' ofChris Mason2011-05-281-7/+21
|\
| * Btrfs: don't always do readaheadJosef Bacik2011-05-231-2/+0
| * Btrfs: don't look at the extent buffer level 3 times in a rowJosef Bacik2011-05-231-3/+0
| * Btrfs: map the node block when looking for readahead targetsJosef Bacik2011-05-231-2/+21
* | Merge branch 'cleanups_and_fixes' into inode_numbersChris Mason2011-05-231-6/+2
|\ \
| * | Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_exten...Tsutomu Itoh2011-05-231-6/+2
| |/
* | Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason2011-05-221-15/+14
|\ \
| * | btrfs: drop unused parameter from btrfs_release_pathDavid Sterba2011-05-021-14/+14
| * | btrfs: make functions static when possibleDavid Sterba2011-05-021-2/+2
| * | btrfs: remove nested duplicate variable declarationsDavid Sterba2011-05-021-1/+0
| |/
* | btrfs: implement delayed inode items operationMiao Xie2011-05-211-10/+4
|/
* Btrfs: check return value of read_tree_block()Tsutomu Itoh2011-03-281-0/+3
* Btrfs: cleanup some BUG_ON()Tsutomu Itoh2011-03-281-1/+2
* Btrfs: add initial tracepoint support for btrfsliubo2011-03-281-0/+3
* Btrfs: use RCU instead of a spinlock to protect the root nodeChris Mason2011-03-281-19/+8
* Btrfs: check items for correctness as we searchJosef Bacik2011-03-171-123/+0
* btrfs: check NULL or notTsutomu Itoh2011-01-161-0/+6
* btrfs: Don't pass NULL ptr to func that may deref it.Jesper Juhl2011-01-161-0/+2
* Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen2010-10-291-18/+2
* Btrfs: don't loop forever on bad btree blocksChris Mason2010-10-291-9/+28
* Btrfs: fix split_leaf double split corner caseChris Mason2010-07-191-18/+111
* Btrfs: Fix block generation verification raceYan, Zheng2010-05-261-1/+1
* Btrfs: Metadata ENOSPC handling for balanceYan, Zheng2010-05-251-0/+3
* Btrfs: Introduce contexts for metadata reservationYan, Zheng2010-05-251-41/+63
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-04-051-0/+4
|\
| * Btrfs: add check for changed leaves in setup_leaf_for_splitChris Mason2010-04-051-0/+4
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Btrfs: Fix per root used space accountingYan, Zheng2009-12-171-17/+14
* Btrfs: Add btrfs_duplicate_itemYan, Zheng2009-12-151-59/+139
* Btrfs: check size of inode backref before adding hardlinkYan, Zheng2009-09-241-0/+6
* Btrfs: Avoid delayed reference update loopingYan Zheng2009-07-241-4/+1
* Btrfs: Fix ordering of key field checks in btrfs_previous_itemYan Zheng2009-07-241-2/+2
* Btrfs: Remove code duplication in comp_keysDiego Calleja2009-07-241-13/+1
OpenPOWER on IntegriCloud