summaryrefslogtreecommitdiff
path: root/mkfs.c
Commit message (Expand)AuthorAge
* 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
* mkfs.btrfs: fix symlink names writingSergei Trofimovich2011-10-25
* mkfs.btrfs: fail on scandir error (-r mode)Sergei Trofimovich2011-10-25
* Fix unused-but-set errors in gcc-4.6Chris Ball2011-10-25
* btrfs-progs: Add new feature to mkfs.btrfs to make file system image file fro...Donggeun Kim2011-10-25
* Btrfs-progs: add support for mixed data+metadata block groupsJosef Bacik2011-10-25
* Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Chris Mason2009-06-08
* Fix printf format casting errorsLuca Bruno2009-06-03
* Add -V|--version to mkfs.btrfs argument parserLuca Bruno2009-06-03
* Fix mispatch of the experimental warningsChris Mason2009-01-11
* Fix mkfs.btrfs usage help to match the current argsShen Feng2009-01-07
* Make the minimum filesystem size error message more clearShen 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
* Add root tree pointer transaction idsYan Zheng2008-10-29
* update mkfs.btrfs for the new space balancing codeZheng Yan2008-09-26
* Full back reference supportZheng Yan2008-09-23
* btrfs-progs new dir index supportJosef Bacik2008-07-24
* Print the version string in a few programsChris Mason2008-07-24
* Add a readonly flag open_ctree to force RO opensChris Mason2008-05-05
* Fix uninitialized variables, and use -O so gcc starts checking for themChris Mason2008-05-01
* Add btrfs-vol command to balance, add and (eventually) remove devicesChris Mason2008-04-28
* Add mkfs.btrfs -A offset to control allocation start on devicesChris Mason2008-04-25
* 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
* Use better chunk sizes for small and large filesystemsChris Mason2008-04-18
* Add support for filesystem labels via mkfs.btrfs -LChris Mason2008-04-18
* Add raid10 supportChris Mason2008-04-16
* Add chunk uuids and update multi-device back referencesChris Mason2008-04-15