summaryrefslogtreecommitdiff
path: root/mkfs.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-06btrfs-progs: mkfs: add option to skip trimDavid Sterba1-4/+11
2012-07-05Merge branch 'for-chris' of git://github.com/idryomov/btrfs-progs into 0.20Chris Mason1-4/+12
2012-07-03btrfs-progs: enforce block count on all devices in mkfsJosef Bacik1-0/+1
2012-07-03mkfs: Handle creation of filesystem larger than the first deviceJan Kara1-0/+4
2012-06-05mkfs: avoid heap-buffer-read-underrun for zero-length "size" argJim Meyering1-1/+1
2012-06-05mkfs: use strdup in place of strlen,malloc,strcpy sequenceJim Meyering1-2/+1
2012-03-26mkfs: make -l and -n an alias for each otherChris Mason1-4/+8
2012-03-13Btrfs-progs: allow dup for data chunks in mixed modeIlya Dryomov1-4/+12
2011-12-12Btrfs-progs: change the way mkfs picks raid profilesIlya Dryomov1-11/+35
2011-12-12Btrfs-progs: fail gracefully on error from open_ctree()Ilya Dryomov1-4/+5
2011-10-25btrfs-progs: Improvement for making btrfs image from source directory.Zhong, Xin1-15/+16
2011-10-25Btrfs-progs: specify label length larger than 255 bytes cause mkfs.btrfs buff...Jeff Liu1-2/+2
2011-10-25remove unused variablesHubert Kario1-3/+0
2011-10-25mkfs.btrfs: Fix compilation errors with gcc 4.6Hugo Mills1-3/+4
2011-10-25mkfs.btrfs: fix error text in '-r' modeSergei Trofimovich1-1/+1
2011-10-25mkfs.btrfs: fix memory leak caused by 'scandir()' callsSergei Trofimovich1-0/+16
2011-10-25mkfs.btrfs: free buffers allocated by pretty_sizesSergei Trofimovich1-1/+3
2011-10-25mkfs.btrfs: write zeroes instead on uninitialized data.Sergei Trofimovich1-0/+7
2011-10-25mkfs.btrfs: fix symlink names writingSergei Trofimovich1-1/+3
2011-10-25mkfs.btrfs: fail on scandir error (-r mode)Sergei Trofimovich1-0/+6
2011-10-25Fix unused-but-set errors in gcc-4.6Chris Ball1-3/+0
2011-10-25btrfs-progs: Add new feature to mkfs.btrfs to make file system image file fro...Donggeun Kim1-24/+840
2011-10-25Btrfs-progs: add support for mixed data+metadata block groupsJosef Bacik1-35/+87
2009-06-08Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Chris Mason1-1/+6
2009-06-03Fix printf format casting errorsLuca Bruno1-1/+1
2009-06-03Add -V|--version to mkfs.btrfs argument parserLuca Bruno1-1/+11
2009-01-11Fix mispatch of the experimental warningsChris Mason1-0/+3
2009-01-07Fix mkfs.btrfs usage help to match the current argsShen Feng1-1/+5
2009-01-07Make the minimum filesystem size error message more clearShen Feng1-0/+7
2008-12-17Btrfs: update converter for the new disk formatYan Zheng1-1/+1
2008-12-05superblock duplicationYan Zheng1-2/+5
2008-12-08Btrfs: move data checksumming into a dedicated treeChris Mason1-2/+2
2008-10-29Add root tree pointer transaction idsYan Zheng1-0/+1
2008-09-26update mkfs.btrfs for the new space balancing codeZheng Yan1-0/+29
2008-09-23Full back reference supportZheng Yan1-13/+8
2008-07-24btrfs-progs new dir index supportJosef Bacik1-1/+1
2008-07-24Print the version string in a few programsChris Mason1-0/+3
2008-05-05Add a readonly flag open_ctree to force RO opensChris Mason1-2/+2
2008-05-01Fix uninitialized variables, and use -O so gcc starts checking for themChris Mason1-1/+1
2008-04-28Add btrfs-vol command to balance, add and (eventually) remove devicesChris Mason1-0/+7
2008-04-25Add mkfs.btrfs -A offset to control allocation start on devicesChris Mason1-1/+7
2008-04-22Update the Ext3 converterChris Mason1-2/+2
2008-04-22Add a command to show all of the btrfs filesystems on the box (btrfs-show)Chris Mason1-6/+10
2008-04-18Add checks to avoid adding the same device twice during mkfsChris Mason1-0/+8
2008-04-18Use better chunk sizes for small and large filesystemsChris Mason1-1/+1
2008-04-18Add support for filesystem labels via mkfs.btrfs -LChris Mason1-18/+44
2008-04-16Add raid10 supportChris Mason1-1/+6
2008-04-15Add chunk uuids and update multi-device back referencesChris Mason1-4/+5
2008-04-09Use leafsize and nodesize == pagesize for nowChris Mason1-2/+2
2008-04-04Recow all roots at the end of mkfsChris Mason1-1/+44