summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
Commit message (Expand)AuthorAgeFilesLines
* bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two.Kent Overstreet2016-11-201-1/+1
* bcache: register_bcache(): call blkdev_put() when cache_alloc() failsEric Wheeler2016-11-201-2/+7
* bcache: fix cache_set_flush() NULL pointer dereference on OOMEric Wheeler2016-05-011-0/+3
* bcache: cleaned up error handling around register_cache()Eric Wheeler2016-05-011-12/+22
* bcache: Fix more early shutdown bugsKent Overstreet2016-05-011-3/+4
* bcache: add mutex lock for bch_is_openJianjian Huo2016-03-241-0/+2
* bcache: Change refill_dirty() to always scan entire disk if necessaryKent Overstreet2016-02-021-7/+30
* bcache: prevent crash on changing writeback_runningStefan Bader2016-02-021-1/+2
* bcache: allows use of register in udev to avoid "device_busy" error.Gabriel de Perthuis2016-02-021-2/+3
* bcache: unregister reboot notifier if bcache fails to unregister deviceZheng Liu2016-02-021-1/+3
* bcache: fix a leak in bch_cached_dev_run()Al Viro2016-02-021-1/+4
* bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing deviceZheng Liu2016-02-021-0/+2
* bcache: Add a cond_resched() call to gcKent Overstreet2016-02-021-0/+1
* bcache: fix a livelock when we cause a huge number of cache missesZheng Liu2016-02-021-1/+3
* bcache: Make sure to pass GFP_WAIT to mempool_alloc()Kent Overstreet2015-01-161-1/+1
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-182-2/+2
* bcache: remove nested function usageJohn Sheu2014-03-182-72/+76
* bcache: Kill bucket->gc_genKent Overstreet2014-03-184-11/+9
* bcache: Kill unused freelistKent Overstreet2014-03-185-125/+110
* bcache: Rework btree cache reserve handlingKent Overstreet2014-03-186-139/+145
* bcache: Kill btree_io_wqKent Overstreet2014-03-183-24/+2
* bcache: btree locking reworkKent Overstreet2014-03-184-52/+133
* bcache: Fix a race when freeing btree nodesKent Overstreet2014-03-181-33/+20
* bcache: Add a real GC_MARK_RECLAIMABLEKent Overstreet2014-03-184-14/+21
* bcache: Add bch_keylist_init_single()Kent Overstreet2014-03-182-4/+7
* bcache: Improve priority_statsKent Overstreet2014-03-181-6/+20
* bcache: Better alloc tracepointsKent Overstreet2014-03-182-5/+12
* bcache: Kill dead cgroup codeKent Overstreet2014-03-185-202/+0
* bcache: stop moving_gc marking buckets that can't be moved.Nicholas Swenson2014-03-181-1/+4
* bcache: Fix moving_pred()Kent Overstreet2014-03-181-5/+3
* bcache: Fix moving_gc deadlocking with a foreground writeNicholas Swenson2014-03-185-8/+16
* bcache: Fix discard granularityKent Overstreet2014-03-181-0/+1
* bcache: Fix another bug recovering from unclean shutdownKent Overstreet2014-03-183-65/+36
* bcache: Fix a bug recovering from unclean shutdownKent Overstreet2014-03-181-2/+2
* bcache: Fix a journalling reclaim after recovery bugKent Overstreet2014-03-181-2/+8
* bcache: Fix a null ptr deref in journal replayKent Overstreet2014-03-171-1/+5
* bcache: Fix a lockdep splat in an error pathKent Overstreet2014-03-171-3/+5
* bcache: Fix a shutdown bugKent Overstreet2014-02-253-2/+12
* bcache: Fix flash_dev_cache_miss() for real this timeKent Overstreet2014-02-251-14/+5
* bcache: Fix another compiler warning on m68kKent Overstreet2014-02-181-2/+2
* Merge branch 'bcache-for-3.14' of git://evilpiepirate.org/~kent/linux-bcache ...Jens Axboe2014-01-306-10/+15
|\
| * bcache: bugfix - gc thread now gets woken when cache is fullNicholas Swenson2014-01-291-3/+3
| * bcache: Minor fixes from kbuild robotKent Overstreet2014-01-294-5/+8
| * bcache: fix BUG_ON due to integer overflow with GC_SECTORS_USEDDarrick J. Wong2014-01-292-2/+4
* | Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-3021-1755/+2212
|\|
| * bcache: Fix auxiliary search trees for key size > cacheline sizeKent Overstreet2014-01-081-14/+14
| * bcache: Don't return -EINTR when insert finishedKent Overstreet2014-01-081-2/+4
| * bcache: Improve bucket_prio() calculationKent Overstreet2014-01-082-3/+16
| * bcache: Add bch_bkey_equal_header()Nicholas Swenson2014-01-083-8/+11
| * bcache: update bch_bkey_try_mergeNicholas Swenson2014-01-083-16/+28