aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/bcache
AgeCommit message (Expand)AuthorFilesLines
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-7/+13
2022-03-06bcache: fixup multiple threads crashGravatar Mingzhe Zou 2-4/+8
2022-03-06bcache: fixup bcache_dev_sectors_dirty_add() multithreaded CPU false sharingGravatar Mingzhe Zou 1-4/+7
2022-03-04bcache: use bvec_kmap_local in bio_csumGravatar Christoph Hellwig 1-2/+2
2022-02-04block: pass a block_device to bio_clone_fastGravatar Christoph Hellwig 1-2/+3
2022-02-04block: initialize the target bio in __bio_clone_fastGravatar Christoph Hellwig 1-1/+0
2022-02-04block: clone crypto and integrity data in __bio_clone_fastGravatar Christoph Hellwig 1-1/+1
2022-02-02block: pass a block_device and opf to bio_resetGravatar Christoph Hellwig 2-10/+6
2022-02-02block: pass a block_device and opf to bio_initGravatar Christoph Hellwig 6-14/+11
2022-02-02block: pass a block_device and opf to bio_alloc_biosetGravatar Christoph Hellwig 1-7/+5
2022-02-02block: remove genhd.hGravatar Christoph Hellwig 1-1/+0
2022-01-26bcache: use default_groups in kobj_typeGravatar Greg Kroah-Hartman 3-7/+13
2021-12-14bcache: fix NULL pointer reference in cached_dev_detach_finishGravatar Lin Feng 1-1/+2
2021-11-09Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-2/+2
2021-11-08bcache: Revert "bcache: use bvec_virt"Gravatar Coly Li 1-1/+1
2021-11-03bcache: fix use-after-free problem in bcache_device_free()Gravatar Coly Li 1-1/+1
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-6/+2
2021-10-29bcache: replace snprintf in show functions with sysfs_emitGravatar Qing Wang 2-19/+16
2021-10-29bcache: move uapi header bcache.h to bcache code directoryGravatar Coly Li 5-4/+450
2021-10-21bcache: add error handling support for add_disk()Gravatar Luis Chamberlain 1-5/+12
2021-10-20bcache: remove bch_crc64_updateGravatar Christoph Hellwig 3-10/+2
2021-10-20bcache: use bvec_kmap_local in bch_data_verifyGravatar Christoph Hellwig 1-6/+5
2021-10-20bcache: remove the backing_dev_name field from struct cached_devGravatar Christoph Hellwig 6-39/+29
2021-10-20bcache: remove the cache_dev_name field from struct cacheGravatar Christoph Hellwig 3-10/+7
2021-10-20bcache: move calc_cached_dev_sectors to proper place on backing device detachGravatar Lin Feng 1-1/+1
2021-10-20bcache: fix error info in register_bcache()Gravatar Chao Yu 1-3/+10
2021-10-20md: bcache: Fix spelling of 'acquire'Gravatar Ding Senjie 1-1/+1
2021-10-18bcache: remove bdev_sectorsGravatar Christoph Hellwig 3-6/+2
2021-10-18block: switch polling to be bio basedGravatar Christoph Hellwig 2-10/+7
2021-08-16bcache: use bvec_virtGravatar Christoph Hellwig 1-1/+1
2021-08-12bcache: move the del_gendisk call out of bcache_device_freeGravatar Christoph Hellwig 1-6/+4
2021-08-12bcache: add proper error unwinding in bcache_device_initGravatar Christoph Hellwig 1-5/+11
2021-08-11block: move some macros to blkdev.hGravatar Guoqing Jiang 1-2/+0
2021-08-09block: make the block holder code optionalGravatar Christoph Hellwig 1-0/+1
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-11/+4
2021-06-12Merge tag 'block-5.13-2021-06-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 5-33/+7
2021-06-08bcache: avoid oversized read request in cache missing code pathGravatar Coly Li 1-2/+7
2021-06-08bcache: remove bcache device self-defined readaheadGravatar Coly Li 5-32/+1
2021-06-01bcache: convert to blk_alloc_disk/blk_cleanup_diskGravatar Christoph Hellwig 1-11/+4
2021-05-06include: remove pagemap.h from blkdev.hGravatar Matthew Wilcox (Oracle) 1-0/+1
2021-04-11bcache: fix a regression of code compiling failure in debug.cGravatar Coly Li 1-1/+1
2021-04-11bcache: Use 64-bit arithmetic instead of 32-bitGravatar Gustavo A. R. Silva 1-3/+3
2021-04-11md: bcache: Trivial typo fixes in the file journal.cGravatar Bhaskar Chowdhury 1-2/+2
2021-04-11md: bcache: avoid -Wempty-body warningsGravatar Arnd Bergmann 1-1/+1
2021-04-11bcache: use NULL instead of using plain integer as pointerGravatar Yang Li 1-1/+1
2021-04-11bcache: remove PTR_CACHEGravatar Christoph Hellwig 8-23/+14
2021-04-11bcache: reduce redundant code in bch_cached_dev_run()Gravatar Zhiqiang Liu 1-13/+12
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSGravatar Christoph Hellwig 1-1/+1
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 8-12/+131
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-17/+26