- 3a86156 bcache: fix variable length array abuse in btree_iter by Matthew Mirvish · 10 months ago
- b20a229 bcache: use of hlist_count_nodes() by Pierre Gondois · 1 year, 2 months ago
- 2c7f497 bcache: prevent potential division by zero error by Rand Deeb · 1 year, 4 months ago
- a6a1eb6 bcache: dynamically allocate the md-bcache shrinker by Qi Zheng · 1 year, 6 months ago
- a301b2d bcache: Convert to use sysfs_emit()/sysfs_emit_at() APIs by ye xingchen · 1 year, 9 months ago
- 7020057 block: remove QUEUE_FLAG_DISCARD by Christoph Hellwig · 2 years, 11 months ago
- fa97cb8 bcache: use default_groups in kobj_type by Greg Kroah-Hartman · 3 years, 2 months ago
- 0f5cd78 bcache: remove the backing_dev_name field from struct cached_dev by Christoph Hellwig · 3 years, 5 months ago
- 1616a4c bcache: remove bcache device self-defined readahead by Coly Li · 3 years, 9 months ago
- 6751c1e bcache: Avoid comma separated statements by Joe Perches · 4 years, 1 month ago
- 71dda2a bcache: consider the fragmentation when update the writeback rate by dongdong tao · 4 years, 1 month ago
- 4692612 md/bcache: convert comma to semicolon by Zheng Yongjun · 4 years, 2 months ago
- 6f9414e bcache: check and set sync status on cache's in-memory super block by Coly Li · 4 years, 5 months ago
- 63a96c0 bcache: only use bucket_bytes() on struct cache by Coly Li · 4 years, 5 months ago
- 4e1ebae bcache: only use block_bytes() on struct cache by Coly Li · 4 years, 5 months ago
- 092bd54 bcache: add sysfs file to display feature sets information of cache set by Coly Li · 4 years, 8 months ago
- 46f5aa8 bcache: Convert pr_<level> uses to a more typical style by Joe Perches · 4 years, 10 months ago
- 9876e386 bcache: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 5 years ago
- 038ba8c bcache: add readahead cache policy options via sysfs interface by Coly Li · 5 years ago
- c5fcded bcache: add idle_max_writeback_rate sysfs interface by Coly Li · 5 years ago
- 7ad67ca Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
- d55a4ae9 bcache: add cond_resched() in __bch_cache_cmp() by Shile Zhang · 6 years ago
- 20621fe bcache: Revert "bcache: use sysfs_match_string() instead of __sysfs_match_string()" by Coly Li · 6 years ago
- dff90d5 bcache: add reclaimed_journal_buckets to struct cache_set by Coly Li · 6 years ago
- d91ce75 bcache: remove retry_flush_write from struct cache_set by Coly Li · 6 years ago
- a59ff6c bcache: avoid a deadlock in bcache_reboot() by Coly Li · 6 years ago
- 54619998 bcache: fix mistaken sysfs entry for io_error counter by Coly Li · 6 years ago
- 0b13efe bcache: add return value check to bch_cached_dev_run() by Coly Li · 6 years ago
- 89e0341 bcache: use sysfs_match_string() instead of __sysfs_match_string() by Alexandru Ardelean · 6 years ago
- 1f0ffa6 bcache: only set BCACHE_DEV_WB_RUNNING when cached device attached by Coly Li · 6 years ago
- 4e0c04e bcache: fix inaccurate result of unused buckets by Guoju Fang · 6 years ago
- a91fbda bcache: fix input overflow to cache set sysfs file io_error_halflife by Coly Li · 6 years ago
- b150084 bcache: fix input overflow to cache set io_error_limit by Coly Li · 6 years ago
- 453745f bcache: fix input overflow to journal_delay_ms by Coly Li · 6 years ago
- dab71b2 bcache: fix input overflow to writeback_rate_minimum by Coly Li · 6 years ago
- 5b5fd3c bcache: fix potential div-zero error of writeback_rate_p_term_inverse by Coly Li · 6 years ago
- c3b75a2 bcache: fix potential div-zero error of writeback_rate_i_term_inverse by Coly Li · 6 years ago
- 369d21a bcache: fix input overflow to writeback_delay by Coly Li · 6 years ago
- f5c0b95 bcache: use sysfs_strtoul_bool() to set bit-field variables by Coly Li · 6 years ago
- 8c27a39 bcache: fix input overflow to sequential_cutoff by Coly Li · 6 years ago
- f54478c bcache: fix input integer overflow of congested threshold by Coly Li · 6 years ago
- d4610456 bcache: export backing_dev_uuid via sysfs by Coly Li · 6 years ago
- 926d194 bcache: export backing_dev_name via sysfs by Coly Li · 6 years ago
- cc38ca7 bcache: set writeback_percent in a flexible range by Coly Li · 6 years ago
- 9aaf516 bcache: make cutoff_writeback and cutoff_writeback_sync tunable by Coly Li · 6 years ago
- 7a671d8 bcache: option to automatically run gc thread after writeback by Coly Li · 6 years ago
- cb07ad6 bcache: introduce force_wake_up_gc() by Coly Li · 6 years ago
- f383ae3 bcache: cannot set writeback_running via sysfs if no writeback kthread created by Shenghui Wang · 6 years ago
- 4e361e0 bcache: update comment in sysfs.c by Shenghui Wang · 6 years ago
- 7567c2a bcache: Populate writeback_rate_minimum attribute by Ben Peddell · 6 years ago
- e1f08f1 bcache: add static const prefix to char * array declarations by Coly Li · 7 years ago
- b0d3098 bcache: style fixes for lines over 80 characters by Coly Li · 7 years ago
- 1fae7cf bcache: style fix to add a blank line after declarations by Coly Li · 7 years ago
- 6f10f7d bcache: style fix to replace 'unsigned' by 'unsigned int' by Coly Li · 7 years ago
- 46451874 bcache: fix error setting writeback_rate through sysfs interface by Coly Li · 7 years ago
- e921efe bcache: make the pr_err statement used for ENOENT only in sysfs_attatch section by Shenghui Wang · 7 years ago
- ea8c5356 bcache: set max writeback rate when I/O request is idle by Coly Li · 7 years ago
- b4cb6ef bcache: display rate debug parameters to 0 when writeback is not running by Coly Li · 7 years ago
- 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 7 years ago
- ce4c3e1 bcache: Replace bch_read_string_list() by __sysfs_match_string() by Andy Shevchenko · 7 years ago
- ecb37ce bcache: Move couple of functions to sysfs.c by Andy Shevchenko · 7 years ago
- 04cbc211 bcache: Move couple of string arrays to sysfs.c by Andy Shevchenko · 7 years ago
- c7b7bd0 bcache: add io_disable to struct cached_dev by Coly Li · 7 years ago
- 688892b bcache: fix incorrect sysfs output value of strip size by Tang Junhui · 7 years ago
- 7e027ca bcache: add stop_when_cache_set_failed option to backing device by Coly Li · 7 years ago
- 771f393 bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags by Coly Li · 7 years ago
- 3fd47bf bcache: stop dc->writeback_rate_update properly by Coly Li · 7 years ago
- 73ac105 bcache: fix for data collapse after re-attaching an attached device by Tang Junhui · 7 years ago
- 7f4fc93 bcache: return attach error when no cache set exist by Tang Junhui · 7 years ago
- 7a5e3ec bcache: set writeback_rate_update_seconds in range [1, 60] seconds by Coly Li · 7 years ago
- 7ba0d83 bcache: set error_limit correctly by Coly Li · 7 years ago
- a728eac bcache: add journal statistic by Tang Junhui · 7 years ago
- e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 1d316e6 bcache: implement PI controller for writeback rate by Michael Lyle · 7 years ago
- 58f913d bcache: Avoid nested function definition by Peter Foley · 7 years ago
- 77fa100 bcache: Correct return value for sysfs attach errors by Tony Asleson · 8 years ago
- 0b43f49 bcache: gc does not work when triggering by manual command by Tang Junhui · 8 years ago
- e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
- cb85114 bcache: remove nested function usage by John Sheu · 11 years ago
- 0a63b66 bcache: Rework btree cache reserve handling by Kent Overstreet · 11 years ago
- 1575402 bcache: Improve priority_stats by Kent Overstreet · 11 years ago
- 3572324 bcache: Minor fixes from kbuild robot by Kent Overstreet · 11 years ago
- c052dd9 bcache: Convert btree_iter to struct btree_keys by Kent Overstreet · 11 years ago
- f67342d bcache: Refactor bset_tree sysfs stats by Kent Overstreet · 11 years ago
- a85e968 bcache: Add struct btree_keys by Kent Overstreet · 11 years ago
- 67539e8 bcache: Add struct bset_sort_state by Kent Overstreet · 11 years ago
- 7836541 bcache: Rework allocator reserves by Kent Overstreet · 11 years ago
- 16749c2 bcache: New writeback PD controller by Kent Overstreet · 11 years ago
- 5ceaaad bcache: Bypass torture test by Kent Overstreet · 11 years ago
- c4d951d bcache: Fix sysfs splat on shutdown with flash only devs by Kent Overstreet · 12 years ago
- 8aee122 bcache: Kill sequential_merge option by Kent Overstreet · 12 years ago
- a1f0358 bcache: Incremental gc by Kent Overstreet · 11 years ago
- 280481d bcache: Debug code improvements by Kent Overstreet · 11 years ago
- 72a4451 bcache: Convert gc to a kthread by Kent Overstreet · 11 years ago
- 2d679fc bcache: Stripe size isn't necessarily a power of two by Kent Overstreet · 12 years ago
- 77c320e bcache: Add on error panic/unregister setting by Kent Overstreet · 12 years ago
- aee6f1c bcache: Strip endline when writing the label through sysfs by Gabriel de Perthuis · 11 years ago
- 7dc19d5 drivers: convert shrinkers to new count/scan API by Dave Chinner · 12 years ago
- d2a65ce bcache: check for allocation failures by Dan Carpenter · 12 years ago