aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-09-19bcache: fix set_at_max_writeback_rate() for multiple attached devicesColy Li1-21/+52
2022-09-19bcache:: fix repeated words in commentsJilin Yuan1-1/+1
2022-09-19bcache: bset: Fix comment typosJules Maselbas1-1/+1
2022-09-19bcache: remove unused bch_mark_cache_readahead function def in stats.hLin Feng1-1/+0
2022-09-19bcache: remove unnecessary flush_workqueueLi Lei1-3/+2
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2022-08-02bcache: remove EXPERIMENTAL for Kconfig option 'Asynchronous device registration'Coly Li1-1/+1
2022-07-14md/bcache: Combine two prio_io() argumentsBart Van Assche1-5/+4
2022-07-14md/bcache: Combine two uuid_io() argumentsBart Van Assche1-8/+8
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+1
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-1/+1
2022-06-03Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds9-113/+130
2022-05-28bcache: avoid unnecessary soft lockup in kworker update_writeback_rate()Coly Li2-10/+28
2022-05-27md: bcache: check the return value of kzalloc() in detached_dev_do_request()Jia-Ju Bai1-0/+6
2022-05-27bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_init()Coly Li2-0/+2
2022-05-24bcache: avoid journal no-space deadlock by reserving 1 journal bucketColy Li3-5/+29
2022-05-24bcache: remove incremental dirty sector counting for bch_sectors_dirty_init()Coly Li1-28/+13
2022-05-24bcache: improve multithreaded bch_sectors_dirty_init()Coly Li2-38/+26
2022-05-24bcache: improve multithreaded bch_btree_check()Coly Li2-33/+27
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds5-10/+11
2022-04-19bcache: fix wrong bdev parameter when calling bio_alloc_clone() in do_bio_hook()Coly Li1-1/+1
2022-04-19bcache: put bch_bio_map() back to correct location in journal_write_unlocked()Coly Li1-1/+1
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-1/+1
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig3-5/+4
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig1-4/+6
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-7/+13
2022-03-06bcache: fixup multiple threads crashMingzhe Zou2-4/+8
2022-03-06bcache: fixup bcache_dev_sectors_dirty_add() multithreaded CPU false sharingMingzhe Zou1-4/+7
2022-03-04bcache: use bvec_kmap_local in bio_csumChristoph Hellwig1-2/+2
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig1-2/+3
2022-02-04block: initialize the target bio in __bio_clone_fastChristoph Hellwig1-1/+0
2022-02-04block: clone crypto and integrity data in __bio_clone_fastChristoph Hellwig1-1/+1
2022-02-02block: pass a block_device and opf to bio_resetChristoph Hellwig2-10/+6
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig6-14/+11
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig1-7/+5
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+0
2022-01-26bcache: use default_groups in kobj_typeGreg Kroah-Hartman3-7/+13
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