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