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: remove redundant assignment to variable cur_idxColin Ian King
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-03bcache: fixup lock c->root errorMingzhe Zou
2023-12-03bcache: fixup init dirty data errorsMingzhe Zou
2023-12-03bcache: prevent potential division by zero errorRand Deeb
2023-12-03bcache: check return value from btree_node_alloc_replacement()Coly Li
2023-12-03bcache: fixup multi-threaded bch_sectors_dirty_init() wake-up raceMingzhe Zou
2023-12-03bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in btree_gc_coalesce()Coly Li
2023-07-23bcache: Fix __bch_btree_node_alloc to make the failure behavior consistentZheng Wang
2023-07-23bcache: Remove unnecessary NULL point check in node allocationsZheng Wang
2023-07-23bcache: fixup btree_cache_wait list damageMingzhe Zou
2022-10-26bcache: fix set_at_max_writeback_rate() for multiple attached devicesColy Li
2022-07-02bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_...Coly Li
2022-06-09md: bcache: check the return value of kzalloc() in detached_dev_do_request()Jia-Ju Bai
2022-06-09bcache: avoid journal no-space deadlock by reserving 1 journal bucketColy Li
2022-06-09bcache: remove incremental dirty sector counting for bch_sectors_dirty_init()Coly Li
2022-06-09bcache: improve multithreaded bch_sectors_dirty_init()Coly Li
2022-06-09bcache: improve multithreaded bch_btree_check()Coly Li
2022-04-08bcache: fixup multiple threads crashMingzhe Zou
2021-11-18bcache: Revert "bcache: use bvec_virt"Coly Li
2021-11-18bcache: fix use-after-free problem in bcache_device_free()Coly Li
2021-08-16bcache: use bvec_virtChristoph Hellwig
2021-08-12bcache: move the del_gendisk call out of bcache_device_freeChristoph Hellwig
2021-08-12bcache: add proper error unwinding in bcache_device_initChristoph Hellwig
2021-08-11block: move some macros to blkdev.hGuoqing Jiang
2021-08-09block: make the block holder code optionalChristoph Hellwig
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-12Merge tag 'block-5.13-2021-06-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-08bcache: avoid oversized read request in cache missing code pathColy Li
2021-06-08bcache: remove bcache device self-defined readaheadColy Li
2021-06-01bcache: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig
2021-05-06include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)
2021-04-11bcache: fix a regression of code compiling failure in debug.cColy Li
2021-04-11bcache: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva
2021-04-11md: bcache: Trivial typo fixes in the file journal.cBhaskar Chowdhury
2021-04-11md: bcache: avoid -Wempty-body warningsArnd Bergmann
2021-04-11bcache: use NULL instead of using plain integer as pointerYang Li
2021-04-11bcache: remove PTR_CACHEChristoph Hellwig
2021-04-11bcache: reduce redundant code in bch_cached_dev_run()Zhiqiang Liu
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-10bcache: Avoid comma separated statementsJoe Perches
2021-02-10bcache: Move journal work to new flush wqKai Krakow
2021-02-10bcache: Give btree_io_wq correct semantics againKai Krakow
2021-02-10Revert "bcache: Kill btree_io_wq"Kai Krakow
2021-02-10bcache: Fix register_device_aync typoKai Krakow