summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/super.c
AgeCommit message (Expand)Author
2025-07-02bcache: switch from pages to folios in read_super()Matthew Wilcox (Oracle)
2025-06-19Revert "bcache: remove heap-related macros and switch to generic min_heap"Kuan-Wei Chiu
2025-06-06Merge tag 'block-6.16-20250606' of git://git.kernel.dk/linuxLinus Torvalds
2025-05-28Merge tag 'hardening-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-05-27bcache: reserve more RESERVE_BTREE buckets to prevent allocator hangMingzhe Zou
2025-05-27bcache: fix NULL pointer in cache_set_flush()Linggang Zeng
2025-05-08md/bcache: Mark __nonstring look-up tableKees Cook
2025-05-07bcache: use bio_add_virt_nofailChristoph Hellwig
2025-04-20gcc-15: get rid of misc extra NUL character paddingLinus Torvalds
2024-12-03bcache: revert replacing IS_ERR_OR_NULL with IS_ERR againLiequan Che
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-06-28bcache: work around a __bitwise to bool conversion sparse warningChristoph Hellwig
2024-06-24bcache: remove heap-related macros and switch to generic min_heapKuan-Wei Chiu
2024-06-20block: move the raid_partial_stripes_expensive flag into the features fieldChristoph Hellwig
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-08bcache: fix variable length array abuse in btree_iterMatthew Mirvish
2024-05-08bcache: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro
2024-05-02bcache_register(): don't bother with set_blocksize()Al Viro
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-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 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
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: avoid oversize memory allocation by small stripe_sizeColy Li
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-06-23bcache: Fix bcache device claimingJan Kara
2023-06-23bcache: Alloc holder object before async registrationJan Kara
2023-06-15bcache: Remove unnecessary NULL point check in node allocationsZheng Wang
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-04-25block/drivers: remove dead clear of random flagChaitanya Kulkarni
2022-07-14md/bcache: Combine two prio_io() argumentsBart Van Assche
2022-07-14md/bcache: Combine two uuid_io() argumentsBart Van Assche