summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-22Install the initramfs hook in /usr/share not /etcv1.0.1Gabriel
2013-09-22Use the absolute path to modprobeGabriel
2013-09-01make-bcache: Prevent stray superblocksGabriel
2013-08-26Use register_quiet for udev hookKent Overstreet
2013-07-21Don't register if a non-bcache superblock is found as wellGabriel
2013-07-17fix make-bcache to use logical_block_size, not stat.st_blocksizeLars Ellenberg
2013-07-17bcache-tools are GPLKent Overstreet
2013-06-09udev: Add /dev/bcache/by-label symlinks to cached devicesGabriel
2013-06-08udev: Persistent names for cached devicesGabriel
2013-06-07super-show: Minor manpage clarificationGabriel
2013-06-05super-show: Add a manpageGabriel
2013-05-08super-show: show detached/clean/dirty/inconsistent statusGabriel
2013-05-08super-show: print cache mode (writethrough, writeback, writearound, none)Gabriel
2013-05-08super-show: don't show cache_countGabriel
2013-05-08super-show: show more cache-related informationGabriel
2013-05-08super-show: make the version annotation more terseGabriel
2013-04-30make-bdev: print the correct offset in the default caseGabriel
2013-04-23Get blocksize from the devices if it's not specifiedKent Overstreet
2013-04-15Update data offset format and warn about the previous one.Gabriel
2013-04-12use SB_JOURNAL_BUCKETS for superblockKent Overstreet
2013-04-12Trivial build fix.Gabriel
2013-04-11Add a flag to pick the cache set uuid.Gabriel
2013-04-11Register devices with just udev.Gabriel
2013-04-11Update for new superblock version for data_offsetKent Overstreet
2013-04-09Fix option parsing so that passing --bucket_size after the device worksKent Overstreet
2013-03-12Use uppercase hex when showing csum and expected.Gabriel
2013-03-10Show the writeback flag and the discard flag.Gabriel
2013-03-10Version cleanup.Gabriel
2013-03-09Fix offsets, cache and backing are two different cases.Gabriel
2013-03-09Add a command to display a bcache superblock.Gabriel
2013-01-22Don't error out if the distro isn't using initramfsKent Overstreet
2012-11-21Better validation, and use O_EXCL when opening block deviceKent Overstreet
2012-08-15Change default blocksize to one sectorKent Overstreet
2012-07-13Fix the initramfs scriptKent Overstreet
2012-04-11Update initramfs probe scriptKent Overstreet
2012-02-16bcache-tools: probe-bcache.8 man pageDmitry Smirnov
2012-01-18Add --discard and --cache_replacement_policyKent Overstreet
2011-11-21Merge branch 'master' of evilpiepirate.org:git/bcache-toolsKent Overstreet
2011-11-21Fix more warnings during 32bit compilationGwendal Grignou
2011-11-20Makefile to follow GNU Make best practiceDmitry Smirnov
2011-09-01The --writeback switch did nothing; fixedKent Overstreet
2011-08-16Fix warning during 32bit tool chain compilationGwendal Grignou
2011-08-09Add more long options and improve usage()Kent Overstreet
2011-07-31Add a --writeback switch to make-bcacheKent Overstreet
2011-07-26Don't write journal bucketsKent Overstreet
2011-07-26Add checksum to superblockRicky Benitez
2011-07-25Give make-bcache the ability to format multiple devices at onceKent Overstreet
2011-07-25New superblock formatKent Overstreet
2011-07-12Bcache tools are now explicitly gpl v2.Kent Overstreet
2011-07-12Add an option for setting the set uuidKent Overstreet