aboutsummaryrefslogtreecommitdiffstats
path: root/utils.h
AgeCommit message (Expand)AuthorFilesLines
2016-01-14btrfs-progs: introduce helper for parsing args without optionsDavid Sterba1-0/+1
2016-01-12btrfs-progs: add function attributes for the printf-likeDavid Sterba1-0/+4
2016-01-12btrfs-progs: Introduce new members for btrfs_convert_contextQu Wenruo1-0/+4
2015-11-26btrfs-progs: mkfs: allow --data DUP for single deviceZhao Lei1-1/+1
2015-11-06btrfs-progs: utils: rename helpinfo unit vairablesDavid Sterba1-2/+2
2015-11-02Btrfs-progs: Do not force mixed block group creation unless '-M' option is sp...Chandan Rajendra1-1/+1
2015-11-02btrfs-progs: move is_numerical() helper to utils and renameAnand Jain1-0/+1
2015-11-02btrfs-progs: use btrfs_open_dir in open_path_or_dev_mntZhao Lei1-1/+1
2015-10-21btrfs-progs: Introduce warning and error for common useZhao Lei1-0/+55
2015-10-02btrfs-progs: utils: Check nodesize against featuresQu Wenruo1-1/+1
2015-10-02btrfs-progs: provide fail safe for BTRFS_IOC_GET_FSLABEL ioctlAnand Jain1-0/+1
2015-08-31btrfs-progs: Introduce get_unit_mode_from_arg for common useZhao Lei1-0/+24
2015-08-31btrfs-progs: Introduce btrfs_open_dir wrapperZhao Lei1-0/+1
2015-07-01btrfs-progs: drop unused parameter from make_btrfsDavid Sterba1-1/+1
2015-07-01btrfs-progs: move make_btrfs arguments to a structDavid Sterba1-3/+12
2015-06-12btrfs-progs: add helper for copying pathsDavid Sterba1-0/+1
2015-06-11btrfs-progs: use less memory for pretty_size_mode buffersDavid Sterba1-6/+1
2015-06-11btrfs-progs: print error within test_num_disk_vs_raidDavid Sterba1-1/+1
2015-06-11btrfs-progs: print error within test_dev_for_mkfsDavid Sterba1-1/+1
2015-06-11btrfs-progs: accept --help as option in the standalone utilitiesDavid Sterba1-0/+2
2015-06-09btrfs-progs: fix argv0_buf handlingDavid Sterba1-0/+2
2015-06-04btrfs-progs: convert: allow to set filesystem featuresDavid Sterba1-0/+13
2015-06-04btrfs-progs: add function to stringify filesystem featuresDavid Sterba1-0/+1
2015-06-02btrfs-progs: mkfs: check metadata redundancySam Tygier1-0/+1
2015-05-14btrfs-progs: btrfs_scan_block_devices is unused function delete itAnand Jain1-1/+0
2015-04-07btrfs-progs: print fs features filtered by a maskDavid Sterba1-1/+1
2015-04-07btrfs-progs: move feature parsing from mkfs to utilsDavid Sterba1-0/+9
2015-04-07btrfs-progs: mkfs, deprecate leafsize and clean up the codeDavid Sterba1-2/+2
2015-03-24btrfs-progs: Move parse_qgroupid() to utils.cQu Wenruo1-0/+1
2015-03-23btrfs-progs: mkfs: Move out some nodesize codeSebastian Thorarensen1-0/+2
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