summaryrefslogtreecommitdiff
path: root/drivers/md/bcache
AgeCommit message (Expand)AuthorFilesLines
2018-05-30bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is setColy Li1-3/+17
2018-05-30bcache: fix kcrashes with fio in RAID5 backend devTang Junhui1-1/+1
2018-05-30bcache: return attach error when no cache set existTang Junhui1-2/+3
2018-05-30bcache: fix for data collapse after re-attaching an attached deviceTang Junhui3-7/+11
2018-05-30bcache: fix for allocator and register thread raceTang Junhui2-4/+18
2018-05-30bcache: properly set task state in bch_writeback_thread()Coly Li2-3/+8
2018-04-13bcache: segregate flash only volume write streamsTang Junhui1-5/+14
2018-04-13bcache: stop writeback thread after detachingTang Junhui1-0/+6
2018-02-07bcache: check return value of register_shrinkerMichael Lyle1-1/+4
2017-12-20bcache: fix wrong cache_misses statisticstang.junhui1-1/+5
2017-12-20bcache: explicitly destroy mutex while exitingLiang Chen1-2/+4
2017-12-09bcache: recover data from backing when data is cleanRui Hua1-7/+6
2017-12-09bcache: only permit to recovery read error when cache device is cleanColy Li1-1/+9
2017-11-30bcache: check ca->alloc_thread initialized before wake up itColy Li1-1/+2
2017-09-27bcache: fix bch_hprint crash and improve outputMichael Lyle1-15/+35
2017-09-27bcache: fix for gc and write-back raceTang Junhui3-2/+10
2017-09-27bcache: Correct return value for sysfs attach errorsTony Asleson1-2/+2
2017-09-27bcache: correct cache_dirty_target in __update_writeback_rate()Tang Junhui2-1/+21
2017-09-27bcache: Fix leak of bdev referenceJan Kara1-0/+2
2017-09-27bcache: initialize dirty stripes in flash_dev_run()Tang Junhui3-6/+7
2016-09-01bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two.Kent Overstreet1-1/+1
2016-09-01bcache: register_bcache(): call blkdev_put() when cache_alloc() failsEric Wheeler1-2/+7
2016-04-18bcache: fix cache_set_flush() NULL pointer dereference on OOMEric Wheeler1-0/+3
2016-04-18bcache: cleaned up error handling around register_cache()Eric Wheeler1-12/+22
2016-04-18bcache: fix race of writeback thread starting before complete initializationEric Wheeler1-1/+8
2016-02-10bcache: Change refill_dirty() to always scan entire disk if necessaryKent Overstreet1-7/+30
2016-02-10bcache: prevent crash on changing writeback_runningStefan Bader1-1/+2
2016-02-10bcache: allows use of register in udev to avoid "device_busy" error.Gabriel de Perthuis1-2/+3
2016-02-10bcache: unregister reboot notifier if bcache fails to unregister deviceZheng Liu1-1/+3
2016-02-10bcache: fix a leak in bch_cached_dev_run()Al Viro1-1/+4
2016-02-10bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing deviceZheng Liu1-0/+2
2016-02-10bcache: Add a cond_resched() call to gcKent Overstreet1-0/+1
2016-02-10bcache: fix a livelock when we cause a huge number of cache missesZheng Liu1-1/+3
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer1-0/+1
2014-08-05bcache: Drop unneeded blk_sync_queue() callsKent Overstreet1-8/+2
2014-08-05bcache: add mutex lock for bch_is_openJianjian Huo1-0/+2
2014-08-05bcache: Correct printing of btree_gc_max_duration_msSurbhi Palande1-2/+2
2014-08-05bcache: try to set b->parent properlySlava Pestov3-20/+25
2014-08-05bcache: fix memory corruption in init error pathSlava Pestov1-3/+8
2014-08-05bcache: fix crash with incomplete cache setSlava Pestov2-0/+8
2014-08-05bcache: Fix more early shutdown bugsKent Overstreet1-3/+4
2014-08-05bcache: fix use-after-free in btree_gc_coalesce()Slava Pestov1-0/+1
2014-08-05bcache: Fix an infinite loop in journal replayKent Overstreet1-1/+4
2014-08-05bcache: fix crash in bcache_btree_node_alloc_fail tracepointSlava Pestov1-1/+1
2014-08-05bcache: bcache_write tracepoint was crashingSlava Pestov1-1/+2
2014-08-05bcache: fix typo in bch_bkey_equal_headerSlava Pestov1-1/+1
2014-08-05bcache: Allocate bounce buffers with GFP_NOWAITKent Overstreet2-2/+2
2014-08-05bcache: Make sure to pass GFP_WAIT to mempool_alloc()Kent Overstreet1-1/+1
2014-08-05bcache: fix uninterruptible sleep in writeback threadSlava Pestov3-5/+15
2014-08-05bcache: wait for buckets when allocating new btree rootSlava Pestov3-5/+12