summaryrefslogtreecommitdiff
path: root/drivers/md/bcache
Commit message (Expand)AuthorAgeFilesLines
* block/drivers: remove dead clear of random flagChaitanya Kulkarni2023-04-251-1/+0
* Merge tag 'flex-array-transformations-6.3-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds2023-02-251-4/+4
|\
| * bcache: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2023-01-051-4/+4
* | bcache: Silence memcpy() run-time false positive warningsKees Cook2023-01-252-2/+4
|/
* Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-133-4/+4
|\
| * block: remove bio_set_op_attrsChristoph Hellwig2022-12-073-4/+4
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
|/
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* bcache: fix set_at_max_writeback_rate() for multiple attached devicesColy Li2022-09-191-21/+52
* bcache:: fix repeated words in commentsJilin Yuan2022-09-191-1/+1
* bcache: bset: Fix comment typosJules Maselbas2022-09-191-1/+1
* bcache: remove unused bch_mark_cache_readahead function def in stats.hLin Feng2022-09-191-1/+0
* bcache: remove unnecessary flush_workqueueLi Lei2022-09-191-3/+2
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-1/+1
|\
| * mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+1
* | bcache: remove EXPERIMENTAL for Kconfig option 'Asynchronous device registrat...Coly Li2022-08-021-1/+1
* | md/bcache: Combine two prio_io() argumentsBart Van Assche2022-07-141-5/+4
* | md/bcache: Combine two uuid_io() argumentsBart Van Assche2022-07-141-8/+8
* | block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-1/+1
|/
* Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-039-113/+130
|\
| * bcache: avoid unnecessary soft lockup in kworker update_writeback_rate()Coly Li2022-05-282-10/+28
| * md: bcache: check the return value of kzalloc() in detached_dev_do_request()Jia-Ju Bai2022-05-271-0/+6
| * bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_...Coly Li2022-05-272-0/+2
| * bcache: avoid journal no-space deadlock by reserving 1 journal bucketColy Li2022-05-243-5/+29
| * bcache: remove incremental dirty sector counting for bch_sectors_dirty_init()Coly Li2022-05-241-28/+13
| * bcache: improve multithreaded bch_sectors_dirty_init()Coly Li2022-05-242-38/+26
| * bcache: improve multithreaded bch_btree_check()Coly Li2022-05-242-33/+27
* | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-235-10/+11
|\ \ | |/
| * block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-171-1/+1
| * block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-173-5/+4
| * block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig2022-04-171-4/+6
* | bcache: fix wrong bdev parameter when calling bio_alloc_clone() in do_bio_hook()Coly Li2022-04-191-1/+1
* | bcache: put bch_bio_map() back to correct location in journal_write_unlocked()Coly Li2022-04-191-1/+1
|/
* Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-283-7/+13
|\
| * bcache: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-263-7/+13
* | bcache: fixup multiple threads crashMingzhe Zou2022-03-062-4/+8
* | bcache: fixup bcache_dev_sectors_dirty_add() multithreaded CPU false sharingMingzhe Zou2022-03-061-4/+7
* | bcache: use bvec_kmap_local in bio_csumChristoph Hellwig2022-03-041-2/+2
* | block: pass a block_device to bio_clone_fastChristoph Hellwig2022-02-041-2/+3
* | block: initialize the target bio in __bio_clone_fastChristoph Hellwig2022-02-041-1/+0
* | block: clone crypto and integrity data in __bio_clone_fastChristoph Hellwig2022-02-041-1/+1
* | block: pass a block_device and opf to bio_resetChristoph Hellwig2022-02-022-10/+6
* | block: pass a block_device and opf to bio_initChristoph Hellwig2022-02-026-14/+11
* | block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig2022-02-021-7/+5
* | block: remove genhd.hChristoph Hellwig2022-02-021-1/+0
|/
* bcache: fix NULL pointer reference in cached_dev_detach_finishLin Feng2021-12-141-1/+2
* Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-092-2/+2
|\
| * bcache: Revert "bcache: use bvec_virt"Coly Li2021-11-081-1/+1
| * bcache: fix use-after-free problem in bcache_device_free()Coly Li2021-11-031-1/+1
* | Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-013-6/+2
|\ \ | |/ |/|