summaryrefslogtreecommitdiff
path: root/drivers/md/bcache
AgeCommit message (Expand)Author
2023-06-28Merge branch 'for-6.5/block-late' into block-6.5Jens Axboe
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-23bcache: Fix bcache device claimingJan Kara
2023-06-23bcache: Alloc holder object before async registrationJan Kara
2023-06-15bcache: fixup btree_cache_wait list damageMingzhe Zou
2023-06-15bcache: Fix __bch_btree_node_alloc to make the failure behavior consistentZheng Wang
2023-06-15bcache: Remove unnecessary NULL point check in node allocationsZheng Wang
2023-06-15bcache: Remove dead references to cache_readaheadsAndrea Tomassetti
2023-06-15bcache: make kobj_type structures constantThomas Weißschuh
2023-06-15bcache: Convert to use sysfs_emit()/sysfs_emit_at() APIsye xingchen
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-12bcache: don't pass a stack address to blkdev_get_by_pathChristoph Hellwig
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig
2023-06-12block: pass a gendisk to ->openChristoph Hellwig
2023-06-05block: introduce holder opsChristoph Hellwig
2023-05-24bcache: Convert to lock_cmp_fnKent Overstreet
2023-04-25block/drivers: remove dead clear of random flagChaitanya Kulkarni
2023-02-25Merge tag 'flex-array-transformations-6.3-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds
2023-01-25bcache: Silence memcpy() run-time false positive warningsKees Cook
2023-01-05bcache: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds
2022-12-07block: remove bio_set_op_attrsChristoph Hellwig
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-09-19bcache: fix set_at_max_writeback_rate() for multiple attached devicesColy Li
2022-09-19bcache:: fix repeated words in commentsJilin Yuan
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