Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-09 | bcache: Add bch_btree_keys_u64s_remaining() | Kent Overstreet | 1 | -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-09 | bcache: Bkey indexing renaming | Kent Overstreet | 1 | -1/+1 | |
More refactoring: node() -> bset_bkey_idx() end() -> bset_bkey_last() Signed-off-by: Kent Overstreet <kmo@daterainc.com> | |||||
2013-11-11 | bcache: Pull on disk data structures out into a separate header | Kent Overstreet | 1 | -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> |