summaryrefslogtreecommitdiff
path: root/ctree.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs-restore: deal with NULL returns from read_node_slotrepairChris Mason2013-07-051-1/+2
* Btrfs-progs: add --init-extent-tree to btrfsckJosef Bacik2013-06-191-2/+7
* Btrfs-progs: sanity check the number of items in a leaf V2Josef Bacik2013-05-101-0/+6
* Btrfs-progs: add skinny metadata support to progs V3Josef Bacik2013-04-231-2/+4
* btrfs-progs: impossible BUG_ON meant to test emptyZach Brown2013-02-051-1/+1
* btrfs-progs: remove dead code that checks null ebZach Brown2013-02-051-6/+0
* btrfsck: add early code to handle corrupted block groupsChris Mason2012-02-221-2/+6
* Btrfsck: add the ability to prune corrupt extent allocation tree blocksChris Mason2012-02-211-127/+95
* btrfsck: add --init-csum-tree to replace the csum root with an empty oneChris Mason2012-02-091-0/+40
* 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