Age | Commit message (Expand) | Author |
2023-11-20 | bcache: prevent potential division by zero error | Rand Deeb |
2023-10-04 | bcache: dynamically allocate the md-bcache shrinker | Qi Zheng |
2023-06-15 | bcache: Convert to use sysfs_emit()/sysfs_emit_at() APIs | ye xingchen |
2022-04-17 | block: remove QUEUE_FLAG_DISCARD | Christoph Hellwig |
2022-01-26 | bcache: use default_groups in kobj_type | Greg Kroah-Hartman |
2021-10-20 | bcache: remove the backing_dev_name field from struct cached_dev | Christoph Hellwig |
2021-06-08 | bcache: remove bcache device self-defined readahead | Coly Li |
2021-02-10 | bcache: Avoid comma separated statements | Joe Perches |
2021-02-10 | bcache: consider the fragmentation when update the writeback rate | dongdong tao |
2020-12-23 | md/bcache: convert comma to semicolon | Zheng Yongjun |
2020-10-02 | bcache: check and set sync status on cache's in-memory super block | Coly Li |
2020-10-02 | bcache: only use bucket_bytes() on struct cache | Coly Li |
2020-10-02 | bcache: only use block_bytes() on struct cache | Coly Li |
2020-07-25 | bcache: add sysfs file to display feature sets information of cache set | Coly Li |
2020-05-27 | bcache: Convert pr_<level> uses to a more typical style | Joe Perches |
2020-03-22 | bcache: Use scnprintf() for avoiding potential buffer overflow | Takashi Iwai |
2020-02-01 | bcache: add readahead cache policy options via sysfs interface | Coly Li |
2019-11-13 | bcache: add idle_max_writeback_rate sysfs interface | Coly Li |
2019-09-17 | Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-block | Linus Torvalds |
2019-09-03 | bcache: add cond_resched() in __bch_cache_cmp() | Shile Zhang |
2019-08-09 | bcache: Revert "bcache: use sysfs_match_string() instead of __sysfs_match_str... | Coly Li |
2019-06-28 | bcache: add reclaimed_journal_buckets to struct cache_set | Coly Li |
2019-06-28 | bcache: remove retry_flush_write from struct cache_set | Coly Li |
2019-06-28 | bcache: avoid a deadlock in bcache_reboot() | Coly Li |
2019-06-28 | bcache: fix mistaken sysfs entry for io_error counter | Coly Li |
2019-06-28 | bcache: add return value check to bch_cached_dev_run() | Coly Li |
2019-06-28 | bcache: use sysfs_match_string() instead of __sysfs_match_string() | Alexandru Ardelean |
2019-06-13 | bcache: only set BCACHE_DEV_WB_RUNNING when cached device attached | Coly Li |
2019-04-24 | bcache: fix inaccurate result of unused buckets | Guoju Fang |
2019-02-09 | bcache: fix input overflow to cache set sysfs file io_error_halflife | Coly Li |
2019-02-09 | bcache: fix input overflow to cache set io_error_limit | Coly Li |
2019-02-09 | bcache: fix input overflow to journal_delay_ms | Coly Li |
2019-02-09 | bcache: fix input overflow to writeback_rate_minimum | Coly Li |
2019-02-09 | bcache: fix potential div-zero error of writeback_rate_p_term_inverse | Coly Li |
2019-02-09 | bcache: fix potential div-zero error of writeback_rate_i_term_inverse | Coly Li |
2019-02-09 | bcache: fix input overflow to writeback_delay | Coly Li |
2019-02-09 | bcache: use sysfs_strtoul_bool() to set bit-field variables | Coly Li |
2019-02-09 | bcache: fix input overflow to sequential_cutoff | Coly Li |
2019-02-09 | bcache: fix input integer overflow of congested threshold | Coly Li |
2019-02-09 | bcache: export backing_dev_uuid via sysfs | Coly Li |
2019-02-09 | bcache: export backing_dev_name via sysfs | Coly Li |
2018-12-13 | bcache: set writeback_percent in a flexible range | Coly Li |
2018-12-13 | bcache: make cutoff_writeback and cutoff_writeback_sync tunable | Coly Li |
2018-12-13 | bcache: option to automatically run gc thread after writeback | Coly Li |
2018-12-13 | bcache: introduce force_wake_up_gc() | Coly Li |
2018-12-13 | bcache: cannot set writeback_running via sysfs if no writeback kthread created | Shenghui Wang |
2018-12-13 | bcache: update comment in sysfs.c | Shenghui Wang |
2018-10-08 | bcache: Populate writeback_rate_minimum attribute | Ben Peddell |
2018-08-11 | bcache: add static const prefix to char * array declarations | Coly Li |
2018-08-11 | bcache: style fixes for lines over 80 characters | Coly Li |