summaryrefslogtreecommitdiff
path: root/drivers/md/bcache
AgeCommit message (Expand)AuthorFilesLines
2024-06-16bcache: fix variable length array abuse in btree_iterMatthew Mirvish6-59/+70
2023-12-20bcache: avoid NULL checking to c->root in run_cache_set()Coly Li1-1/+1
2023-12-20bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()Coly Li1-0/+7
2023-12-20bcache: remove redundant assignment to variable cur_idxColin Ian King1-1/+1
2023-12-20bcache: avoid oversize memory allocation by small stripe_sizeColy Li2-0/+3
2023-12-08bcache: revert replacing IS_ERR_OR_NULL with IS_ERRMarkus Weippert1-1/+1
2023-12-03bcache: fixup lock c->root errorMingzhe Zou1-3/+11
2023-12-03bcache: fixup init dirty data errorsMingzhe Zou1-1/+4
2023-12-03bcache: prevent potential division by zero errorRand Deeb1-1/+1
2023-12-03bcache: check return value from btree_node_alloc_replacement()Coly Li1-0/+2
2023-12-03bcache: fixup multi-threaded bch_sectors_dirty_init() wake-up raceMingzhe Zou1-1/+2
2023-12-03bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in btree_gc_coalesce()Coly Li1-1/+1
2023-07-19bcache: Fix __bch_btree_node_alloc to make the failure behavior consistentZheng Wang1-1/+3
2023-07-19bcache: Remove unnecessary NULL point check in node allocationsZheng Wang2-7/+7
2023-07-19bcache: fixup btree_cache_wait list damageMingzhe Zou3-1/+21
2023-02-09bcache: Silence memcpy() run-time false positive warningsKees Cook2-2/+4
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-09-19bcache: fix set_at_max_writeback_rate() for multiple attached devicesColy Li1-21/+52
2022-09-19bcache:: fix repeated words in commentsJilin Yuan1-1/+1
2022-09-19bcache: bset: Fix comment typosJules Maselbas1-1/+1
2022-09-19bcache: remove unused bch_mark_cache_readahead function def in stats.hLin Feng1-1/+0
2022-09-19bcache: remove unnecessary flush_workqueueLi Lei1-3/+2
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-08-03bcache: remove EXPERIMENTAL for Kconfig option 'Asynchronous device registrat...Coly Li1-1/+1
2022-07-14md/bcache: Combine two prio_io() argumentsBart Van Assche1-5/+4
2022-07-14md/bcache: Combine two uuid_io() argumentsBart Van Assche1-8/+8
2022-07-04mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+1
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-1/+1
2022-06-03Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds9-113/+130
2022-05-28bcache: avoid unnecessary soft lockup in kworker update_writeback_rate()Coly Li2-10/+28
2022-05-27md: bcache: check the return value of kzalloc() in detached_dev_do_request()Jia-Ju Bai1-0/+6
2022-05-27bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_...Coly Li2-0/+2
2022-05-24bcache: avoid journal no-space deadlock by reserving 1 journal bucketColy Li3-5/+29
2022-05-24bcache: remove incremental dirty sector counting for bch_sectors_dirty_init()Coly Li1-28/+13
2022-05-24bcache: improve multithreaded bch_sectors_dirty_init()Coly Li2-38/+26
2022-05-24bcache: improve multithreaded bch_btree_check()Coly Li2-33/+27
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds5-10/+11
2022-04-19bcache: fix wrong bdev parameter when calling bio_alloc_clone() in do_bio_hook()Coly Li1-1/+1
2022-04-19bcache: put bch_bio_map() back to correct location in journal_write_unlocked()Coly Li1-1/+1
2022-04-18block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-1/+1
2022-04-18block: remove QUEUE_FLAG_DISCARDChristoph Hellwig3-5/+4
2022-04-18block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig1-4/+6
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-7/+13
2022-03-06bcache: fixup multiple threads crashMingzhe Zou2-4/+8
2022-03-06bcache: fixup bcache_dev_sectors_dirty_add() multithreaded CPU false sharingMingzhe Zou1-4/+7
2022-03-04bcache: use bvec_kmap_local in bio_csumChristoph Hellwig1-2/+2
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig1-2/+3
2022-02-04block: initialize the target bio in __bio_clone_fastChristoph Hellwig1-1/+0
2022-02-04block: clone crypto and integrity data in __bio_clone_fastChristoph Hellwig1-1/+1
2022-02-02block: pass a block_device and opf to bio_resetChristoph Hellwig2-10/+6