summaryrefslogtreecommitdiff
path: root/ctree.c
Commit message (Expand)AuthorAge
* Btrfs-progs: keep track of transid failures and fix them if possibleJosef Bacik2013-10-16
* btrfs-progs: Make btrfs_header_fsid() return unsigned longRoss Kirk2013-10-16
* btrfs-progs: remove unused parameter from btrfs_header_fsidRoss Kirk2013-10-16
* btrfs-progs: drop unused parameter from btrfs_item_nrRoss Kirk2013-10-16
* btrfs-progs: make many private symbols staticZach Brown2013-09-03
* btrfs-progs: fix shadow symbolsZach Brown2013-09-03
* btrfs-progs: mark static & remove unused from shared kernel codeEric Sandeen2013-09-03
* btrfs-progs: drop unused parameter from btrfs_release_pathEric Sandeen2013-09-03
* Btrfs-progs: remove btrfs_init_path calls from ctree.cEric Sandeen2013-08-09
* Btrfs-progs: remove the unnecessary 'return -1;' at the end of bin_searchEric Sandeen2013-08-09
* Btrfs-progs: remove some dead/unbuilt codeEric Sandeen2013-08-09
* Btrfs-progs: move btrfs_fsck_reinit_root to cmds-check.cEric Sandeen2013-08-09
* Btrfs-progs: fix array bound checkingEric Sandeen2013-08-09
* btrfs-restore: deal with NULL returns from read_node_slotChris Mason2013-07-05
* Btrfs-progs: add --init-extent-tree to btrfsckJosef Bacik2013-06-19
* Btrfs-progs: sanity check the number of items in a leaf V2Josef Bacik2013-05-10
* Btrfs-progs: add skinny metadata support to progs V3Josef Bacik2013-04-23
* btrfs-progs: impossible BUG_ON meant to test emptyZach Brown2013-02-05
* btrfs-progs: remove dead code that checks null ebZach Brown2013-02-05
* btrfsck: add early code to handle corrupted block groupsChris Mason2012-02-22
* Btrfsck: add the ability to prune corrupt extent allocation tree blocksChris Mason2012-02-21
* btrfsck: add --init-csum-tree to replace the csum root with an empty oneChris Mason2012-02-09
* btrfs-progs: add a recovery utility to pull files from damanged filesystemsJosef Bacik2011-10-27
* Fix unused-but-set errors in gcc-4.6Chris Ball2011-10-25
* Update converter for the new formatYan Zheng2009-06-08
* Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Chris Mason2009-06-08
* Add semantic checks to btrfsck for files and directoriesYan Zheng2009-01-07
* Btrfs: update converter for the new disk formatYan Zheng2008-12-17
* update btrfs-progs for seed device supportYan Zheng2008-11-18
* Remove offset field from struct btrfs_extent_refYan Zheng2008-10-09
* Full back reference supportZheng Yan2008-09-23
* Verify parent generation number on btree readsChris Mason2008-05-13
* Pass down the expected generation number when reading tree blocksChris Mason2008-05-12
* Fix balance_level to free the middle block if there is room in the left oneChris Mason2008-04-24
* Don't empty the middle buffer in push_nodes_for_insertChris Mason2008-04-24
* Keep more pointers free in the nodes for double splitsChris Mason2008-04-24
* Add chunk uuids and update multi-device back referencesChris Mason2008-04-15
* Change btrfs_map_block to return a structure with mappings for all stripesChris Mason2008-04-09
* Recow all roots at the end of mkfsChris Mason2008-04-04
* btrfs-progs: Fix printf format casting errorsAlex Chiang2008-04-01
* Update struct btrfs_header flags, and use it to indicate buffers are writtenChris Mason2008-04-01
* Add support for multiple devices per filesystemChris Mason2008-03-24
* Call btrfs_cow_block while lowering tree level.Yan2008-02-01
* Copy correct tree when inserting into slot 0Chris Mason2008-01-30
* Add inode item and backref in one insert, reducing cpu usageChris Mason2008-01-29
* During deletes and truncate, remove many items at once from the treeChris Mason2008-01-29
* Remove kernel-space header in btrfs-progsYan2008-01-17
* Update btrfs-progs to match kernel sourcesYan2008-01-04
* Add back pointers from extents to the file or btree referencing themChris Mason2007-12-11
* Add generation numbers to block pointersChris Mason2007-12-09