summaryrefslogtreecommitdiff
path: root/utils.c
Commit message (Expand)AuthorAge
...
* btrfs-progs: Move parse_qgroupid() to utils.cQu Wenruo2015-03-24
* btrfs-progs: Fix msgs in check_node_or_leaf_sizeSebastian Thorarensen2015-03-23
* btrfs-progs: mkfs: Move out some nodesize codeSebastian Thorarensen2015-03-23
* btrfs-progs: don't output operational status information to stderrXing Gu2015-01-27
* btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov2015-01-27
* btrfs-progs: Fix a buffer overflow causing segfault in fstests/btrfs/069Qu Wenruo2015-01-09
* btrfs-progs: Allow debug-tree to be executed on regular file.Qu Wenruo2015-01-09
* btrfs-progs: safely copy path in btrfs_scan_lblkidDavid Sterba2015-01-03
* btrfs-progs: cleanup whitespace in is_same_blk_fileDavid Sterba2015-01-03
* btrfs-progs: use strncpy in is_same_blk_fileDavid Sterba2015-01-03
* btrfs-progs: move check_arg_type() to util.cGui Hecheng2014-12-29
* btrfs-progs: basic support for TREE_SEARCH_V2 ioctlDavid Sterba2014-12-10
* btrfs-progs: fix wrong num_devices for btrfs fi show with seed devicesGui Hecheng2014-12-04
* btrfs-progs: remove BUG_ON on num of devices for btrfs fi showGui Hecheng2014-12-04
* btrfs-progs: provide better error message for raid profile mismatchHidetoshi Seto2014-12-04
* btrfs-progs: Add command btrfs filesystem disk-usageGoffredo Baroncelli2014-12-04
* btrfs-progs: Enhance the command btrfs filesystem dfGoffredo Baroncelli2014-12-04
* btrfs-progs: move group type and profile pretty printers to utilsDavid Sterba2014-12-04
* btrfs-progs: use proper size for argv0 substitutionDavid Sterba2014-11-18
* btrfs-progs: use the correct SI prefixesDavid Sterba2014-11-04
* btrfs-progs: optimize btrfs_scan_lblkid() for multiple callsAnand Jain2014-11-03
* btrfs-progs: introduce btrfs_register_all_device()Anand Jain2014-11-03
* revert btrfs-progs: do a separate probe for _transient_ replacing deviceAnand Jain2014-11-03
* btrfs-progs: code optimize cmd_scan_dev() use btrfs_register_one_device()Anand Jain2014-11-03
* Btrfs-progs: check, ability to detect and fix outdated snapshot root itemsFilipe Manana2014-10-17
* btrfs-progs: check sscanf return codeZach Brown2014-10-16
* btrfs-progs: open RW to register device using btrfs-controlAnand Jain2014-10-16
* btrfs-progs: add options to tune units for fi df outputDavid Sterba2014-10-10
* btrfs-progs: Remove extra 'const' modifiers; they don't do anything.Adam Buchbinder2014-10-10
* btrfs-progs: extend pretty printers with unit modeDavid Sterba2014-10-10
* btrfs-progs: print B for bytesDavid Sterba2014-10-10
* btrfs-progs: do a separate probe for transient replacing deviceAnand Jain2014-10-10
* btrfs-progs: remove scan_for_btrfs()Anand Jain2014-10-10
* btrfs-progs: remove BTRFS_SCAN_PROC scan methodAnand Jain2014-10-10
* btrfs-progs: force overwrite should wipe stale SBAnand Jain2014-10-10
* btrfs-progs: remove BTRFS_SCAN_DEV and btrfs_scan_one_dirEric Sandeen2014-10-10
* btrfs-progs: don't fall back to recursive /dev scanEric Sandeen2014-10-10
* btrfs-progs: fix find_mount_root() to handle duplicated mount point correctlyQu Wenruo2014-09-14
* Btrfs-progs: fix typosHolger Hoffstätte2014-09-02
* btrfs-progs: move test_isdir() to utils.cSatoru Takeuchi2014-08-22
* btrfs-progs: introduce test_issubvolname() for simplicitySatoru Takeuchi2014-08-22
* btrfs-progs: fix improper return value check for is_existing_blk_or_reg_fileGui Hecheng2014-08-22
* Btrfs-progs: fix some build warnings on 32bit platformWang Shilong2014-08-22
* btrfs-progs: Check fstype in find_mount_root()Qu Wenruo2014-08-22
* btrfs-progs: Remove fprintf() in find_mount_root().Qu Wenruo2014-08-22
* btrfs-progs: fix wrong message about forcing the mixed group profileAnand Jain2014-08-22
* btrfs-progs: mkfs: don't zero extend small filesZach Brown2014-08-22
* btrfs-progs: define BTRFS_MKFS_SMALL_VOLUME_SIZE for small volumeAnand Jain2014-08-22
* btrfs-progs: Allow btrfs_read_dev_super() to read all 3 super for super_recover.Qu Wenruo2014-08-22
* btrfs-progs: move the check_argc_* functions into utils.cGui Hecheng2014-08-22