aboutsummaryrefslogtreecommitdiffstats
path: root/make.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-13bcache-tools: Correct super block version check codesHuan Yan1-2/+6
2021-07-26bcache-tools: only discard cache device during making when discard is enabledColy Li1-1/+2
2021-07-26bcache-tools: reduce parameters of write_sb()Coly Li1-16/+37
2021-01-02bcache-tools: only call set_bucket_size() for cache deviceColy Li1-1/+2
2020-08-29bcache-tools: make: permit only one cache device to be specifiedColy Li1-0/+5
2020-08-17bcache-tools: add large_bucket incompat featureColy Li1-6/+12
2020-08-17bcache-tools: define separated super block for in-memory and on-disk formatColy Li1-41/+11
2020-05-17bcache-tools: convert writeback to writethrough mode for zoned backing deviceColy Li1-0/+13
2020-05-16bcache-tools: set zoned size aligned data_offset on backing device for zoned ...Coly Li1-1/+6
2019-12-12make.c: add swap_sb() to supprt big endian machineColy Li1-0/+40
2019-09-28bcache-tools: Add blkdiscard for cache devXinwei Wei1-1/+47
2019-09-28bcache-tools: Add 'label' fieldShaoxiong Li1-0/+2
2019-09-28bcache-tools: Allow user to set label for deviceShaoxiong Li1-7/+23
2019-09-28bcache-tools: Support forcibly reformatting devicesShaoxiong Li1-11/+72
2019-09-28bcache-tools: Add 'Name' and 'Type' fieldShaoxiong Li1-4/+10
2019-09-28bcache-tools: Add support for partitionsShaoxiong Li1-42/+54
2019-09-28bcache-tools: Add command line tool 'bcache'Shaoxiong Li1-0/+463