summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucketColy Li2021-01-093-7/+28
* bcache: check unsupported feature sets for bcache registerColy Li2021-01-092-0/+29
* bcache: fix typo from SUUP to SUPP in features.hColy Li2021-01-091-3/+3
* bcache: set pdev_set_uuid before scond loop iterationYi Li2021-01-091-1/+1
* md/bcache: convert comma to semicolonZheng Yongjun2020-12-231-1/+1
* bcache:remove a superfluous check in register_bcacheYi Li2020-12-231-2/+0
* Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-162-9/+9
|\
| * bcache: fix race between setting bdev state to none and new write request dir...Dongsheng Yang2020-12-072-9/+9
* | block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-011-2/+2
* | block: remove the nr_sects field in struct hd_structChristoph Hellwig2020-12-011-1/+1
* | block: remove i_bdevChristoph Hellwig2020-12-011-9/+11
* | block: add a bdev_kobj helperChristoph Hellwig2020-12-011-5/+2
|/
* block: remove __blkdev_driver_ioctlChristoph Hellwig2020-11-161-2/+3
* bcache: remove embedded struct cache_sb from struct cache_setColy Li2020-10-0211-59/+46
* bcache: check and set sync status on cache's in-memory super blockColy Li2020-10-024-10/+7
* bcache: remove can_attach_cache()Coly Li2020-10-021-10/+0
* bcache: don't check seq numbers in register_cache_set()Coly Li2020-10-021-15/+0
* bcache: only use bucket_bytes() on struct cacheColy Li2020-10-022-2/+2