aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c
Commit message (Expand)AuthorAge
* Btrfs: check return value of read_tree_block()Tsutomu Itoh2011-03-28
* Btrfs: cleanup some BUG_ON()Tsutomu Itoh2011-03-28
* Btrfs: add initial tracepoint support for btrfsliubo2011-03-28
* Btrfs: use RCU instead of a spinlock to protect the root nodeChris Mason2011-03-28
* Btrfs: check items for correctness as we searchJosef Bacik2011-03-17
* btrfs: check NULL or notTsutomu Itoh2011-01-16
* btrfs: Don't pass NULL ptr to func that may deref it.Jesper Juhl2011-01-16
* Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen2010-10-29
* Btrfs: don't loop forever on bad btree blocksChris Mason2010-10-29
* Btrfs: fix split_leaf double split corner caseChris Mason2010-07-19
* Btrfs: Fix block generation verification raceYan, Zheng2010-05-26
* Btrfs: Metadata ENOSPC handling for balanceYan, Zheng2010-05-25
* Btrfs: Introduce contexts for metadata reservationYan, Zheng2010-05-25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-04-05
|\
| * Btrfs: add check for changed leaves in setup_leaf_for_splitChris Mason2010-04-05
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
|/
* Btrfs: Fix per root used space accountingYan, Zheng2009-12-17
* Btrfs: Add btrfs_duplicate_itemYan, Zheng2009-12-15
* Btrfs: check size of inode backref before adding hardlinkYan, Zheng2009-09-24
* Btrfs: Avoid delayed reference update loopingYan Zheng2009-07-24
* Btrfs: Fix ordering of key field checks in btrfs_previous_itemYan Zheng2009-07-24
* Btrfs: Remove code duplication in comp_keysDiego Calleja2009-07-24
* Btrfs: fix locking issue in btrfs_find_next_keyYan Zheng2009-07-22
* Btrfs: fix double increment of path->slots[0] in btrfs_next_leafYan Zheng2009-07-22
* Btrfs: balance btree more oftenChris Mason2009-06-10
* Btrfs: stop avoiding balancing at the end of the transaction.Chris Mason2009-06-10
* Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng2009-06-10
* Btrfs: Don't loop forever on metadata IO failuresChris Mason2009-05-14
* Btrfs: use the right node in reada_for_balanceChris Mason2009-04-20
* Btrfs: BUG to BUG_ON changesStoyan Gaydarov2009-04-02
* Btrfs: Optimize locking in btrfs_next_leaf()Chris Mason2009-04-03
* Btrfs: break up btrfs_search_slot into smaller piecesChris Mason2009-04-03
* Btrfs: limit balancing work while flushing delayed refsChris Mason2009-03-24
* Btrfs: leave btree locks spinning more oftenChris Mason2009-03-24
* Btrfs: reduce stack usage in some crucial tree balancing functionsChris Mason2009-03-24
* Btrfs: do extent allocation and reference count updates in the backgroundChris Mason2009-03-24
* Btrfs: don't preallocate metadata blocks during btrfs_search_slotChris Mason2009-03-24
* Btrfs: fix spinlock assertions on UP systemsChris Mason2009-03-09
* Btrfs: make a lockdep class for the extent buffer locksChris Mason2009-02-12
* Btrfs: remove btrfs_init_pathJeff Mahoney2009-02-12
* Btrfs: balance_level checks !child after accessJeff Mahoney2009-02-12
* Btrfs: don't use spin_is_contendedChris Mason2009-02-09
* Btrfs: Only prep for btree deletion balances when nodes are mostly emptyChris Mason2009-02-04
* Btrfs: fix btrfs_unlock_up_safe to walk the entire pathChris Mason2009-02-04
* Btrfs: change btrfs_del_leaf to drop locks earlierChris Mason2009-02-04
* Btrfs: Change btree locking to use explicit blocking pointsChris Mason2009-02-04
* Btrfs: hash_lock is no longer neededChris Mason2009-02-04
* Btrfs: do less aggressive btree readaheadChris Mason2009-01-22
* Btrfs: Fix checkpatch.pl warningsChris Mason2009-01-05
* Btrfs: properly check free space for tree balancingYan Zheng2008-12-17