summaryrefslogtreecommitdiff
path: root/drivers/md/bcache
AgeCommit message (Expand)Author
2019-10-05bcache: fix stack corruption by PRECEDING_KEY()Coly Li
2019-09-23bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()Coly Li
2019-09-23bcache: fix a race between cache register and cacheset unregisterLiang Chen
2019-09-23bcache: fix memory corruption in init error pathSlava Pestov
2019-07-09bcache: treat stale && dirty keys as bad keysTang Junhui
2019-07-09bcache: never writeback a discard operationDaniel Axtens
2019-02-11bcache: fix miss key refill->end in writebackTang Junhui
2019-02-11bcache: fix wrong cache_misses statisticstang.junhui
2018-12-16bcache: add separate workqueue for journal_write to avoid deadlockGuoju Fang
2018-12-16bcache: do not assign in if condition in bcache_init()Florian Schmaus
2018-12-16bcache: explicitly destroy mutex while exitingLiang Chen
2018-12-16bcache: Remove deprecated create_workqueueBhaktipriya Shridhar
2018-12-16bcache: don't embed 'return' statements in closure macrosJens Axboe
2018-06-16bcache: don't attach backing with duplicate UUIDMichael Lyle
2018-06-16bcache: fix crashes in duplicate cache device registerTang Junhui
2018-03-03bcache: recover data from backing when data is cleanRui Hua
2018-02-13bcache: only permit to recovery read error when cache device is cleanColy Li
2018-02-13bcache: check ca->alloc_thread initialized before wake up itColy Li
2017-11-26bcache: initialize dirty stripes in flash_dev_run()Tang Junhui
2017-11-26bcache: fix bch_hprint crash and improve outputMichael Lyle
2017-11-26bcache: fix for gc and write-back raceTang Junhui
2017-11-26bcache: fix crash on shutdown in passthrough modeSlava Pestov
2017-11-26bcache: Correct return value for sysfs attach errorsTony Asleson
2017-11-26bcache: correct cache_dirty_target in __update_writeback_rate()Tang Junhui
2017-11-26bcache: do not subtract sectors_to_gc for bypassed IOTang Junhui
2017-11-26bcache: fix sequential large write IO bypassTang Junhui
2017-11-26bcache: Fix leak of bdev referenceJan Kara
2016-11-20bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two.Kent Overstreet
2016-11-20bcache: register_bcache(): call blkdev_put() when cache_alloc() failsEric Wheeler
2016-05-01bcache: fix cache_set_flush() NULL pointer dereference on OOMEric Wheeler
2016-05-01bcache: cleaned up error handling around register_cache()Eric Wheeler
2016-05-01bcache: Fix more early shutdown bugsKent Overstreet
2016-03-24bcache: add mutex lock for bch_is_openJianjian Huo
2016-02-02bcache: Change refill_dirty() to always scan entire disk if necessaryKent Overstreet
2016-02-02bcache: prevent crash on changing writeback_runningStefan Bader
2016-02-02bcache: allows use of register in udev to avoid "device_busy" error.Gabriel de Perthuis
2016-02-02bcache: unregister reboot notifier if bcache fails to unregister deviceZheng Liu
2016-02-02bcache: fix a leak in bch_cached_dev_run()Al Viro
2016-02-02bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing deviceZheng Liu
2016-02-02bcache: Add a cond_resched() call to gcKent Overstreet
2016-02-02bcache: fix a livelock when we cause a huge number of cache missesZheng Liu
2015-01-16bcache: Make sure to pass GFP_WAIT to mempool_alloc()Kent Overstreet
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-03-18bcache: remove nested function usageJohn Sheu
2014-03-18bcache: Kill bucket->gc_genKent Overstreet
2014-03-18bcache: Kill unused freelistKent Overstreet
2014-03-18bcache: Rework btree cache reserve handlingKent Overstreet
2014-03-18bcache: Kill btree_io_wqKent Overstreet
2014-03-18bcache: btree locking reworkKent Overstreet
2014-03-18bcache: Fix a race when freeing btree nodesKent Overstreet