summaryrefslogtreecommitdiff
path: root/ctree.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs-progs: add a recovery utility to pull files from damanged filesystemsJosef Bacik2011-10-271-3/+7
* Fix unused-but-set errors in gcc-4.6Chris Ball2011-10-251-16/+0
* Update converter for the new formatYan Zheng2009-06-081-9/+8
* Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Chris Mason2009-06-081-235/+374
* Add semantic checks to btrfsck for files and directoriesYan Zheng2009-01-071-1/+1
* Btrfs: update converter for the new disk formatYan Zheng2008-12-171-5/+120
* update btrfs-progs for seed device supportYan Zheng2008-11-181-0/+8
* Remove offset field from struct btrfs_extent_refYan Zheng2008-10-091-10/+10
* Full back reference supportZheng Yan2008-09-231-90/+114
* Verify parent generation number on btree readsv0.15Chris Mason2008-05-131-1/+1
* Pass down the expected generation number when reading tree blocksChris Mason2008-05-121-33/+21
* Fix balance_level to free the middle block if there is room in the left oneChris Mason2008-04-241-7/+28
* Don't empty the middle buffer in push_nodes_for_insertChris Mason2008-04-241-7/+12
* Keep more pointers free in the nodes for double splitsChris Mason2008-04-241-2/+2
* Add chunk uuids and update multi-device back referencesChris Mason2008-04-151-0/+12
* Change btrfs_map_block to return a structure with mappings for all stripesChris Mason2008-04-091-1/+3
* Recow all roots at the end of mkfsChris Mason2008-04-041-4/+1
* btrfs-progs: Fix printf format casting errorsAlex Chiang2008-04-011-2/+3
* Update struct btrfs_header flags, and use it to indicate buffers are writtenChris Mason2008-04-011-0/+7
* Add support for multiple devices per filesystemChris Mason2008-03-241-1/+37
* Call btrfs_cow_block while lowering tree level.Yan2008-02-011-0/+3
* Copy correct tree when inserting into slot 0Chris Mason2008-01-301-1/+4
* Add inode item and backref in one insert, reducing cpu usageChris Mason2008-01-291-14/+25
* During deletes and truncate, remove many items at once from the treeChris Mason2008-01-291-18/+20
* Remove kernel-space header in btrfs-progsv0.11Yan2008-01-171-2/+0
* Update btrfs-progs to match kernel sourcesYan2008-01-041-792/+1531
* Add back pointers from extents to the file or btree referencing themChris Mason2007-12-111-11/+37
* Add generation numbers to block pointersChris Mason2007-12-091-1/+7
* Update btrfs-progs to better match the kernelYan2007-12-051-78/+400
* Switch to byte granular allocationsChris Mason2007-10-151-41/+56
* Allow large blocksChris Mason2007-10-151-4/+4
* add GPLv2Chris Mason2007-06-121-0/+18
* start of block group codeChris Mason2007-04-261-0/+6
* faster btrfsckChris Mason2007-04-231-25/+29
* add owner and type fields to the extents aand block headersChris Mason2007-04-201-0/+4
* bring back the inode number directory indexChris Mason2007-04-191-1/+52
* rework csum and extent item orderingChris Mason2007-04-171-4/+4
* drop owner and parentidChris Mason2007-04-101-6/+0
* csum data struct changesChris Mason2007-03-291-4/+4
* add generation to file extentsChris Mason2007-03-271-0/+1
* minor commentsChris Mason2007-03-171-0/+5
* transaction handles everywhereChris Mason2007-03-161-98/+106
* pin freed blocks from the FS tree tooChris Mason2007-03-161-7/+7
* add a name_len to dir items, reorder keyChris Mason2007-03-161-4/+4
* Use a chunk of the key flags to record the item type.Chris Mason2007-03-151-17/+34
* variable block size supportChris Mason2007-03-141-114/+111
* merge leaves before splitChris Mason2007-03-131-0/+9
* make some funcs staticChris Mason2007-03-131-8/+8
* rename funcs and structs to btrfsChris Mason2007-03-131-158/+159
* node->blockptrs endian fixesChris Mason2007-03-131-13/+18