summaryrefslogtreecommitdiffstats
path: root/commands.h
AgeCommit message (Expand)AuthorFilesLines
2015-01-21btrfs-progs: unify header file inclusion protectionsDavid Sterba1-0/+5
2014-08-22btrfs-progs: move the check_argc_* functions into utils.cGui Hecheng1-6/+0
2014-03-21btrfs-progs: move find_mount_root to utils.[ch]Qu Wenruo1-1/+0
2014-01-31Btrfs-progs: introduce btrfs property subgroupAlexander Block1-0/+2
2013-10-16Btrfs-progs: add super-recover to recover bad supersWang Shilong1-0/+2
2013-10-16btrfs-progs: introduce rescue command groupDavid Sterba1-0/+3
2013-10-16btrfs-progs: fix -Wmissing-noreturnChris West (Faux)1-3/+3
2013-09-03btrfs-progs: use NULL instead of 0Zach Brown1-0/+2
2013-09-03btrfs-progs: drop weird indirections & dead code from send/receiveEric Sandeen1-2/+0
2013-07-03Btrfs-progs: Add chunk recover function - using old chunk itemsMiao Xie1-0/+2
2013-02-12Btrfs-progs: add restore command to btrfsIan Kumlien1-1/+5
2013-02-12Btrfs-progs: add btrfsck functionality to btrfsIan Kumlien1-0/+3
2013-02-01Btrfs-progs: make get_subvol_name non cmds-send specificAnand Jain1-0/+1
2013-02-01Btrfs-progs: put find_mount_root() in commands.hAnand Jain1-0/+3
2013-02-01Btrfs-progs: Complete the help information of btrfs send/receiveChen Yang1-0/+3
2013-01-31Btrfs-progs: add support for device replace procedureStefan Behrens1-0/+2
2013-01-30Btrfs-progs: move open_file_or_dir() to utils.cAnand Jain1-3/+0
2012-09-04Btrfs progs: quota groups supportv0.20-rc1Arne Jansen1-0/+7
2012-07-26Btrfs-progs: add btrfs send/receive commandsAlexander Block1-0/+4
2012-02-08Btrfs-progs: allow multi-line command group synopsisIlya Dryomov1-1/+1
2012-02-03Btrfs-progs: add 'balance' command group infrastructureIlya Dryomov1-0/+2
2012-02-03Btrfs-progs: switch all existing commands to a new parserIlya Dryomov1-0/+15
2012-02-03Btrfs-progs: implement new subcommand parserIlya Dryomov1-0/+80