summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
AgeCommit message (Expand)AuthorLines
2021-11-09Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+2
2021-11-08bcache: Revert "bcache: use bvec_virt"Coly Li-1/+1
2021-11-03bcache: fix use-after-free problem in bcache_device_free()Coly Li-1/+1
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds-6/+2
2021-10-29bcache: replace snprintf in show functions with sysfs_emitQing Wang-19/+16
2021-10-29bcache: move uapi header bcache.h to bcache code directoryColy Li-4/+450
2021-10-21bcache: add error handling support for add_disk()Luis Chamberlain-5/+12
2021-10-20bcache: remove bch_crc64_updateChristoph Hellwig-10/+2
2021-10-20bcache: use bvec_kmap_local in bch_data_verifyChristoph Hellwig-6/+5
2021-10-20bcache: remove the backing_dev_name field from struct cached_devChristoph Hellwig-39/+29
2021-10-20bcache: remove the cache_dev_name field from struct cacheChristoph Hellwig-10/+7
2021-10-20bcache: move calc_cached_dev_sectors to proper place on backing device detachLin Feng-1/+1
2021-10-20bcache: fix error info in register_bcache()Chao Yu-3/+10
2021-10-20md: bcache: Fix spelling of 'acquire'Ding Senjie-1/+1
2021-10-18bcache: remove bdev_sectorsChristoph Hellwig-6/+2
2021-10-18block: switch polling to be bio basedChristoph Hellwig-10/+7
2021-08-16bcache: use bvec_virtChristoph Hellwig-1/+1
2021-08-12bcache: move the del_gendisk call out of bcache_device_freeChristoph Hellwig-6/+4
2021-08-12bcache: add proper error unwinding in bcache_device_initChristoph Hellwig-5/+11
2021-08-11block: move some macros to blkdev.hGuoqing Jiang-2/+0
2021-08-09block: make the block holder code optionalChristoph Hellwig-0/+1
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds-11/+4
2021-06-12Merge tag 'block-5.13-2021-06-12' of git://git.kernel.dk/linux-blockLinus Torvalds-33/+7
2021-06-08bcache: avoid oversized read request in cache missing code pathColy Li-2/+7
2021-06-08bcache: remove bcache device self-defined readaheadColy Li-32/+1
2021-06-01bcache: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig-11/+4
2021-05-06include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)-0/+1
2021-04-11bcache: fix a regression of code compiling failure in debug.cColy Li-1/+1
2021-04-11bcache: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva-3/+3
2021-04-11md: bcache: Trivial typo fixes in the file journal.cBhaskar Chowdhury-2/+2
2021-04-11md: bcache: avoid -Wempty-body warningsArnd Bergmann-1/+1
2021-04-11bcache: use NULL instead of using plain integer as pointerYang Li-1/+1
2021-04-11bcache: remove PTR_CACHEChristoph Hellwig-23/+14
2021-04-11bcache: reduce redundant code in bch_cached_dev_run()Zhiqiang Liu-13/+12
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig-1/+1
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds-12/+131
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds-17/+26
2021-02-10bcache: Avoid comma separated statementsJoe Perches-6/+12
2021-02-10bcache: Move journal work to new flush wqKai Krakow-2/+19
2021-02-10bcache: Give btree_io_wq correct semantics againKai Krakow-1/+1
2021-02-10Revert "bcache: Kill btree_io_wq"Kai Krakow-2/+25
2021-02-10bcache: Fix register_device_aync typoKai Krakow-2/+2
2021-02-10bcache: consider the fragmentation when update the writeback ratedongdong tao-0/+73
2021-01-28bcache: only check feature sets when sb->version >= BCACHE_SB_VERSION_CDEV_WI...Coly Li-0/+6
2021-01-26bcache: use bio_set_dev to assign ->bi_bdevChristoph Hellwig-1/+1
2021-01-24bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set'Ming Lei-1/+1
2021-01-24block: use ->bi_bdev for bio based I/O accountingChristoph Hellwig-13/+21
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig-4/+5
2021-01-09bcache: set bcache device into read-only mode for BCH_FEATURE_INCOMPAT_OBSO_L...Coly Li-0/+15
2021-01-09bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucketColy Li-7/+28