summaryrefslogtreecommitdiff
path: root/ctree.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs-progs: catch memory allocation failure in btrfs_split_itemDavid Sterba2016-01-121-0/+1
* btrfs-progs: Allow btrfs_leaf_free_space to accept NULL rootQu Wenruo2015-11-051-4/+5
* btrfs-progs: fix leak of "path" in btrfs_find_item() error pathsEryu Guan2015-11-021-9/+11
* btrfs-progs: check for item end outside of leafDavid Sterba2015-07-011-0/+14
* btrfs-progs: read_tree_block() and read_node_slot() cleanup.Qu Wenruo2015-02-021-7/+22
* btrfs-progs: let btrfs_free_path accept NULLv3.18-rc2David Sterba2014-12-191-0/+2
* btrfs-progs: Import lookup/del_inode_ref() function.Qu Wenruo2014-12-101-0/+6
* Btrfs-progs: pull back backref.c and fix it upJosef Bacik2014-10-141-0/+84
* Btrfs-progs: check all slots in leavesJosef Bacik2014-10-011-1/+1
* Btrfs-progs: deal with invalid key orderings and bad orphan items V2Josef Bacik2014-01-311-55/+80
* btrfs-progs: Make btrfs_header_chunk_tree_uuid() return unsigned longRoss Kirk2014-01-311-3/+3
* Btrfs-progs: keep track of transid failures and fix them if possibleJosef Bacik2013-10-161-1/+6
* btrfs-progs: Make btrfs_header_fsid() return unsigned longRoss Kirk2013-10-161-10/+5
* btrfs-progs: remove unused parameter from btrfs_header_fsidRoss Kirk2013-10-161-5/+5
* btrfs-progs: drop unused parameter from btrfs_item_nrRoss Kirk2013-10-161-15/+15
* btrfs-progs: make many private symbols staticZach Brown2013-09-031-2/+2
* btrfs-progs: fix shadow symbolsZach Brown2013-09-031-2/+0
* btrfs-progs: mark static & remove unused from shared kernel codeEric Sandeen2013-09-031-1/+1
* btrfs-progs: drop unused parameter from btrfs_release_pathEric Sandeen2013-09-031-4/+4
* Btrfs-progs: remove btrfs_init_path calls from ctree.cEric Sandeen2013-08-091-5/+1
* Btrfs-progs: remove the unnecessary 'return -1;' at the end of bin_searchEric Sandeen2013-08-091-4/+2
* Btrfs-progs: remove some dead/unbuilt codeEric Sandeen2013-08-091-140/+0
* Btrfs-progs: move btrfs_fsck_reinit_root to cmds-check.cEric Sandeen2013-08-091-48/+1
* Btrfs-progs: fix array bound checkingEric Sandeen2013-08-091-4/+6
* 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