summaryrefslogtreecommitdiff
path: root/drivers/md/bcache
AgeCommit message (Expand)Author
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
2014-03-18bcache: Add a real GC_MARK_RECLAIMABLEKent Overstreet
2014-03-18bcache: Add bch_keylist_init_single()Kent Overstreet
2014-03-18bcache: Improve priority_statsKent Overstreet
2014-03-18bcache: Better alloc tracepointsKent Overstreet
2014-03-18bcache: Kill dead cgroup codeKent Overstreet
2014-03-18bcache: stop moving_gc marking buckets that can't be moved.Nicholas Swenson
2014-03-18bcache: Fix moving_pred()Kent Overstreet
2014-03-18bcache: Fix moving_gc deadlocking with a foreground writeNicholas Swenson
2014-03-18bcache: Fix discard granularityKent Overstreet
2014-03-18bcache: Fix another bug recovering from unclean shutdownKent Overstreet
2014-03-18bcache: Fix a bug recovering from unclean shutdownKent Overstreet
2014-03-18bcache: Fix a journalling reclaim after recovery bugKent Overstreet
2014-03-17bcache: Fix a null ptr deref in journal replayKent Overstreet