summaryrefslogtreecommitdiff
path: root/cmds-inspect.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs-progs: check for negative return value from ioctlDavid Sterba2016-01-121-2/+2
* btrfs-progs: cleanup, move usage help strings closer to the command callbacksDavid Sterba2016-01-121-8/+8
* btrfs-progs: use on-stack buffer in __ino_to_path_fdDavid Sterba2015-11-131-7/+2
* btrfs-progs: inspect: use btrfs_open_dir for btrfs inspect commandZhao Lei2015-11-021-15/+7
* btrfs-progs: inspect: set return value of error caseZhao Lei2015-11-021-0/+1
* btrfs-progs: inspect: Bypass unnecessary clean function in open_errorZhao Lei2015-11-021-2/+1
* btrfs-progs: compilation errors when using musl libcBrendan Heading2015-08-311-0/+1
* btrfs-progs: unify naming of command handlersDavid Sterba2015-08-311-21/+22
* btrfs-progs: inspect: add command min-dev-sizeDavid Sterba2015-08-311-3/+57
* btrfs-progs: move min-resize implementation to inspect-internalDavid Sterba2015-08-311-0/+241
* btrfs-progs: inspect: Fix out of bounds string termination.Patrik Lundquist2015-06-261-1/+1
* btrfs-progs: use PATH_MAX instead of BTRFS_PATH_NAME_MAXDavid Sterba2015-06-121-2/+2
* btrfs-progs: add command group info stringsDavid Sterba2015-06-091-1/+4
* Btrfs-progs: fix some build warnings on 32bit platformWang Shilong2014-08-221-2/+2
* Btrfs-progs: switch to arg_strtou64() part2Wang Shilong2014-03-211-4/+4
* btrfs-progs: look up the containing tree root idDavid Sterba2013-10-161-0/+38
* Btrfs-progs: fix magic return value in cmds-inspect.cWang Shilong2013-10-161-5/+5
* btrfs-progs: use NULL instead of 0Zach Brown2013-09-031-1/+1
* btrfs-progs: Update the usage strings of some cmdsQu Wenruo2013-08-091-0/+2
* Btrfs-progs: fix closing of opendir()Wang Shilong2013-08-091-10/+12
* Btrfs-progs: add function to map subvol ID to pathStefan Behrens2013-04-231-0/+46
* btrfs-progs: Fix pointer math in __ino_to_path_fdMark Fasheh2013-02-191-4/+7
* btrfs-progs: zero out inspect ioctl argsEric Sandeen2013-02-051-0/+2
* btrfs-progs: don't leak fds in logical resolveZach Brown2013-02-051-2/+8
* btrfs-progs: close fd in inode resolveZach Brown2013-02-051-2/+6
* Btrfs-progs: move open_file_or_dir() to utils.cAnand Jain2013-01-301-0/+1
* btrfs-progs: fix 32bit int/pointer cast warningsZach Brown2013-01-171-2/+3
* Cast args to min to fix compiler warningsChris Mason2012-10-041-1/+1
* Btrfs-progs: add options to change bufsize in logical to inode translationLiu Bo2012-10-041-6/+17
* Btrfs-progs: restructure list_subvolumesMiao Xie2012-10-041-1/+1
* Btrfs-progs: move the function declarations to a new head fileZhou Bo2012-10-041-3/+1
* Btrfs-progs: allow multi-line command group synopsisIlya Dryomov2012-02-081-2/+4
* Btrfs-progs: switch all existing commands to a new parserIlya Dryomov2012-02-031-17/+44
* Btrfs-progs: rearrange files in the repoIlya Dryomov2012-02-031-0/+214