summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/io.c
Commit message (Expand)AuthorAgeFilesLines
* bcache: ignore read-ahead request failure on backing deviceColy Li2019-06-281-0/+12
* bcache: fix typo 'succesfully' to 'successfully'Coly Li2018-08-111-1/+1
* bcache: style fix to add a blank line after declarationsColy Li2018-08-111-1/+3
* bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li2018-08-111-9/+9
* bcache: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-2/+2
* bcache: store disk name in struct cache and struct cached_devColy Li2018-05-031-5/+3Star
* bcache: add io_disable to struct cached_devColy Li2018-03-191-0/+14
* bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li2018-03-191-1/+1
* bcache: fix misleading error message in bch_count_io_errors()Coly Li2018-01-081-4/+9
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+1
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-3/+3
* block: bio: pass bvec table to bio_init()Ming Lei2016-11-221-3/+1Star
* block: simplify and cleanup bvec pool handlingChristoph Hellwig2016-07-211-1/+0Star
* bcache: use op_is_write instead of checking for REQ_WRITEMike Christie2016-06-071-1/+1
* bcache: remove driver private bio splitting codeKent Overstreet2015-08-131-100/+1Star
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-4/+4
* bcache: don't embed 'return' statements in closure macrosJens Axboe2015-07-111-0/+1
* block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer2015-05-221-1/+1
* block: Introduce new bio_split()Kent Overstreet2013-11-241-80/+2Star
* block: Generic bio chainingKent Overstreet2013-11-241-1/+1
* block: Remove bi_idx hacksKent Overstreet2013-11-241-45/+2Star
* block: Kill bio_segments()/bi_vcnt usageKent Overstreet2013-11-241-30/+23Star
* block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-241-40/+29Star
* block: Convert bio_iovec() to bvec_iterKent Overstreet2013-11-241-6/+7
* block: Abstract out bvec iteratorKent Overstreet2013-11-241-13/+13
* bcache: Use standard utility codeKent Overstreet2013-07-011-42/+22Star
* bcache: Fix/revamp tracepointsKent Overstreet2013-06-271-0/+2
* md: bcache: io.c: fix a potential NULL pointer dereferenceKumar Amit Mehta2013-06-271-0/+2
* bcache: Fix merge_bvec_fn usage for when it modifies the bvmKent Overstreet2013-04-221-9/+8Star
* bcache: Correctly check against BIO_MAX_PAGESKent Overstreet2013-04-211-5/+4Star
* bcache: Hack around stuff that clones up to bi_max_vecsKent Overstreet2013-04-211-0/+9
* bcache: A block layer cacheKent Overstreet2013-03-241-0/+390