aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
AgeCommit message (Expand)Author
2023-12-20bcache: avoid NULL checking to c->root in run_cache_set()Coly Li
2023-12-20bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()Coly Li
2023-12-20bcache: avoid oversize memory allocation by small stripe_sizeColy Li
2023-12-08bcache: revert replacing IS_ERR_OR_NULL with IS_ERRMarkus Weippert
2023-12-08bcache: prevent potential division by zero errorRand Deeb
2023-12-08bcache: check return value from btree_node_alloc_replacement()Coly Li
2023-12-08bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in btree_gc_coalesce()Coly Li
2023-08-11bcache: Fix __bch_btree_node_alloc to make the failure behavior consistentZheng Wang
2023-08-11bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()Coly Li
2023-08-11bcache: use MAX_CACHES_PER_SET instead of magic number 8 in __bch_bucket_allo...Shenghui Wang
2023-08-11bcache: Remove unnecessary NULL point check in node allocationsZheng Wang
2022-06-14md: bcache: check the return value of kzalloc() in detached_dev_do_request()Jia-Ju Bai
2021-09-22bcache: add proper error unwinding in bcache_device_initChristoph Hellwig
2020-10-01bcache: fix a lost wake-up problem caused by mca_cannibalize_lockGuoju Fang
2020-08-21bcache: fix overflow in offset_to_stripe()Coly Li
2020-08-21bcache: allocate meta data pages as compound pagesColy Li
2020-08-19bcache: fix super block seq numbers comparision in register_cache_set()Coly Li
2020-06-25bcache: fix potential deadlock problem in btree_gc_coalesceZhiqiang Liu
2020-06-22bcache: fix refcount underflow in bcache_device_free()Coly Li
2020-02-24bcache: explicity type cast in bset_bkey_last()Coly Li
2020-02-24bcache: cached_dev_free needs to put the sb pageLiang Chen
2020-02-11bcache: add readahead cache policy options via sysfs interfaceColy Li
2020-01-27bcache: Fix an error code in bch_dump_read()Dan Carpenter
2020-01-04bcache: at least try to shrink 1 node in bch_mca_scan()Coly Li
2019-12-31bcache: fix deadlock in bcache_allocatorAndrea Righi
2019-12-31bcache: fix static checker warning in bcache_device_free()Coly Li
2019-12-05bcache: do not mark writeback_running too earlyShenghui Wang
2019-12-05bcache: do not check if debug dentry is ERR or NULL explicitly on removeShenghui Wang
2019-11-24bcache: recal cached_dev_sectors on detachShenghui Wang
2019-11-24bcache: account size of buckets used in uuid write to ca->meta_sectors_writtenShenghui Wang
2019-11-06bcache: fix input overflow to writeback_rate_minimumColy Li
2019-10-05closures: fix a race on wakeup from closure_syncKent Overstreet
2019-10-01bcache: remove redundant LIST_HEAD(journal) from run_cache_set()Coly Li
2019-09-16bcache: fix race in btree_flush_write()Coly Li
2019-09-16bcache: add comments for mutex_lock(&b->write_lock)Coly Li
2019-09-16bcache: only clear BTREE_NODE_dirty bit when it is setColy Li
2019-09-16bcache: treat stale && dirty keys as bad keysTang Junhui
2019-09-16bcache: replace hard coded number with BUCKET_GC_GEN_MAXColy Li
2019-07-26bcache: destroy dc->writeback_write_wq if failed to create dc->writeback_threadColy Li
2019-07-26bcache: fix mistaken sysfs entry for io_error counterColy Li
2019-07-26bcache: ignore read-ahead request failure on backing deviceColy Li
2019-07-26bcache: Revert "bcache: free heap cache_set->flush_btree in bch_journal_free"Coly Li
2019-07-26bcache: Revert "bcache: fix high CPU occupancy during journal"Coly Li
2019-07-26Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"Coly Li
2019-07-26bcache: fix potential deadlock in cached_def_free()Coly Li
2019-07-26bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()Coly Li
2019-07-26bcache: acquire bch_register_lock later in cached_dev_free()Coly Li
2019-07-26bcache: check CACHE_SET_IO_DISABLE bit in bch_journal()Coly Li
2019-07-26bcache: check CACHE_SET_IO_DISABLE in allocator codeColy Li
2019-06-19bcache: only set BCACHE_DEV_WB_RUNNING when cached device attachedColy Li