summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bcache: move the del_gendisk call out of bcache_device_freeChristoph Hellwig2021-08-121-6/+4
* bcache: add proper error unwinding in bcache_device_initChristoph Hellwig2021-08-121-5/+11
* block: move some macros to blkdev.hGuoqing Jiang2021-08-111-2/+0
* block: make the block holder code optionalChristoph Hellwig2021-08-091-0/+1
* Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-301-11/+4
|\
| * bcache: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig2021-06-011-11/+4
* | Merge tag 'block-5.13-2021-06-12' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-125-33/+7
|\ \ | |/ |/|
| * bcache: avoid oversized read request in cache missing code pathColy Li2021-06-081-2/+7
| * bcache: remove bcache device self-defined readaheadColy Li2021-06-085-32/+1
* | include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)2021-05-061-0/+1
|/
* bcache: fix a regression of code compiling failure in debug.cColy Li2021-04-111-1/+1
* bcache: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva2021-04-111-3/+3
* md: bcache: Trivial typo fixes in the file journal.cBhaskar Chowdhury2021-04-111-2/+2
* md: bcache: avoid -Wempty-body warningsArnd Bergmann2021-04-111-1/+1
* bcache: use NULL instead of using plain integer as pointerYang Li2021-04-111-1/+1
* bcache: remove PTR_CACHEChristoph Hellwig2021-04-118-23/+14
* bcache: reduce redundant code in bch_cached_dev_run()Zhiqiang Liu2021-04-111-13/+12
* block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-1/+1
* Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-218-12/+131
|\
| * bcache: Avoid comma separated statementsJoe Perches2021-02-102-6/+12