summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2011-10-25btrfs-progs: commands addedJan Schmidt1-2/+2
2011-10-25some style/layout changesAndreas Philipp1-10/+8
2011-10-25add all targets to clean targetAndreas Philipp1-1/+2
2011-10-25make btrfs cross compilation friendlyKamble, Nitin A1-16/+16
2011-10-25Add the "btrfs filesystem label" commandGoffredo Baroncelli1-1/+1
2011-10-25Btrfs-progs: add a btrfs-select-super command to overwrite the superChris Mason1-0/+3
2010-10-05Add rescue command to zero the logChris Mason1-0/+3
2010-09-23Fix undefined reference to symbol 'error_message'Yan Zheng1-1/+1
2010-03-15Add ioctl-test.c which just prints all the ioctl numbers.Chris Mason1-0/+3
2010-03-11new util: 'btrfs'ghigo1-7/+6
2010-03-11Add new defrag range ioctl that can also compress files on demand.Chris Mason1-1/+4
2010-02-28Add btrfs-list for listing subvolumesChris Mason1-1/+4
2009-11-12Add btrfs-map-logical program to map and read logical block numbersChris Mason1-1/+5
2009-06-08Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Chris Mason1-3/+3
2009-01-21Modify Makefile to include man directoryGoldwyn Rodrigues1-2/+9
2009-01-21Drop bit-radix.[ch] filesChris Mason1-2/+2
2009-01-07Rename debug-tree to btrfs-debug-treeChris Mason1-3/+3
2008-11-20Btrfs image toolYan Zheng1-1/+5
2008-11-18update btrfs-progs for seed device supportYan Zheng1-1/+4
2008-08-20Switch btrfs_name_hash() to crc32cDavid Woodhouse1-1/+1
2008-07-24Print the version string in a few programsChris Mason1-1/+4
2008-05-01Fix uninitialized variables, and use -O so gcc starts checking for themChris Mason1-1/+1
2008-04-28Add btrfs-vol command to balance, add and (eventually) remove devicesChris Mason1-1/+4
2008-04-22Drop quick-test from the list of programs built by defaultChris Mason1-1/+1
2008-04-22Add a command to show all of the btrfs filesystems on the box (btrfs-show)Chris Mason1-1/+4
2008-04-15Fix up the quick btree code test programChris Mason1-1/+1
2008-03-24Walk all block devices looking for btrfsChris Mason1-11/+12
2008-03-24Add support for multiple devices per filesystemChris Mason1-0/+1
2008-03-04Rename the extent_map code to extent_ioChris Mason1-1/+1
2008-01-22btrfs-progs: build with -D_FORTIFY_SOURCE=2Jan Engelhardt1-1/+1
2008-01-14Install btrfs-convert during make installChris Mason1-0/+1
2008-01-04Add Yan Zheng's ext3->btrfs conversion programChris Mason1-1/+4
2008-01-04Update btrfs-progs to match kernel sourcesYan1-3/+3
2007-12-11Makefile: CFLAGS, LDFLAGSJan Engelhardt1-8/+9
2007-10-17Remove the last radix tree (block_group_cache)Chris Mason1-1/+1
2007-10-15Create a slightly more generic extent-caching structureChris Mason1-3/+2
2007-10-15Switch to byte granular allocationsChris Mason1-1/+2
2007-10-15Stop using radix trees to record pending allocationsChris Mason1-1/+1
2007-09-14Add per-file dependency trackingJan Engelhardt1-10/+4
2007-06-28calculate checksums during IOJosef Bacik1-1/+1
2007-06-28Allow install prefix overridesJeff Mahoney1-1/+1
2007-06-09remove device treeChris Mason1-1/+9
2007-06-07endian fixes, makefile fixesChris Mason1-22/+27
2007-05-22cleanup warnings found with -O2Chris Mason1-1/+1
2007-04-26start of block group codeChris Mason1-1/+2
2007-04-20add owner and type fields to the extents aand block headersChris Mason1-13/+14
2007-04-11early support for multiple devicesChris Mason1-1/+1
2007-04-10btrfsctlChris Mason1-2/+6
2007-04-05uuidsChris Mason1-3/+3
2007-04-02sync up with kernel sourcesChris Mason1-1/+4
2007-03-20Better block record keeping, real mkfsChris Mason1-2/+5
2007-03-20Add inode map, and the start of file extent itemsChris Mason1-1/+2
2007-03-20add transaction.h to the MakefileChris Mason1-1/+2
2007-03-16transaction handles everywhereChris Mason1-2/+2
2007-03-15add inode itemChris Mason1-1/+1
2007-03-15directory testing code and dir item fixesChris Mason1-2/+3
2007-03-15Use a chunk of the key flags to record the item type.Chris Mason1-1/+1
2007-03-13Change the super to point to a tree of trees to enable persistent snapshotsChris Mason1-1/+2
2007-03-12get/set for struct header fieldsChris Mason1-1/+1
2007-03-07Fixup last found extent cachingChris Mason1-1/+1
2007-03-07get rid of add recursionChris Mason1-1/+1
2007-03-06Fixup reference counting on cowsChris Mason1-1/+1
2007-03-01Fixup the code to merge during path walksChris Mason1-1/+4
2007-02-28return code checkingChris Mason1-1/+4
2007-02-28Add sparse checking to MakefileChris Mason1-2/+7
2007-02-26u64 cleanupsChris Mason1-1/+1
2007-02-26Add fsx-style randomized tree testerChris Mason1-2/+8
2007-02-24Break up ctree.c a littleChris Mason1-6/+10
2007-02-20early extent mapping supportChris Mason1-2/+2
2007-02-02Add backing store, memory managementChris Mason1-3/+8
2007-01-26Faster deletes, add Makefile and kerncompatChris Mason1-0/+7