summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
Commit message (Expand)AuthorAgeFilesLines
* md: more open-coded offset_in_page()Al Viro2016-01-041-1/+1
* Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-111-3/+8
|\
| * block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-071-3/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-071-3/+1Star
|\ \ | |/ |/|
| * bcache: Really show state of work pending bitPetr Mladek2015-11-061-3/+1Star
* | bcache: remove driver private bio splitting codeKent Overstreet2015-08-137-162/+18Star
* | block: add a bi_error field to struct bioChristoph Hellwig2015-07-298-43/+44
* | block: have drivers use blk_queue_max_discard_sectors()Jens Axboe2015-07-171-1/+1
|/
* bcache: don't embed 'return' statements in closure macrosJens Axboe2015-07-114-6/+14
* MAINTAINERS: BCACHE: Kent Overstreet has changed email addressJoe Perches2015-07-011-1/+1
* bcache: use kvfree() in various placesPekka Enberg2015-07-012-16/+4Star
* 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/+6Star
* 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