summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
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-10Btrfs: many allocator fixes, pretty solidChris Mason1-52/+323
2007-05-08Btrfs: 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-27Btrfs: 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-24Btrfs: fix extent owner/type setting on extent tree blocksChris Mason1-1/+3
2007-04-21Btrfs: 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-19Btrfs: 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
2007-04-04Btrfs: tweak the inode-map and free extent search starts on cold mountChris Mason1-2/+19
2007-04-02Btrfs: csum_verify_file_block locking fixChris Mason1-2/+0
2007-04-02Btrfs: dynamic allocation of path structChris Mason1-39/+61
2007-04-02Btrfs: still corruption huntingChris Mason1-6/+12
2007-03-30Btrfs: corruption hunt continuesChris Mason1-4/+4
2007-03-28Btrfs: use a btree inode instead of sb_getblkChris Mason1-5/+3
2007-03-27btrfs_truncateChris Mason1-12/+13
2007-03-27Btrfs: reference counts on data extentsChris Mason1-17/+70
2007-03-27btrfs_get_block, file read/writeChris Mason1-2/+2
2007-03-26Btrfs: add a radix back bit treeChris Mason1-54/+39
2007-03-25Btrfs: leak fixes, pinning fixesChris Mason1-9/+21
2007-03-24Btrfs: very minimal lockingChris Mason1-2/+3
2007-03-23Btrfs: properly set new buffers for new blocks up to dateChris Mason1-1/+1
2007-03-23btrfs_create, btrfs_write_super, btrfs_sync_fsChris Mason1-9/+17
2007-03-22Mountable btrfs, with readdirChris Mason1-70/+74
2007-03-21Btrfs: initial move to kernel module landChris Mason1-6/+4
2007-03-21Btrfs: Better block record keeping, real mkfsChris Mason1-5/+19
2007-03-20Btrfs: Add inode map, and the start of file extent itemsChris Mason1-48/+57
2007-03-16Btrfs: transaction handles everywhereChris Mason1-60/+75
2007-03-16Btrfs: pin freed blocks from the FS tree tooChris Mason1-11/+17
2007-03-15Btrfs: Use a chunk of the key flags to record the item type.Chris Mason1-7/+10
2007-03-14Btrfs: variable block size supportChris Mason1-4/+2
2007-03-14Btrfs: add leaf data casting helperChris Mason1-6/+2
2007-03-14Btrfs: properly reset block cache on freeChris Mason1-1/+1