summaryrefslogtreecommitdiff
path: root/ctree.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs-progs: Add inode item rebuild function.Qu Wenruo2014-12-101-0/+2
* btrfs-progs: Add btrfs_mkdir() function for the incoming 'lost+found' fsck me...Qu Wenruo2014-12-101-0/+2
* btrfs-progs: Add btrfs_unlink() and btrfs_add_link() functions.Qu Wenruo2014-12-101-0/+13
* btrfs-progs: Import lookup/del_inode_ref() function.Qu Wenruo2014-12-101-0/+7
* btrfs-progs: Import btrfs_insert/del/lookup_extref() functions.Qu Wenruo2014-12-101-0/+13
* btrfs-progs: Enhance the command btrfs filesystem dfGoffredo Baroncelli2014-12-041-2/+3
* Btrfs-progs: delete bogus dir indexesJosef Bacik2014-10-141-0/+9
* Btrfs-progs: pull back backref.c and fix it upJosef Bacik2014-10-141-0/+14
* btrfs-progs: read global reserve size from space infosDavid Sterba2014-08-281-0/+6
* btrfs-progs: remove unused flags for btrfs_pathGui Hecheng2014-08-281-3/+0
* btrfs-progs: replace BTRFS_NUM_MIRRORS with BTRFS_MAX_MIRRORSGui Hecheng2014-08-221-0/+2
* btrfs-progs: add quota group verify codeMark Fasheh2014-08-221-0/+10
* Btrfs-progs: update btrfs_file_extent_inline_len to match kernel versionFilipe David Borba Manana2014-04-111-9/+22
* btrfs-progs: Constify gettersKusanagi Kouichi2014-04-111-6/+6
* Btrfs-progs: use bitfield instead of integer for some variants in fs_infoWang Shilong2014-03-211-3/+5
* Btrfs-progs: add support for the no holes incompat flagJosef Bacik2014-01-311-1/+3
* Btrfs-progs: deal with invalid key orderings and bad orphan items V2Josef Bacik2014-01-311-8/+24
* Btrfs-progs: chunk-recover: add new flag to prepare recovering for ordered da...Wang Shilong2014-01-311-0/+1
* btrfs-progs: Make btrfs_header_chunk_tree_uuid() return unsigned longRoss Kirk2014-01-311-3/+2
* mkfs: fix mkfs -r to properly allocate spaceChris Mason2013-10-161-0/+10
* Btrfs-progs: restructure show_qgroupsWang Shilong2013-10-161-0/+11
* Btrfs-progs: keep track of transid failures and fix them if possibleJosef Bacik2013-10-161-0/+1
* btrfs-progs: move out print in cmd_df to another functionAnand Jain2013-10-161-0/+11
* btrfs-progs: Make btrfs_header_fsid() return unsigned longRoss Kirk2013-10-161-3/+2
* btrfs-progs: remove unused parameter from btrfs_header_fsidRoss Kirk2013-10-161-1/+1
* btrfs-progs: drop unused parameter from btrfs_item_nrRoss Kirk2013-10-161-7/+6
* btrfs-progs: calculate available blocks on device properlyHidetoshi Seto2013-10-161-0/+8
* btrfs-progs: add ULL to u64 constantZach Brown2013-09-031-1/+1
* btrfs-progs: mark static & remove unused from shared kernel codeEric Sandeen2013-09-031-43/+0
* btrfs-progs: make set/get functions for the super compat_ro flags use compat_roEric Sandeen2013-09-031-1/+1
* btrfs-progs: fix definition of struct btrfs_extent_inline_refEric Sandeen2013-09-031-1/+1
* btrfs-progs: drop unused parameter from btrfs_release_pathEric Sandeen2013-09-031-1/+1
* btrfs-progs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo2013-08-091-0/+7
* Btrfs-progs: add uuid_tree_gen field to btrfs-show-superStefan Behrens2013-08-091-1/+4
* Btrfs-progs: add UUID tree lookup methodsStefan Behrens2013-08-091-0/+5
* Btrfs-progs: Support UUID tree and UUID items in btrfs-debug-treeStefan Behrens2013-08-091-0/+15
* Btrfs-progs: remove some dead/unbuilt codeEric Sandeen2013-08-091-8/+0
* Btrfs-progs: move btrfs_fsck_reinit_root to cmds-check.cEric Sandeen2013-08-091-2/+1
* Merge branch 'liubo-image-restore'Chris Mason2013-07-031-0/+1
|\
| * Btrfs-progs: enhance btrfs-image to restore image onto multiple disksLiu Bo2013-07-031-0/+1
* | Btrfs-progs: use rb-tree instead of extent cache tree for fs/file rootsMiao Xie2013-07-031-2/+2
|/
* Btrfs-progs: add --init-extent-tree to btrfsckJosef Bacik2013-06-191-1/+4
* Btrfs-progs: make fsck fix certain file extent inconsistenciesJosef Bacik2013-06-191-0/+2
* Btrfs-progs: add a free space cache checker to fsck V2Josef Bacik2013-04-231-1/+15
* Btrfs-progs: add skinny metadata support to progs V3Josef Bacik2013-04-231-4/+19
* Btrfs-progs: tool to visualize fragmentationArne Jansen2013-03-191-0/+6
* btrfs-progs: separate super_copy out of fs_infoDavid Sterba2013-03-101-1/+1
* btrfs-progs: libify some parts of btrfs-progsMark Fasheh2013-02-271-0/+9
* Merge branch 'cov-fixes-v1-integration-20130201' of http://git.zabbo.net/cgit...Chris Mason2013-02-061-1/+1
|\
| * btrfs-progs: treat super.magic as an le64Zach Brown2013-02-051-1/+1