aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/bcache.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2014-01-08bcache: Add bch_btree_keys_u64s_remaining()Kent Overstreet1-0/+1
Helper function to explicitly check how much space is free in a btree node Signed-off-by: Kent Overstreet <kmo@daterainc.com>
2014-01-08bcache: Bkey indexing renamingKent Overstreet1-1/+1
More refactoring: node() -> bset_bkey_idx() end() -> bset_bkey_last() Signed-off-by: Kent Overstreet <kmo@daterainc.com>
2013-11-10bcache: Pull on disk data structures out into a separate headerKent Overstreet1-0/+373
Now, the on disk data structures are in a header that can be exported to userspace - and having them all centralized is nice too. Signed-off-by: Kent Overstreet <kmo@daterainc.com>