summaryrefslogtreecommitdiff
path: root/btrfs-convert.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs-progs: Introduce new members for btrfs_convert_contextQu Wenruo2016-01-121-0/+29
* btrfs-progs: convert: add context and operations struct to allow different fi...Jeff Mahoney2015-11-261-58/+202
* btrfs-progs: simplify empty stirngs checkDavid Sterba2015-11-061-1/+1
* Btrfs-progs: fix btrfs-convert rollback to check ROOT_BACKREFLiu Bo2015-11-021-0/+17
* btrfs-progs: convert: Print different error message if convert partly failed.Qu Wenruo2015-10-071-1/+7
* btrfs-progs: utils: Check nodesize against featuresQu Wenruo2015-10-021-1/+1
* btrfs-progs: close inode scan in copy_inodesZhao Lei2015-09-091-0/+1
* btrfs-progs: Avoid uninitialized data in output of btrfs-convertZhao Lei2015-09-091-0/+4
* btrfs-progs: convert: rework checks of label sizeDavid Sterba2015-09-021-7/+6
* btrfs-progs: fix memory leak in btrfs-convert main()Byongho Lee2015-09-011-4/+5
* btrfs-progs: Remove cleanup-timer code for btrfs-convertZhao Lei2015-08-311-3/+1
* btrfs-progs: convert: Avoid allocating metadata extent crossing stripe boundaryQu Wenruo2015-08-311-3/+12
* btrfs-progs: drop unused parameter from make_btrfsDavid Sterba2015-07-011-1/+1
* btrfs-progs: move make_btrfs arguments to a structDavid Sterba2015-07-011-3/+12
* btrfs-progs: accept --help as option in the standalone utilitiesDavid Sterba2015-06-111-1/+3
* btrfs-progs: convert: factor out block iteration callbackJeff Mahoney2015-06-051-11/+11
* btrfs-progs: convert: factor out adding dirent into convert_insert_direntJeff Mahoney2015-06-051-24/+38
* btrfs-progs: convert: fix typo in btrfs_insert_dir_item callJeff Mahoney2015-06-051-1/+1
* btrfs-progs: convert: rename ext2_root to image_rootJeff Mahoney2015-06-051-19/+19
* btrfs-progs: convert: remove unused inode_key in copy_single_inodeJeff Mahoney2015-06-051-6/+1
* btrfs-progs: convert: remove unused fs argument from block_iterate_procJeff Mahoney2015-06-051-5/+4
* btrfs-progs: convert: clean up blk_iterate_data handling wrt record_file_blocksJeff Mahoney2015-06-051-80/+65
* btrfs-progs: convert: allow to set filesystem featuresDavid Sterba2015-06-041-4/+48
* btrfs-progs: convert: drop dependency on sys/acl.hDavid Sterba2015-05-141-1/+14
* btrfs-progs: cleanup option index argument from getopt_longDavid Sterba2015-04-081-3/+1
* btrfs-progs: mkfs, deprecate leafsize and clean up the codeDavid Sterba2015-04-071-2/+2
* btrfs-progs: convert: use exact size for reading superblockDavid Sterba2015-04-071-9/+9
* btrfs-progs: convert: Make ext*_image file obey datacsum setting.Qu Wenruo2015-04-021-10/+20
* btrfs-progs: convert, add long options for all short optionsDavid Sterba2015-03-241-9/+18
* btrfs-progs: convert, fix typo in getopt valueDavid Sterba2015-03-231-1/+2
* btrfs-progs: btrfs-convert: Allow setting nodesizeSebastian Thorarensen2015-03-231-7/+53
* btrfs-progs: convert, adjust help text formattingDavid Sterba2015-03-091-8/+8
* btrfs-progs: convert, add option to disable progressDavid Sterba2015-03-091-1/+14
* btrfs-progs: convert: show progress by defaultDavid Sterba2015-02-271-3/+3
* btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov2015-01-271-3/+0
* btrfs-progs: convert, handle pwrite error in do_rollbackDavid Sterba2015-01-061-0/+6
* btrfs-progs: include headers required for musl-libcMerlijn Wajer2014-12-181-0/+1
* btrfs-progs: convert: fix unable to rollback case with removed empty block gr...Gui Hecheng2014-12-091-2/+11
* btrfs-progs: convert: use task for progress indication of metadata creationSilvio Fricke2014-12-041-5/+60
* Btrfs-progs: fix a bug of converting sparse ext2/3/4Liu Bo2014-11-251-1/+1
* btrfs-progs: convert: set label or copy from originDavid Sterba2014-10-101-9/+38
* btrfs-progs: Properly cast to avoid compiler warnings, fixes FTBFS on alpha a...Dimitri John Ledkov2014-10-011-1/+1
* Btrfs-progs: fix typosHolger Hoffstätte2014-09-021-1/+1
* btrfs-progs: remove unused parameter in rollback for btrfs-convertGui Hecheng2014-08-221-2/+2
* btrfs-progs: check option conflict for btrfs-convertGui Hecheng2014-08-221-0/+12
* btrfs-progs: use check_argc_* to check arg number for all toolsGui Hecheng2014-08-221-1/+2
* btrfs-progs: mkfs: allow UUID specification at mkfs timeEric Sandeen2014-08-221-1/+1
* btrfs-progs: judge the return value of check_mounted more accuratelyGui Hecheng2014-03-211-1/+6
* btrfs-progs: use stripe_len define hereAnand Jain2014-01-311-1/+1
* btrfs-progs: don't replicate the stripe_len definesAnand Jain2014-01-311-10/+9