summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/super.c
AgeCommit message (Expand)Author
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
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig
2022-05-24bcache: avoid journal no-space deadlock by reserving 1 journal bucketColy Li
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig
2022-02-02block: remove genhd.hChristoph Hellwig
2021-12-14bcache: fix NULL pointer reference in cached_dev_detach_finishLin Feng
2021-11-09Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-03bcache: fix use-after-free problem in bcache_device_free()Coly Li
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-21bcache: add error handling support for add_disk()Luis Chamberlain
2021-10-20bcache: remove the backing_dev_name field from struct cached_devChristoph Hellwig
2021-10-20bcache: remove the cache_dev_name field from struct cacheChristoph Hellwig
2021-10-20bcache: move calc_cached_dev_sectors to proper place on backing device detachLin Feng
2021-10-20bcache: fix error info in register_bcache()Chao Yu
2021-10-20md: bcache: Fix spelling of 'acquire'Ding Senjie
2021-10-18bcache: remove bdev_sectorsChristoph Hellwig
2021-08-12bcache: move the del_gendisk call out of bcache_device_freeChristoph Hellwig
2021-08-12bcache: add proper error unwinding in bcache_device_initChristoph Hellwig
2021-06-01bcache: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig
2021-05-06include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)
2021-04-11bcache: reduce redundant code in bch_cached_dev_run()Zhiqiang Liu
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig