summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
Commit message (Expand)AuthorAgeFilesLines
* 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
| * bcache: Move journal work to new flush wqKai Krakow2021-02-103-2/+19
| * bcache: Give btree_io_wq correct semantics againKai Krakow2021-02-101-1/+1
| * Revert "bcache: Kill btree_io_wq"Kai Krakow2021-02-103-2/+25
| * bcache: Fix register_device_aync typoKai Krakow2021-02-101-2/+2
| * bcache: consider the fragmentation when update the writeback ratedongdong tao2021-02-104-0/+73
* | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-213-17/+26
|\|
| * bcache: use bio_set_dev to assign ->bi_bdevChristoph Hellwig2021-01-261-1/+1
| * bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set'Ming Lei2021-01-241-1/+1
| * block: use ->bi_bdev for bio based I/O accountingChristoph Hellwig2021-01-241-13/+21
| * block: store a block_device pointer in struct bioChristoph Hellwig2021-01-242-4/+5
* | bcache: only check feature sets when sb->version >= BCACHE_SB_VERSION_CDEV_WI...Coly Li2021-01-281-0/+6
|/
* bcache: set bcache device into read-only mode for BCH_FEATURE_INCOMPAT_OBSO_L...Coly Li2021-01-091-0/+15