summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2023-12-021-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-231-27/+38
* bcache: Alloc holder object before async registrationJan Kara2023-06-231-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-171-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-141-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
* | bcache: add error handling support for add_disk()Luis Chamberlain2021-10-211-5/+12
* | bcache: remove the backing_dev_name field from struct cached_devChristoph Hellwig2021-10-201-28/+20
* | bcache: remove the cache_dev_name field from struct cacheChristoph Hellwig2021-10-201-4/+3
* | bcache: move calc_cached_dev_sectors to proper place on backing device detachLin Feng2021-10-201-1/+1
* | bcache: fix error info in register_bcache()Chao Yu2021-10-201-3/+10
* | md: bcache: Fix spelling of 'acquire'Ding Senjie2021-10-201-1/+1
|/
* bcache: move the del_gendisk call out of bcache_device_freeChristoph Hellwig2021-08-121-6/+4
* bcache: add proper error unwinding in bcache_device_initChristoph Hellwig2021-08-121-5/+11
* bcache: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig2021-06-011-11/+4
* include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)2021-05-061-0/+1
* bcache: reduce redundant code in bch_cached_dev_run()Zhiqiang Liu2021-04-111-13/+12
* block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-1/+1
* bcache: Move journal work to new flush wqKai Krakow2021-02-101-0/+16
* Revert "bcache: Kill btree_io_wq"Kai Krakow2021-02-101-0/+4
* bcache: Fix register_device_aync typoKai Krakow2021-02-101-2/+2
* bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set'Ming Lei2021-01-241-1/+1
* bcache: set bcache device into read-only mode for BCH_FEATURE_INCOMPAT_OBSO_L...Coly Li2021-01-091-0/+15
* bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucketColy Li2021-01-091-3/+19
* bcache: check unsupported feature sets for bcache registerColy Li2021-01-091-0/+14
* bcache: set pdev_set_uuid before scond loop iterationYi Li2021-01-091-1/+1