summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/super.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-07-221-2/+1
|\
| * bcache: remove heap-related macros and switch to generic min_heapKuan-Wei Chiu2024-06-251-2/+1
* | bcache: work around a __bitwise to bool conversion sparse warningChristoph Hellwig2024-06-281-2/+2
* | block: move the raid_partial_stripes_expensive flag into the features fieldChristoph Hellwig2024-06-201-2/+2
* | block: move the nonrot flag to queue_limitsChristoph Hellwig2024-06-191-2/+0
* | block: move cache control settings out of queue->flagsChristoph Hellwig2024-06-191-6/+1
|/
* Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-211-1/+1
|\
| * use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro2024-05-031-1/+1
* | Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-211-4/+0
|\|
| * bcache_register(): don't bother with set_blocksize()Al Viro2024-05-021-4/+0
* | bcache: fix variable length array abuse in btree_iterMatthew Mirvish2024-05-091-2/+3
* | bcache: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-05-091-5/+5
|/
* Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-111-29/+30
|\
| * bcache: move calculation of stripe_size and io_opt into bcache_device_initChristoph Hellwig2024-03-061-6/+5
| * bcache: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-201-22/+24
| * block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig2024-02-201-2/+2
* | bcache: port block device access to filesChristian Brauner2024-02-251-37/+37
|/
* Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-111-1/+0
|\
| * bcache: use the default discard granularityChristoph Hellwig2023-12-291-1/+0
| * bcache: discard_granularity should not be smaller than a sectorChristoph Hellwig2023-12-291-1/+1
* | Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2023-12-011-20/+20
|\ \ | |/ |/|
| * closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet2023-11-241-20/+20
* | bcache: avoid NULL checking to c->root in run_cache_set()Coly Li2023-11-201-1/+1
* | bcache: avoid oversize memory allocation by small stripe_sizeColy Li2023-11-201-0/+2
|/
* Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2023-10-301-1/+0
|\
| * bcache: move closures to lib/Kent Overstreet2023-10-191-1/+0
* | bcache: Fixup error handling in register_cache()Jan Kara2023-10-281-13/+10
* | bcache: Convert to bdev_open_by_path()Jan Kara2023-10-281-37/+41
|/
* bcache: Fix bcache device claimingJan Kara2023-06-241-27/+38
* bcache: Alloc holder object before async registrationJan Kara2023-06-241-41/+25
* bcache: Remove unnecessary NULL point check in node allocationsZheng Wang2023-06-151-2/+2
* block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-3/+3
* block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-8/+7
* bcache: don't pass a stack address to blkdev_get_by_pathChristoph Hellwig2023-06-121-1/+1
* block: remove the unused mode argument to ->releaseChristoph Hellwig2023-06-121-1/+1
* block: pass a gendisk to ->openChristoph Hellwig2023-06-121-2/+2
* block: introduce holder opsChristoph Hellwig2023-06-051-1/+1
* block/drivers: remove dead clear of random flagChaitanya Kulkarni2023-04-251-1/+0
* md/bcache: Combine two prio_io() argumentsBart Van Assche2022-07-141-5/+4
* md/bcache: Combine two uuid_io() argumentsBart Van Assche2022-07-141-8/+8
* block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-1/+1
* bcache: avoid journal no-space deadlock by reserving 1 journal bucketColy Li2022-05-241-0/+1
* block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-181-2/+1
* block: pass a block_device and opf to bio_initChristoph Hellwig2022-02-021-5/+3
* block: remove genhd.hChristoph Hellwig2022-02-021-1/+0
* bcache: fix NULL pointer reference in cached_dev_detach_finishLin Feng2021-12-151-1/+2
* Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-091-1/+1
|\
| * bcache: fix use-after-free problem in bcache_device_free()Coly Li2021-11-031-1/+1
* | Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-1/+1
|\ \ | |/ |/|
| * bcache: remove bdev_sectorsChristoph Hellwig2021-10-181-1/+1