aboutsummaryrefslogtreecommitdiffstats
path: root/make-bcache.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-12make-bcache: remove reduncant codeColy Li1-452/+2
2014-04-16Also accept flags with dashesGabriel1-0/+2
2014-04-16Accept -o for --data-offsetKillian De Volder1-1/+1
2013-09-01make-bcache: Prevent stray superblocksGabriel1-18/+53
2013-07-17fix make-bcache to use logical_block_size, not stat.st_blocksizeLars Ellenberg1-0/+31
2013-07-17bcache-tools are GPLKent Overstreet1-0/+6
2013-05-08super-show: print cache mode (writethrough, writeback, writearound, none)Gabriel1-1/+2
2013-04-30make-bdev: print the correct offset in the default caseGabriel1-1/+1
2013-04-23Get blocksize from the devices if it's not specifiedKent Overstreet1-1/+30
2013-04-15Update data offset format and warn about the previous one.Gabriel1-1/+1
2013-04-12Trivial build fix.Gabriel1-1/+1
2013-04-11Add a flag to pick the cache set uuid.Gabriel1-0/+9
2013-04-11Update for new superblock version for data_offsetKent Overstreet1-46/+60
2013-04-09Fix option parsing so that passing --bucket_size after the device worksKent Overstreet1-82/+105
2013-03-09Fix offsets, cache and backing are two different cases.Gabriel1-4/+4
2012-11-21Better validation, and use O_EXCL when opening block deviceKent Overstreet1-10/+29
2012-08-15Change default blocksize to one sectorKent Overstreet1-1/+1
2012-01-18Add --discard and --cache_replacement_policyKent Overstreet1-14/+95
2011-09-01The --writeback switch did nothing; fixedKent Overstreet1-7/+8
2011-08-09Add more long options and improve usage()Kent Overstreet1-12/+19
2011-07-31Add a --writeback switch to make-bcacheKent Overstreet1-2/+17
2011-07-26Add checksum to superblockRicky Benitez1-0/+1
2011-07-25Give make-bcache the ability to format multiple devices at onceKent Overstreet1-76/+80
2011-07-25New superblock formatKent Overstreet1-36/+32
2011-07-12Add an option for setting the set uuidKent Overstreet1-1/+8
2011-05-24Don't overwrite priorities that aren't there on a backing deviceKent Overstreet1-6/+10
2011-05-19Updates for backing devicesKent Overstreet1-21/+25
2011-04-15New superblock fields for multiple cache devicesKent Overstreet1-0/+2
2011-02-13StuffKent Overstreet1-11/+12
2010-12-16DocumentationKent Overstreet1-4/+24
2010-10-08UUIDsKent Overstreet1-23/+17
2010-07-29CleanupsKent Overstreet1-3/+7
2010-06-15syncKent Overstreet1-0/+1
2010-05-14Checksum testKent Overstreet1-4/+4
2010-05-08Should work on 32 bitKent Overstreet1-20/+62
2010-05-04Initial commitKent Overstreet1-0/+108