summaryrefslogtreecommitdiffstats
path: root/mkfs.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-03Add mkfs options for data and metadata mirroring modesChris Mason1-9/+35
2008-04-03Add support for single single duplication of metadataChris Mason1-29/+51
2008-04-03Add mirroring support across multiple drivesChris Mason1-0/+25
2008-04-01Use getopt_long and introduce long mkfs options. -s now means --sectorsizeChris Mason1-3/+21
2008-04-01check if partition is mounted before mkfsGoldwyn Rodrigues1-0/+19
2008-03-24Walk all block devices looking for btrfsChris Mason1-3/+5
2008-03-24ioctls to scan for btrfs filesystemsChris Mason1-108/+53
2008-03-24Add support for multiple devices per filesystemChris Mason1-4/+41
2008-02-15mkfs: Zero 2MB at the start and end of the deviceChris Mason1-6/+51
2008-01-04Update btrfs-progs to match kernel sourcesYan1-255/+14
2007-12-21Add online resizing ioctlsChris Mason1-7/+35
2007-12-13Reorder extent back refs to differentiate file data from btree blocksChris Mason1-2/+2
2007-12-12Create macros to generation set/get funcs for on disk structuresChris Mason1-8/+11
2007-12-11Add back pointers from extents to the file or btree referencing themChris Mason1-1/+0
2007-12-09Add generation numbers to block pointersChris Mason1-1/+1
2007-11-30Add simple stripe size parameterChris Mason1-3/+8
2007-10-17Remove the last radix tree (block_group_cache)Chris Mason1-11/+12
2007-10-15Switch to byte granular allocationsChris Mason1-67/+112
2007-10-15Allow large blocksChris Mason1-14/+15
2007-08-29btrfs-progs support for root block accountingJosef Bacik1-1/+2
2007-08-07add defrag ioctlChris Mason1-0/+1
2007-06-12i386 fixes from axboeChris Mason1-1/+2
2007-06-12add GPLv2Chris Mason1-0/+18
2007-06-12printf cleanupsChris Mason1-2/+2
2007-06-09remove device treeChris Mason1-49/+10
2007-06-07endian fixes, makefile fixesChris Mason1-3/+3
2007-05-30data vs metadata flag for block groupsChris Mason1-1/+6
2007-04-26start of block group codeChris Mason1-0/+54
2007-04-24get rid of the extent_item type fieldChris Mason1-1/+0
2007-04-23fsck checks against extent map, small fixesChris Mason1-0/+2
2007-04-20add owner and type fields to the extents aand block headersChris Mason1-0/+1
2007-04-12add some support for multiple devices to progsChris Mason1-1/+4
2007-04-11early support for multiple devicesChris Mason1-16/+56
2007-04-11use a different inode number for subvols than the root root dirChris Mason1-9/+5
2007-04-10drop owner and parentidChris Mason1-9/+0
2007-04-10drop the inode map treeChris Mason1-45/+9
2007-04-09groundwork for subvolume and snapshot rootsChris Mason1-0/+1
2007-04-06start of support for subvolumesChris Mason1-19/+54
2007-04-05uuidsChris Mason1-0/+4
2007-04-02sync up with kernel sourcesChris Mason1-1/+1
2007-03-26generations on headersChris Mason1-0/+1
2007-03-22mkfs and dir-test fixesChris Mason1-1/+1
2007-03-21create a root dir in mkfsChris Mason1-5/+69
2007-03-20Better block record keeping, real mkfsChris Mason1-1/+94
2007-03-20Add inode map, and the start of file extent itemsChris Mason1-7/+37
2007-03-15Use a chunk of the key flags to record the item type.Chris Mason1-13/+15
2007-03-14variable block size supportChris Mason1-120/+51
2007-03-13Change the super to point to a tree of trees to enable persistent snapshotsChris Mason1-6/+122
2007-03-13rename funcs and structs to btrfsChris Mason1-13/+13
2007-03-13struct extent_item endianChris Mason1-4/+4
2007-03-12struct item endian fixesChris Mason1-15/+21
2007-03-12struct key endian fixesChris Mason1-7/+7
2007-03-12get/set for struct header fieldsChris Mason1-5/+5
2007-02-23Block sized tree extents and extent deletionChris Mason1-16/+21
2007-02-21extent fixesChris Mason1-2/+5
2007-02-20add mkfs.cChris Mason1-0/+69