summaryrefslogtreecommitdiff
path: root/ctree.c
Commit message (Expand)AuthorAge
* btrfs-progs: handle errors from btrfs_alloc_pathDavid Sterba2016-09-21
* btrfs-progs: extent-tree: Introduce function to find the first overlapping ex...Qu Wenruo2016-06-07
* btrfs-progs: Return earlier for previous itemQu Wenruo2016-06-01
* btrfs-progs: typo review of strings and commentsNicholas D Steeves2016-06-01
* btrfs-progs: deprecate and stop using btrfs_level_sizeDavid Sterba2016-05-02
* btrfs-progs: replace leafsize with nodesizeDavid Sterba2016-05-02
* btrfs-progs: libbtrfs: remove max/min macros from APIOndrej Kozina2016-03-14
* btrfs-progs: catch memory allocation failure in btrfs_split_itemDavid Sterba2016-01-12
* btrfs-progs: Allow btrfs_leaf_free_space to accept NULL rootQu Wenruo2015-11-05
* btrfs-progs: fix leak of "path" in btrfs_find_item() error pathsEryu Guan2015-11-02
* btrfs-progs: check for item end outside of leafDavid Sterba2015-07-01
* btrfs-progs: read_tree_block() and read_node_slot() cleanup.Qu Wenruo2015-02-02
* btrfs-progs: let btrfs_free_path accept NULLDavid Sterba2014-12-19
* btrfs-progs: Import lookup/del_inode_ref() function.Qu Wenruo2014-12-10
* Btrfs-progs: pull back backref.c and fix it upJosef Bacik2014-10-14
* Btrfs-progs: check all slots in leavesJosef Bacik2014-10-01
* Btrfs-progs: deal with invalid key orderings and bad orphan items V2Josef Bacik2014-01-31
* btrfs-progs: Make btrfs_header_chunk_tree_uuid() return unsigned longRoss Kirk2014-01-31
* 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