aboutsummaryrefslogtreecommitdiffstats
path: root/bcache.h
AgeCommit message (Expand)AuthorFilesLines
2022-05-13bcache-tools: Correct super block version check codesHuan Yan1-1/+2
2021-01-22bcache-tools: Update super block version in bch_set_feature_* routinesColy Li1-0/+6
2021-01-02bcache-tools: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large ...Coly Li1-4/+9
2021-01-02bcache.h: add BCH_FEATURE_INCOMPAT_LARGE_BUCKET to BCH_FEATURE_INCOMPAT_SUPPColy Li1-1/+1
2021-01-02bcache.h: fix typo from SUUP to SUPPColy Li1-3/+3
2020-08-17bcache-tools: add large_bucket incompat featureColy Li1-0/+8
2020-08-17bcache-tools: upgrade super block versions for feature setsColy Li1-2/+83
2020-08-17bcache-tools: define separated super block for in-memory and on-disk formatColy Li1-23/+26
2020-08-17bcache-tools: add struct cache_sb_disk into bcache.hColy Li1-0/+54
2019-12-12crc64: use crc64 routines defined in Linux kernelColy Li1-1/+1
2019-09-28bcache-tools: Add support for partitionsShaoxiong Li1-2/+0
2019-09-28bcache-tools: Add command line tool 'bcache'Shaoxiong Li1-0/+2
2013-10-03super-show: Print labelGabriel1-1/+1
2013-07-17bcache-tools are GPLKent Overstreet1-0/+6
2013-05-08super-show: print cache mode (writethrough, writeback, writearound, none)Gabriel1-4/+17
2013-04-15Update data offset format and warn about the previous one.Gabriel1-1/+6
2013-04-12use SB_JOURNAL_BUCKETS for superblockKent Overstreet1-1/+2
2013-04-11Update for new superblock version for data_offsetKent Overstreet1-15/+37
2013-03-09Fix offsets, cache and backing are two different cases.Gabriel1-0/+2
2012-01-18Add --discard and --cache_replacement_policyKent Overstreet1-0/+13
2011-07-31Add a --writeback switch to make-bcacheKent Overstreet1-0/+12
2011-07-26Don't write journal bucketsKent Overstreet1-1/+1
2011-07-26Add checksum to superblockRicky Benitez1-0/+8
2011-07-25Give make-bcache the ability to format multiple devices at onceKent Overstreet1-39/+24
2011-07-25New superblock formatKent Overstreet1-20/+32
2011-05-24Don't overwrite priorities that aren't there on a backing deviceKent Overstreet1-0/+2
2011-05-19Updates for backing devicesKent Overstreet1-4/+16
2011-04-15New superblock fields for multiple cache devicesKent Overstreet1-1/+4
2010-12-16DocumentationKent Overstreet1-2/+3
2010-10-08UUIDsKent Overstreet1-0/+29