summaryrefslogtreecommitdiff
path: root/cmds-filesystem.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs-progs: use canonical name for device in btrfs fi show when mountedGui Hecheng2014-11-141-1/+6
* btrfs-progs: use the correct SI prefixesDavid Sterba2014-11-041-4/+4
* btrfs-progs: optimize btrfs_scan_lblkid() for multiple callsAnand Jain2014-11-031-1/+1
* btrfs-progs: skip mounted fs when deal with umounted ones for fi showGui Hecheng2014-11-031-0/+13
* btrfs-progs: Fix number of arguments check of 'btrfs fi df'Qu Wenruo2014-11-031-2/+1
* btrfs-progs: add options to tune units for fi df outputDavid Sterba2014-10-101-10/+69
* btrfs-progs: fix device missing of btrfs fi show with seed devicesGui Hecheng2014-10-101-26/+268
* btrfs-progs: remove BTRFS_SCAN_PROC scan methodAnand Jain2014-10-101-5/+6
* btrfs-progs: scan /proc/partitions not all of /dev with "-d"Eric Sandeen2014-10-101-3/+3
* btrfs-progs: read global reserve size from space infosDavid Sterba2014-08-281-1/+6
* btrfs-progs: avoid to use numeric literal for the size of uuid bufferSatoru Takeuchi2014-08-221-1/+1
* btrfs-progs: remove unnecessary NULL check after get_df()Satoru Takeuchi2014-08-221-1/+1
* btrfs-progs: Allow btrfs_read_dev_super() to read all 3 super for super_recover.Qu Wenruo2014-08-221-1/+1