summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.c
AgeCommit message (Expand)AuthorFilesLines
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-13Btrfs: 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-07Btrfs: Fixup reference counting on cowsChris Mason1-5/+4
2007-03-03Btrfs: early reference countingChris Mason1-65/+88
2007-03-02Btrfs: Fix extent code to use merge during deleteChris Mason1-12/+3
2007-03-02Btrfs: pretend page cache & commit codeChris Mason1-26/+40
2007-03-01Btrfs: Fixup the code to merge during path walksChris Mason1-24/+113
2007-03-01Btrfs: merge on the way down during deletesChris Mason1-220/+200
2007-03-01Btrfs: more return code checkingChris Mason1-5/+12
2007-03-01Btrfs: return code checkingChris Mason1-226/+254
2007-02-28Btrfs: Take out the merge-during-search-on-delete code, it is buggy.Chris Mason1-28/+14
2007-02-26Btrfs: Add fsx-style randomized tree testerChris Mason1-2/+4
2007-02-24Btrfs: cleanup & commentChris Mason1-1/+27
2007-02-24Btrfs: push_leaf_rightChris Mason1-7/+102
2007-02-24Btrfs: Break up ctree.c a littleChris Mason1-366/+80
2007-02-23Btrfs: Block sized tree extents and extent deletionChris Mason1-47/+198
2007-02-22Btrfs: switch to early splitsChris Mason1-145/+118
2007-02-22Btrfs: extent fixesChris Mason1-23/+46
2007-02-21Btrfs: early extent mapping supportChris Mason1-5/+147
2007-02-02Btrfs: Commenting/cleanupChris Mason1-63/+186
2007-02-02Btrfs: Add backing store, memory managementChris Mason1-160/+272
2007-01-27Btrfs: Faster deletes, add Makefile and kerncompatChris Mason1-21/+61
2007-01-26Btrfs: Initial checkin, basic working tree codeChris Mason1-0/+810