summaryrefslogtreecommitdiff
path: root/utils.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs-progs: mkfs seg fault for wrong freeAnand Jain2013-05-021-1/+1
* btrfs-progs: mkfs should first check all disks before writing to a diskAnand Jain2013-04-231-0/+128
* btrfs-progs: delete unused function get_mountptAnand Jain2013-04-231-35/+0
* Btrfs-progs: make btrfs-image restore with a valid chunk tree V2Josef Bacik2013-04-091-2/+2
* btrfs-progs: print errno string when /dev/btrfs-control open failsAnand Jain2013-03-141-1/+2
* btrfs-progs: rework get_fs_info to remove side effectsEric Sandeen2013-03-121-19/+56
* btrfs-progs: three new device/path helpersEric Sandeen2013-03-121-0/+87
* btrfs-progs: close fd on return from label get/set functionsEric Sandeen2013-03-121-0/+2
* btrfs-progs: separate super_copy out of fs_infoDavid Sterba2013-03-101-5/+5
* btrfs-progs: check for null string in parse_sizeEric Sandeen2013-03-101-1/+1
* btrfs-progs: from troubleshooting point of view messages must be uniqueAnand Jain2013-03-031-1/+1
* Btrfs-progs: add correct indentationAnand Jain2013-02-271-6/+7
* btrfs-progs: move btrfslabel.[c|h] stuff to utils.[c|h]Jeff Liu2013-02-261-0/+130
* btrfs-progs: refactor check_label()Jeff Liu2013-02-261-10/+4
* Btrfs-progs: check out if the swap deviceTsutomu Itoh2013-02-191-0/+75
* Btrfs-progs print more informative error when we fail to open a deviceEric Sandeen2013-02-061-1/+2
* btrfs-progs: simplify ioctl name copy and null terminationEric Sandeen2013-02-051-0/+20
* btrfs-progs: fix overflow in btrfs_scan_one_dir()Zach Brown2013-02-051-6/+4
* btrfs-progs: array indexes must be < ARRAY_SIZE()Zach Brown2013-02-051-1/+1
* btrfs-progs: treat super.magic as an le64Zach Brown2013-02-051-3/+2
* Btrfs-progs: make two utility functions globally availableStefan Behrens2013-01-301-0/+67
* Btrfs-progs: move open_file_or_dir() to utils.cAnand Jain2013-01-301-2/+28
* Btrfs-progs: fix resolving of loop devicesNirbheek Chauhan2013-01-211-12/+14
* Ignore the error ENXIO and ENOMEDIUM during a devs scanGoffredo Baroncelli2013-01-181-2/+8
* btrfs-progs: plug memory leaks in btrfs_scan_one_dir() reported by cppcheck.Kenji Okimoto2013-01-171-0/+3
* parse_size(): add new suffixesGoffredo Baroncelli2013-01-171-0/+6
* parse_size(): replace atoll() with strtoull()Goffredo Baroncelli2013-01-171-6/+19
* Move parse_size() to utils.[hc]Goffredo Baroncelli2013-01-171-0/+26
* pretty_sizes() returns incorrect valuesGoffredo Baroncelli2012-10-041-14/+16
* Btrfs-progs: only enforce a maximum size if we specify oneJosef Bacik2012-10-021-9/+3
* btrfs-progs: mkfs: create root directory with 755 permissionsDavid Sterba2012-10-021-1/+1
* btrfs-progs: mkfs: add option to skip trimDavid Sterba2012-07-061-5/+13
* btrfs-progs: enforce block count on all devices in mkfsJosef Bacik2012-07-031-0/+2
* avoid several strncpy-induced buffer overrunsJim Meyering2012-06-051-3/+10
* btrfs_scan_one_dir: avoid use-after-free on error pathJim Meyering2012-06-051-0/+1
* Scan /dev/md and device mapper devices lastChris Mason2012-02-221-1/+24
* Btrfs: use /proc/partitions scanning for btrfs_scan_for_fsidChris Mason2012-02-211-1/+6
* btrfs-progs: fixup is_mounted checksChris Mason2011-10-271-6/+12
* Scan the devices listed in /proc/partitionsGoffredo Baroncelli2011-10-251-0/+58
* btrfs-progs: added check_mounted_whereJan Schmidt2011-10-251-7/+22
* mkfs should initialize unused fields properlyJan Schmidt2011-10-251-0/+10
* btrfs-progs: setting of time to the root directoryTsutomu Itoh2011-10-251-0/+9
* btrfs-progs: add discard support to mkfsChristoph Hellwig2011-10-251-0/+21
* Add the "btrfs filesystem label" commandGoffredo Baroncelli2011-10-251-0/+57
* Btrfs-progs: add support for mixed data+metadata block groupsJosef Bacik2011-10-251-5/+5
* Btrfs-progs: update super fields for space cacheJosef Bacik2011-10-251-0/+1
* Improve error handling in the btrfs commandGoffredo Baroncelli2011-10-251-0/+6
* Btrfs-progs utils Informative errorsGoldwyn Rodrigues2011-10-251-2/+3
* Btrfs-progs use safe string manipulation functionsEduardo Silva2011-10-251-4/+5
* multidevice support for check_mountedAndi Drebes2010-09-231-32/+205