summaryrefslogtreecommitdiff
path: root/ctree.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-14btrfs-progs: libbtrfs: remove max/min macros from APIOndrej Kozina1-0/+1
2016-01-12btrfs-progs: catch memory allocation failure in btrfs_split_itemDavid Sterba1-0/+1
2015-11-05btrfs-progs: Allow btrfs_leaf_free_space to accept NULL rootQu Wenruo1-4/+5
2015-11-02btrfs-progs: fix leak of "path" in btrfs_find_item() error pathsEryu Guan1-9/+11
2015-07-01btrfs-progs: check for item end outside of leafDavid Sterba1-0/+14
2015-02-02btrfs-progs: read_tree_block() and read_node_slot() cleanup.Qu Wenruo1-7/+22
2014-12-19btrfs-progs: let btrfs_free_path accept NULLDavid Sterba1-0/+2
2014-12-10btrfs-progs: Import lookup/del_inode_ref() function.Qu Wenruo1-0/+6
2014-10-14Btrfs-progs: pull back backref.c and fix it upJosef Bacik1-0/+84
2014-10-01Btrfs-progs: check all slots in leavesJosef Bacik1-1/+1
2014-01-31Btrfs-progs: deal with invalid key orderings and bad orphan items V2Josef Bacik1-55/+80
2014-01-31btrfs-progs: Make btrfs_header_chunk_tree_uuid() return unsigned longRoss Kirk1-3/+3
2013-10-16Btrfs-progs: keep track of transid failures and fix them if possibleJosef Bacik1-1/+6
2013-10-16btrfs-progs: Make btrfs_header_fsid() return unsigned longRoss Kirk1-10/+5
2013-10-16btrfs-progs: remove unused parameter from btrfs_header_fsidRoss Kirk1-5/+5
2013-10-16btrfs-progs: drop unused parameter from btrfs_item_nrRoss Kirk1-15/+15
2013-09-03btrfs-progs: make many private symbols staticZach Brown1-2/+2
2013-09-03btrfs-progs: fix shadow symbolsZach Brown1-2/+0
2013-09-03btrfs-progs: mark static & remove unused from shared kernel codeEric Sandeen1-1/+1
2013-09-03btrfs-progs: drop unused parameter from btrfs_release_pathEric Sandeen1-4/+4
2013-08-09Btrfs-progs: remove btrfs_init_path calls from ctree.cEric Sandeen1-5/+1
2013-08-09Btrfs-progs: remove the unnecessary 'return -1;' at the end of bin_searchEric Sandeen1-4/+2
2013-08-09Btrfs-progs: remove some dead/unbuilt codeEric Sandeen1-140/+0
2013-08-09Btrfs-progs: move btrfs_fsck_reinit_root to cmds-check.cEric Sandeen1-48/+1
2013-08-09Btrfs-progs: fix array bound checkingEric Sandeen1-4/+6
2013-07-05btrfs-restore: deal with NULL returns from read_node_slotChris Mason1-1/+2
2013-06-19Btrfs-progs: add --init-extent-tree to btrfsckJosef Bacik1-2/+7
2013-05-10Btrfs-progs: sanity check the number of items in a leaf V2Josef Bacik1-0/+6
2013-04-23Btrfs-progs: add skinny metadata support to progs V3Josef Bacik1-2/+4
2013-02-05btrfs-progs: impossible BUG_ON meant to test emptyZach Brown1-1/+1
2013-02-05btrfs-progs: remove dead code that checks null ebZach Brown1-6/+0
2012-02-22btrfsck: add early code to handle corrupted block groupsChris Mason1-2/+6
2012-02-21Btrfsck: add the ability to prune corrupt extent allocation tree blocksChris Mason1-127/+95
2012-02-09btrfsck: add --init-csum-tree to replace the csum root with an empty oneChris Mason1-0/+40
2011-10-27btrfs-progs: add a recovery utility to pull files from damanged filesystemsJosef Bacik1-3/+7
2011-10-25Fix unused-but-set errors in gcc-4.6Chris Ball1-16/+0
2009-06-08Update converter for the new formatYan Zheng1-9/+8
2009-06-08Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Chris Mason1-235/+374
2009-01-07Add semantic checks to btrfsck for files and directoriesYan Zheng1-1/+1
2008-12-17Btrfs: update converter for the new disk formatYan Zheng1-5/+120
2008-11-18update btrfs-progs for seed device supportYan Zheng1-0/+8
2008-10-09Remove offset field from struct btrfs_extent_refYan Zheng1-10/+10
2008-09-23Full back reference supportZheng Yan1-90/+114
2008-05-13Verify parent generation number on btree readsChris Mason1-1/+1
2008-05-12Pass down the expected generation number when reading tree blocksChris Mason1-33/+21
2008-04-24Fix balance_level to free the middle block if there is room in the left oneChris Mason1-7/+28
2008-04-24Don't empty the middle buffer in push_nodes_for_insertChris Mason1-7/+12
2008-04-24Keep more pointers free in the nodes for double splitsChris Mason1-2/+2
2008-04-15Add chunk uuids and update multi-device back referencesChris Mason1-0/+12
2008-04-09Change btrfs_map_block to return a structure with mappings for all stripesChris Mason1-1/+3