Userspace utilities to manage btrfs filesystems
Go to file
Luca Bruno 3fb5c031fe Add -V|--version to mkfs.btrfs argument parser
mkfs.btrfs now prints its version when invoked with -V|--version
and exits without error.

All other mkfs.* tools provide this feature and follow this
implicit argument naming convention, as it is commonly used to
check for helper tools presence.

The corrisponding manual already mentions this option, no need to
touch it.

Signed-off-by: Luca Bruno <lucab@debian.org>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
2009-06-03 12:15:40 -04:00
man Add btrfs-image man page 2009-06-03 12:15:40 -04:00
.hgignore Add .hgignore file to ignore verison.h 2008-07-23 11:36:13 -04:00
.hgtags Added tag v0.16 for changeset 2b26e4f8c71e 2008-08-04 15:46:36 -04:00
bcp bcp updates for single file copies 2008-05-02 16:12:02 -04:00
bit-radix.c Make btrfs-progs compile with -fstrict-aliasing (included in -O2) again. 2007-09-14 10:31:06 -04:00
bit-radix.h add GPLv2 2007-06-12 09:07:11 -04:00
btrfs-image.c btrfs-image.c: fix return values 2009-01-21 13:22:49 -05:00
btrfs-show.c Print the version string in a few programs 2008-07-24 12:13:30 -04:00
btrfs-vol.c Verify parent generation number on btree reads 2008-05-13 13:48:58 -04:00
btrfsck.c Add scan of the btrfs log tree to btrfs-debug-tree 2009-04-15 14:30:14 -04:00
btrfsctl.c btrfs-progs: make several functions static 2009-01-21 13:22:49 -05:00
btrfstune.c update btrfs-progs for seed device support 2008-11-18 10:40:06 -05:00
convert.c Update convert for uninitialized block groups 2009-01-21 13:22:49 -05:00
COPYING fix COPYING 2007-06-12 15:41:08 -04:00
crc32c.c CRC32C big endian bugs... 2008-02-15 11:20:02 -05:00
crc32c.h calculate checksums during IO 2007-06-28 16:20:29 -04:00
ctree.c Add semantic checks to btrfsck for files and directories 2009-01-07 14:57:12 -05:00
ctree.h Add scan of the btrfs log tree to btrfs-debug-tree 2009-04-15 14:30:14 -04:00
debug-tree.c Add scan of the btrfs log tree to btrfs-debug-tree 2009-04-15 14:30:14 -04:00
dir-item.c Btrfs: update converter for the new disk format 2008-12-17 16:10:07 -05:00
dir-test.c Add a readonly flag open_ctree to force RO opens 2008-05-05 09:45:26 -04:00
disk-io.c Add scan of the btrfs log tree to btrfs-debug-tree 2009-04-15 14:30:14 -04:00
disk-io.h Btrfs: update converter for the new disk format 2008-12-17 16:10:07 -05:00
extent_io.c Verify parent generation number on btree reads 2008-05-13 13:48:58 -04:00
extent_io.h Verify parent generation number on btree reads 2008-05-13 13:48:58 -04:00
extent-cache.c Add support for multiple devices per filesystem 2008-03-24 15:03:18 -04:00
extent-cache.h Add semantic checks to btrfsck for files and directories 2009-01-07 14:57:12 -05:00
extent-tree.c Add semantic checks to btrfsck for files and directories 2009-01-07 14:57:12 -05:00
file-item.c Fix isize/nbytes update bugs in btrfs-convert 2009-01-12 12:47:06 -05:00
hash.h Switch btrfs_name_hash() to crc32c 2008-08-20 20:11:23 -04:00
hasher.c Unaligned access fixes 2008-02-15 11:19:58 -05:00
inode-item.c btrfs-progs new dir index support 2008-07-24 12:13:32 -04:00
inode-map.c btrfs-progs: Fix printf format casting errors 2008-04-01 10:52:22 -04:00
INSTALL Documentation update 2007-06-28 16:02:01 -04:00
ioctl.h Fix ioctl arg size (userland incompatible change!) 2009-01-16 12:05:01 -05:00
kerncompat.h Update BUG_ON and WARN_ON 2009-01-07 14:57:12 -05:00
list.h Dynamic chunk allocation 2008-03-24 15:03:58 -04:00
Makefile Modify Makefile to include man directory 2009-01-21 13:22:49 -05:00
mkfs.c Add -V|--version to mkfs.btrfs argument parser 2009-06-03 12:15:40 -04:00
print-tree.c Fix print-tree.c to skip blocks it can't read instead of aborting 2009-05-13 11:27:35 -04:00
print-tree.h Update btrfs-progs to match kernel sources 2008-01-04 10:38:22 -05:00
quick-test.c Fix compile error in quick-test.c of btrfs progs 2009-01-07 14:57:12 -05:00
radix-tree.c Make btrfs-progs compile with -fstrict-aliasing (included in -O2) again. 2007-09-14 10:31:06 -04:00
radix-tree.h i386 fixes from axboe 2007-06-12 11:39:09 -04:00
random-test.c add GPLv2 2007-06-12 09:07:11 -04:00
rbtree.c Stop using radix trees to record pending allocations 2007-10-15 16:25:04 -04:00
rbtree.h Stop using radix trees to record pending allocations 2007-10-15 16:25:04 -04:00
root-tree.c Btrfs: update converter for the new disk format 2008-12-17 16:10:07 -05:00
show-blocks Fix showblocks to display different colors for different metadata roots 2009-03-09 13:00:44 -04:00
transaction.h Update btrfs-progs to match kernel sources 2008-01-04 10:38:22 -05:00
utils.c Mention minimum size on devices that are considered too small 2009-01-21 13:22:49 -05:00
utils.h Add error processing for btrfsctl -a 2009-01-07 14:57:11 -05:00
version.sh Update version.sh to 0.18 2009-01-16 20:08:19 -05:00
volumes.c Btrfs: update converter for the new disk format 2008-12-17 16:10:07 -05:00
volumes.h superblock duplication 2008-12-05 12:21:31 -05:00