summaryrefslogtreecommitdiff
path: root/utils.c
Commit message (Expand)AuthorAge
* 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
* Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Chris Mason2009-06-08
* Mention minimum size on devices that are considered too smallJan Engelhardt2009-01-21
* Fix ioctl arg size (userland incompatible change!)Chris Mason2009-01-16
* Add error processing for btrfsctl -aShen Feng2009-01-07
* Btrfs: update converter for the new disk formatYan Zheng2008-12-17
* superblock duplicationYan Zheng2008-12-05
* Btrfs: move data checksumming into a dedicated treeChris Mason2008-12-08
* btrfs-progs: support for different csum algorithimsJosef Bacik2008-12-02
* update btrfs-progs for seed device supportYan Zheng2008-11-18
* Add root tree pointer transaction idsYan Zheng2008-10-29
* Count space allocated to file in bytesYan Zheng2008-10-09
* Remove offset field from struct btrfs_extent_refYan Zheng2008-10-09
* Full back reference supportZheng Yan2008-09-23
* btrfs-progs new dir index supportJosef Bacik2008-07-24
* Fix the pretty print code for num_bytes == 0Chris Mason2008-05-12
* Fix uninitialized variables, and use -O so gcc starts checking for themChris Mason2008-05-01
* Update the Ext3 converterChris Mason2008-04-22
* Add a command to show all of the btrfs filesystems on the box (btrfs-show)Chris Mason2008-04-22
* Add checks to avoid adding the same device twice during mkfsChris Mason2008-04-18
* Add support for filesystem labels via mkfs.btrfs -LChris Mason2008-04-18