index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
uapi
/
linux
/
bcache.h
Age
Commit message (
Expand
)
Author
2021-01-09
bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucket
Coly Li
2020-07-25
bcache: add bucket_size_hi into struct cache_sb_disk for large bucket
Coly Li
2020-07-25
bcache: struct cache_sb is only for in-memory super block now
Coly Li
2020-07-25
bcache: increase super block version for cache device and backing device
Coly Li
2020-01-23
bcache: use read_cache_page_gfp to read the superblock
Christoph Hellwig
2020-01-23
bcache: use a separate data structure for the on-disk super block
Christoph Hellwig
2018-08-11
bcache: style fix to add a blank line after declarations
Coly Li
2018-08-11
bcache: style fix to replace 'unsigned' by 'unsigned int'
Coly Li
2018-07-27
bcache: stop using the deprecated get_seconds()
Arnd Bergmann
2017-11-24
bcache: Fix building error on MIPS
Huacai Chen
2017-11-02
License cleanup: add SPDX license identifier to uapi header files with no lic...
Greg Kroah-Hartman
2017-05-11
uapi: includes linux/types.h before exporting files
Nicolas Dichtel
2014-01-08
bcache: Add bch_btree_keys_u64s_remaining()
Kent Overstreet
2014-01-08
bcache: Bkey indexing renaming
Kent Overstreet
2013-11-10
bcache: Pull on disk data structures out into a separate header
Kent Overstreet