summaryrefslogtreecommitdiff
path: root/drivers/md/bcache
AgeCommit message (Expand)Author
2022-09-19bcache: bset: Fix comment typosJules Maselbas
2022-09-19bcache: remove unused bch_mark_cache_readahead function def in stats.hLin Feng
2022-09-19bcache: remove unnecessary flush_workqueueLi Lei
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-02bcache: remove EXPERIMENTAL for Kconfig option 'Asynchronous device registrat...Coly Li
2022-07-14md/bcache: Combine two prio_io() argumentsBart Van Assche
2022-07-14md/bcache: Combine two uuid_io() argumentsBart Van Assche
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig
2022-06-03Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-28bcache: avoid unnecessary soft lockup in kworker update_writeback_rate()Coly Li
2022-05-27md: bcache: check the return value of kzalloc() in detached_dev_do_request()Jia-Ju Bai
2022-05-27bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_...Coly Li
2022-05-24bcache: avoid journal no-space deadlock by reserving 1 journal bucketColy Li
2022-05-24bcache: remove incremental dirty sector counting for bch_sectors_dirty_init()Coly Li
2022-05-24bcache: improve multithreaded bch_sectors_dirty_init()Coly Li
2022-05-24bcache: improve multithreaded bch_btree_check()Coly Li
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-04-19bcache: fix wrong bdev parameter when calling bio_alloc_clone() in do_bio_hook()Coly Li
2022-04-19bcache: put bch_bio_map() back to correct location in journal_write_unlocked()Coly Li
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-06bcache: fixup multiple threads crashMingzhe Zou
2022-03-06bcache: fixup bcache_dev_sectors_dirty_add() multithreaded CPU false sharingMingzhe Zou
2022-03-04bcache: use bvec_kmap_local in bio_csumChristoph Hellwig
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig
2022-02-04block: initialize the target bio in __bio_clone_fastChristoph Hellwig
2022-02-04block: clone crypto and integrity data in __bio_clone_fastChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_resetChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig
2022-02-02block: remove genhd.hChristoph Hellwig
2022-01-26bcache: use default_groups in kobj_typeGreg Kroah-Hartman
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