aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/bcache
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.9.165' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...Josh Chasky2019-03-231-0/+3
|\
| * bcache: never writeback a discard operationDaniel Axtens2019-03-231-0/+3
* | BACKPORT: treewide: Use array_size() in vzalloc()Kees Cook2019-01-071-2/+1
* | BACKPORT: treewide: kzalloc() -> kcalloc()Kees Cook2019-01-071-3/+2
* | Merge branch 'linux-4.9.y' of github.com:nathanchance/linux-stable into p9xJosh Chasky2018-11-141-1/+1
|\|
| * bcache: fix miss key refill->end in writebackTang Junhui2018-11-131-1/+1
* | Merge 4.9.126 into android-msm-bluecross-4.9Nathan Chancellor2018-10-211-1/+3
|\|
| * bcache: release dc->writeback_lock properly in bch_writeback_thread()Shan Hai2018-09-091-1/+3
* | Merge 4.9.104 into android-msm-bluecross-4.9Nathan Chancellor2018-10-217-20/+58
|\|
| * bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is setColy Li2018-05-301-3/+17
| * bcache: fix kcrashes with fio in RAID5 backend devTang Junhui2018-05-301-1/+1
| * bcache: return attach error when no cache set existTang Junhui2018-05-301-2/+3
| * bcache: fix for data collapse after re-attaching an attached deviceTang Junhui2018-05-303-7/+11
| * bcache: fix for allocator and register thread raceTang Junhui2018-05-302-4/+18
| * bcache: properly set task state in bch_writeback_thread()Coly Li2018-05-302-3/+8
* | Merge android-4.9.94 (8683408) into msm-4.9Blagovest Kolenichev2018-05-112-5/+20
|\|
| * bcache: segregate flash only volume write streamsTang Junhui2018-04-131-5/+14
| * bcache: stop writeback thread after detachingTang Junhui2018-04-131-0/+6
* | Merge android-4.9.88 (bb52bba) into msm-4.9Blagovest Kolenichev2018-04-171-6/+21
|\|
| * bcache: don't attach backing with duplicate UUIDMichael Lyle2018-03-181-0/+11
| * bcache: fix crashes in duplicate cache device registerTang Junhui2018-03-181-6/+10
* | block: Use pointer to backing_dev_info from request_queueJan Kara2018-02-282-9/+9
|/
* bcache: check return value of register_shrinkerMichael Lyle2018-02-031-1/+4
* bcache: fix wrong cache_misses statisticstang.junhui2017-12-201-1/+5
* bcache: explicitly destroy mutex while exitingLiang Chen2017-12-201-2/+4
* bcache: recover data from backing when data is cleanRui Hua2017-12-091-7/+6
* bcache: only permit to recovery read error when cache device is cleanColy Li2017-12-091-1/+9
* bcache: Fix building error on MIPSHuacai Chen2017-12-053-3/+3
* bcache: check ca->alloc_thread initialized before wake up itColy Li2017-11-301-1/+2
* bcache: fix bch_hprint crash and improve outputMichael Lyle2017-09-271-15/+35
* bcache: fix for gc and write-back raceTang Junhui2017-09-273-2/+10
* bcache: Correct return value for sysfs attach errorsTony Asleson2017-09-271-2/+2
* bcache: correct cache_dirty_target in __update_writeback_rate()Tang Junhui2017-09-272-1/+21
* bcache: do not subtract sectors_to_gc for bypassed IOTang Junhui2017-09-271-3/+3
* bcache: Fix leak of bdev referenceJan Kara2017-09-271-0/+2
* bcache: initialize dirty stripes in flash_dev_run()Tang Junhui2017-09-273-6/+7
* bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet2017-02-235-26/+26
* block: export bio_free_pages to other modulesGuoqing Jiang2016-09-225-24/+7
* 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-073-8/+8
* block: simplify and cleanup bvec pool handlingChristoph Hellwig2016-07-201-1/+0
* bcache: Remove redundant block_size assignmentYijing Wang2016-07-051-1/+0
* bcache: update document infoYijing Wang2016-07-052-2/+3
* bcache: Remove redundant parameter for cache_alloc()Yijing Wang2016-07-051-2/+2
* bcache: Remove deprecated create_workqueueBhaktipriya Shridhar2016-06-111-2/+3
* block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-072-5/+5
* bcache: use bio op accessorsMike Christie2016-06-077-28/+31
* bcache: use op_is_write instead of checking for REQ_WRITEMike Christie2016-06-072-4/+4