summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-10Btrfs: Btree defrag on the extent-mapping tree as wellChris Mason1-7/+11
2007-08-07Btrfs: Add run time btree defrag, and an ioctl to force btree defragChris Mason1-42/+153
2007-08-07Btrfs: Fold some btree readahead routines into something more generic.Chris Mason1-0/+77
2007-08-07Btrfs: Do snapshot deletion in smaller chunks.Chris Mason1-0/+10
2007-07-11Btrfs: Some code cleanupsAneesh1-2/+6
2007-07-11Btrfs: trivial include fixupsZach Brown1-1/+0
2007-06-28Btrfs: crash recovery fixesChris Mason1-1/+12
2007-06-22Btrfs: Audit callers and return codes to make sure -ENOSPC gets up the stackChris Mason1-24/+82
2007-06-13btrfs: Code cleanupAneesh1-1/+0
2007-06-12Btrfs: add GPLv2Chris Mason1-0/+18
2007-05-11Btrfs: patch queue: fix corruption when splitting large itemsChris Mason1-2/+8
2007-05-10Btrfs: fix check_node and check_leaf to use less cpuChris Mason1-18/+26
2007-04-30Btrfs: allocator improvements, inode block groupsChris Mason1-5/+5
2007-04-20Btrfs: add owner and type fields to the extents aand block headersChris Mason1-0/+5
2007-04-20Btrfs: node balance optimizationsChris Mason1-11/+19
2007-04-20Btrfs: write barriers on commit, balance level before splitChris Mason1-0/+119
2007-04-18Btrfs: working file_write, reorganized key flagsChris Mason1-3/+27
2007-04-17Btrfs: rework csums and extent item orderingChris Mason1-5/+4
2007-04-17Btrfs: progress on file_writeChris Mason1-0/+57
2007-04-16Btrfs: early work to file_write in big extentsChris Mason1-0/+54
2007-04-11Btrfs: create a logical->phsyical block number mapping schemeChris Mason1-19/+19
2007-04-10Btrfs: drop owner and parentidChris Mason1-8/+0
2007-04-05Btrfs: uuidsChris Mason1-0/+12
2007-04-04Btrfs: support for items bigger than 1/2 the blocksizeChris Mason1-35/+97
2007-04-04Btrfs: early inline file data codeChris Mason1-6/+12
2007-04-02Btrfs: still corruption huntingChris Mason1-12/+30
2007-03-30Btrfs: corruption hunt continuesChris Mason1-87/+114
2007-03-30Btrfs: hunting slab corruptionChris Mason1-0/+2
2007-03-29Btrfs: verify csums on readChris Mason1-5/+4
2007-03-27Btrfs: split out level field in struct headerChris Mason1-0/+1
2007-03-23Add generation number to btrfs_header, readdir fixes, hash collision fixesChris Mason1-1/+7
2007-03-23btrfs_create, btrfs_write_super, btrfs_sync_fsChris Mason1-20/+29
2007-03-22Mountable btrfs, with readdirChris Mason1-133/+140
2007-03-21Btrfs: initial move to kernel module landChris Mason1-5/+1
2007-03-17Btrfs: minor commentsChris Mason1-0/+5
2007-03-16Btrfs: transaction handles everywhereChris Mason1-98/+106
2007-03-16Btrfs: pin freed blocks from the FS tree tooChris Mason1-7/+7
2007-03-16Btrfs: add a name_len to dir items, reorder keyChris Mason1-4/+4
2007-03-15Btrfs: Use a chunk of the key flags to record the item type.Chris Mason1-17/+34
2007-03-14Btrfs: variable block size supportChris Mason1-114/+111
2007-03-13Btrfs: merge leaves before splitChris Mason1-0/+9
2007-03-13Btrfs: make some funcs staticChris Mason1-8/+8
2007-03-13rename funcs and structs to btrfsChris Mason1-158/+159
2007-03-13Btrfs: node->blockptrs endian fixesChris Mason1-13/+18
2007-03-12Btrfs: struct item endian fixesChris Mason1-58/+71
2007-03-12Btrfs: struct key endian fixesChris Mason1-38/+54
2007-03-12Btrfs: get/set for struct header fieldsChris Mason1-98/+126
2007-03-07Btrfs: get rid of add recursionChris Mason1-9/+0
2007-03-06Btrfs: Fixup reference counting on cowsChris Mason1-5/+4
2007-03-02Btrfs: early reference countingChris Mason1-65/+88