summaryrefslogtreecommitdiff
path: root/ctree.c
Commit message (Expand)AuthorAge
* btrfs-progs: drop blocksize argument from readahead_tree_blockDavid Sterba2017-09-08
* btrfs-progs: drop blocksize from read_tree_blockDavid Sterba2017-09-08
* btrfs-progs: drop local blocksize variables if they're nodesizeDavid Sterba2017-09-08
* btrfs-progs: Refactor btrfs_readahead_tree_block to use btrfs_fs_infoQu Wenruo2017-07-12
* btrfs-progs: Refactor btrfs_find_tree_block to use btrfs_fs_infoQu Wenruo2017-07-12
* btrfs-progs: Fix slot >= nritemsPhilipp Hahn2017-07-03
* btrfs-progs: Refactor read_node_slot function to get rid of btrfs_rootQu Wenruo2017-07-03
* btrfs-progs: Refactor read_tree_block to get rid of btrfs_rootQu Wenruo2017-07-03
* btrfs-progs: Refactor block sizes users in ctree.c and ctree.hQu Wenruo2017-07-03
* btrfs-progs: remove unused function wait_on_tree_block_writebackDavid Sterba2017-03-08
* btrfs-progs: drop unused argument from btrfs_del_ptrDavid Sterba2017-03-08
* btrfs-progs: drop unused argument from btrfs_extend_itemDavid Sterba2017-03-08
* btrfs-progs: drop unused argument from btrfs_truncate_itemDavid Sterba2017-03-08
* btrfs-progs: Introduce kernel sizes to cleanup large intermediate numberQu Wenruo2017-03-08
* 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