summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * bcache: remove bdev_sectorsChristoph Hellwig2021-10-183-6/+2
* | bcache: replace snprintf in show functions with sysfs_emitQing Wang2021-10-292-19/+16
* | bcache: move uapi header bcache.h to bcache code directoryColy Li2021-10-295-4/+450
* | bcache: add error handling support for add_disk()Luis Chamberlain2021-10-211-5/+12
* | bcache: remove bch_crc64_updateChristoph Hellwig2021-10-203-10/+2
* | bcache: use bvec_kmap_local in bch_data_verifyChristoph Hellwig2021-10-201-6/+5
* | bcache: remove the backing_dev_name field from struct cached_devChristoph Hellwig2021-10-206-39/+29
* | bcache: remove the cache_dev_name field from struct cacheChristoph Hellwig2021-10-203-10/+7
* | bcache: move calc_cached_dev_sectors to proper place on backing device detachLin Feng2021-10-201-1/+1
* | bcache: fix error info in register_bcache()Chao Yu2021-10-201-3/+10
* | md: bcache: Fix spelling of 'acquire'Ding Senjie2021-10-201-1/+1
|/
* block: switch polling to be bio basedChristoph Hellwig2021-10-182-10/+7
* bcache: use bvec_virtChristoph Hellwig2021-08-161-1/+1