summaryrefslogtreecommitdiffstats
path: root/btrfs.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-28btrfs-progs: autoconf: use standard PACKAGE_* macrosKarel Zak1-2/+1
2015-01-27btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov1-1/+0
2014-08-22btrfs-progs: move the check_argc_* functions into utils.cGui Hecheng1-40/+1
2014-04-11Btrfs-progs: btrfs: remove dead code in handle_optionsRakesh Pandit1-22/+11
2014-01-31Btrfs-progs: introduce btrfs property subgroupAlexander Block1-0/+1
2013-10-16btrfs-progs: move chunk-recover to rescue groupDavid Sterba1-1/+0
2013-10-16btrfs-progs: introduce rescue command groupDavid Sterba1-0/+1
2013-09-03btrfs-progs: use NULL instead of 0Zach Brown1-1/+1
2013-09-03btrfs-progs: make many private symbols staticZach Brown1-3/+3
2013-09-03btrfs-progs: mark static & remove unused from non-kernel codeEric Sandeen1-2/+2
2013-08-09btrfs-progs: Update the usage strings of some cmdsQu Wenruo1-1/+1
2013-07-03Btrfs-progs: Add chunk recover function - using old chunk itemsMiao Xie1-0/+1
2013-02-12Btrfs-progs: add restore command to btrfsIan Kumlien1-0/+1
2013-02-12Btrfs-progs: add btrfsck name detection to btrfsIlya Dryomov1-8/+18
2013-02-12Btrfs-progs: move crc32c optimization initIlya Dryomov1-2/+2
2013-02-12Btrfs-progs: add btrfsck functionality to btrfsIan Kumlien1-0/+1
2013-02-01Btrfs-progs: Complete the help information of btrfs send/receiveChen Yang1-2/+2
2013-01-31Btrfs-progs: add support for device replace procedureStefan Behrens1-0/+1
2012-10-04Btrfs-progs: fix several complie warningMiao Xie1-1/+2
2012-09-04Btrfs progs: quota groups supportv0.20-rc1Arne Jansen1-0/+2
2012-07-26Use intel hardware crc32c where availableChris Mason1-0/+2
2012-07-26Btrfs-progs: add btrfs send/receive commandsAlexander Block1-0/+2
2012-02-08Btrfs-progs: allow multi-line command group synopsisIlya Dryomov1-3/+5
2012-02-03Btrfs-progs: add 'balance' command group infrastructureIlya Dryomov1-0/+1
2012-02-03Btrfs-progs: switch all existing commands to a new parserIlya Dryomov1-0/+5
2012-02-03Btrfs-progs: implement new subcommand parserIlya Dryomov1-384/+190
2011-11-02Btrfs-progs: added ioctls and commands to resolve inodes and logical addrsJan Schmidt1-0/+10
2011-10-25Scan the devices listed in /proc/partitionsGoffredo Baroncelli1-1/+1
2011-10-25Btrfs-progs: add "btrfs subvolume get-default" subcommandZhong, Xin1-0/+3
2011-10-25btrfs-progs: commands addedJan Schmidt1-0/+23
2011-10-25print parent ID in btrfs suvolume listAndreas Philipp1-2/+4
2011-10-25make "btrfs filesystem label" command actually workFajar A. Nugraha1-0/+6
2011-10-25incorrect argument checking for "btrfs sub snap -r"Stephane Chazelas1-1/+1
2011-10-25Support the new parameters in do_clone(int argc, char** argv).Andreas Philipp1-2/+2
2011-10-25add detailed help messages to btrfs commandHubert Kario1-31/+65
2011-10-25add advanced use of --help to help messageHubert Kario1-0/+2
2011-10-25Add the "btrfs filesystem label" commandGoffredo Baroncelli1-5/+0
2011-10-25Update/clean up btrfs help and man page V2Goffredo Baroncelli1-12/+12
2011-10-25Update for lzo supportLi Zefan1-1/+1
2010-09-23fix a compile fail by strndup in RHEL5 envZhao Lei1-1/+1
2010-03-18Add btrfs subvol find-new commandChris Mason1-0/+4
2010-03-14Btrfs-progs: add btrfs filesystem df to print space infoJosef Bacik1-0/+4
2010-03-11Correct the check of the argument number for the "btrfs dev add|rem" commandsGoffredo Baroncelli1-6/+7
2010-03-11Add the program name as the first parameter in the command of the btrfs toolGoffredo Baroncelli1-2/+45
2010-03-11new util: 'btrfs'ghigo1-0/+335