summaryrefslogtreecommitdiff
path: root/btrfs.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs-progs: move prefixcmp to utilsDavid Sterba2016-01-141-9/+0
* btrfs-progs: Avoid use pointer in handle_optionsZhao Lei2015-11-021-14/+18
* btrfs-progs: btrfs: Add missing btrfs_close_all_devices for btrfs commandZhao Lei2015-11-021-1/+8
* btrfs-progs: print compact help for btrfsDavid Sterba2015-06-091-1/+1
* btrfs-progs: autoconf: use standard PACKAGE_* macrosKarel Zak2015-01-281-2/+1
* btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov2015-01-271-1/+0
* btrfs-progs: move the check_argc_* functions into utils.cGui Hecheng2014-08-221-40/+1
* Btrfs-progs: btrfs: remove dead code in handle_optionsRakesh Pandit2014-04-111-22/+11
* Btrfs-progs: introduce btrfs property subgroupAlexander Block2014-01-311-0/+1
* btrfs-progs: move chunk-recover to rescue groupDavid Sterba2013-10-161-1/+0
* btrfs-progs: introduce rescue command groupDavid Sterba2013-10-161-0/+1
* btrfs-progs: use NULL instead of 0Zach Brown2013-09-031-1/+1
* btrfs-progs: make many private symbols staticZach Brown2013-09-031-3/+3
* btrfs-progs: mark static & remove unused from non-kernel codeEric Sandeen2013-09-031-2/+2
* btrfs-progs: Update the usage strings of some cmdsQu Wenruo2013-08-091-1/+1
* Btrfs-progs: Add chunk recover function - using old chunk itemsMiao Xie2013-07-031-0/+1
* Btrfs-progs: add restore command to btrfsIan Kumlien2013-02-121-0/+1
* Btrfs-progs: add btrfsck name detection to btrfsIlya Dryomov2013-02-121-8/+18
* Btrfs-progs: move crc32c optimization initIlya Dryomov2013-02-121-2/+2
* Btrfs-progs: add btrfsck functionality to btrfsIan Kumlien2013-02-121-0/+1
* Btrfs-progs: Complete the help information of btrfs send/receiveChen Yang2013-02-011-2/+2
* Btrfs-progs: add support for device replace procedureStefan Behrens2013-01-311-0/+1
* Btrfs-progs: fix several complie warningMiao Xie2012-10-041-1/+2
* Btrfs progs: quota groups supportv0.20-rc1Arne Jansen2012-09-041-0/+2
* Use intel hardware crc32c where availablenextChris Mason2012-07-261-0/+2
* Btrfs-progs: add btrfs send/receive commandsAlexander Block2012-07-261-0/+2
* Btrfs-progs: allow multi-line command group synopsisIlya Dryomov2012-02-081-3/+5
* Btrfs-progs: add 'balance' command group infrastructureIlya Dryomov2012-02-031-0/+1
* Btrfs-progs: switch all existing commands to a new parserIlya Dryomov2012-02-031-0/+5
* Btrfs-progs: implement new subcommand parserIlya Dryomov2012-02-031-384/+190
* Btrfs-progs: added ioctls and commands to resolve inodes and logical addrsJan Schmidt2011-11-021-0/+10
* Scan the devices listed in /proc/partitionsGoffredo Baroncelli2011-10-251-1/+1
* Btrfs-progs: add "btrfs subvolume get-default" subcommandZhong, Xin2011-10-251-0/+3
* btrfs-progs: commands addedJan Schmidt2011-10-251-0/+23
* print parent ID in btrfs suvolume listAndreas Philipp2011-10-251-2/+4
* make "btrfs filesystem label" command actually workFajar A. Nugraha2011-10-251-0/+6
* incorrect argument checking for "btrfs sub snap -r"Stephane Chazelas2011-10-251-1/+1
* Support the new parameters in do_clone(int argc, char** argv).Andreas Philipp2011-10-251-2/+2
* add detailed help messages to btrfs commandHubert Kario2011-10-251-31/+65
* add advanced use of --help to help messageHubert Kario2011-10-251-0/+2
* Add the "btrfs filesystem label" commandGoffredo Baroncelli2011-10-251-5/+0
* Update/clean up btrfs help and man page V2Goffredo Baroncelli2011-10-251-12/+12
* Update for lzo supportLi Zefan2011-10-251-1/+1
* fix a compile fail by strndup in RHEL5 envZhao Lei2010-09-231-1/+1
* Add btrfs subvol find-new commandChris Mason2010-03-181-0/+4
* Btrfs-progs: add btrfs filesystem df to print space infoJosef Bacik2010-03-141-0/+4
* Correct the check of the argument number for the "btrfs dev add|rem" commandsGoffredo Baroncelli2010-03-111-6/+7
* Add the program name as the first parameter in the command of the btrfs toolGoffredo Baroncelli2010-03-111-2/+45
* new util: 'btrfs'ghigo2010-03-111-0/+335