summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: Off by one fixes for extent-tree.cYan1-7/+3
2008-09-25Btrfs: Add full_scan parameter to find_search_startYan1-8/+6
2008-09-25Btrfs: Add block group pinned accounting backYan1-14/+40
2008-09-25Btrfs: Allow large data extents in a single file to span into metadata block ...Chris Mason1-6/+30
2008-09-25Btrfs: Optimize allocations as we need to mix data and metadata into one groupChris Mason1-6/+36
2008-09-25Btrfs: Properly update free space cache in __free_extentYan1-2/+4
2008-09-25Btrfs: Fix typo and memory leak in extent-tree.cYan1-6/+8
2008-09-25btrfs: 32-bit type problemsJens Axboe1-4/+4
2008-09-25Btrfs: Add back metadata checksummingChris Mason1-0/+4
2008-09-25Breakout BTRFS_SETGET_FUNCS into a separate C file, the inlines were too big.Chris Mason1-1/+1
2008-09-25Btrfs: Add an extent buffer LRU to reduce radix tree hitsChris Mason1-1/+0
2008-09-25Btrfs: Fix allocation routines to avoid intermixing data and metadata allocat...Chris Mason1-16/+22
2008-09-25Btrfs: Add back the online defragging codeChris Mason1-7/+1
2008-09-25Btrfs: Allow tree blocks larger than the page sizeChris Mason1-138/+147
2008-09-25Btrfs: Change the remaining radix trees used by extent-tree.c to extent_map t...Chris Mason1-121/+72
2008-09-25Btrfs: Stop using radix trees for the block group cacheChris Mason1-214/+148
2008-09-25Btrfs: Fix extent_buffer and extent_state leaksChris Mason1-68/+58
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesChris Mason1-144/+150
2008-09-25Btrfs: Fix duplicate ENOSPC checks in find_free_extentChris Mason1-14/+4
2008-09-25Btrfs: Use balance_dirty_pages_nr on btree blocksChris Mason1-0/+1
2007-09-15Btrfs: Fix cache_block_group to catch holes at the start of the groupYan1-28/+33
2007-08-29Btrfs: Fix oopsen in extent_tree.c during enospcYan1-3/+2
2007-08-29Btrfs: Add per-root block accounting and sysfs entriesJosef Bacik1-2/+15
2007-08-28Btrfs: Add delayed allocation to the extent based page tree codeChris Mason1-9/+0
2007-08-28Btrfs: Do more extensive readahead during tree searchesChris Mason1-2/+2
2007-08-10Btrfs: Add BH_Defrag to mark buffers that are in need of defraggingChris Mason1-0/+2
2007-08-10Btrfs: Btree defrag on the extent-mapping tree as wellChris Mason1-1/+27
2007-08-09Btrfs: Further reduce the concurrency penalty of defrag and drop_snapshotChris Mason1-7/+6
2007-08-09Btrfs: Replace extent tree preallocation code with some bit radix magic.Chris Mason1-187/+43
2007-08-08Btrfs: Let some locks go during defrag and snapshot droppingChris Mason1-2/+4
2007-08-08Btrfs: Add run time btree defrag, and an ioctl to force btree defragChris Mason1-21/+32
2007-08-07Btrfs: Fold some btree readahead routines into something more generic.Chris Mason1-29/+1
2007-08-07Btrfs: Do snapshot deletion in smaller chunks.Chris Mason1-4/+41
2007-07-11Btrfs: trivial include fixupsZach Brown1-1/+1
2007-06-28Btrfs: crash recovery fixesChris Mason1-4/+33
2007-06-26Btrfs: Allow find_free_extent callers to pass in an exclusion rangeChris Mason1-49/+30
2007-06-26Btrfs: Fix super block updates during transaction commitChris Mason1-8/+8
2007-06-22Btrfs: Audit callers and return codes to make sure -ENOSPC gets up the stackChris Mason1-26/+115
2007-06-20Btrfs: reada while dropping snapshotsChris Mason1-1/+30
2007-06-19Btrfs: cache the extent tree preallocationChris Mason1-2/+12
2007-06-18Subject: Rework btrfs_file_write to only allocate while page locks are heldChris Mason1-1/+0
2007-06-14btrfs: Code cleanupAneesh1-4/+0
2007-06-12Btrfs: add GPLv2Chris Mason1-0/+18
2007-06-12Btrfs: printk fixesChris Mason1-5/+0
2007-06-12Btrfs: 64 bit div fixesChris Mason1-19/+24
2007-06-12Btrfs: fix oops after block group lookupChris Mason1-13/+16
2007-06-08Btrfs: d_type optimizationChris Mason1-0/+1
2007-05-30Btrfs: use a separate flag for search_start vs a hint in find_free_extentChris Mason1-27/+42
2007-05-30Btrfs: block group switchingChris Mason1-24/+61
2007-05-24Btrfs: sparse files!Chris Mason1-4/+10