summaryrefslogtreecommitdiff
path: root/drivers/md/bcache
AgeCommit message (Expand)Author
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-03-06bcache: move calculation of stripe_size and io_opt into bcache_device_initChristoph Hellwig
2024-02-25bcache: port block device access to filesChristian Brauner
2024-02-22bcache: use of hlist_count_nodes()Pierre Gondois
2024-02-19bcache: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2023-12-29bcache: use the default discard granularityChristoph Hellwig
2023-12-29bcache: discard_granularity should not be smaller than a sectorChristoph Hellwig
2023-12-02Merge tag 'block-6.7-2023-12-01' of git://git.kernel.dk/linuxLinus Torvalds
2023-12-02Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2023-11-24bcache: revert replacing IS_ERR_OR_NULL with IS_ERRMarkus Weippert
2023-11-24closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet
2023-11-20bcache: avoid NULL checking to c->root in run_cache_set()Coly Li
2023-11-20bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()Coly Li
2023-11-20bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in btree_gc_coalesce()Coly Li
2023-11-20bcache: fixup multi-threaded bch_sectors_dirty_init() wake-up raceMingzhe Zou
2023-11-20bcache: fixup lock c->root errorMingzhe Zou
2023-11-20bcache: fixup init dirty data errorsMingzhe Zou
2023-11-20bcache: prevent potential division by zero errorRand Deeb
2023-11-20bcache: remove redundant assignment to variable cur_idxColin Ian King
2023-11-20bcache: check return value from btree_node_alloc_replacement()Coly Li
2023-11-20bcache: avoid oversize memory allocation by small stripe_sizeColy Li
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-30Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2023-10-28bcache: Fixup error handling in register_cache()Jan Kara
2023-10-28bcache: Convert to bdev_open_by_path()Jan Kara
2023-10-19bcache: move closures to lib/Kent Overstreet
2023-10-04bcache: dynamically allocate the md-bcache shrinkerQi Zheng
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