summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-10Btrfs: Btree defrag on the extent-mapping tree as wellChris Mason1-1/+27
2007-08-08Btrfs: Further reduce the concurrency penalty of defrag and drop_snapshotChris Mason1-7/+6
2007-08-08Btrfs: 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-07Btrfs: 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-19Btrfs: 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-13btrfs: 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-11Btrfs: fix oops after block group lookupChris Mason1-13/+16
2007-06-07Btrfs: 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-29Btrfs: block group switchingChris Mason1-24/+61
2007-05-24Btrfs: sparse files!Chris Mason1-4/+10
2007-05-18Btrfs: allocator optimizations, truncate readaheadChris Mason1-14/+62
2007-05-10Btrfs: fix check_node and check_leaf to use less cpuChris Mason1-3/+3
2007-05-09Btrfs: many allocator fixes, pretty solidChris Mason1-52/+323
2007-05-07Btrfs: allocator and tuningChris Mason1-42/+33
2007-05-06Btrfs: more allocator enhancementsChris Mason1-79/+238
2007-05-03Btrfs: early metadata/data splitChris Mason1-47/+48
2007-05-02Btrfs: fix page cache memory leakChris Mason1-11/+1
2007-05-01Btrfs: directory readaheadChris Mason1-0/+1
2007-04-30Btrfs: allocator improvements, inode block groupsChris Mason1-40/+98
2007-04-28Btrfs: prealloc more blocks for the extent mapChris Mason1-1/+1
2007-04-28Btrfs: smarter transaction writebackChris Mason1-0/+1
2007-04-28Btrfs: try to drop dead cow pages from ramChris Mason1-0/+17
2007-04-27Btrfs: allocator tweaksChris Mason1-2/+5
2007-04-27Btrfs: more block allocator workChris Mason1-12/+83
2007-04-26Btrfs: start of block group codeChris Mason1-16/+188
2007-04-25Btrfs: change around extent-tree preallocChris Mason1-23/+78
2007-04-24Btrfs: get rid of the extent_item type fieldChris Mason1-4/+1
2007-04-23Btrfs: fix extent owner/type setting on extent tree blocksChris Mason1-1/+3
2007-04-20Btrfs: add owner and type fields to the extents aand block headersChris Mason1-5/+10
2007-04-19Btrfs: many file_write fixes, inline dataChris Mason1-0/+5
2007-04-18Btrfs: working file_write, reorganized key flagsChris Mason1-1/+3
2007-04-17Btrfs: progress on file_writeChris Mason1-9/+11
2007-04-11Btrfs: create a logical->phsyical block number mapping schemeChris Mason1-4/+4
2007-04-10Btrfs: drop owner and parentidChris Mason1-6/+2
2007-04-10Btrfs: snapshot progressChris Mason1-0/+6
2007-04-05Btrfs: more inode indexed directory workChris Mason1-2/+1