summaryrefslogtreecommitdiff
path: root/drivers/md/bcache
AgeCommit message (Expand)AuthorFilesLines
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+24
2023-06-15bcache: fixup btree_cache_wait list damageMingzhe Zou3-1/+21
2023-06-15bcache: Fix __bch_btree_node_alloc to make the failure behavior consistentZheng Wang1-1/+3
2023-06-15bcache: Remove unnecessary NULL point check in node allocationsZheng Wang2-7/+7
2023-06-15bcache: Remove dead references to cache_readaheadsAndrea Tomassetti1-1/+0
2023-06-15bcache: make kobj_type structures constantThomas Weißschuh2-6/+6
2023-06-15bcache: Convert to use sysfs_emit()/sysfs_emit_at() APIsye xingchen1-16/+15
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig3-6/+6
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-8/+7
2023-06-12bcache: don't pass a stack address to blkdev_get_by_pathChristoph Hellwig1-1/+1
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig1-1/+1
2023-06-12block: pass a gendisk to ->openChristoph Hellwig1-2/+2
2023-06-05block: introduce holder opsChristoph Hellwig1-1/+1
2023-05-24bcache: Convert to lock_cmp_fnKent Overstreet2-3/+24
2023-04-25block/drivers: remove dead clear of random flagChaitanya Kulkarni1-1/+0
2023-02-25Merge tag 'flex-array-transformations-6.3-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds1-4/+4
2023-01-25bcache: Silence memcpy() run-time false positive warningsKees Cook2-2/+4
2023-01-06bcache: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-4/+4
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds3-4/+4
2022-12-07block: remove bio_set_op_attrsChristoph Hellwig3-4/+4
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-10-12treewide: 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-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-08-03bcache: remove EXPERIMENTAL for Kconfig option 'Asynchronous device registrat...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-04mm: 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_...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-18block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-1/+1
2022-04-18block: remove QUEUE_FLAG_DISCARDChristoph Hellwig3-5/+4
2022-04-18block: 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...Linus 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