summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/super.c
AgeCommit message (Expand)Author
2020-10-23Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas
2020-10-01bcache: fix a lost wake-up problem caused by mca_cannibalize_lockGuoju Fang
2020-08-23Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas
2020-08-21bcache: allocate meta data pages as compound pagesColy Li
2020-08-21bcache: fix super block seq numbers comparision in register_cache_set()Coly Li
2019-11-26Merge android-4.4-p.203 (40ef73d) into msm-4.4Srinivasarao P
2019-11-25bcache: recal cached_dev_sectors on detachShenghui Wang
2019-08-07Merge android-4.4.187 (8eb3d65) into msm-4.4Srinivasarao P
2019-08-04bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()Coly Li
2019-06-12Merge android-4.4.181 (bd858d7) into msm-4.4Srinivasarao P
2019-06-11bcache: add failure check to run_cache_set() for journal replayColy Li
2019-06-11bcache: fix a race between cache register and cacheset unregisterLiang Chen
2018-06-27Merge android-4.4.135 (c9d74f2) into msm-4.4Srinivasarao P
2018-05-30bcache: fix for data collapse after re-attaching an attached deviceTang Junhui
2018-05-30bcache: fix for allocator and register thread raceTang Junhui
2018-04-20Merge android-4.4.128 (89904cc) into msm-4.4Srinivasarao P
2018-04-20Merge android-4.4.127 (d6bbe8b) into msm-4.4Srinivasarao P
2018-04-13bcache: stop writeback thread after detachingTang Junhui
2018-03-18bcache: don't attach backing with duplicate UUIDMichael Lyle
2018-01-18Merge android-4.4.107 (79f138a) into msm-4.4Srinivasarao P
2017-12-20bcache: explicitly destroy mutex while exitingLiang Chen
2017-10-18block: Use pointer to backing_dev_info from request_queueJan Kara
2017-09-27bcache: fix for gc and write-back raceTang Junhui
2017-09-27bcache: Fix leak of bdev referenceJan Kara
2017-09-27bcache: initialize dirty stripes in flash_dev_run()Tang Junhui
2017-02-23bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet
2016-09-15bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two.Kent Overstreet
2016-04-12bcache: fix cache_set_flush() NULL pointer dereference on OOMEric Wheeler
2016-04-12bcache: fix race of writeback thread starting before complete initializationEric Wheeler
2016-04-12bcache: cleaned up error handling around register_cache()Eric Wheeler
2016-03-03bcache: allows use of register in udev to avoid "device_busy" error.Gabriel de Perthuis
2016-03-03bcache: unregister reboot notifier if bcache fails to unregister deviceZheng Liu
2016-03-03bcache: fix a leak in bch_cached_dev_run()Al Viro
2016-03-03bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing deviceZheng Liu
2015-08-13bcache: remove driver private bio splitting codeKent Overstreet
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe
2015-06-30bcache: use kvfree() in various placesPekka Enberg
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer
2014-08-04bcache: Drop unneeded blk_sync_queue() callsKent Overstreet
2014-08-04bcache: add mutex lock for bch_is_openJianjian Huo
2014-08-04bcache: try to set b->parent properlySlava Pestov
2014-08-04bcache: fix memory corruption in init error pathSlava Pestov
2014-08-04bcache: fix crash with incomplete cache setSlava Pestov
2014-08-04bcache: Fix more early shutdown bugsKent Overstreet
2014-08-04bcache: fix uninterruptible sleep in writeback threadSlava Pestov
2014-08-04bcache: wait for buckets when allocating new btree rootSlava Pestov
2014-08-04bcache: fix crash on shutdown in passthrough modeSlava Pestov
2014-08-04bcache: fix lockdep warnings on shutdownSlava Pestov
2014-08-04bcache: Fix a bug when detachingKent Overstreet