aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-02bcache: switch from pages to folios in read_super()Matthew Wilcox (Oracle)1-11/+11
2025-06-19Revert "bcache: remove heap-related macros and switch to generic min_heap"Kuan-Wei Chiu1-1/+2
2025-06-06Merge tag 'block-6.16-20250606' of git://git.kernel.dk/linuxLinus Torvalds1-9/+46
2025-05-28Merge tag 'hardening-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+2
2025-05-27bcache: reserve more RESERVE_BTREE buckets to prevent allocator hangMingzhe Zou1-8/+40
2025-05-27bcache: fix NULL pointer in cache_set_flush()Linggang Zeng1-1/+6
2025-05-08md/bcache: Mark __nonstring look-up tableKees Cook1-1/+2
2025-05-07bcache: use bio_add_virt_nofailChristoph Hellwig1-2/+1
2025-04-20gcc-15: get rid of misc extra NUL character paddingLinus Torvalds1-1/+1
2024-12-03bcache: revert replacing IS_ERR_OR_NULL with IS_ERR againLiequan Che1-1/+1
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+1
2024-06-28bcache: work around a __bitwise to bool conversion sparse warningChristoph Hellwig1-2/+2
2024-06-24bcache: remove heap-related macros and switch to generic min_heapKuan-Wei Chiu1-2/+1
2024-06-20block: move the raid_partial_stripes_expensive flag into the features fieldChristoph Hellwig1-2/+2
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig1-2/+0
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig1-6/+1
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+0
2024-05-08bcache: fix variable length array abuse in btree_iterMatthew Mirvish1-2/+3
2024-05-08bcache: 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-02bcache_register(): don't bother with set_blocksize()Al Viro1-4/+0
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 Brauner1-37/+37
2024-02-19bcache: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-22/+24
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig1-2/+2
2024-01-11Merge 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 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-20/+20
2023-11-24closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet1-20/+20
2023-11-20bcache: avoid NULL checking to c->root in run_cache_set()Coly Li1-1/+1
2023-11-20bcache: avoid oversize memory allocation by small stripe_sizeColy Li1-0/+2
2023-10-30Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-1/+0
2023-10-28bcache: Fixup error handling in register_cache()Jan Kara1-13/+10
2023-10-28bcache: Convert to bdev_open_by_path()Jan Kara1-37/+41
2023-10-19bcache: move closures to lib/Kent Overstreet1-1/+0
2023-06-23bcache: Fix bcache device claimingJan Kara1-27/+38
2023-06-23bcache: Alloc holder object before async registrationJan Kara1-41/+25
2023-06-15bcache: Remove unnecessary NULL point check in node allocationsZheng Wang1-2/+2
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-3/+3
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-04-25block/drivers: remove dead clear of random flagChaitanya Kulkarni1-1/+0
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