aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2014-06-18blktrace: fix accounting of partially completed requestsRoman Pen
2014-04-15Automatically merging tracking-linaro-android-3.14 into merge-linux-linaro-co...Andrey Konovalov
2014-03-20block: free q->flush_rq in blk_init_allocated_queue error pathsDave Jones
2014-03-19block: genhd: Add disk/partition specific uevent callbacks for partition infoSan Mehat
2014-03-08block: change flush sequence list addition back to front addMike Snitzer
2014-03-08block: fix q->flush_rq NULL pointer crash on dm-mpath flushMike Snitzer
2014-03-07blk-mq: add REQ_SYNC earlyShaohua Li
2014-03-03rt,blk,mq: Make blk_mq_cpu_notify_lock a raw spinlockMike Galbraith
2014-02-21blk-mq: support partial I/O completionsChristoph Hellwig
2014-02-21blk-mq: merge blk_mq_insert_request and blk_mq_run_requestChristoph Hellwig
2014-02-21blk-mq: remove blk_mq_alloc_rqChristoph Hellwig
2014-02-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-02-12block: add cond_resched() to potentially long running ioctl discard loopJens Axboe
2014-02-11blk-mq: pair blk_mq_start_request / blk_mq_requeue_requestChristoph Hellwig
2014-02-11blk-mq: dont assume rq->errors is set when returning an error from ->queue_rqChristoph Hellwig
2014-02-10block: Fix type mismatch in ssize_t_blk_mq_tag_sysfs_showMasanari Iida
2014-02-10blk-mq: rework flush sequencing logicChristoph Hellwig
2014-02-10blk-mq: rework I/O completionsChristoph Hellwig
2014-02-07block: Explicitly handle discard/write same segmentsKent Overstreet
2014-02-07blk-mq: Add bio_integrity setup to blk_mq_make_requestNicholas Bellinger
2014-02-07blk-mq: initialize sg_reserved_sizeChristoph Hellwig
2014-02-07blk-mq: handle dma_drain_sizeChristoph Hellwig
2014-02-07blk-mq: divert __blk_put_request for MQ opsChristoph Hellwig
2014-02-07blk-mq: support at_head inserations for blk_execute_rqChristoph Hellwig
2014-01-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2014-01-30block: __elv_next_request() shouldn't call into the elevator if bypassingTejun Heo
2014-01-30blk-mq: Don't reserve a tag for flush requestShaohua Li
2014-01-30Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-28block/blk-mq-cpu.c: use hotcpu_notifier()Andrew Morton
2014-01-23percpu_ida: Make percpu_ida_alloc + callers accept task state bitmaskKent Overstreet
2014-01-21block: Fix memory leak in rw_copy_check_uvector() handlingChristian Engelmayer
2014-01-21block: remove unrelated header files and export symbolCaiZhiyong
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-01-08blk-mq: uses page->list incorrectlyDave Hansen
2014-01-08blk-mq: use __smp_call_function_single directlyChristoph Hellwig
2014-01-08bcache/md: Use raid stripe sizeKent Overstreet
2014-01-03blk-mq: fix initializing request's start timeMing Lei
2013-12-31block: blk-mq: don't export blk_mq_free_queue()Ming Lei
2013-12-31block: blk-mq: make blk_sync_queue support mqMing Lei
2013-12-31block: blk-mq: support draining mq queueMing Lei
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe
2013-12-06block: fix memory leaks on unplugging block deviceAndrey Vagin
2013-12-05Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-12-05blk-mq: fix use-after-free of requestMing Lei
2013-12-05cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo
2013-12-03block: Really silence spurious compiler warningsKent Overstreet
2013-12-03blk-mq: fix dereference of rq->mq_ctx if allocation failsJeff Moyer
2013-11-26block: Silence spurious compiler warningsKent Overstreet
2013-11-24block: submit_bio_wait() conversionsKent Overstreet