summaryrefslogtreecommitdiff
path: root/utils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Btrfs-progs: check, ability to detect and fix outdated snapshot root itemsFilipe Manana2014-10-171-0/+21
* btrfs-progs: check sscanf return codeZach Brown2014-10-161-1/+6
* btrfs-progs: open RW to register device using btrfs-controlAnand Jain2014-10-161-1/+1
* btrfs-progs: add options to tune units for fi df outputDavid Sterba2014-10-101-12/+40
* btrfs-progs: Remove extra 'const' modifiers; they don't do anything.Adam Buchbinder2014-10-101-3/+3
* btrfs-progs: extend pretty printers with unit modeDavid Sterba2014-10-101-22/+49
* btrfs-progs: print B for bytesDavid Sterba2014-10-101-1/+1
* btrfs-progs: do a separate probe for transient replacing deviceAnand Jain2014-10-101-1/+18
* btrfs-progs: remove scan_for_btrfs()Anand Jain2014-10-101-15/+0
* btrfs-progs: remove BTRFS_SCAN_PROC scan methodAnand Jain2014-10-101-4/+2
* btrfs-progs: force overwrite should wipe stale SBAnand Jain2014-10-101-0/+38
* btrfs-progs: remove BTRFS_SCAN_DEV and btrfs_scan_one_dirEric Sandeen2014-10-101-114/+0
* btrfs-progs: don't fall back to recursive /dev scanEric Sandeen2014-10-101-11/+1
* btrfs-progs: fix find_mount_root() to handle duplicated mount point correctlyQu Wenruo2014-09-141-2/+2
* Btrfs-progs: fix typosHolger Hoffstätte2014-09-021-1/+1
* btrfs-progs: move test_isdir() to utils.cSatoru Takeuchi2014-08-221-0/+19
* btrfs-progs: introduce test_issubvolname() for simplicitySatoru Takeuchi2014-08-221-0/+12
* btrfs-progs: fix improper return value check for is_existing_blk_or_reg_fileGui Hecheng2014-08-221-6/+13
* Btrfs-progs: fix some build warnings on 32bit platformWang Shilong2014-08-221-1/+1
* btrfs-progs: Check fstype in find_mount_root()Qu Wenruo2014-08-221-0/+11
* btrfs-progs: Remove fprintf() in find_mount_root().Qu Wenruo2014-08-221-5/+1
* btrfs-progs: fix wrong message about forcing the mixed group profileAnand Jain2014-08-221-3/+1