summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Btrfs: fix locking issue in btrfs_find_next_keyYan Zheng2009-07-221-33/+62
* Btrfs: fix double increment of path->slots[0] in btrfs_next_leafYan Zheng2009-07-221-1/+2
* Btrfs: balance btree more oftenChris Mason2009-06-101-2/+2
* Btrfs: stop avoiding balancing at the end of the transaction.Chris Mason2009-06-101-7/+4
* Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng2009-06-101-369/+316
* Btrfs: Don't loop forever on metadata IO failuresChris Mason2009-05-141-3/+36
* Btrfs: use the right node in reada_for_balanceChris Mason2009-04-201-5/+12
* Btrfs: BUG to BUG_ON changesStoyan Gaydarov2009-04-021-2/+1
* Btrfs: Optimize locking in btrfs_next_leaf()Chris Mason2009-04-031-23/+65
* Btrfs: break up btrfs_search_slot into smaller piecesChris Mason2009-04-031-90/+131
* Btrfs: limit balancing work while flushing delayed refsChris Mason2009-03-241-3/+9
* Btrfs: leave btree locks spinning more oftenChris Mason2009-03-241-8/+11
* Btrfs: reduce stack usage in some crucial tree balancing functionsChris Mason2009-03-241-180/+278
* Btrfs: do extent allocation and reference count updates in the backgroundChris Mason2009-03-241-1/+2
* Btrfs: don't preallocate metadata blocks during btrfs_search_slotChris Mason2009-03-241-82/+18
* Btrfs: fix spinlock assertions on UP systemsChris Mason2009-03-091-5/+5
* Btrfs: make a lockdep class for the extent buffer locksChris Mason2009-02-121-11/+34
* Btrfs: remove btrfs_init_pathJeff Mahoney2009-02-121-9/+2
* Btrfs: balance_level checks !child after accessJeff Mahoney2009-02-121-1/+1
* Btrfs: don't use spin_is_contendedChris Mason2009-02-091-2/+1
* Btrfs: Only prep for btree deletion balances when nodes are mostly emptyChris Mason2009-02-041-3/+6
* Btrfs: fix btrfs_unlock_up_safe to walk the entire pathChris Mason2009-02-041-2/+2
* Btrfs: change btrfs_del_leaf to drop locks earlierChris Mason2009-02-041-2/+9
* Btrfs: Change btree locking to use explicit blocking pointsChris Mason2009-02-041-8/+226
* Btrfs: hash_lock is no longer neededChris Mason2009-02-041-6/+1
* Btrfs: do less aggressive btree readaheadChris Mason2009-01-221-16/+5
* Btrfs: Fix checkpatch.pl warningsChris Mason2009-01-051-139/+78
* Btrfs: properly check free space for tree balancingYan Zheng2008-12-171-26/+26
* Btrfs: Fix compressed writes on truncated pagesChris Mason2008-12-151-1/+1
* Btrfs: Delete csum items when freeing extentsChris Mason2008-12-101-6/+125
* Btrfs: Use map_private_extent_buffer during generic_bin_searchChris Mason2008-12-081-1/+4
* Btrfs: make things static and include the right headersChristoph Hellwig2008-12-021-1/+1
* Btrfs: Some fixes for batching extent insert.Liu Hui2008-11-181-2/+0
* Btrfs: Seed device supportYan Zheng2008-11-171-0/+8
* Btrfs: batch extent inserts/updates/deletions on the extent rootJosef Bacik2008-11-121-0/+170
OpenPOWER on IntegriCloud