summaryrefslogtreecommitdiffstats
path: root/utils.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-25Scan the devices listed in /proc/partitionsGoffredo Baroncelli1-0/+58
2011-10-25btrfs-progs: added check_mounted_whereJan Schmidt1-7/+22
2011-10-25mkfs should initialize unused fields properlyJan Schmidt1-0/+10
2011-10-25btrfs-progs: setting of time to the root directoryTsutomu Itoh1-0/+9
2011-10-25btrfs-progs: add discard support to mkfsChristoph Hellwig1-0/+21
2011-10-25Add the "btrfs filesystem label" commandGoffredo Baroncelli1-0/+57
2011-10-25Btrfs-progs: add support for mixed data+metadata block groupsJosef Bacik1-5/+5
2011-10-25Btrfs-progs: update super fields for space cacheJosef Bacik1-0/+1
2011-10-25Improve error handling in the btrfs commandGoffredo Baroncelli1-0/+6
2011-10-25Btrfs-progs utils Informative errorsGoldwyn Rodrigues1-2/+3
2011-10-25Btrfs-progs use safe string manipulation functionsEduardo Silva1-4/+5
2010-09-23multidevice support for check_mountedAndi Drebes1-32/+205
2009-06-08Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Chris Mason1-14/+11
2009-01-21Mention minimum size on devices that are considered too smallJan Engelhardt1-1/+2
2009-01-16Fix ioctl arg size (userland incompatible change!)Chris Mason1-8/+3
2009-01-07Add error processing for btrfsctl -aShen Feng1-4/+11
2008-12-17Btrfs: update converter for the new disk formatYan Zheng1-0/+1
2008-12-05superblock duplicationYan Zheng1-16/+10
2008-12-08Btrfs: move data checksumming into a dedicated treeChris Mason1-6/+27
2008-12-02btrfs-progs: support for different csum algorithimsJosef Bacik1-6/+7
2008-11-18update btrfs-progs for seed device supportYan Zheng1-1/+7
2008-10-29Add root tree pointer transaction idsYan Zheng1-0/+2
2008-10-09Count space allocated to file in bytesYan Zheng1-2/+2
2008-10-09Remove offset field from struct btrfs_extent_refYan Zheng1-1/+0
2008-09-23Full back reference supportZheng Yan1-10/+3
2008-07-24btrfs-progs new dir index supportJosef Bacik1-1/+1
2008-05-12Fix the pretty print code for num_bytes == 0Chris Mason1-0/+2
2008-05-01Fix uninitialized variables, and use -O so gcc starts checking for themChris Mason1-2/+3
2008-04-22Update the Ext3 converterChris Mason1-1/+1
2008-04-22Add a command to show all of the btrfs filesystems on the box (btrfs-show)Chris Mason1-0/+26
2008-04-18Add checks to avoid adding the same device twice during mkfsChris Mason1-0/+31
2008-04-18Add support for filesystem labels via mkfs.btrfs -LChris Mason1-9/+11
2008-04-15Add chunk uuids and update multi-device back referencesChris Mason1-36/+58
2008-04-10Write all super blocks during commitChris Mason1-0/+3
2008-04-09Retry metadata reads in the face of checksum failuresChris Mason1-0/+8
2008-04-04Recow all roots at the end of mkfsChris Mason1-1/+1
2008-04-03Add mirroring support across multiple drivesChris Mason1-23/+33
2008-04-01btrfs-progs: Fix printf format casting errorsAlex Chiang1-1/+1
2008-04-01check if partition is mounted before mkfsGoldwyn Rodrigues1-0/+53
2008-03-24Walk all block devices looking for btrfsChris Mason1-0/+123
2008-03-24ioctls to scan for btrfs filesystemsChris Mason1-1/+163
2008-03-24Btrfsck updates for multi-device filesystemsChris Mason1-34/+34
2008-03-24Add support for multiple devices per filesystemChris Mason1-15/+145
2008-01-22btrfs-progs: fix a buffer overflow during mkfsJan Engelhardt1-1/+1
2008-01-08Add rollback support for the converterYan1-7/+3
2008-01-04Update btrfs-progs to match kernel sourcesYan1-0/+236