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