aboutsummaryrefslogtreecommitdiffstats
path: root/lib.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-13bcache-tools: Correct super block version check codesHuan Yan1-5/+10
2021-07-26bcache-tools: fix potential memoryleak problem in, may_add_item()Zhiqiang Liu1-11/+17
2021-07-26bcache-tools: move super block info display routines into show.cColy Li1-18/+79
2021-01-04bcache-tools: only call to_cache_sb() for bcache device in may_add_item()Coly Li1-8/+7
2021-01-04bcache-tools: recover the missing sb.csum for showing bcache device super blockColy Li1-0/+2
2021-01-02bcache-tools: display obsoleted bucket size configurationColy Li1-3/+7
2021-01-02bcache-tools: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large ...Coly Li1-2/+15
2021-01-02bcache-tools: check incompatible feature setColy Li1-0/+27
2020-08-17bcache-tools: add print_cache_set_supported_feature_sets() in lib.cColy Li1-7/+13
2020-08-17bcache-tools: add large_bucket incompat featureColy Li1-0/+19
2020-08-17bcache-tools: upgrade super block versions for feature setsColy Li1-0/+12
2020-08-17bcache-tools: define separated super block for in-memory and on-disk formatColy Li1-5/+13
2020-08-17bcache-tools: add to_cache_sb() and to_cache_sb_disk()Coly Li1-3/+88
2019-09-28bcache-tools: Add parameter checkShaoxiong Li1-2/+1
2019-09-28bcache-tools: Allow user to set label for deviceShaoxiong Li1-8/+37
2019-09-28bcache-tools: Support forcibly reformatting devicesShaoxiong Li1-8/+31
2019-09-28bcache-tools: Add support for partitionsShaoxiong Li1-97/+250
2019-09-28bcache-tools: Add command line tool 'bcache'Shaoxiong Li1-0/+479