btrfs-progs: Unify btrfs_leaf_free_space() parameter with kernel
[platform/upstream/btrfs-progs.git] / cmds-inspect.c
2018-01-31 Rosen Penevbtrfs-progs: treewide: Replace strerror(errno) with %m.
2017-09-08 Misono, Tomohirobtrfs-progs: inspect rootid: Allow a file to be specified
2017-08-24 David Sterbabtrfs-progs: move command definitions to commands.h
2017-03-08 David Sterbabtrfs-progs: move help defines to own header
2017-03-08 Qu Wenruobtrfs-progs: Introduce kernel sizes to cleanup large...
2016-11-09 David Sterbabtrfs-progs: rename lookup_ino_rootid
2016-10-03 David Sterbabtrfs-progs: use PATH_MAX in cmd_inspect_logical_resolve
2016-09-21 David Sterbabtrfs-progs: inspect: improved error handling
2016-07-13 David Sterbabtrfs-progs: do not set optind if not necessary
2016-07-13 Wang Shilongbtrfs-progs: du: fix to skip not btrfs dir/file
2016-06-01 Nicholas D Steevesbtrfs-progs: typo review of strings and comments
2016-05-11 David Sterbabtrfs-progs: use ioctl search headers everywhere
2016-05-02 Alexander Fougnerbtrfs-progs: copy btrfs-calc-size to inspect-internal...
2016-03-18 Satoru Takeuchibtrfs-progs: inspect subvolid-resolve: fix argument...
2016-03-14 David Sterbabtrfs-progs: switch more error messages to common helpers
2016-03-14 David Sterbabtrfs-progs: inspect: remove unnecessary helpers
2016-03-14 David Sterbabtrfs-progs: unify naming of argc and argv
2016-03-14 David Sterbabtrfs-progs: add getopt stubs where needed
2016-03-14 Alexander Fougnerbtrfs-progs: introduce inspect-internal dump-super
2016-03-14 Alexander Fougnerbtrfs-progs: copy functionality of btrfs-debug-tree...
2016-01-12 David Sterbabtrfs-progs: check for negative return value from ioctl
2016-01-12 David Sterbabtrfs-progs: cleanup, move usage help strings closer...
2015-11-13 David Sterbabtrfs-progs: use on-stack buffer in __ino_to_path_fd
2015-11-02 Zhao Leibtrfs-progs: inspect: use btrfs_open_dir for btrfs...
2015-11-02 Zhao Leibtrfs-progs: inspect: set return value of error case
2015-11-02 Zhao Leibtrfs-progs: inspect: Bypass unnecessary clean function...
2015-08-31 Brendan Headingbtrfs-progs: compilation errors when using musl libc
2015-08-31 David Sterbabtrfs-progs: unify naming of command handlers
2015-08-31 David Sterbabtrfs-progs: inspect: add command min-dev-size
2015-08-31 David Sterbabtrfs-progs: move min-resize implementation to inspect...
2015-06-26 Patrik Lundquistbtrfs-progs: inspect: Fix out of bounds string termination.
2015-06-12 David Sterbabtrfs-progs: use PATH_MAX instead of BTRFS_PATH_NAME_MAX
2015-06-09 David Sterbabtrfs-progs: add command group info strings
2014-08-22 Wang ShilongBtrfs-progs: fix some build warnings on 32bit platform
2014-03-21 Wang ShilongBtrfs-progs: switch to arg_strtou64() part2
2013-10-16 David Sterbabtrfs-progs: look up the containing tree root id
2013-10-16 Wang ShilongBtrfs-progs: fix magic return value in cmds-inspect.c
2013-09-03 Zach Brownbtrfs-progs: use NULL instead of 0
2013-08-09 Qu Wenruobtrfs-progs: Update the usage strings of some cmds
2013-08-09 Wang ShilongBtrfs-progs: fix closing of opendir()
2013-04-23 Stefan BehrensBtrfs-progs: add function to map subvol ID to path
2013-02-19 Mark Fashehbtrfs-progs: Fix pointer math in __ino_to_path_fd
2013-02-06 Chris MasonMerge branch 'cov-fixes-v1-integration-20130201' of...
2013-02-06 Chris MasonMerge branch 'for-chris' of git://repo.or.cz/btrfs...
2013-02-06 Eric Sandeenbtrfs-progs: zero out inspect ioctl args
2013-02-06 Zach Brownbtrfs-progs: don't leak fds in logical resolve
2013-02-06 Zach Brownbtrfs-progs: close fd in inode resolve
2013-01-29 Anand JainBtrfs-progs: move open_file_or_dir() to utils.c
2013-01-17 Zach Brownbtrfs-progs: fix 32bit int/pointer cast warnings
2012-10-05 Chris MasonCast args to min to fix compiler warnings
2012-10-05 Liu BoBtrfs-progs: add options to change bufsize in logical...
2012-10-04 Miao XieBtrfs-progs: restructure list_subvolumes
2012-10-04 Zhou BoBtrfs-progs: move the function declarations to a new...
2012-02-09 Chris MasonMerge branch 'for-chris' of git://github.com/idryomov...
2012-02-08 Ilya DryomovBtrfs-progs: allow multi-line command group synopsis
2012-02-05 Chris MasonMerge branch 'parser' of git://github.com/idryomov...
2012-02-03 Ilya DryomovBtrfs-progs: switch all existing commands to a new...
2012-02-03 Ilya DryomovBtrfs-progs: rearrange files in the repo