summaryrefslogtreecommitdiffstats
path: root/utils.h
AgeCommit message (Expand)AuthorFilesLines
2015-01-21btrfs-progs: define common geopt values for unit suffixesDavid Sterba1-2/+8
2015-01-21btrfs-progs: unify header file inclusion protectionsDavid Sterba1-2/+2
2015-01-09btrfs-progs: Allow debug-tree to be executed on regular file.Qu Wenruo1-0/+1
2014-12-29btrfs-progs: move check_arg_type() to util.cGui Hecheng1-0/+1
2014-12-19btrfs-progs: move contents of math.h to utils.h and deleteDavid Sterba1-0/+9
2014-12-19btrfs-progs: cleanup: avoid to use literal for getopt valSatoru Takeuchi1-0/+3
2014-12-10btrfs-progs: basic support for TREE_SEARCH_V2 ioctlDavid Sterba1-0/+2
2014-12-10btrfs-progs: Add count_digits() function to help calculate filename len.Qu Wenruo1-0/+18
2014-12-04btrfs-progs: Add command btrfs filesystem disk-usageGoffredo Baroncelli1-0/+5
2014-12-04btrfs-progs: Enhance the command btrfs filesystem dfGoffredo Baroncelli1-0/+1
2014-12-04btrfs-progs: move group type and profile pretty printers to utilsDavid Sterba1-0/+2
2014-11-18btrfs-progs: use proper size for argv0 substitutionDavid Sterba1-1/+1
2014-11-03btrfs-progs: optimize btrfs_scan_lblkid() for multiple callsAnand Jain1-1/+1
2014-11-03btrfs-progs: introduce btrfs_register_all_device()Anand Jain1-0/+1
2014-11-03btrfs-progs: code optimize cmd_scan_dev() use btrfs_register_one_device()Anand Jain1-1/+1
2014-10-17Btrfs-progs: check, ability to detect and fix outdated snapshot root itemsFilipe Manana1-0/+2
2014-10-10btrfs-progs: add options to tune units for fi df outputDavid Sterba1-8/+22
2014-10-10btrfs-progs: extend pretty printers with unit modeDavid Sterba1-6/+15
2014-10-10btrfs-progs: remove scan_for_btrfs()Anand Jain1-1/+0
2014-10-10btrfs-progs: remove BTRFS_SCAN_PROC scan methodAnand Jain1-3/+2
2014-10-10btrfs-progs: remove BTRFS_SCAN_DEV and btrfs_scan_one_dirEric Sandeen1-4/+2
2014-08-22btrfs-progs: move test_isdir() to utils.cSatoru Takeuchi1-0/+1
2014-08-22btrfs-progs: introduce test_issubvolname() for simplicitySatoru Takeuchi1-0/+1
2014-08-22btrfs-progs: define BTRFS_MKFS_SMALL_VOLUME_SIZE for small volumeAnand Jain1-0/+1
2014-08-22btrfs-progs: move the check_argc_* functions into utils.cGui Hecheng1-0/+9
2014-08-22btrfs-progs: Add minimum device size checkQu Wenruo1-0/+22
2014-08-22btrfs-progs: canonicalize pathnames for device commandsJeff Mahoney1-0/+2
2014-08-22btrfs-progs: mkfs: allow UUID specification at mkfs timeEric Sandeen1-1/+2
2014-05-02Btrfs-progs: allow compression property gets for read-only subvolumesFilipe David Borba Manana1-0/+1
2014-03-21btrfs-progs: Allow use of get_device_info()Goffredo Baroncelli1-0/+2
2014-03-21Btrfs-progs: new helper to parse string to u64 for btrfsWang Shilong1-0/+1
2014-03-21btrfs-progs: move find_mount_root to utils.[ch]Qu Wenruo1-0/+1
2014-01-31btrfs-progs: define BTRFS_UUID_UNPARSE_SIZE for uuid unparse buf sizeAnand Jain1-0/+2
2014-01-31Btrfs-progs: let get_label return the label instead of printing itFilipe David Borba Manana1-1/+1
2013-10-24Btrfs-progs: make pretty_sizes take u64 instead of a doubleJosef Bacik1-1/+1
2013-10-24btrfs-progs: filesystem show of specified mounted disk should workAnand Jain1-1/+3
2013-10-24btrfs-progs: make get_btrfs_mount callableAnand Jain1-0/+1
2013-10-16btrfs-progs: use kernel for mounted disk for showAnand Jain1-2/+9
2013-10-16Btrfs-progs: make pretty_size_snprintf() return lenWang Shilong1-2/+2
2013-10-16btrfs-progs: create helper function to use lblkid to scan for btrfs disksAnand Jain1-0/+2
2013-10-16btrfs-progs: look up the containing tree root idDavid Sterba1-0/+2
2013-10-16Btrfs-progs: move ask_user() to utils.cWang Shilong1-0/+1
2013-10-16btrfs-progs: use better name for nodiscard variable and flip the logicDavid Sterba1-1/+1
2013-10-16btrfs-progs: make btrfs-corrupt-block compile againDavid Sterba1-0/+2
2013-10-16btrfs-progs: mkfs should check for small vol well beforeAnand Jain1-0/+1
2013-10-16btrfs-progs: avoid write to the disk before sure to create fsAnand Jain1-0/+2
2013-09-03Btrfs-progs: mkfs can now create fs with skinny extentsFilipe David Borba Manana1-1/+1
2013-09-03btrfs-progs: mark static & remove unused from non-kernel codeEric Sandeen1-3/+0
2013-09-03btrfs-progs: drop unused parameter from btrfs_release_pathEric Sandeen1-1/+0
2013-08-09btrfs-progs: get_label_mounted to return label instead of printAnand Jain1-0/+1
2013-08-09btrfs-progs: congregate dev scanAnand Jain1-1/+4
2013-08-09btrfs-progs: btrfs_scan_for_fsid doesn't need all the argumentsAnand Jain1-2/+1
2013-08-09Btrfs-progs: fix closing of opendir()Wang Shilong1-2/+4
2013-08-09btrfs-progs: per-thread, per-call pretty bufferZach Brown1-1/+9
2013-04-23btrfs-progs: mkfs should first check all disks before writing to a diskAnand Jain1-0/+1
2013-04-09Btrfs-progs: make btrfs-image restore with a valid chunk tree V2Josef Bacik1-0/+2
2013-03-12btrfs-progs: rework get_fs_info to remove side effectsEric Sandeen1-1/+1
2013-03-12btrfs-progs: three new device/path helpersEric Sandeen1-0/+3
2013-02-26btrfs-progs: move btrfslabel.[c|h] stuff to utils.[c|h]Jeff Liu1-0/+2
2013-02-26btrfs-progs: refactor check_label()Jeff Liu1-1/+0
2013-02-19Btrfs-progs: check out if the swap deviceTsutomu Itoh1-0/+1
2013-02-05btrfs-progs: simplify ioctl name copy and null terminationEric Sandeen1-0/+5
2013-01-30Btrfs-progs: make two utility functions globally availableStefan Behrens1-0/+4
2013-01-30Btrfs-progs: move open_file_or_dir() to utils.cAnand Jain1-2/+3
2013-01-17Move parse_size() to utils.[hc]Goffredo Baroncelli1-0/+2
2012-10-02Btrfs-progs: only enforce a maximum size if we specify oneJosef Bacik1-4/+2
2012-07-06btrfs-progs: mkfs: add option to skip trimDavid Sterba1-0/+2
2011-10-25Scan the devices listed in /proc/partitionsGoffredo Baroncelli1-0/+2
2011-10-25btrfs-progs: added check_mounted_whereJan Schmidt1-0/+2
2011-10-25Add the "btrfs filesystem label" commandGoffredo Baroncelli1-0/+2
2011-10-25Btrfs-progs: add support for mixed data+metadata block groupsJosef Bacik1-1/+1
2010-09-23multidevice support for check_mountedAndi Drebes1-1/+1
2009-01-07Add error processing for btrfsctl -aShen Feng1-1/+1
2008-04-22Update the Ext3 converterChris Mason1-1/+1
2008-04-22Add a command to show all of the btrfs filesystems on the box (btrfs-show)Chris Mason1-0/+1
2008-04-18Add checks to avoid adding the same device twice during mkfsChris Mason1-0/+2
2008-04-18Add support for filesystem labels via mkfs.btrfs -LChris Mason1-3/+4
2008-04-01check if partition is mounted before mkfsGoldwyn Rodrigues1-0/+1
2008-03-24Walk all block devices looking for btrfsChris Mason1-0/+4
2008-03-24ioctls to scan for btrfs filesystemsChris Mason1-0/+5
2008-03-24Add support for multiple devices per filesystemChris Mason1-2/+6
2008-01-04Update btrfs-progs to match kernel sourcesYan1-0/+25