summaryrefslogtreecommitdiff
path: root/drivers/md/bcache
AgeCommit message (Expand)AuthorFilesLines
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+0
2024-05-09bcache: fix variable length array abuse in btree_iterMatthew Mirvish6-59/+70
2024-05-09bcache: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-5/+5
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro1-1/+1
2024-05-03bcache_register(): don't bother with set_blocksize()Al Viro1-4/+0
2024-03-15Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds1-7/+1
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-29/+30
2024-03-06bcache: move calculation of stripe_size and io_opt into bcache_device_initChristoph Hellwig1-6/+5
2024-02-25bcache: port block device access to filesChristian Brauner2-39/+39
2024-02-23bcache: use of hlist_count_nodes()Pierre Gondois1-7/+1
2024-02-20bcache: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-22/+24
2024-02-20block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig1-2/+2
2024-01-12Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds1-1/+0
2023-12-29bcache: use the default discard granularityChristoph Hellwig1-1/+0
2023-12-29bcache: discard_granularity should not be smaller than a sectorChristoph Hellwig1-1/+1
2023-12-02Merge tag 'block-6.7-2023-12-01' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-12-02Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds7-91/+91
2023-11-24bcache: revert replacing IS_ERR_OR_NULL with IS_ERRMarkus Weippert1-1/+1
2023-11-24closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet7-91/+91
2023-11-20bcache: avoid NULL checking to c->root in run_cache_set()Coly Li1-1/+1
2023-11-20bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()Coly Li1-0/+7
2023-11-20bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in btree_gc_coalesce()Coly Li1-1/+1
2023-11-20bcache: fixup multi-threaded bch_sectors_dirty_init() wake-up raceMingzhe Zou1-1/+2
2023-11-20bcache: fixup lock c->root errorMingzhe Zou1-3/+11
2023-11-20bcache: fixup init dirty data errorsMingzhe Zou1-1/+4
2023-11-20bcache: prevent potential division by zero errorRand Deeb1-1/+1
2023-11-20bcache: remove redundant assignment to variable cur_idxColin Ian King1-1/+1
2023-11-20bcache: check return value from btree_node_alloc_replacement()Coly Li1-0/+2
2023-11-20bcache: avoid oversize memory allocation by small stripe_sizeColy Li2-0/+3
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-13/+19
2023-10-31Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds7-600/+5
2023-10-28bcache: Fixup error handling in register_cache()Jan Kara1-13/+10
2023-10-28bcache: Convert to bdev_open_by_path()Jan Kara2-37/+43
2023-10-19bcache: move closures to lib/Kent Overstreet7-600/+5
2023-10-04bcache: dynamically allocate the md-bcache shrinkerQi Zheng3-13/+19
2023-06-29Merge branch 'for-6.5/block-late' into block-6.5Jens Axboe1-64/+59
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+24
2023-06-24bcache: Fix bcache device claimingJan Kara1-27/+38
2023-06-24bcache: Alloc holder object before async registrationJan Kara1-41/+25
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