summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
Commit message (Expand)AuthorAgeFilesLines
* bcache: pr_err: more meaningful error message when nr_stripes is invalidEric Wheeler2016-08-181-1/+2
* bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two.Kent Overstreet2016-08-181-1/+1
* bcache: register_bcache(): call blkdev_put() when cache_alloc() failsEric Wheeler2016-08-181-2/+7
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-073-8/+8
* block: simplify and cleanup bvec pool handlingChristoph Hellwig2016-07-201-1/+0
* bcache: Remove redundant block_size assignmentYijing Wang2016-07-051-1/+0
* bcache: update document infoYijing Wang2016-07-052-2/+3
* bcache: Remove redundant parameter for cache_alloc()Yijing Wang2016-07-051-2/+2
* bcache: Remove deprecated create_workqueueBhaktipriya Shridhar2016-06-111-2/+3
* block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-072-5/+5
* bcache: use bio op accessorsMike Christie2016-06-077-28/+31
* bcache: use op_is_write instead of checking for REQ_WRITEMike Christie2016-06-072-4/+4
* block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-073-5/+7
* bcache: bch_gc_thread() is not freezableJiri Kosina2016-05-241-2/+0
* bcache: bch_allocator_thread() is not freezableJiri Kosina2016-05-241-2/+0
* bcache: bch_writeback_thread() is not freezableJiri Kosina2016-05-241-3/+0
* bcache: switch to using blk_queue_write_cache()Jens Axboe2016-04-121-1/+1
* bcache: fix cache_set_flush() NULL pointer dereference on OOMEric Wheeler2016-03-081-0/+3
* bcache: cleaned up error handling around register_cache()Eric Wheeler2016-03-081-12/+22
* bcache: fix race of writeback thread starting before complete initializationEric Wheeler2016-03-081-1/+8
* Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-214-13/+48
|\
| * bcache: Change refill_dirty() to always scan entire disk if necessaryKent Overstreet2015-12-301-7/+30
| * bcache: prevent crash on changing writeback_runningStefan Bader2015-12-301-1/+2
| * bcache: allows use of register in udev to avoid "device_busy" error.Gabriel de Perthuis2015-12-301-2/+3
| * bcache: unregister reboot notifier if bcache fails to unregister deviceZheng Liu2015-12-301-1/+3
| * bcache: fix a leak in bch_cached_dev_run()Al Viro2015-12-301-1/+4
| * bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing deviceZheng Liu2015-12-301-0/+2
| * bcache: Add a cond_resched() call to gcKent Overstreet2015-12-301-0/+1
| * bcache: fix a livelock when we cause a huge number of cache missesZheng Liu2015-12-301-1/+3
* | 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-101-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/+1
|\ \ | |/ |/|
| * bcache: Really show state of work pending bitPetr Mladek2015-11-061-3/+1
* | bcache: remove driver private bio splitting codeKent Overstreet2015-08-137-162/+18
* | 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-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