aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/uapi/linux/bcache.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-29bcache: move uapi header bcache.h to bcache code directoryColy Li1-445/+0
2021-10-20bcache: reserve never used bits from bkey.highColy Li1-2/+2
2021-01-09bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucketColy Li1-1/+1
2020-07-25bcache: add bucket_size_hi into struct cache_sb_disk for large bucketColy Li1-1/+2
2020-07-25bcache: struct cache_sb is only for in-memory super block nowColy Li1-4/+6
2020-07-25bcache: increase super block version for cache device and backing deviceColy Li1-8/+21
2020-01-23bcache: use read_cache_page_gfp to read the superblockChristoph Hellwig1-0/+1
2020-01-23bcache: use a separate data structure for the on-disk super blockChristoph Hellwig1-0/+51
2018-08-11bcache: style fix to add a blank line after declarationsColy Li1-0/+2
2018-08-11bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li1-3/+3
2018-07-27bcache: stop using the deprecated get_seconds()Arnd Bergmann1-2/+2
2017-11-24bcache: Fix building error on MIPSHuacai Chen1-1/+1
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-11uapi: includes linux/types.h before exporting filesNicolas Dichtel1-1/+1
2014-01-08bcache: Add bch_btree_keys_u64s_remaining()Kent Overstreet1-0/+1
2014-01-08bcache: Bkey indexing renamingKent Overstreet1-1/+1
2013-11-10bcache: Pull on disk data structures out into a separate headerKent Overstreet1-0/+373