summaryrefslogtreecommitdiff
path: root/commands.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs-progs: let test_issubvolume return the exact errorDavid Sterba2016-01-141-1/+1
* btrfs-progs: alias btrfs device delete to btrfs device removeOmar Sandoval2015-06-261-0/+1
* btrfs-progs: replace struct cmd_group->hidden with flagsOmar Sandoval2015-06-261-2/+6
* btrfs-progs: print compact help for btrfsDavid Sterba2015-06-091-0/+1
* btrfs-progs: unify header file inclusion protectionsDavid Sterba2015-01-211-0/+5
* btrfs-progs: move the check_argc_* functions into utils.cGui Hecheng2014-08-221-6/+0
* btrfs-progs: move find_mount_root to utils.[ch]Qu Wenruo2014-03-211-1/+0
* Btrfs-progs: introduce btrfs property subgroupAlexander Block2014-01-311-0/+2
* Btrfs-progs: add super-recover to recover bad supersWang Shilong2013-10-161-0/+2
* btrfs-progs: introduce rescue command groupDavid Sterba2013-10-161-0/+3
* btrfs-progs: fix -Wmissing-noreturnChris West (Faux)2013-10-161-3/+3
* btrfs-progs: use NULL instead of 0Zach Brown2013-09-031-0/+2
* btrfs-progs: drop weird indirections & dead code from send/receiveEric Sandeen2013-09-031-2/+0
* Btrfs-progs: Add chunk recover function - using old chunk itemsMiao Xie2013-07-031-0/+2
* Btrfs-progs: add restore command to btrfsIan Kumlien2013-02-121-1/+5
* Btrfs-progs: add btrfsck functionality to btrfsIan Kumlien2013-02-121-0/+3
* Btrfs-progs: make get_subvol_name non cmds-send specificAnand Jain2013-02-011-0/+1
* Btrfs-progs: put find_mount_root() in commands.hAnand Jain2013-02-011-0/+3
* Btrfs-progs: Complete the help information of btrfs send/receiveChen Yang2013-02-011-0/+3
* Btrfs-progs: add support for device replace procedureStefan Behrens2013-01-311-0/+2
* Btrfs-progs: move open_file_or_dir() to utils.cAnand Jain2013-01-301-3/+0
* Btrfs progs: quota groups supportv0.20-rc1Arne Jansen2012-09-041-0/+7
* Btrfs-progs: add btrfs send/receive commandsAlexander Block2012-07-261-0/+4
* Btrfs-progs: allow multi-line command group synopsisIlya Dryomov2012-02-081-1/+1
* Btrfs-progs: add 'balance' command group infrastructureIlya Dryomov2012-02-031-0/+2
* Btrfs-progs: switch all existing commands to a new parserIlya Dryomov2012-02-031-0/+15
* Btrfs-progs: implement new subcommand parserIlya Dryomov2012-02-031-0/+80