summaryrefslogtreecommitdiff
path: root/cmds-rescue.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-14btrfs-progs: rescue: Introduce fix-device-sizeQu Wenruo1-0/+48
2017-11-14btrfs-progs: rescue: Fix zero-log mounted branchQu Wenruo1-0/+1
2017-09-08btrfs-progs: add crude error handling when transaction start failsDavid Sterba1-0/+1
2017-03-08btrfs-progs: move help defines to own headerDavid Sterba1-0/+1
2016-03-14btrfs-progs: unify argc min/max checking, a few moreDavid Sterba1-4/+2
2016-03-14btrfs-progs: add getopt stubs where neededDavid Sterba1-0/+2
2016-01-12btrfs-progs: cleanup, move usage help strings closer to the command callbacksDavid Sterba1-9/+9
2016-01-12btrfs-progs: cmd rescue: switch to common error message wrapperDavid Sterba1-12/+10
2015-09-14btrfs-progs: cleanup, mark more functions staticDavid Sterba1-3/+3
2015-09-14btrfs-progs: cleanup, make usage strings staticDavid Sterba1-3/+3
2015-08-31btrfs-progs: unify naming of command handlersDavid Sterba1-10/+12
2015-06-09btrfs-progs: add command group info stringsDavid Sterba1-1/+4
2015-04-22btrfs-progs: add zero-log to rescue commandDavid Sterba1-1/+54
2014-08-22btrfs-progs: use check_argc_exact to check arg number of btrfs-rescueGui Hecheng1-2/+2
2014-03-21btrfs-progs: judge the return value of check_mounted more accuratelyGui Hecheng1-3/+11
2013-10-16Btrfs-progs: add super-recover to recover bad supersWang Shilong1-0/+55
2013-10-16btrfs-progs: separate command and implementation of chunk-recover codeDavid Sterba1-0/+62
2013-10-16btrfs-progs: move chunk-recover to rescue groupDavid Sterba1-0/+1
2013-10-16btrfs-progs: introduce rescue command groupDavid Sterba1-0/+37