index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
bcache
/
util.h
Age
Commit message (
Expand
)
Author
2019-06-28
bcache: Revert "bcache: fix high CPU occupancy during journal"
Coly Li
2019-04-24
bcache: Clean up bch_get_congested()
George Spelvin
2018-08-22
Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-08-22
bcache: use routines from lib/crc64.c for CRC64 calculation
Coly Li
2018-08-11
bcache: style fixes for lines over 80 characters
Coly Li
2018-08-11
bcache: add identifier names to arguments of function definitions
Coly Li
2018-08-11
bcache: style fix to replace 'unsigned' by 'unsigned int'
Coly Li
2018-08-09
bcache: set max writeback rate when I/O request is idle
Coly Li
2018-05-28
bcache: Move couple of functions to sysfs.c
Andy Shevchenko
2018-03-18
bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags
Coly Li
2018-02-07
bcache: fix high CPU occupancy during journal
Tang Junhui
2018-01-06
block: move bio_alloc_pages() to bcache
Ming Lei
2017-11-14
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-16
bcache: writeback rate shouldn't artifically clamp
Michael Lyle
2017-05-08
treewide: use kv[mz]alloc* rather than opencoded variants
Michal Hocko
2017-03-09
drivers/md/bcache/util.h: remove duplicate inclusion of blkdev.h
Masanari Iida
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2015-08-13
bcache: remove driver private bio splitting code
Kent Overstreet
2015-06-30
bcache: use kvfree() in various places
Pekka Enberg
2014-08-04
bcache: Correct printing of btree_gc_max_duration_ms
Surbhi Palande
2014-01-08
bcache: Convert debug code to btree_keys
Kent Overstreet
2014-01-08
bcache: Remove/fix some header dependencies
Kent Overstreet
2013-12-16
bcache: Fix heap_peek() macro
Nicholas Swenson
2013-11-10
bcache: Move spinlock into struct time_stats
Kent Overstreet
2013-11-10
bcache: Debug code improvements
Kent Overstreet
2013-11-10
bcache: Pull on disk data structures out into a separate header
Kent Overstreet
2013-09-24
bcache: Fix a writeback performance regression
Kent Overstreet
2013-07-01
bcache: Use standard utility code
Kent Overstreet
2013-06-26
bcache: Fix/revamp tracepoints
Kent Overstreet
2013-03-28
bcache: Don't export utility code, prefix with bch_
Kent Overstreet
2013-03-23
bcache: A block layer cache
Kent Overstreet