aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/bcache
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-10bcache: Avoid comma separated statementsGravatar Joe Perches 2-6/+12
2021-02-10bcache: Move journal work to new flush wqGravatar Kai Krakow 3-2/+19
2021-02-10bcache: Give btree_io_wq correct semantics againGravatar Kai Krakow 1-1/+1
2021-02-10Revert "bcache: Kill btree_io_wq"Gravatar Kai Krakow 3-2/+25
2021-02-10bcache: Fix register_device_aync typoGravatar Kai Krakow 1-2/+2
2021-02-10bcache: consider the fragmentation when update the writeback rateGravatar dongdong tao 4-0/+73
2021-01-28bcache: only check feature sets when sb->version >= BCACHE_SB_VERSION_CDEV_WI...Gravatar Coly Li 1-0/+6
2021-01-26bcache: use bio_set_dev to assign ->bi_bdevGravatar Christoph Hellwig 1-1/+1
2021-01-24bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set'Gravatar Ming Lei 1-1/+1
2021-01-24block: use ->bi_bdev for bio based I/O accountingGravatar Christoph Hellwig 1-13/+21
2021-01-24block: store a block_device pointer in struct bioGravatar Christoph Hellwig 2-4/+5
2021-01-09bcache: set bcache device into read-only mode for BCH_FEATURE_INCOMPAT_OBSO_L...Gravatar Coly Li 1-0/+15
2021-01-09bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucketGravatar Coly Li 3-7/+28
2021-01-09bcache: check unsupported feature sets for bcache registerGravatar Coly Li 2-0/+29
2021-01-09bcache: fix typo from SUUP to SUPP in features.hGravatar Coly Li 1-3/+3
2021-01-09bcache: set pdev_set_uuid before scond loop iterationGravatar Yi Li 1-1/+1
2020-12-23md/bcache: convert comma to semicolonGravatar Zheng Yongjun 1-1/+1
2020-12-23bcache:remove a superfluous check in register_bcacheGravatar Yi Li 1-2/+0
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-9/+9
2020-12-07bcache: fix race between setting bdev state to none and new write request dir...Gravatar Dongsheng Yang 2-9/+9
2020-12-01block: switch partition lookup to use struct block_deviceGravatar Christoph Hellwig 1-2/+2
2020-12-01block: remove the nr_sects field in struct hd_structGravatar Christoph Hellwig 1-1/+1
2020-12-01block: remove i_bdevGravatar Christoph Hellwig 1-9/+11
2020-12-01block: add a bdev_kobj helperGravatar Christoph Hellwig 1-5/+2
2020-11-16block: remove __blkdev_driver_ioctlGravatar Christoph Hellwig 1-2/+3
2020-10-02bcache: remove embedded struct cache_sb from struct cache_setGravatar Coly Li 11-59/+46
2020-10-02bcache: check and set sync status on cache's in-memory super blockGravatar Coly Li 4-10/+7
2020-10-02bcache: remove can_attach_cache()Gravatar Coly Li 1-10/+0
2020-10-02bcache: don't check seq numbers in register_cache_set()Gravatar Coly Li 1-15/+0
2020-10-02bcache: only use bucket_bytes() on struct cacheGravatar Coly Li 2-2/+2
2020-10-02bcache: remove useless bucket_pages()Gravatar Coly Li 1-1/+0
2020-10-02bcache: remove useless alloc_bucket_pages()Gravatar Coly Li 1-3/+0
2020-10-02bcache: only use block_bytes() on struct cacheGravatar Coly Li 7-24/+24
2020-10-02bcache: add set_uuid in struct cache_setGravatar Coly Li 3-13/+14