aboutsummaryrefslogtreecommitdiffstats
path: root/btrfstune.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-02btrfs-progs: Add all missing btrfs_close_all_devices to standalone toolsZhao Lei1-0/+1
2015-09-02btrfs-progs: btrfstune: remove unnecessary fsid checksDavid Sterba1-40/+18
2015-06-18btrfs-progs: btrfstune: print correct current uuid during rewriteDavid Sterba1-1/+1
2015-06-18btrfs-progs: btrfstune: print lowercase uuid during uuid rewriteDavid Sterba1-2/+2
2015-06-11btrfs-progs: accept --help as option in the standalone utilitiesDavid Sterba1-2/+9
2015-06-03btrfs-progs: btrfstune: make uuid rewrite progress more verboseDavid Sterba1-2/+11
2015-06-03btrfs-progs: btrfstune: add option to enable NO_HOLESDavid Sterba1-1/+5
2015-06-03btrfs-progs: btrfstune: rework option handlingDavid Sterba1-37/+16
2015-05-26btrfs-progs: btrfstune: add '-U' and '-u' option to change fsidQu Wenruo1-5/+63
2015-05-26btrfs-progs: btrfstune: add ability to restore unfinished fsid changeQu Wenruo1-7/+53
2015-05-26btrfs-progs: btrfstune: rework change_uuidQu Wenruo1-34/+29
2015-05-14btrfs-progs: Introduce change_uuid functionQu Wenruo1-0/+69
2015-05-14btrfs-progs: Introduce change_fsid_prepare and change_fsid_done functionsQu Wenruo1-0/+28
2015-05-14btrfs-progs: Introduce change_devices_uuid function.Qu Wenruo1-0/+43
2015-05-14btrfs-progs: Introduce change_device_uuid functionQu Wenruo1-0/+21
2015-05-14btrfs-progs: Introduce change_extents_uuid functionQu Wenruo1-0/+68
2015-05-14btrfs-progs: Introduce change_header_uuid functionQu Wenruo1-0/+32
2015-01-28btrfs-progs: autoconf: use standard PACKAGE_* macrosKarel Zak1-1/+0
2015-01-27btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov1-2/+0
2015-01-19btrfs-progs: btrfstune: force to set seeding flagsFan Chengniang1-4/+6
2015-01-14btrfs-progs: btrfstune: fix multiple options errorFan Chengniang1-1/+5
2014-08-22btrfs-progs: add ask_user confirmation for btrfstune clear seeding flagGui Hecheng1-1/+16
2014-08-22btrfs-progs: use check_argc_* to check arg number for all toolsGui Hecheng1-1/+2
2014-08-22btrfs-progs: clarify manpage for btrfstune seeding optionGui Hecheng1-2/+2
2014-03-21btrfs-progs: judge the return value of check_mounted more accuratelyGui Hecheng1-1/+6
2014-03-21Btrfs-progs: switch to arg_strtou64() part3Wang Shilong1-2/+2
2014-01-31btrfs-progs: fix btrfstune silence on failureGui Hecheng1-0/+9
2013-11-07Btrfs-progs: rework open_ctree to take flags, add a new one V2Josef Bacik1-1/+1
2013-09-03btrfs-progs: mark static & remove unused from non-kernel codeEric Sandeen1-3/+3
2013-04-23Btrfs-progs: add a free space cache checker to fsck V2Josef Bacik1-1/+1
2013-04-23Btrfs-progs: add skinny metadata support to progs V3Josef Bacik1-1/+27
2013-03-10btrfs-progs: separate super_copy out of fs_infoDavid Sterba1-2/+2
2013-02-21btrfsprogs: btrfstune support for extended inode refsraid56-experimentalMark Fasheh1-1/+27
2013-01-21btrfs-progs: Handle errors returned from open_ctreeDanny Kukawka1-0/+5
2008-11-18update btrfs-progs for seed device supportYan Zheng1-0/+126