summaryrefslogtreecommitdiff
path: root/mkfs.c
Commit message (Expand)AuthorAge
* Btrfs-progs: return error on write failure in make_btrfs()Filipe David Borba Manana2013-08-09
* btrfs-progs: per-thread, per-call pretty bufferZach Brown2013-08-09
* btrfs-progs: mkfs: add -O option to specify fs featuresDavid Sterba2013-08-09
* Btrfs-progs: fix missing recow roots when making btrfs filesystemWang Shilong2013-07-03
* btrfs-progs: use clearer var names in is_ssd()Eric Sandeen2013-04-23
* btrfs-progs: replace blkid_probe_get_wholedisk_devnoEric Sandeen2013-04-23
* btrfs-progs: do not enable extended refs in mkfs by defaultDavid Sterba2013-04-23
* btrfs-progs: revert skinny extents changes from mkfsDavid Sterba2013-04-23
* Btrfs-progs: add skinny metadata support to progs V3Josef Bacik2013-04-23
* btrfs-progs: mkfs should first check all disks before writing to a diskAnand Jain2013-04-23
* btrfs-progs: document force option in mkfs usage(); add long optEric Sandeen2013-03-14
* btrfs-progs: separate super_copy out of fs_infoDavid Sterba2013-03-10
* btrfs-progs: update mkfs.btrfs help info for raid5/6Zhi Yong Wu2013-03-10
* btrfs-progs: require mkfs -f force option to overwrite filesystem or partitio...Eric Sandeen2013-02-19
* Btrfs-progs: check out if the swap deviceTsutomu Itoh2013-02-19
* Merge branch 'cov-fixes-v1-integration-20130201' of http://git.zabbo.net/cgit...Chris Mason2013-02-06
|\
| * btrfs-progs: don't close(-1)Zach Brown2013-02-05
| * btrfs-progs: use ftw() unstead of system("du")Zach Brown2013-02-05
* | Merge branch 'for-chris' of git://repo.or.cz/btrfs-progs-unstable/devel into ...Chris Mason2013-02-06
|\|
| * btrfs-progs: mkfs support for extended inode refsMark Fasheh2013-01-31
| * btrfs-progs: fix mkfs.btrfs -r optionEric Sandeen2013-01-31
| * btrfs-progs: kill check for /'s in labelsJosef Bacik2013-01-25
| * Btrfs-progs: detect if the disk we are formatting is a ssdJosef Bacik2013-01-23
| * btrfs-progs: Use sysconf instead of getpagesizeEric Sandeen2013-01-23
| * btrfs-progs: Handle errors returned from open_ctreeDanny Kukawka2013-01-21
* | Add basic RAID[56] supportDavid Woodhouse2013-02-01
|/
* Move parse_size() to utils.[hc]Goffredo Baroncelli2013-01-17
* btrfs-progs: add -V description in print_usageWang Sheng-Hui2013-01-17
* Btrfs-progs: Fix compiler warnings on PPC64Wade Cline2013-01-17
* btrfs-progs: limit the max value of leafsize and nodesizeRobin Dong2012-10-04
* Btrfs-progs: only enforce a maximum size if we specify oneJosef Bacik2012-10-02
* btrfs-progs: mkfs: rename nodiscard option to KDavid Sterba2012-10-02
* btrfs-progs: mkfs: add option to skip trimDavid Sterba2012-07-06
* Merge branch 'for-chris' of git://github.com/idryomov/btrfs-progs into 0.20Chris Mason2012-07-05
|\
| * Btrfs-progs: allow dup for data chunks in mixed modeIlya Dryomov2012-03-13
* | btrfs-progs: enforce block count on all devices in mkfsJosef Bacik2012-07-03
* | mkfs: Handle creation of filesystem larger than the first deviceJan Kara2012-07-03
* | mkfs: avoid heap-buffer-read-underrun for zero-length "size" argJim Meyering2012-06-05
* | mkfs: use strdup in place of strlen,malloc,strcpy sequenceJim Meyering2012-06-05
* | mkfs: make -l and -n an alias for each otherChris Mason2012-03-26
|/
* Btrfs-progs: change the way mkfs picks raid profilesIlya Dryomov2011-12-12
* Btrfs-progs: fail gracefully on error from open_ctree()Ilya Dryomov2011-12-12
* btrfs-progs: Improvement for making btrfs image from source directory.Zhong, Xin2011-10-25
* Btrfs-progs: specify label length larger than 255 bytes cause mkfs.btrfs buff...Jeff Liu2011-10-25
* remove unused variablesHubert Kario2011-10-25
* mkfs.btrfs: Fix compilation errors with gcc 4.6Hugo Mills2011-10-25
* mkfs.btrfs: fix error text in '-r' modeSergei Trofimovich2011-10-25
* mkfs.btrfs: fix memory leak caused by 'scandir()' callsSergei Trofimovich2011-10-25
* mkfs.btrfs: free buffers allocated by pretty_sizesSergei Trofimovich2011-10-25
* mkfs.btrfs: write zeroes instead on uninitialized data.Sergei Trofimovich2011-10-25