aboutsummaryrefslogtreecommitdiffstats
path: root/cmds-inspect.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-12btrfs-progs: check for negative return value from ioctlDavid Sterba1-2/+2
2016-01-12btrfs-progs: cleanup, move usage help strings closer to the command callbacksDavid Sterba1-8/+8
2015-11-13btrfs-progs: use on-stack buffer in __ino_to_path_fdDavid Sterba1-7/+2
2015-11-02btrfs-progs: inspect: use btrfs_open_dir for btrfs inspect commandZhao Lei1-15/+7
2015-11-02btrfs-progs: inspect: set return value of error caseZhao Lei1-0/+1
2015-11-02btrfs-progs: inspect: Bypass unnecessary clean function in open_errorZhao Lei1-2/+1
2015-08-31btrfs-progs: compilation errors when using musl libcBrendan Heading1-0/+1
2015-08-31btrfs-progs: unify naming of command handlersDavid Sterba1-21/+22
2015-08-31btrfs-progs: inspect: add command min-dev-sizeDavid Sterba1-3/+57
2015-08-31btrfs-progs: move min-resize implementation to inspect-internalDavid Sterba1-0/+241
2015-06-26btrfs-progs: inspect: Fix out of bounds string termination.Patrik Lundquist1-1/+1
2015-06-12btrfs-progs: use PATH_MAX instead of BTRFS_PATH_NAME_MAXDavid Sterba1-2/+2
2015-06-09btrfs-progs: add command group info stringsDavid Sterba1-1/+4
2014-08-22Btrfs-progs: fix some build warnings on 32bit platformWang Shilong1-2/+2
2014-03-21Btrfs-progs: switch to arg_strtou64() part2Wang Shilong1-4/+4
2013-10-16btrfs-progs: look up the containing tree root idDavid Sterba1-0/+38
2013-10-16Btrfs-progs: fix magic return value in cmds-inspect.cWang Shilong1-5/+5
2013-09-03btrfs-progs: use NULL instead of 0Zach Brown1-1/+1
2013-08-09btrfs-progs: Update the usage strings of some cmdsQu Wenruo1-0/+2
2013-08-09Btrfs-progs: fix closing of opendir()Wang Shilong1-10/+12
2013-04-23Btrfs-progs: add function to map subvol ID to pathStefan Behrens1-0/+46
2013-02-19btrfs-progs: Fix pointer math in __ino_to_path_fdMark Fasheh1-4/+7
2013-02-05btrfs-progs: zero out inspect ioctl argsEric Sandeen1-0/+2
2013-02-05btrfs-progs: don't leak fds in logical resolveZach Brown1-2/+8
2013-02-05btrfs-progs: close fd in inode resolveZach Brown1-2/+6
2013-01-30Btrfs-progs: move open_file_or_dir() to utils.cAnand Jain1-0/+1
2013-01-17btrfs-progs: fix 32bit int/pointer cast warningsZach Brown1-2/+3
2012-10-04Cast args to min to fix compiler warningsChris Mason1-1/+1
2012-10-04Btrfs-progs: add options to change bufsize in logical to inode translationLiu Bo1-6/+17
2012-10-04Btrfs-progs: restructure list_subvolumesMiao Xie1-1/+1
2012-10-04Btrfs-progs: move the function declarations to a new head fileZhou Bo1-3/+1
2012-02-08Btrfs-progs: allow multi-line command group synopsisIlya Dryomov1-2/+4
2012-02-03Btrfs-progs: switch all existing commands to a new parserIlya Dryomov1-17/+44
2012-02-03Btrfs-progs: rearrange files in the repoIlya Dryomov1-0/+214