summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
Commit message (Expand)AuthorAgeFilesLines
* MAINTAINERS: BCACHE: Kent Overstreet has changed email addressJoe Perches2015-06-301-1/+1
* bcache: use kvfree() in various placesPekka Enberg2015-06-302-16/+4
* writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-021-0/+1
* block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer2015-05-221-1/+1
* bio: skip atomic inc/dec of ->bi_cnt for most use casesJens Axboe2015-05-051-1/+1
* md/bcache: use generic io stats accounting functions to simplify io stat acco...Gu Zheng2014-11-241-17/+6
* block: disable entropy contributions for nonrot devicesMike Snitzer2014-10-041-0/+1
* bcache: Drop unneeded blk_sync_queue() callsKent Overstreet2014-08-041-8/+2
* bcache: add mutex lock for bch_is_openJianjian Huo2014-08-041-0/+2
* bcache: Correct printing of btree_gc_max_duration_msSurbhi Palande2014-08-041-2/+2
* bcache: try to set b->parent properlySlava Pestov2014-08-043-20/+25
* bcache: fix memory corruption in init error pathSlava Pestov2014-08-041-3/+8
* bcache: fix crash with incomplete cache setSlava Pestov2014-08-042-0/+8
* bcache: Fix more early shutdown bugsKent Overstreet2014-08-041-3/+4
* bcache: fix use-after-free in btree_gc_coalesce()Slava Pestov2014-08-041-0/+1
* bcache: Fix an infinite loop in journal replayKent Overstreet2014-08-041-1/+4
* bcache: fix crash in bcache_btree_node_alloc_fail tracepointSlava Pestov2014-08-041-1/+1
* bcache: bcache_write tracepoint was crashingSlava Pestov2014-08-041-1/+2
* bcache: fix typo in bch_bkey_equal_headerSlava Pestov2014-08-041-1/+1
* bcache: Allocate bounce buffers with GFP_NOWAITKent Overstreet2014-08-042-2/+2
* bcache: Make sure to pass GFP_WAIT to mempool_alloc()Kent Overstreet2014-08-041-1/+1
* bcache: fix uninterruptible sleep in writeback threadSlava Pestov2014-08-043-5/+15
* bcache: wait for buckets when allocating new btree rootSlava Pestov2014-08-043-5/+12
* bcache: fix crash on shutdown in passthrough modeSlava Pestov2014-08-041-1/+2
* bcache: fix lockdep warnings on shutdownSlava Pestov2014-08-041-0/+4
* bcache allocator: send discards with correct sizeSlava Pestov2014-08-041-1/+1
* bcache: Fix to remove the rcu_sched stalls.Surbhi Palande2014-08-041-1/+2
* bcache: Fix a journal replay bugKent Overstreet2014-08-043-11/+19
* bcache: Fix a bug when detachingKent Overstreet2014-08-041-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/+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
OpenPOWER on IntegriCloud