aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds11-158/+219
2014-02-12block: add cond_resched() to potentially long running ioctl discard loopJens Axboe1-0/+8
2014-02-11blk-mq: pair blk_mq_start_request / blk_mq_requeue_requestChristoph Hellwig1-23/+26
2014-02-11blk-mq: dont assume rq->errors is set when returning an error from ->queue_rqChristoph Hellwig1-1/+1
2014-02-10block: Fix type mismatch in ssize_t_blk_mq_tag_sysfs_showMasanari Iida1-1/+1
2014-02-10blk-mq: rework flush sequencing logicChristoph Hellwig5-105/+72
2014-02-10blk-mq: rework I/O completionsChristoph Hellwig3-24/+33
2014-02-07block: Explicitly handle discard/write same segmentsKent Overstreet1-29/+62
2014-02-07blk-mq: Add bio_integrity setup to blk_mq_make_requestNicholas Bellinger1-0/+5
2014-02-07blk-mq: initialize sg_reserved_sizeChristoph Hellwig1-0/+2
2014-02-07blk-mq: handle dma_drain_sizeChristoph Hellwig1-0/+10
2014-02-07blk-mq: divert __blk_put_request for MQ opsChristoph Hellwig1-0/+5
2014-02-07blk-mq: support at_head inserations for blk_execute_rqChristoph Hellwig2-8/+11
2014-01-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-2/+4
2014-01-30block: __elv_next_request() shouldn't call into the elevator if bypassingTejun Heo1-1/+1
2014-01-30blk-mq: Don't reserve a tag for flush requestShaohua Li2-19/+35
2014-01-30Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+4
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds15-214/+181
2014-01-28block/blk-mq-cpu.c: use hotcpu_notifier()Andrew Morton1-5/+1
2014-01-23percpu_ida: Make percpu_ida_alloc + callers accept task state bitmaskKent Overstreet1-2/+4
2014-01-21block: Fix memory leak in rw_copy_check_uvector() handlingChristian Engelmayer1-2/+4
2014-01-21block: remove unrelated header files and export symbolCaiZhiyong1-7/+11
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-93/+73
2014-01-08blk-mq: uses page->list incorrectlyDave Hansen1-3/+3
2014-01-08blk-mq: use __smp_call_function_single directlyChristoph Hellwig3-89/+11
2014-01-08bcache/md: Use raid stripe sizeKent Overstreet1-0/+4
2014-01-03blk-mq: fix initializing request's start timeMing Lei1-0/+2
2013-12-31block: blk-mq: don't export blk_mq_free_queue()Ming Lei3-1/+2
2013-12-31block: blk-mq: make blk_sync_queue support mqMing Lei2-2/+10
2013-12-31block: blk-mq: support draining mq queueMing Lei4-18/+40
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe3-10/+27
2013-12-06block: fix memory leaks on unplugging block deviceAndrey Vagin1-0/+13
2013-12-05Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-28/+15
2013-12-05blk-mq: fix use-after-free of requestMing Lei1-2/+2
2013-12-05cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo2-93/+73
2013-12-03block: Really silence spurious compiler warningsKent Overstreet1-9/+3
2013-12-03blk-mq: fix dereference of rq->mq_ctx if allocation failsJeff Moyer1-4/+8
2013-11-26block: Silence spurious compiler warningsKent Overstreet1-0/+6
2013-11-24block: submit_bio_wait() conversionsKent Overstreet1-18/+1
2013-11-23block: Kill bio_iovec_idx(), __bio_iovec()Kent Overstreet1-2/+11
2013-11-23bio-integrity: Convert to bvec_iterKent Overstreet1-18/+22
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2-28/+25
2013-11-23block: Abstract out bvec iteratorKent Overstreet8-39/+39
2013-11-23block: submit_bio_wait() conversionsKent Overstreet1-18/+1
2013-11-21block/partitions/efi.c: fix bound checkAntti P Miettinen1-2/+3
2013-11-20Update of blkg_stat and blkg_rwstat may happen in bh context.Hong Zhiguo1-4/+4
2013-11-19blk-mq: add blktrace insert event traceJens Axboe1-0/+2
2013-11-19blk-mq: ensure that we set REQ_IO_STAT so diskstats workJens Axboe1-4/+8
2013-11-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-8/+7
2013-11-15kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig3-5/+5