summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/super.c
Commit message (Expand)AuthorAgeFilesLines
* bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()Coly Li2019-07-311-1/+1
* bcache: add failure check to run_cache_set() for journal replayColy Li2019-05-311-5/+12
* bcache: fix a race between cache register and cacheset unregisterLiang Chen2019-05-211-1/+1
* bcache: correct dirty data statisticsTang Junhui2019-05-161-1/+2
* bcache: fix for data collapse after re-attaching an attached deviceTang Junhui2018-04-261-4/+6
* bcache: fix for allocator and register thread raceTang Junhui2018-04-261-1/+12
* bcache: stop writeback thread after detachingTang Junhui2018-04-121-0/+6
* bcache: don't attach backing with duplicate UUIDMichael Lyle2018-03-151-0/+11
* bcache: fix crashes in duplicate cache device registerTang Junhui2018-03-151-6/+10
* bcache: explicitly destroy mutex while exitingLiang Chen2017-12-201-2/+4
* bcache: initialize dirty stripes in flash_dev_run()Tang Junhui2017-09-071-1/+2
* bcache: silence static checker warningDan Carpenter2017-09-061-3/+0
* bcache: fix for gc and write-back raceTang Junhui2017-09-061-0/+2
* bcache: Fix leak of bdev referenceJan Kara2017-09-061-0/+2
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-3/+3
* blk: make the bioset rescue_workqueue optional.NeilBrown2017-06-181-2/+6
* blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-181-2/+2
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-3/+3
* drivers/md/bcache/super.c: use kvmallocMichal Hocko2017-05-081-6/+2
* block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-021-4/+4
* bcache: partition support: add 16 minors per bcacheN deviceEric Wheeler2016-12-171-1/+4
* bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet2016-12-171-0/+2
* block: bio: pass bvec table to bio_init()Ming Lei2016-11-221-9/+3
* block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-2/+2
* bcache: pr_err: more meaningful error message when nr_stripes is invalidEric Wheeler2016-08-181-1/+2
* bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two.Kent Overstreet2016-08-181-1/+1
* bcache: register_bcache(): call blkdev_put() when cache_alloc() failsEric Wheeler2016-08-181-2/+7
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-1/+1
* bcache: Remove redundant block_size assignmentYijing Wang2016-07-051-1/+0
* bcache: Remove redundant parameter for cache_alloc()Yijing Wang2016-07-051-2/+2
* bcache: Remove deprecated create_workqueueBhaktipriya Shridhar2016-06-111-2/+3
* bcache: use bio op accessorsMike Christie2016-06-071-11/+13
* block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-2/+2
* bcache: switch to using blk_queue_write_cache()Jens Axboe2016-04-121-1/+1
* bcache: fix cache_set_flush() NULL pointer dereference on OOMEric Wheeler2016-03-081-0/+3
* bcache: cleaned up error handling around register_cache()Eric Wheeler2016-03-081-12/+22
* bcache: fix race of writeback thread starting before complete initializationEric Wheeler2016-03-081-1/+8
* bcache: allows use of register in udev to avoid "device_busy" error.Gabriel de Perthuis2015-12-301-2/+3
* bcache: unregister reboot notifier if bcache fails to unregister deviceZheng Liu2015-12-301-1/+3
* bcache: fix a leak in bch_cached_dev_run()Al Viro2015-12-301-1/+4
* bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing deviceZheng Liu2015-12-301-0/+2
* bcache: remove driver private bio splitting codeKent Overstreet2015-08-131-30/+2
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-7/+7
* block: have drivers use blk_queue_max_discard_sectors()Jens Axboe2015-07-171-1/+1
* bcache: use kvfree() in various placesPekka Enberg2015-06-301-8/+2
* block: disable entropy contributions for nonrot devicesMike Snitzer2014-10-041-0/+1
* bcache: Drop unneeded blk_sync_queue() callsKent Overstreet2014-08-041-8/+2
* bcache: add mutex lock for bch_is_openJianjian Huo2014-08-041-0/+2
* bcache: try to set b->parent properlySlava Pestov2014-08-041-2/+2
* bcache: fix memory corruption in init error pathSlava Pestov2014-08-041-3/+8