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