summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
Commit message (Expand)AuthorAgeFilesLines
* block: disable entropy contributions for nonrot devicesMike Snitzer2014-10-041-0/+1
* bcache: Drop unneeded blk_sync_queue() callsKent Overstreet2014-08-051-8/+2Star
* bcache: add mutex lock for bch_is_openJianjian Huo2014-08-051-0/+2
* bcache: Correct printing of btree_gc_max_duration_msSurbhi Palande2014-08-051-2/+2
* bcache: try to set b->parent properlySlava Pestov2014-08-053-20/+25
* bcache: fix memory corruption in init error pathSlava Pestov2014-08-051-3/+8
* bcache: fix crash with incomplete cache setSlava Pestov2014-08-052-0/+8
* bcache: Fix more early shutdown bugsKent Overstreet2014-08-051-3/+4
* bcache: fix use-after-free in btree_gc_coalesce()Slava Pestov2014-08-051-0/+1
* bcache: Fix an infinite loop in journal replayKent Overstreet2014-08-051-1/+4
* bcache: fix crash in bcache_btree_node_alloc_fail tracepointSlava Pestov2014-08-051-1/+1
* bcache: bcache_write tracepoint was crashingSlava Pestov2014-08-051-1/+2
* bcache: fix typo in bch_bkey_equal_headerSlava Pestov2014-08-051-1/+1
* bcache: Allocate bounce buffers with GFP_NOWAITKent Overstreet2014-08-052-2/+2
* bcache: Make sure to pass GFP_WAIT to mempool_alloc()Kent Overstreet2014-08-051-1/+1
* bcache: fix uninterruptible sleep in writeback threadSlava Pestov2014-08-053-5/+15
* bcache: wait for buckets when allocating new btree rootSlava Pestov2014-08-053-5/+12
* bcache: fix crash on shutdown in passthrough modeSlava Pestov2014-08-051-1/+2
* bcache: fix lockdep warnings on shutdownSlava Pestov2014-08-051-0/+4
* bcache allocator: send discards with correct sizeSlava Pestov2014-08-051-1/+1
* bcache: Fix to remove the rcu_sched stalls.Surbhi Palande2014-08-051-1/+2
* bcache: Fix a journal replay bugKent Overstreet2014-08-053-11/+19
* bcache: Fix a bug when detachingKent Overstreet2014-08-051-3/+6
* 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/+9Star
* bcache: Kill unused freelistKent Overstreet2014-03-185-125/+110Star
* bcache: Rework btree cache reserve handlingKent Overstreet2014-03-186-139/+145
* bcache: Kill btree_io_wqKent Overstreet2014-03-183-24/+2Star
* bcache: btree locking reworkKent Overstreet2014-03-184-52/+133
* bcache: Fix a race when freeing btree nodesKent Overstreet2014-03-181-33/+20Star
* 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/+0Star
* 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/+3Star
* 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/+36Star
* 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-181-1/+5
* bcache: Fix a lockdep splat in an error pathKent Overstreet2014-03-181-3/+5
* bcache: Fix a shutdown bugKent Overstreet2014-02-263-2/+12
* bcache: Fix flash_dev_cache_miss() for real this timeKent Overstreet2014-02-261-14/+5Star
* 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