summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create a slightly more generic extent-caching structureChris Mason2007-10-151-3/+2
* Switch to byte granular allocationsChris Mason2007-10-151-1/+2
* Stop using radix trees to record pending allocationsChris Mason2007-10-151-1/+1
* Add per-file dependency trackingJan Engelhardt2007-09-141-10/+4
* calculate checksums during IOv0.5Josef Bacik2007-06-281-1/+1
* Allow install prefix overridesJeff Mahoney2007-06-281-1/+1
* remove device treeChris Mason2007-06-091-1/+9
* endian fixes, makefile fixesChris Mason2007-06-071-22/+27
* cleanup warnings found with -O2Chris Mason2007-05-221-1/+1
* start of block group codeChris Mason2007-04-261-1/+2