aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-23block: Introduce new bio_split()Kent Overstreet1-80/+2
2013-11-23block: Generic bio chainingKent Overstreet1-1/+1
2013-11-23block: Remove bi_idx hacksKent Overstreet1-45/+2
2013-11-23block: Kill bio_segments()/bi_vcnt usageKent Overstreet1-30/+23
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-40/+29
2013-11-23block: Convert bio_iovec() to bvec_iterKent Overstreet1-6/+7
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-13/+13
2013-07-01bcache: Use standard utility codeKent Overstreet1-42/+22
2013-06-26bcache: Fix/revamp tracepointsKent Overstreet1-0/+2
2013-06-26md: bcache: io.c: fix a potential NULL pointer dereferenceKumar Amit Mehta1-0/+2
2013-04-22bcache: Fix merge_bvec_fn usage for when it modifies the bvmKent Overstreet1-9/+8
2013-04-20bcache: Correctly check against BIO_MAX_PAGESKent Overstreet1-5/+4
2013-04-20bcache: Hack around stuff that clones up to bi_max_vecsKent Overstreet1-0/+9
2013-03-23bcache: A block layer cacheKent Overstreet1-0/+390