index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
bcache
/
extents.c
Age
Commit message (
Expand
)
Author
2021-04-11
bcache: remove PTR_CACHE
Christoph Hellwig
2020-10-02
bcache: remove embedded struct cache_sb from struct cache_set
Coly Li
2020-05-27
bcache: Convert pr_<level> uses to a more typical style
Joe Perches
2019-02-09
bcache: treat stale && dirty keys as bad keys
Tang Junhui
2018-10-08
bcache: replace hard coded number with BUCKET_GC_GEN_MAX
Coly Li
2018-08-11
bcache: replace printk() by pr_*() routines
Coly Li
2018-08-11
bcache: style fixes for lines over 80 characters
Coly Li
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-06-15
docs: Fix some broken references
Mauro Carvalho Chehab
2018-03-18
bcache: Remove an unused variable
Bart Van Assche
2017-11-24
bcache: Fix building error on MIPS
Huacai Chen
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2014-08-04
bcache: Fix a journal replay bug
Kent Overstreet
2014-03-18
bcache: remove nested function usage
John Sheu
2014-03-18
bcache: Kill bucket->gc_gen
Kent Overstreet
2014-03-18
bcache: Add a real GC_MARK_RECLAIMABLE
Kent Overstreet
2014-02-10
drivers/md/bcache/extents.c: use %zi to format size_t
Geert Uytterhoeven
2014-01-08
bcache: Add bch_bkey_equal_header()
Nicholas Swenson
2014-01-08
bcache: update bch_bkey_try_merge
Nicholas Swenson
2014-01-08
bcache: Move insert_fixup() to btree_keys_ops
Kent Overstreet
2014-01-08
bcache: Convert debug code to btree_keys
Kent Overstreet
2014-01-08
bcache: Add struct btree_keys
Kent Overstreet
2014-01-08
bcache: Abstract out stuff needed for sorting
Kent Overstreet