summaryrefslogtreecommitdiff
path: root/cmds-filesystem.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs-progs: check for negative return value from ioctlDavid Sterba2016-01-121-2/+2
* btrfs-progs: remove unnecessary errno temp variablesDavid Sterba2016-01-121-8/+5
* btrfs-progs: cmd filesystem: switch to common error message wrapperDavid Sterba2016-01-121-42/+28
* btrfs-progs: use on-stack buffer for dev_to_fsidDavid Sterba2015-11-131-7/+1
* btrfs-progs: remove unused parameter from print_one_fsDavid Sterba2015-11-061-3/+2
* btrfs-progs: don't print version info from embedded subcommandsDavid Sterba2015-11-061-3/+0
* btrfs-progs: simplify empty stirngs checkDavid Sterba2015-11-061-3/+3
* btrfs-progs: utils: rename helpinfo unit vairablesDavid Sterba2015-11-061-2/+2
* btrfs-progs: fix uninitialized copy of btrfs_fs_devices listAnand Jain2015-11-021-1/+1
* btrfs-progs: filesystem: use btrfs_open_dir for btrfs filesystem commandZhao Lei2015-11-021-12/+7
* btrfs-progs: optimize not to scan repeated fsid mount pointsAnand Jain2015-10-071-0/+4
* btrfs-progs: fix double free during scanningDavid Sterba2015-10-021-0/+2
* btrfs-progs: provide fail safe for BTRFS_IOC_GET_FSLABEL ioctlAnand Jain2015-10-021-1/+7
* btrfs-progs: Use common unit parser for btrfs filesystem commandZhao Lei2015-09-011-109/+12
* btrfs-progs: Accurate errormsg for resize operation on no-enouth-free-space caseZhao Lei2015-08-311-2/+10
* btrfs-progs: defrag: remove unused variablePatrik Lundquist2015-08-311-2/+1
* btrfs-progs: defrag: fix threshold overflow againPatrik Lundquist2015-08-311-1/+2
* btrfs-progs: unify naming of command handlersDavid Sterba2015-08-311-24/+30
* btrfs-progs: move min-resize implementation to inspect-internalDavid Sterba2015-08-311-254/+1
* Btrfs-progs: add feature to get mininum size for resizing a fs/deviceFilipe Manana2015-08-311-1/+254
* btrfs-progs: replace struct cmd_group->hidden with flagsOmar Sandoval2015-06-261-1/+1
* btrfs-progs: doc: update defrag pageDavid Sterba2015-06-261-1/+1
* btrfs-progs: defrag, check target extent earlierDavid Sterba2015-06-251-1/+6
* btrfs-progs: fix defrag threshold overflowPatrik Lundquist2015-06-251-2/+2
* btrfs-progs: Allow "filesystem show" command to handle different unitsQu Wenruo2015-06-221-14/+60
* btrfs-progs: properly set up ioctl argumentsDavid Sterba2015-06-121-0/+1
* btrfs-progs: use PATH_MAX instead of BTRFS_PATH_NAME_MAXDavid Sterba2015-06-121-1/+1
* btrfs-progs: add command group info stringsDavid Sterba2015-06-091-1/+4
* btrfs-progs: report failure when resize ioctl failsZygo Blaxell2015-04-241-0/+12
* btrfs-progs: cleanup, rename *disk_usage* files to usageDavid Sterba2015-04-221-1/+1
* btrfs-progs: fi resize: accept only directories as pathsDavid Sterba2015-04-221-0/+15
* btrfs-progs: cleanup option index argument from getopt_longDavid Sterba2015-04-081-6/+6
* btrfs-progs: autoconf: use standard PACKAGE_* macrosKarel Zak2015-01-281-3/+2
* btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov2015-01-271-1/+0
* btrfs-progs: unify getopt table terminatorsDavid Sterba2015-01-211-1/+2
* btrfs-progs: add --human-readable option where applicableDavid Sterba2015-01-211-1/+5
* btrfs-progs: make getopt tables static constDavid Sterba2015-01-191-1/+1
* btrfs-progs: Fix wrong return value when executing 'fi show' on umounted device.Qu Wenruo2015-01-141-4/+5
* btrfs-progs: fix minor leak of dev_info in btrfs_scan_kernelDavid Sterba2014-12-301-1/+3
* btrfs-progs: fi show, don't leak canonical pathDavid Sterba2014-12-301-1/+1
* btrfs-progs: move check_arg_type() to util.cGui Hecheng2014-12-291-32/+0
* btrfs-progs: Fix btrfs fi show by uuid and labelJustin Maggard2014-12-291-7/+2
* btrfs-progs: cleanup: avoid to use literal for getopt valSatoru Takeuchi2014-12-191-4/+4
* btrfs-progs: skip fs with no seed when build seed/sprout mapping for fi showGui Hecheng2014-12-041-2/+23
* btrfs-progs: make the search target device routine more clear for fi showGui Hecheng2014-12-041-9/+28
* btrfs-progs: add original 'df' and rename 'disk_usage' to 'usage'David Sterba2014-12-041-10/+6
* btrfs-progs: Add command btrfs filesystem disk-usageGoffredo Baroncelli2014-12-041-0/+3
* btrfs-progs: Enhance the command btrfs filesystem dfGoffredo Baroncelli2014-12-041-1/+6
* btrfs-progs: move group type and profile pretty printers to utilsDavid Sterba2014-12-041-45/+2
* btrfs-progs: apply realpath for btrfs fi show when mount point is givenGui Hecheng2014-11-271-29/+35