Userspace utilities to manage btrfs filesystems
Go to file
Yan 033cd66451 Fixes for the converter
Hello,

This patch fixes two newly found bugs in the converter.  The important
one is in create_ext2_image, sub-volume root directory's size not
properly updated after creating the ext2 image file. The other one is
a small bug in xattr support codes.  In addition to the fixes,  this
patch moves the 'if mounted' check to main() function.

Regards
YZ
---
2008-01-22 11:32:03 -05:00
.hgtags Added tag v0.11 for changeset b3e59089dab6 2008-01-17 12:58:38 -05:00
COPYING fix COPYING 2007-06-12 15:41:08 -04:00
INSTALL Documentation update 2007-06-28 16:02:01 -04:00
Makefile Install btrfs-convert during make install 2008-01-14 14:08:07 -05: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
btrfsck.c Update btrfs-progs to match kernel sources 2008-01-04 10:38:22 -05:00
btrfsctl.c Add online resizing ioctls 2007-12-21 16:25:35 -05:00
convert.c Fixes for the converter 2008-01-22 11:32:03 -05:00
crc32c.c calculate checksums during IO 2007-06-28 16:20:29 -04:00
crc32c.h calculate checksums during IO 2007-06-28 16:20:29 -04:00
ctree.c Remove kernel-space header in btrfs-progs 2008-01-17 12:23:34 -05:00
ctree.h Change the magic to rev the disk format 2008-01-14 13:35:53 -05:00
debug-tree.c Update btrfs-progs to match kernel sources 2008-01-04 10:38:22 -05:00
dir-item.c Update btrfs-progs to match kernel sources 2008-01-04 10:38:22 -05:00
dir-test.c add GPLv2 2007-06-12 09:07:11 -04:00
disk-io.c Add rollback support for the converter 2008-01-08 15:56:32 -05:00
disk-io.h Update btrfs-progs to match kernel sources 2008-01-04 10:38:22 -05:00
extent-cache.c Port extent buffer to btrfs-progs 2008-01-04 10:36:26 -05:00
extent-cache.h Port extent buffer to btrfs-progs 2008-01-04 10:36:26 -05:00
extent-tree.c A few update for btrfs-progs 2008-01-08 15:55:08 -05:00
extent_map.c Fix a typo in btrfs-progs/extent_map.c 2008-01-14 13:35:00 -05:00
extent_map.h Port extent buffer to btrfs-progs 2008-01-04 10:36:26 -05:00
file-item.c Update btrfs-progs to match kernel sources 2008-01-04 10:38:22 -05:00
hash.c add GPLv2 2007-06-12 09:07:11 -04:00
hash.h add GPLv2 2007-06-12 09:07:11 -04:00
hasher.c add GPLv2 2007-06-12 09:07:11 -04:00
inode-item.c Update btrfs-progs to match kernel sources 2008-01-04 10:38:22 -05:00
inode-map.c Update btrfs-progs to match kernel sources 2008-01-04 10:38:22 -05:00
ioctl.h Add online resizing ioctls 2007-12-21 16:25:35 -05:00
kerncompat.h Update btrfs-progs to match kernel sources 2008-01-04 10:38:22 -05:00
list.h add GPLv2 2007-06-12 09:07:11 -04:00
mkfs.c Update btrfs-progs to match kernel sources 2008-01-04 10:38:22 -05:00
print-tree.c btrfs_print_node: don't use btrfs_item_key_to_cpu on nodes 2008-01-07 15:25:48 -05:00
print-tree.h Update btrfs-progs to match kernel sources 2008-01-04 10:38:22 -05:00
quick-test.c add GPLv2 2007-06-12 09:07:11 -04: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 Update btrfs-progs to match kernel sources 2008-01-04 10:38:22 -05:00
transaction.h Update btrfs-progs to match kernel sources 2008-01-04 10:38:22 -05:00
utils.c Add rollback support for the converter 2008-01-08 15:56:32 -05:00
utils.h Update btrfs-progs to match kernel sources 2008-01-04 10:38:22 -05:00