summaryrefslogtreecommitdiff
path: root/utils.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs-progs: cleanup, update function definitions to be ANSI conformantDavid Sterba2015-09-141-1/+1
* btrfs-progs: handle errors in btrfs_wipe_existing_sbDavid Sterba2015-09-021-11/+28
* btrfs-progs: Introduce get_unit_mode_from_arg for common useZhao Lei2015-08-311-0/+102
* btrfs-progs: add memory allocation fail check in btrfs_add_to_fsid()Byongho Lee2015-08-311-8/+12
* btrfs-progs: Introduce btrfs_open_dir wrapperZhao Lei2015-08-311-0/+56
* btrfs-progs: utils: missing newline in error messages when checking dupDavid Sterba2015-07-141-1/+1
* btrfs-progs: drop unused parameter from make_btrfsDavid Sterba2015-07-011-1/+1
* btrfs-progs: move make_btrfs arguments to a structDavid Sterba2015-07-011-77/+77
* btrfs-progs: add helper for copying pathsDavid Sterba2015-06-121-0/+19
* btrfs-progs: properly set up ioctl argumentsDavid Sterba2015-06-121-2/+2
* btrfs-progs: use PATH_MAX instead of BTRFS_PATH_NAME_MAXDavid Sterba2015-06-121-2/+2
* btrfs-progs: use less memory for pretty_size_mode buffersDavid Sterba2015-06-111-0/+18
* btrfs-progs: print error within test_num_disk_vs_raidDavid Sterba2015-06-111-10/+9
* btrfs-progs: print error within test_dev_for_mkfsDavid Sterba2015-06-111-13/+13
* btrfs-progs: cleanup after errors in open_file_or_dir3David Sterba2015-06-091-1/+3
* btrfs-progs: fix argv0_buf handlingDavid Sterba2015-06-091-0/+5
* btrfs-progs: return the fsid from make_btrfs()Goffredo Baroncelli2015-06-081-1/+6
* btrfs-progs: add strdup in btrfs_add_to_fsid() to track the device pathGoffredo Baroncelli2015-06-081-0/+1
* btrfs-progs: mkfs: move info message out of btrfs_add_to_fsidDavid Sterba2015-06-081-3/+0
* btrfs-progs: add function to stringify filesystem featuresDavid Sterba2015-06-041-0/+15
* btrfs-progs: mkfs: check metadata redundancySam Tygier2015-06-021-0/+18
* btrfs-progs: btrfs_scan_block_devices is unused function delete itAnand Jain2015-05-141-88/+0
* btrfs-progs: print fs features filtered by a maskDavid Sterba2015-04-071-2/+4
* btrfs-progs: move feature parsing from mkfs to utilsDavid Sterba2015-04-071-0/+88
* btrfs-progs: mkfs, deprecate leafsize and clean up the codeDavid Sterba2015-04-071-48/+48
* btrfs-progs: Allow parse_qgroupid() to resolve subvolume path into qgroupidQu Wenruo2015-03-241-4/+44
* btrfs-progs: Move parse_qgroupid() to utils.cQu Wenruo2015-03-241-0/+28
* btrfs-progs: Fix msgs in check_node_or_leaf_sizeSebastian Thorarensen2015-03-231-3/+3
* btrfs-progs: mkfs: Move out some nodesize codeSebastian Thorarensen2015-03-231-0/+21
* btrfs-progs: don't output operational status information to stderrXing Gu2015-01-271-1/+1
* btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov2015-01-271-4/+0
* btrfs-progs: Fix a buffer overflow causing segfault in fstests/btrfs/069Qu Wenruo2015-01-091-0/+17
* btrfs-progs: Allow debug-tree to be executed on regular file.Qu Wenruo2015-01-091-4/+17
* btrfs-progs: safely copy path in btrfs_scan_lblkidDavid Sterba2015-01-031-1/+1
* btrfs-progs: cleanup whitespace in is_same_blk_fileDavid Sterba2015-01-031-11/+7
* btrfs-progs: use strncpy in is_same_blk_fileDavid Sterba2015-01-031-3/+3
* btrfs-progs: move check_arg_type() to util.cGui Hecheng2014-12-291-0/+33
* btrfs-progs: basic support for TREE_SEARCH_V2 ioctlDavid Sterba2014-12-101-0/+40
* btrfs-progs: fix wrong num_devices for btrfs fi show with seed devicesGui Hecheng2014-12-041-0/+76
* btrfs-progs: remove BUG_ON on num of devices for btrfs fi showGui Hecheng2014-12-041-1/+0
* btrfs-progs: provide better error message for raid profile mismatchHidetoshi Seto2014-12-041-6/+35
* btrfs-progs: Add command btrfs filesystem disk-usageGoffredo Baroncelli2014-12-041-0/+16
* btrfs-progs: Enhance the command btrfs filesystem dfGoffredo Baroncelli2014-12-041-0/+11
* btrfs-progs: move group type and profile pretty printers to utilsDavid Sterba2014-12-041-0/+44
* btrfs-progs: use proper size for argv0 substitutionDavid Sterba2014-11-181-1/+2
* btrfs-progs: use the correct SI prefixesDavid Sterba2014-11-041-1/+1
* btrfs-progs: optimize btrfs_scan_lblkid() for multiple callsAnand Jain2014-11-031-4/+10
* btrfs-progs: introduce btrfs_register_all_device()Anand Jain2014-11-031-0/+27
* revert btrfs-progs: do a separate probe for _transient_ replacing deviceAnand Jain2014-11-031-18/+1
* btrfs-progs: code optimize cmd_scan_dev() use btrfs_register_one_device()Anand Jain2014-11-031-3/+5