btrfs-progs: ci: cache built dependencies
[platform/upstream/btrfs-progs.git] / ctree.c
2018-02-02 Gu Jinxiangbtrfs-progs: Cleanup use of root in leaf_data_end
2018-02-02 Gu Jinxiangbtrfs-progs: Use fs_info instead of root for BTRFS_NODE...
2018-02-02 Gu Jinxiangbtrfs-progs: Use fs_info instead of root for BTRFS_LEAF...
2017-09-08 David Sterbabtrfs-progs: drop blocksize argument from readahead_tre...
2017-09-08 David Sterbabtrfs-progs: drop blocksize from read_tree_block
2017-09-08 David Sterbabtrfs-progs: drop local blocksize variables if they...
2017-07-12 Qu Wenruobtrfs-progs: Refactor btrfs_readahead_tree_block to...
2017-07-12 Qu Wenruobtrfs-progs: Refactor btrfs_find_tree_block to use...
2017-07-03 Philipp Hahnbtrfs-progs: Fix slot >= nritems
2017-07-03 Qu Wenruobtrfs-progs: Refactor read_node_slot function to get...
2017-07-03 Qu Wenruobtrfs-progs: Refactor read_tree_block to get rid of...
2017-07-03 Qu Wenruobtrfs-progs: Refactor block sizes users in ctree.c...
2017-03-08 David Sterbabtrfs-progs: remove unused function wait_on_tree_block_...
2017-03-08 David Sterbabtrfs-progs: drop unused argument from btrfs_del_ptr
2017-03-08 David Sterbabtrfs-progs: drop unused argument from btrfs_extend_item
2017-03-08 David Sterbabtrfs-progs: drop unused argument from btrfs_truncate_item
2017-03-08 Qu Wenruobtrfs-progs: Introduce kernel sizes to cleanup large...
2016-09-21 David Sterbabtrfs-progs: handle errors from btrfs_alloc_path
2016-06-07 Qu Wenruobtrfs-progs: extent-tree: Introduce function to find...
2016-06-01 Qu Wenruobtrfs-progs: Return earlier for previous item
2016-06-01 Nicholas D Steevesbtrfs-progs: typo review of strings and comments
2016-05-02 David Sterbabtrfs-progs: deprecate and stop using btrfs_level_size
2016-05-02 David Sterbabtrfs-progs: replace leafsize with nodesize
2016-03-14 Ondrej Kozinabtrfs-progs: libbtrfs: remove max/min macros from API
2016-01-12 David Sterbabtrfs-progs: catch memory allocation failure in btrfs_s...
2015-11-05 Qu Wenruobtrfs-progs: Allow btrfs_leaf_free_space to accept...
2015-11-02 Eryu Guanbtrfs-progs: fix leak of "path" in btrfs_find_item...
2015-07-01 David Sterbabtrfs-progs: check for item end outside of leaf
2015-02-02 Qu Wenruobtrfs-progs: read_tree_block() and read_node_slot(...
2014-12-19 David Sterbabtrfs-progs: let btrfs_free_path accept NULL
2014-12-10 Qu Wenruobtrfs-progs: Import lookup/del_inode_ref() function.
2014-10-14 Josef BacikBtrfs-progs: pull back backref.c and fix it up
2014-10-01 Josef BacikBtrfs-progs: check all slots in leaves
2014-01-31 Josef BacikBtrfs-progs: deal with invalid key orderings and bad...
2014-01-31 Ross Kirkbtrfs-progs: Make btrfs_header_chunk_tree_uuid() return...
2013-10-16 Josef BacikBtrfs-progs: keep track of transid failures and fix...
2013-10-16 Ross Kirkbtrfs-progs: Make btrfs_header_fsid() return unsigned...
2013-10-16 Ross Kirkbtrfs-progs: remove unused parameter from btrfs_header_fsid
2013-10-16 Ross Kirkbtrfs-progs: drop unused parameter from btrfs_item_nr
2013-09-03 Zach Brownbtrfs-progs: make many private symbols static
2013-09-03 Zach Brownbtrfs-progs: fix shadow symbols
2013-09-03 Eric Sandeenbtrfs-progs: mark static & remove unused from shared...
2013-09-03 Eric Sandeenbtrfs-progs: drop unused parameter from btrfs_release_path
2013-08-09 Eric SandeenBtrfs-progs: remove btrfs_init_path calls from ctree.c
2013-08-09 Eric SandeenBtrfs-progs: remove the unnecessary 'return -1;' at...
2013-08-09 Eric SandeenBtrfs-progs: remove some dead/unbuilt code
2013-08-09 Eric SandeenBtrfs-progs: move btrfs_fsck_reinit_root to cmds-check.c
2013-08-09 Eric SandeenBtrfs-progs: fix array bound checking
2013-07-05 Chris Masonbtrfs-restore: deal with NULL returns from read_node_slot
2013-06-19 Josef BacikBtrfs-progs: add --init-extent-tree to btrfsck
2013-05-10 Josef BacikBtrfs-progs: sanity check the number of items in a...
2013-04-23 Josef BacikBtrfs-progs: add skinny metadata support to progs V3
2013-02-06 Chris MasonMerge branch 'cov-fixes-v1-integration-20130201' of...
2013-02-06 Zach Brownbtrfs-progs: impossible BUG_ON meant to test empty
2013-02-06 Zach Brownbtrfs-progs: remove dead code that checks null eb
2012-02-22 Chris Masonbtrfsck: add early code to handle corrupted block groups
2012-02-21 Chris MasonBtrfsck: add the ability to prune corrupt extent alloca...
2012-02-09 Chris Masonbtrfsck: add --init-csum-tree to replace the csum root...
2011-10-31 Chris MasonMerge branch 'recovery-beta' of git://git./linux/kernel...
2011-10-27 Josef Bacikbtrfs-progs: add a recovery utility to pull files from...
2011-10-25 Chris BallFix unused-but-set errors in gcc-4.6
2009-06-08 Yan ZhengUpdate converter for the new format
2009-06-08 Chris MasonMixed back reference (FORWARD ROLLING FORMAT CHANGE)
2009-01-07 Yan ZhengAdd semantic checks to btrfsck for files and directories
2008-12-17 Yan ZhengBtrfs: update converter for the new disk format
2008-11-18 Yan Zhengupdate btrfs-progs for seed device support
2008-10-09 Yan ZhengRemove offset field from struct btrfs_extent_ref
2008-09-23 Zheng YanFull back reference support
2008-05-13 Chris MasonVerify parent generation number on btree reads
2008-05-12 Chris MasonPass down the expected generation number when reading...
2008-04-24 Chris MasonFix balance_level to free the middle block if there...
2008-04-24 Chris MasonDon't empty the middle buffer in push_nodes_for_insert
2008-04-24 Chris MasonKeep more pointers free in the nodes for double splits
2008-04-15 Chris MasonAdd chunk uuids and update multi-device back references
2008-04-09 Chris MasonChange btrfs_map_block to return a structure with mappi...
2008-04-04 Chris MasonRecow all roots at the end of mkfs
2008-04-01 Alex Chiangbtrfs-progs: Fix printf format casting errors
2008-04-01 Chris MasonUpdate struct btrfs_header flags, and use it to indicat...
2008-03-24 Chris MasonAdd support for multiple devices per filesystem
2008-02-01 YanCall btrfs_cow_block while lowering tree level.
2008-01-30 Chris MasonCopy correct tree when inserting into slot 0
2008-01-29 Chris MasonAdd inode item and backref in one insert, reducing...
2008-01-29 Chris MasonDuring deletes and truncate, remove many items at once...
2008-01-17 YanRemove kernel-space header in btrfs-progs
2008-01-04 YanUpdate btrfs-progs to match kernel sources
2007-12-11 Chris MasonAdd back pointers from extents to the file or btree...
2007-12-09 Chris MasonAdd generation numbers to block pointers
2007-12-05 YanUpdate btrfs-progs to better match the kernel
2007-10-15 Chris MasonSwitch to byte granular allocations
2007-10-15 Chris MasonAllow large blocks
2007-06-12 Chris Masonadd GPLv2
2007-04-26 Chris Masonstart of block group code
2007-04-23 Chris Masonfaster btrfsck
2007-04-21 Chris Masonadd owner and type fields to the extents aand block...
2007-04-19 Chris Masonbring back the inode number directory index
2007-04-17 Chris Masonrework csum and extent item ordering
2007-04-10 Chris Masondrop owner and parentid
2007-03-29 Chris Masoncsum data struct changes
2007-03-27 Chris Masonadd generation to file extents
2007-03-17 Chris Masonminor comments
next