summaryrefslogtreecommitdiff
path: root/utils.c
Commit message (Expand)AuthorAge
* btrfs-progs: mkfs should check for small vol well beforeAnand Jain2013-10-16
* btrfs-progs: avoid write to the disk before sure to create fsAnand Jain2013-10-16
* Btrfs-progs: mkfs can now create fs with skinny extentsFilipe David Borba Manana2013-09-03
* btrfs-progs: remove __CHECKER__ from main codeZach Brown2013-09-03
* btrfs-progs: mark static & remove unused from non-kernel codeEric Sandeen2013-09-03
* Btrfs-progs: fix a regression in mkfs.btrfsStefan Behrens2013-09-03
* btrfs-progs: cmd_start_replace() to use test_dev_for_mkfs()Anand Jain2013-09-03
* btrfs-progs: drop unused parameter from btrfs_release_pathEric Sandeen2013-09-03
* btrfs-progs: don't have to report ENOMEDIUM error during openAnand Jain2013-09-03
* btrfs-progs: get_label_mounted to return label instead of printAnand Jain2013-08-09
* btrfs-progs: congregate dev scanAnand Jain2013-08-09
* btrfs-progs: btrfs_scan_for_fsid doesn't need all the argumentsAnand Jain2013-08-09
* Btrfs-progs: fix closing of opendir()Wang Shilong2013-08-09
* btrfs-progs: use IEC units for sizesDavid Sterba2013-08-09
* Btrfs-progs: return error on write failure in make_btrfs()Filipe David Borba Manana2013-08-09
* Btrfs-progs: add missing write check for mkfsFilipe David Borba Manana2013-08-09
* btrfs-progs: per-thread, per-call pretty bufferZach Brown2013-08-09
* btrfs-progs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo2013-08-09
* 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