aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-24Btrfs: check size of inode backref before adding hardlinkYan, Zheng1-0/+6
2009-07-24Btrfs: Avoid delayed reference update loopingYan Zheng1-4/+1
2009-07-24Btrfs: Fix ordering of key field checks in btrfs_previous_itemYan Zheng1-2/+2
2009-07-24Btrfs: Remove code duplication in comp_keysDiego Calleja1-13/+1
2009-07-22Btrfs: fix locking issue in btrfs_find_next_keyYan Zheng1-33/+62
2009-07-22Btrfs: fix double increment of path->slots[0] in btrfs_next_leafYan Zheng1-1/+2
2009-06-10Btrfs: balance btree more oftenChris Mason1-2/+2
2009-06-10Btrfs: stop avoiding balancing at the end of the transaction.Chris Mason1-7/+4
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng1-369/+316
2009-05-14Btrfs: Don't loop forever on metadata IO failuresChris Mason1-3/+36
2009-04-20Btrfs: use the right node in reada_for_balanceChris Mason1-5/+12
2009-04-02Btrfs: BUG to BUG_ON changesStoyan Gaydarov1-2/+1
2009-04-03Btrfs: Optimize locking in btrfs_next_leaf()Chris Mason1-23/+65
2009-04-03Btrfs: break up btrfs_search_slot into smaller piecesChris Mason1-90/+131
2009-03-24Btrfs: limit balancing work while flushing delayed refsChris Mason1-3/+9
2009-03-24Btrfs: leave btree locks spinning more oftenChris Mason1-8/+11
2009-03-24Btrfs: reduce stack usage in some crucial tree balancing functionsChris Mason1-180/+278
2009-03-24Btrfs: do extent allocation and reference count updates in the backgroundChris Mason1-1/+2
2009-03-24Btrfs: don't preallocate metadata blocks during btrfs_search_slotChris Mason1-82/+18
2009-03-09Btrfs: fix spinlock assertions on UP systemsChris Mason1-5/+5
2009-02-12Btrfs: make a lockdep class for the extent buffer locksChris Mason1-11/+34
2009-02-12Btrfs: remove btrfs_init_pathJeff Mahoney1-9/+2
2009-02-12Btrfs: balance_level checks !child after accessJeff Mahoney1-1/+1
2009-02-09Btrfs: don't use spin_is_contendedChris Mason1-2/+1
2009-02-04Btrfs: Only prep for btree deletion balances when nodes are mostly emptyChris Mason1-3/+6
2009-02-04Btrfs: fix btrfs_unlock_up_safe to walk the entire pathChris Mason1-2/+2
2009-02-04Btrfs: change btrfs_del_leaf to drop locks earlierChris Mason1-2/+9
2009-02-04Btrfs: Change btree locking to use explicit blocking pointsChris Mason1-8/+226
2009-02-04Btrfs: hash_lock is no longer neededChris Mason1-6/+1
2009-01-22Btrfs: do less aggressive btree readaheadChris Mason1-16/+5
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-139/+78
2008-12-17Btrfs: properly check free space for tree balancingYan Zheng1-26/+26
2008-12-15Btrfs: Fix compressed writes on truncated pagesChris Mason1-1/+1
2008-12-10Btrfs: Delete csum items when freeing extentsChris Mason1-6/+125
2008-12-08Btrfs: Use map_private_extent_buffer during generic_bin_searchChris Mason1-1/+4
2008-12-02Btrfs: make things static and include the right headersChristoph Hellwig1-1/+1
2008-11-18Btrfs: Some fixes for batching extent insert.Liu Hui1-2/+0
2008-11-17Btrfs: Seed device supportYan Zheng1-0/+8
2008-11-12Btrfs: batch extent inserts/updates/deletions on the extent rootJosef Bacik1-0/+170
2008-11-13Btrfs: Improve metadata read latenciesChris Mason1-4/+4
2008-10-29Btrfs: nuke fs wide allocation mutex V2Josef Bacik1-2/+1
2008-10-29Btrfs: Improve space balancing codeYan Zheng1-46/+47
2008-10-09Btrfs: Remove offset field from struct btrfs_extent_refYan Zheng1-12/+12
2008-10-01Btrfs: don't read leaf blocks containing only checksums during truncateChris Mason1-31/+38
2008-09-29Btrfs: add and improve commentsChris Mason1-10/+117
2008-09-26Btrfs: update space balancing codeZheng Yan1-2/+153
2008-09-26Btrfs: extent_map and data=ordered fixes for space balancingZheng Yan1-4/+5
2008-09-25Btrfs: Full back reference supportZheng Yan1-90/+138
2008-09-25Btrfs: free space accounting redoJosef Bacik1-2/+1
2008-09-25Fix leaf overflow check in btrfs_insert_empty_itemsChris Mason1-2/+1