summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Btrfs: Improve metadata read latenciesChris Mason2008-11-131-4/+4
* Btrfs: nuke fs wide allocation mutex V2Josef Bacik2008-10-291-2/+1
* Btrfs: Improve space balancing codeYan Zheng2008-10-291-46/+47
* Btrfs: Remove offset field from struct btrfs_extent_refYan Zheng2008-10-091-12/+12
* Btrfs: don't read leaf blocks containing only checksums during truncateChris Mason2008-10-011-31/+38
* Btrfs: add and improve commentsChris Mason2008-09-291-10/+117
* Btrfs: update space balancing codeZheng Yan2008-09-261-2/+153
* Btrfs: extent_map and data=ordered fixes for space balancingZheng Yan2008-09-261-4/+5
* Btrfs: Full back reference supportZheng Yan2008-09-251-90/+138
* Btrfs: free space accounting redoJosef Bacik2008-09-251-2/+1
* Fix leaf overflow check in btrfs_insert_empty_itemsChris Mason2008-09-251-2/+1
* Btrfs: trivial sparse fixesChristoph Hellwig2008-09-251-2/+0
* Btrfs: missing endianess conversion in insert_new_rootChristoph Hellwig2008-09-251-4/+5
* Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason2008-09-251-19/+54
* btrfs_search_slot: reduce lock contention by cowing in two stagesChris Mason2008-09-251-27/+120
* Btrfs: implement memory reclaim for leaf reference cacheYan2008-09-251-1/+0
* Btrfs: Add a leaf reference cacheYan Zheng2008-09-251-2/+2
* Fix path slots selection in btrfs_search_forwardYan2008-09-251-1/+4
* Btrfs: Create orphan inode records to prevent lost files after a crashJosef Bacik2008-09-251-1/+1
* btrfs_next_leaf: do readahead when skip_locking is turned onChris Mason2008-09-251-1/+2
* Btrfs: Add locking around volume management (device add/remove/balance)Chris Mason2008-09-251-4/+0
* Btrfs: Reduce contention on the root nodeChris Mason2008-09-251-6/+11
OpenPOWER on IntegriCloud