summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/super.c
Commit message (Expand)AuthorAgeFilesLines
* bcache: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-24/+14
* bcache: Move couple of string arrays to sysfs.cAndy Shevchenko2018-05-281-18/+0
* bcache: stop bcache device when backing device is offlineColy Li2018-05-281-0/+53
* bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE setColy Li2018-05-031-1/+1
* bcache: set dc->io_disable to true in conditional_stop_bcache_device()Coly Li2018-05-031-0/+14
* bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()Coly Li2018-05-031-0/+17
* bcache: store disk name in struct cache and struct cached_devColy Li2018-05-031-23/+21
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-24/+136
|\
| * bcache: Fix a compiler warning in bcache_device_init()Bart Van Assche2018-03-181-3/+3
| * bcache: add io_disable to struct cached_devColy Li2018-03-181-0/+21
| * bcache: add backing_request_endio() for bi_end_ioColy Li2018-03-181-0/+1
| * bcache: move closure debug file into debug directoryChengguang Xu2018-03-181-2/+1
| * bcache: add stop_when_cache_set_failed option to backing deviceColy Li2018-03-181-10/+68
| * bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li2018-03-181-1/+5
| * bcache: stop dc->writeback_rate_update properlyColy Li2018-03-181-4/+34
| * bcache: fix cached_dev->count usage for bch_cache_set_error()Coly Li2018-03-181-1/+0
| * bcache: Use the blk_queue_flag_{set,clear}() functionsBart Van Assche2018-03-081-3/+3
* | bcache: don't attach backing with duplicate UUIDMichael Lyle2018-03-051-0/+11
* | bcache: fix crashes in duplicate cache device registerTang Junhui2018-03-051-6/+10
|/
* bcache: correct flash only vols (check all uuids)Coly Li2018-02-271-1/+1
* bcache: fix for data collapse after re-attaching an attached deviceTang Junhui2018-02-071-4/+6
* bcache: fix for allocator and register thread raceTang Junhui2018-02-071-1/+12
* bcache: set error_limit correctlyColy Li2018-02-071-1/+1
* bcache: fix misleading error message in bch_count_io_errors()Coly Li2018-01-081-1/+3
* bcache: reduce cache_set devices iteration by devices_max_usedColy Li2018-01-081-3/+6
* bcache: stop writeback thread after detachingTang Junhui2018-01-081-0/+6
* block: convert to bio_first_bvec_all & bio_first_page_allMing Lei2018-01-061-4/+4
* bcache: explicitly destroy mutex while exitingLiang Chen2017-10-301-2/+4
* bcache: convert cached_dev.count from atomic_t to refcount_tElena Reshetova2017-10-301-3/+3
* bcache: Remove redundant set_capacityYijing Wang2017-10-161-3/+0
* bcache: rewrite multiple partitions supportColy Li2017-10-161-12/+25
* 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