btrfs-progs: Add new feature to mkfs.btrfs to make file system image file from source...
authorDonggeun Kim <dg77.kim@samsung.com>
Thu, 8 Jul 2010 09:17:59 +0000 (09:17 +0000)
committerChris Mason <chris.mason@oracle.com>
Tue, 25 Oct 2011 13:18:31 +0000 (09:18 -0400)
commit4e64e05c6b8d9a1ed30bb6eda30ef8e93c6af260
treed9e302570019a5030ce60f6ad3591b4267b2a61d
parent25095966bd07547cca532128d5ca80a37be13475
btrfs-progs: Add new feature to mkfs.btrfs to make file system image file from source directory

Changes from V1 to V2:
- support extended attributes
- move btrfs_alloc_data_chunk function to volumes.c
- fix an execution error when additional useless parameters are specified
- fix traverse_directory function so that the insertion functions for the common items are invoked in a single point

The extended attributes is implemented through llistxattr and getxattr function calls.

Thanks

Signed-off-by: Donggeun Kim <dg77.kim@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
mkfs.c
volumes.c
volumes.h