summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Btrfs progs: quota groups supportv0.20-rc1Arne Jansen2012-09-041-2/+3
* Switch to -O1 for optimizations to enable FORTIFY_SOURCEChris Mason2012-07-261-1/+1
* Btrfs-progs: add btrfs send/receive commandsAlexander Block2012-07-261-3/+4
* Makefile: use $(MAKE) instead of hardcoded 'make'Sergei Trofimovich2012-06-051-3/+3
* Makefile: use $(CC) as a compilers instead of $(CC)/gccSergei Trofimovich2012-06-051-3/+3
* Btrfsck: add the ability to prune corrupt extent allocation tree blocksChris Mason2012-02-211-1/+1
* Fix btrfs-convert, btrfs-restore and btrfs-find-root buildChris Mason2012-02-081-7/+7
* Turn off some commands in MakefileChris Mason2012-02-081-1/+1
* Btrfs-progs: add 'balance' command group infrastructureIlya Dryomov2012-02-031-1/+1
* Btrfs-progs: implement new subcommand parserIlya Dryomov2012-02-031-2/+2
* Btrfs-progs: rearrange files in the repoIlya Dryomov2012-02-031-2/+4
* Btrfs-progs: Relocate -lpthread in makefileArnd Hannemann2011-12-011-2/+2
* btrfs-progs: add a utility to corrupt a single blockChris Mason2011-10-271-1/+4
* restore: deal with holes and set i_size correctlyChris Mason2011-10-271-1/+1
* btrfs-progs: add a recovery utility to pull files from damanged filesystemsJosef Bacik2011-10-271-3/+13
* btrfs-progs: commands addedJan Schmidt2011-10-251-2/+2
* some style/layout changesAndreas Philipp2011-10-251-10/+8
* add all targets to clean targetAndreas Philipp2011-10-251-1/+2
* make btrfs cross compilation friendlyKamble, Nitin A2011-10-251-16/+16
* Add the "btrfs filesystem label" commandGoffredo Baroncelli2011-10-251-1/+1
* Btrfs-progs: add a btrfs-select-super command to overwrite the superChris Mason2011-10-251-0/+3
* Add rescue command to zero the logChris Mason2010-10-051-0/+3
* Fix undefined reference to symbol 'error_message'Yan Zheng2010-09-231-1/+1
* Add ioctl-test.c which just prints all the ioctl numbers.Chris Mason2010-03-151-0/+3
* new util: 'btrfs'ghigo2010-03-111-7/+6
* Add new defrag range ioctl that can also compress files on demand.Chris Mason2010-03-111-1/+4
* Add btrfs-list for listing subvolumesChris Mason2010-02-281-1/+4
* Add btrfs-map-logical program to map and read logical block numbersChris Mason2009-11-121-1/+5
* Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Chris Mason2009-06-081-3/+3
* Modify Makefile to include man directoryGoldwyn Rodrigues2009-01-211-2/+9
* Drop bit-radix.[ch] filesChris Mason2009-01-211-2/+2
* Rename debug-tree to btrfs-debug-treeChris Mason2009-01-071-3/+3
* Btrfs image toolYan Zheng2008-11-201-1/+5
* update btrfs-progs for seed device supportYan Zheng2008-11-181-1/+4
* Switch btrfs_name_hash() to crc32cDavid Woodhouse2008-08-201-1/+1
* Print the version string in a few programsChris Mason2008-07-241-1/+4
* Fix uninitialized variables, and use -O so gcc starts checking for themChris Mason2008-05-011-1/+1
* Add btrfs-vol command to balance, add and (eventually) remove devicesChris Mason2008-04-281-1/+4
* Drop quick-test from the list of programs built by defaultChris Mason2008-04-221-1/+1
* Add a command to show all of the btrfs filesystems on the box (btrfs-show)Chris Mason2008-04-221-1/+4
* Fix up the quick btree code test programChris Mason2008-04-151-1/+1
* Walk all block devices looking for btrfsChris Mason2008-03-241-11/+12
* Add support for multiple devices per filesystemChris Mason2008-03-241-0/+1
* Rename the extent_map code to extent_ioChris Mason2008-03-041-1/+1
* btrfs-progs: build with -D_FORTIFY_SOURCE=2Jan Engelhardt2008-01-221-1/+1
* Install btrfs-convert during make installv0.10Chris Mason2008-01-141-0/+1
* Add Yan Zheng's ext3->btrfs conversion programChris Mason2008-01-041-1/+4
* Update btrfs-progs to match kernel sourcesYan2008-01-041-3/+3
* Makefile: CFLAGS, LDFLAGSJan Engelhardt2007-12-111-8/+9
* Remove the last radix tree (block_group_cache)Chris Mason2007-10-171-1/+1