summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Btrfs: Online btree defragmentation fixesChris Mason2008-09-251-9/+161
* Btrfs: Add btree locking to the tree defragmentation codeChris Mason2008-09-251-9/+37
* Btrfs: Replace the transaction work queue with kthreadsChris Mason2008-09-251-1/+4
* Btrfs: Fix snapshot deletion to release the alloc_mutex much more often.Chris Mason2008-09-251-1/+1
* Btrfs: Add a skip_locking parameter to struct path, and make various funcs ho...Chris Mason2008-09-251-14/+18
* Fix btrfs_next_leaf to check for new items after dropping locksChris Mason2008-09-251-0/+7
* Fix btrfs_del_ordered_inode to allow forcing the drop during unlinksChris Mason2008-09-251-5/+13
* Drop locks in btrfs_search_slot when reading a tree block.Chris Mason2008-09-251-37/+37
* Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason2008-09-251-7/+33
OpenPOWER on IntegriCloud