btrfs-progs: typo review of strings and comments
[platform/upstream/btrfs-progs.git] / ctree.h
2016-06-01 Nicholas D Steevesbtrfs-progs: typo review of strings and comments
2016-05-11 David Sterbabtrfs-progs: add getters for ioctl search_header
2016-05-02 David Sterbabtrfs-progs: deprecate and stop using btrfs_level_size
2016-05-02 David Sterbabtrfs-progs: replace leafsize with nodesize
2016-02-26 Qu Wenruobtrfs-progs: Allow open_ctree to return fs_info even...
2016-01-25 David Sterbabtrfs-progs: fix compat_ro mask for free space tree
2016-01-12 Omar Sandovalbtrfs-progs: check the free space tree in btrfsck
2016-01-12 Omar Sandovalbtrfs-progs: add basic awareness of the free space...
2015-09-09 Zhao Leibtrfs-progs: Avoid uninitialized data in output of...
2015-09-09 Zhao Leibtrfs-progs: fix typo in set/get of btrfs_inode_item...
2015-08-31 Qu Wenruobtrfs-progs: convert: Avoid allocating metadata extent...
2015-08-31 Filipe MananaBtrfs-progs: add feature to get mininum size for resizi...
2015-07-10 Qu Wenruobtrfs-progs: extent-tree: Introduce btrfs_free_block_gr...
2015-05-14 Qu Wenruobtrfs-progs: Remove non-exist csum size.
2015-05-14 Qu Wenruobtrfs-progs: Introduce change_header_uuid function
2015-05-14 Qu Wenruobtrfs-progs: Add open_ctree check for uuid changing
2015-05-14 Qu Wenruobtrfs-progs: Add CHANGING_FSID super flag
2015-04-24 Josef Bacikbtrfs-progs: check for matching free space in cache
2015-03-23 Qu Wenruobtrfs-progs: Add stack get/set functions for btrfs_qgro...
2015-03-23 Qu Wenruobtrfs-progs: Update qgroup status flags and replace...
2015-02-11 David SterbaMerge branch 'qu/find-root-v3-part1' into v3.19.x
2015-02-11 Qu Wenruobtrfs-progs: Add support to suppress tree block csum...
2015-02-10 David SterbaMerge remote-tracking branch 'remotes/josef/for-kdave...
2015-02-09 Josef BacikBtrfs-progs: remove global transaction from fsck
2015-02-09 Josef BacikBtrfs-progs: Introduce metadump_v2
2015-02-02 Qu Wenruobtrfs-progs: Add btrfs_get_extent() and btrfs_punch_hole().
2015-02-02 Qu Wenruobtrfs-progs: Record orphan data extent ref to correspon...
2015-01-21 David Sterbabtrfs-progs: unify header file inclusion protections
2014-12-10 Qu Wenruobtrfs-progs: Add inode item rebuild function.
2014-12-10 Qu Wenruobtrfs-progs: Add btrfs_mkdir() function for the incomin...
2014-12-10 Qu Wenruobtrfs-progs: Add btrfs_unlink() and btrfs_add_link...
2014-12-10 Qu Wenruobtrfs-progs: Import lookup/del_inode_ref() function.
2014-12-10 Qu Wenruobtrfs-progs: Import btrfs_insert/del/lookup_extref...
2014-12-04 Goffredo Baroncellibtrfs-progs: Enhance the command btrfs filesystem df
2014-10-14 Josef BacikBtrfs-progs: delete bogus dir indexes
2014-10-14 Josef BacikBtrfs-progs: pull back backref.c and fix it up
2014-08-28 David Sterbabtrfs-progs: read global reserve size from space infos
2014-08-28 Gui Hechengbtrfs-progs: remove unused flags for btrfs_path
2014-08-22 Gui Hechengbtrfs-progs: replace BTRFS_NUM_MIRRORS with BTRFS_MAX_M...
2014-08-22 Mark Fashehbtrfs-progs: add quota group verify code
2014-04-11 Filipe David Borba... Btrfs-progs: update btrfs_file_extent_inline_len to...
2014-04-11 Kusanagi Kouichibtrfs-progs: Constify getters
2014-03-21 Wang ShilongBtrfs-progs: use bitfield instead of integer for some...
2014-01-31 Josef BacikBtrfs-progs: add support for the no holes incompat...
2014-01-31 Josef BacikBtrfs-progs: deal with invalid key orderings and bad...
2014-01-31 Wang ShilongBtrfs-progs: chunk-recover: add new flag to prepare...
2014-01-31 Ross Kirkbtrfs-progs: Make btrfs_header_chunk_tree_uuid() return...
2013-10-16 Chris Masonmkfs: fix mkfs -r to properly allocate space
2013-10-16 Wang ShilongBtrfs-progs: restructure show_qgroups
2013-10-16 Josef BacikBtrfs-progs: keep track of transid failures and fix...
2013-10-16 Anand Jainbtrfs-progs: move out print in cmd_df to another function
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-10-16 Hidetoshi Setobtrfs-progs: calculate available blocks on device properly
2013-09-03 Zach Brownbtrfs-progs: add ULL to u64 constant
2013-09-03 Eric Sandeenbtrfs-progs: mark static & remove unused from shared...
2013-09-03 Eric Sandeenbtrfs-progs: make set/get functions for the super compa...
2013-09-03 Eric Sandeenbtrfs-progs: fix definition of struct btrfs_extent_inli...
2013-09-03 Eric Sandeenbtrfs-progs: drop unused parameter from btrfs_release_path
2013-08-09 Qu Wenruobtrfs-progs: Cleanup for using BTRFS_SETGET_STACK inste...
2013-08-09 Stefan BehrensBtrfs-progs: add uuid_tree_gen field to btrfs-show...
2013-08-09 Stefan BehrensBtrfs-progs: add UUID tree lookup methods
2013-08-09 Stefan BehrensBtrfs-progs: Support UUID tree and UUID items in btrfs...
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-07-03 Chris MasonMerge branch 'liubo-image-restore'
2013-07-03 Liu BoBtrfs-progs: enhance btrfs-image to restore image onto...
2013-07-03 Miao XieBtrfs-progs: use rb-tree instead of extent cache tree...
2013-06-19 Josef BacikBtrfs-progs: add --init-extent-tree to btrfsck
2013-06-19 Josef BacikBtrfs-progs: make fsck fix certain file extent inconsis...
2013-04-23 Josef BacikBtrfs-progs: add a free space cache checker to fsck V2
2013-04-23 Josef BacikBtrfs-progs: add skinny metadata support to progs V3
2013-03-19 Arne JansenBtrfs-progs: tool to visualize fragmentation
2013-03-10 David Sterbabtrfs-progs: separate super_copy out of fs_info
2013-02-27 Mark Fashehbtrfs-progs: libify some parts of btrfs-progs
2013-02-06 Chris MasonMerge branch 'cov-fixes-v1-integration-20130201' of...
2013-02-06 Chris MasonMerge branch 'for-chris' of git://repo.or.cz/btrfs...
2013-02-06 Zach Brownbtrfs-progs: treat super.magic as an le64
2013-02-01 David WoodhouseAdd basic RAID[56] support
2013-01-31 Mark Fashehbtrfs-progs: Basic support for extended inode refs
2013-01-31 Stefan BehrensBtrfs-progs: add support for device replace procedure
2013-01-31 Stefan BehrensBtrfs-progs: add command to get/reset device stats...
2013-01-28 Ben Peddellbtrfs-progs: fix unaligned accesses v2
2013-01-17 Arne JansenBtrfs-progs: fix unaligned accesses
2012-10-04 Robin Dongbtrfs-progs: limit the max value of leafsize and nodesize
2012-10-04 Miao XieBtrfs-progs: enhance btrfs subvol list only to show...
2012-10-04 Miao XieBtrfs-progs: fix wrong way to check if the root item...
2012-09-04 Arne JansenBtrfs progs: quota groups support upstream/0.20.rc1 v0.20-rc1
2012-07-26 Alexander BlockBtrfs-progs: update btrfs-progs for subvol uuid+times...
2012-07-05 Chris MasonMerge branch 'for-chris' of git://github.com/idryomov...
2012-06-05 Wang Sheng-Huibtrfs-progs: cleanup: remove the redundant BTRFS_CSUM_T...
2012-03-28 Chris MasonAdd incompat flag for big metadata blocks
2012-03-13 Ilya DryomovBtrfs-progs: make print-tree.c aware of free space...
2012-03-12 Ilya DryomovBtrfs-progs: bring 'subvol get-default' back in
2012-02-21 Chris MasonBtrfsck: add the ability to prune corrupt extent alloca...
2012-02-10 Chris Masonbtrfsck: remove extents from the fsck reference tracker...
2012-02-09 Chris Masonbtrfsck: add --init-csum-tree to replace the csum root...
2012-02-09 Chris MasonMerge branch 'for-chris' of git://github.com/idryomov...
2012-02-09 Chris Masonbtrfsck: fix block group accounting during repair
next