summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* make btrfs cross compilation friendlyKamble, Nitin A2011-10-25
* Add the "btrfs filesystem label" commandGoffredo Baroncelli2011-10-25
* Btrfs-progs: add a btrfs-select-super command to overwrite the superChris Mason2011-10-25
* Add rescue command to zero the logChris Mason2010-10-05
* Fix undefined reference to symbol 'error_message'Yan Zheng2010-09-23
* Add ioctl-test.c which just prints all the ioctl numbers.Chris Mason2010-03-15
* new util: 'btrfs'ghigo2010-03-11
* Add new defrag range ioctl that can also compress files on demand.Chris Mason2010-03-11
* Add btrfs-list for listing subvolumesChris Mason2010-02-28
* Add btrfs-map-logical program to map and read logical block numbersChris Mason2009-11-12
* Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Chris Mason2009-06-08
* Modify Makefile to include man directoryGoldwyn Rodrigues2009-01-21
* Drop bit-radix.[ch] filesChris Mason2009-01-21
* Rename debug-tree to btrfs-debug-treeChris Mason2009-01-07
* Btrfs image toolYan Zheng2008-11-20
* update btrfs-progs for seed device supportYan Zheng2008-11-18
* Switch btrfs_name_hash() to crc32cDavid Woodhouse2008-08-20
* Print the version string in a few programsChris Mason2008-07-24
* Fix uninitialized variables, and use -O so gcc starts checking for themChris Mason2008-05-01
* Add btrfs-vol command to balance, add and (eventually) remove devicesChris Mason2008-04-28
* Drop quick-test from the list of programs built by defaultChris Mason2008-04-22
* Add a command to show all of the btrfs filesystems on the box (btrfs-show)Chris Mason2008-04-22
* Fix up the quick btree code test programChris Mason2008-04-15
* Walk all block devices looking for btrfsChris Mason2008-03-24
* Add support for multiple devices per filesystemChris Mason2008-03-24
* Rename the extent_map code to extent_ioChris Mason2008-03-04
* btrfs-progs: build with -D_FORTIFY_SOURCE=2Jan Engelhardt2008-01-22
* Install btrfs-convert during make installChris Mason2008-01-14
* Add Yan Zheng's ext3->btrfs conversion programChris Mason2008-01-04
* Update btrfs-progs to match kernel sourcesYan2008-01-04
* Makefile: CFLAGS, LDFLAGSJan Engelhardt2007-12-11
* Remove the last radix tree (block_group_cache)Chris Mason2007-10-17
* Create a slightly more generic extent-caching structureChris Mason2007-10-15
* Switch to byte granular allocationsChris Mason2007-10-15
* Stop using radix trees to record pending allocationsChris Mason2007-10-15
* Add per-file dependency trackingJan Engelhardt2007-09-14
* calculate checksums during IOJosef Bacik2007-06-28
* Allow install prefix overridesJeff Mahoney2007-06-28
* remove device treeChris Mason2007-06-09
* endian fixes, makefile fixesChris Mason2007-06-07
* cleanup warnings found with -O2Chris Mason2007-05-22
* start of block group codeChris Mason2007-04-26
* add owner and type fields to the extents aand block headersChris Mason2007-04-20
* early support for multiple devicesChris Mason2007-04-11
* btrfsctlChris Mason2007-04-10
* uuidsChris Mason2007-04-05
* sync up with kernel sourcesChris Mason2007-04-02
* Better block record keeping, real mkfsChris Mason2007-03-20
* Add inode map, and the start of file extent itemsChris Mason2007-03-20
* add transaction.h to the MakefileChris Mason2007-03-20