summaryrefslogtreecommitdiff
path: root/mkfs.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs-progs: do not enable extended refs in mkfs by defaultDavid Sterba2013-04-231-1/+0
* btrfs-progs: revert skinny extents changes from mkfsDavid Sterba2013-04-231-10/+1
* Btrfs-progs: add skinny metadata support to progs V3Josef Bacik2013-04-231-2/+11
* btrfs-progs: mkfs should first check all disks before writing to a diskAnand Jain2013-04-231-160/+32
* btrfs-progs: document force option in mkfs usage(); add long optEric Sandeen2013-03-141-0/+2
* btrfs-progs: separate super_copy out of fs_infoDavid Sterba2013-03-101-6/+6
* btrfs-progs: update mkfs.btrfs help info for raid5/6Zhi Yong Wu2013-03-101-1/+1
* btrfs-progs: require mkfs -f force option to overwrite filesystem or partitio...Eric Sandeen2013-02-191-2/+98
* Btrfs-progs: check out if the swap deviceTsutomu Itoh2013-02-191-2/+50
* Merge branch 'cov-fixes-v1-integration-20130201' of http://git.zabbo.net/cgit...Chris Mason2013-02-061-20/+27
|\
| * btrfs-progs: don't close(-1)Zach Brown2013-02-051-1/+1
| * btrfs-progs: use ftw() unstead of system("du")Zach Brown2013-02-051-19/+26
* | Merge branch 'for-chris' of git://repo.or.cz/btrfs-progs-unstable/devel into ...Chris Mason2013-02-061-18/+74
|\ \ | |/
| * btrfs-progs: mkfs support for extended inode refsMark Fasheh2013-01-311-5/+8
| * btrfs-progs: fix mkfs.btrfs -r optionEric Sandeen2013-01-311-0/+2
| * btrfs-progs: kill check for /'s in labelsJosef Bacik2013-01-251-7/+0
| * Btrfs-progs: detect if the disk we are formatting is a ssdJosef Bacik2013-01-231-3/+60
| * btrfs-progs: Use sysconf instead of getpagesizeEric Sandeen2013-01-231-2/+2
| * btrfs-progs: Handle errors returned from open_ctreeDanny Kukawka2013-01-211-1/+2
* | Add basic RAID[56] supportDavid Woodhouse2013-02-011-8/+32
|/
* Move parse_size() to utils.[hc]Goffredo Baroncelli2013-01-171-31/+0
* btrfs-progs: add -V description in print_usageWang Sheng-Hui2013-01-171-0/+1
* Btrfs-progs: Fix compiler warnings on PPC64Wade Cline2013-01-171-1/+2
* btrfs-progs: limit the max value of leafsize and nodesizeRobin Dong2012-10-041-6/+23
* Btrfs-progs: only enforce a maximum size if we specify oneJosef Bacik2012-10-021-9/+6
* btrfs-progs: mkfs: rename nodiscard option to KDavid Sterba2012-10-021-4/+4
* btrfs-progs: mkfs: add option to skip trimDavid Sterba2012-07-061-4/+11
* Merge branch 'for-chris' of git://github.com/idryomov/btrfs-progs into 0.20Chris Mason2012-07-051-4/+12
|\
| * Btrfs-progs: allow dup for data chunks in mixed modeIlya Dryomov2012-03-131-4/+12
* | btrfs-progs: enforce block count on all devices in mkfsJosef Bacik2012-07-031-0/+1
* | mkfs: Handle creation of filesystem larger than the first deviceJan Kara2012-07-031-0/+4
* | mkfs: avoid heap-buffer-read-underrun for zero-length "size" argJim Meyering2012-06-051-1/+1
* | mkfs: use strdup in place of strlen,malloc,strcpy sequenceJim Meyering2012-06-051-2/+1
* | mkfs: make -l and -n an alias for each otherChris Mason2012-03-261-4/+8
|/
* Btrfs-progs: change the way mkfs picks raid profilesIlya Dryomov2011-12-121-11/+35
* Btrfs-progs: fail gracefully on error from open_ctree()Ilya Dryomov2011-12-121-4/+5
* btrfs-progs: Improvement for making btrfs image from source directory.Zhong, Xin2011-10-251-15/+16
* Btrfs-progs: specify label length larger than 255 bytes cause mkfs.btrfs buff...Jeff Liu2011-10-251-2/+2
* remove unused variablesHubert Kario2011-10-251-3/+0
* mkfs.btrfs: Fix compilation errors with gcc 4.6Hugo Mills2011-10-251-3/+4
* mkfs.btrfs: fix error text in '-r' modeSergei Trofimovich2011-10-251-1/+1
* mkfs.btrfs: fix memory leak caused by 'scandir()' callsSergei Trofimovich2011-10-251-0/+16
* mkfs.btrfs: free buffers allocated by pretty_sizesSergei Trofimovich2011-10-251-1/+3
* mkfs.btrfs: write zeroes instead on uninitialized data.Sergei Trofimovich2011-10-251-0/+7
* mkfs.btrfs: fix symlink names writingSergei Trofimovich2011-10-251-1/+3
* mkfs.btrfs: fail on scandir error (-r mode)Sergei Trofimovich2011-10-251-0/+6
* Fix unused-but-set errors in gcc-4.6Chris Ball2011-10-251-3/+0
* btrfs-progs: Add new feature to mkfs.btrfs to make file system image file fro...Donggeun Kim2011-10-251-24/+840
* Btrfs-progs: add support for mixed data+metadata block groupsJosef Bacik2011-10-251-35/+87
* Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Chris Mason2009-06-081-1/+6