summaryrefslogtreecommitdiff
path: root/utils.c
Commit message (Expand)AuthorAgeFilesLines
...
* Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Chris Mason2009-06-081-14/+11
* Mention minimum size on devices that are considered too smallJan Engelhardt2009-01-211-1/+2
* Fix ioctl arg size (userland incompatible change!)Chris Mason2009-01-161-8/+3
* Add error processing for btrfsctl -aShen Feng2009-01-071-4/+11
* Btrfs: update converter for the new disk formatYan Zheng2008-12-171-0/+1
* superblock duplicationYan Zheng2008-12-051-16/+10
* Btrfs: move data checksumming into a dedicated treeChris Mason2008-12-081-6/+27
* btrfs-progs: support for different csum algorithimsJosef Bacik2008-12-021-6/+7
* update btrfs-progs for seed device supportYan Zheng2008-11-181-1/+7
* Add root tree pointer transaction idsYan Zheng2008-10-291-0/+2
* Count space allocated to file in bytesYan Zheng2008-10-091-2/+2
* Remove offset field from struct btrfs_extent_refYan Zheng2008-10-091-1/+0
* Full back reference supportZheng Yan2008-09-231-10/+3
* btrfs-progs new dir index supportJosef Bacik2008-07-241-1/+1
* Fix the pretty print code for num_bytes == 0Chris Mason2008-05-121-0/+2
* Fix uninitialized variables, and use -O so gcc starts checking for themChris Mason2008-05-011-2/+3
* Update the Ext3 converterChris Mason2008-04-221-1/+1
* Add a command to show all of the btrfs filesystems on the box (btrfs-show)Chris Mason2008-04-221-0/+26
* Add checks to avoid adding the same device twice during mkfsChris Mason2008-04-181-0/+31
* Add support for filesystem labels via mkfs.btrfs -LChris Mason2008-04-181-9/+11
* Add chunk uuids and update multi-device back referencesChris Mason2008-04-151-36/+58
* Write all super blocks during commitChris Mason2008-04-101-0/+3
* Retry metadata reads in the face of checksum failuresChris Mason2008-04-091-0/+8
* Recow all roots at the end of mkfsChris Mason2008-04-041-1/+1
* Add mirroring support across multiple drivesChris Mason2008-04-031-23/+33
* btrfs-progs: Fix printf format casting errorsAlex Chiang2008-04-011-1/+1
* check if partition is mounted before mkfsGoldwyn Rodrigues2008-04-011-0/+53
* Walk all block devices looking for btrfsChris Mason2008-03-241-0/+123
* ioctls to scan for btrfs filesystemsChris Mason2008-03-241-1/+163
* Btrfsck updates for multi-device filesystemsChris Mason2008-03-241-34/+34
* Add support for multiple devices per filesystemChris Mason2008-03-241-15/+145
* btrfs-progs: fix a buffer overflow during mkfsJan Engelhardt2008-01-221-1/+1
* Add rollback support for the converterYan2008-01-081-7/+3
* Update btrfs-progs to match kernel sourcesYan2008-01-041-0/+236