aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: Fix memory leak in cache_drop_leaf_refChris Mason2009-02-051-0/+1
* Btrfs: Make btrfs_drop_snapshot work in larger and more efficient chunksChris Mason2009-02-041-44/+262
* Btrfs: Change btree locking to use explicit blocking pointsChris Mason2009-02-041-0/+5
* Btrfs: sort references by byte number during btrfs_inc_refChris Mason2009-02-041-6/+79
* Btrfs: fix tree logs parallel syncYan Zheng2009-01-211-7/+3
* Btrfs: fix stop searching test in replace_one_extentYan Zheng2009-01-211-6/+7
* Btrfs: remove duplicated #includeHuang Weiyi2009-01-211-1/+0
* Btrfs: Fix infinite loop in btrfs_extent_post_opYan Zheng2009-01-211-1/+3
* Btrfs: fix locking issue in btrfs_remove_block_groupYan Zheng2009-01-211-1/+3
* Btrfs: simplify iteration codesQinghuang Feng2009-01-211-6/+2
* Btrfs: removed unused #include <version.h>'sHuang Weiyi2009-01-211-1/+0
* Btrfs: tree logging checksum fixesYan Zheng2009-01-061-1/+1
* Btrfs: drop remaining LINUX_KERNEL_VERSION checks and compat codeChris Mason2009-01-061-4/+0
* Btrfs: Fix checkpatch.pl warningsChris Mason2009-01-051-106/+117
* Btrfs: Fix free block discard calls down to the block layerLiu Hui2009-01-051-51/+48
* Btrfs: set EXTENT_BOUNDARY bit before marking extent delalloc.Yan Zheng2008-12-191-3/+2
* Btrfs: properly update block accounting for metadataYan Zheng2008-12-191-3/+13
* Btrfs: delete checksum items before marking blocks freeChris Mason2008-12-161-3/+3
* Btrfs: Don't use spin*lock_irq for the delalloc lockChris Mason2008-12-151-6/+6
* Btrfs: fix nodatasum handling in balancing codeYan Zheng2008-12-121-4/+46
* Btrfs: shared seed deviceYan Zheng2008-12-121-19/+18
* Btrfs: fix leaking block group on balanceYan Zheng2008-12-111-72/+60
* Btrfs: Add checking of csum tree in balancing codeYan Zheng2008-12-101-4/+4
* Btrfs: Delete csum items when freeing extentsChris Mason2008-12-101-1/+5
* Btrfs: superblock duplicationYan Zheng2008-12-081-26/+28
* Btrfs: make things static and include the right headersChristoph Hellwig2008-12-021-6/+6
* Btrfs: Fix for lockdep warnings with alloc_mutex and pinned_mutexJosef Bacik2008-11-201-14/+18
* Btrfs: compat code fixesChris Mason2008-11-201-1/+4
* Btrfs: Fixes for 2.6.28-rc API changesChris Mason2008-11-191-7/+20
* Btrfs: fix free space accounting when unpinning extentsJosef Bacik2008-11-191-4/+2
* Btrfs: Some fixes for batching extent insert.Liu Hui2008-11-181-3/+7
* Btrfs: Add some debugging around the ENOSPC bugsJosef Bacik2008-11-171-0/+3
* Btrfs: fix free space leakJosef Bacik2008-11-171-0/+8
* Btrfs: Seed device supportYan Zheng2008-11-171-17/+14
* Btrfs: mount ro and remount supportYan Zheng2008-11-121-26/+35
* Btrfs: batch extent inserts/updates/deletions on the extent rootJosef Bacik2008-11-121-93/+734
* Btrfs: Fix handling of space info full during allocationsChris Mason2008-11-131-2/+3
* Btrfs: empty_size allocation fixes againChris Mason2008-11-101-3/+4
* Btrfs: Try harder while searching for free spaceChris Mason2008-11-101-8/+30
* Btrfs: Don't substract too much from the allocation target (avoid wrapping)Chris Mason2008-11-101-5/+5
* Btrfs: Fix more false enospc errors and an oops from empty clusteringChris Mason2008-11-071-5/+14
* Btfs: More metadata allocator optimizationsChris Mason2008-11-071-10/+18
* Btrfs: enforce metadata allocation clusteringChris Mason2008-11-061-0/+17
* Btrfs: Optimize compressed writeback and readsChris Mason2008-11-061-1/+5
* Btrfs: Add fallocate support v2Yan Zheng2008-10-301-29/+36
* Btrfs: update nodatacow code v2Yan Zheng2008-10-301-113/+18
* Btrfs: Fix bookend extent race v2Yan Zheng2008-10-301-15/+13
* Btrfs: prevent looping forever in finish_current_insert and del_pending_extentsChris Mason2008-10-301-24/+30
* Btrfs: Add root tree pointer transaction idsYan Zheng2008-10-291-0/+1
* Btrfs: nuke fs wide allocation mutex V2Josef Bacik2008-10-291-177/+156