aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+8
2015-01-28block: keep established cmd_flags when cloning into a blk-mq requestKeith Busch1-1/+1
2015-01-28block: add blk-mq support to blk_insert_cloned_request()Keith Busch1-0/+7
2015-01-28block: require blk_rq_prep_clone() be given an initialized clone requestKeith Busch1-2/+0
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-1/+1
2014-12-31block: wake up waiters when a queue is marked dyingJens Axboe1-1/+20
2014-12-13Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+3
2014-12-09blk-mq: Fix a use-after-freeBart Van Assche1-0/+3
2014-12-04block / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-3/+3
2014-11-12scsi: add new scsi-command flag for tagged commandsChristoph Hellwig1-2/+2
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-36/+31
2014-10-13block: include func name in __get_request printsRobert Elliott1-2/+2
2014-10-13block: make blk_update_request print prefix match ratelimited prefixRobert Elliott1-2/+2
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-4/+4
2014-10-03block: use bio_clone_fast() in blk_rq_prep_clone()Junichi Nomura1-1/+1
2014-10-01block: misplaced rq_complete tracepointHannes Reinecke1-2/+2
2014-09-25blk-mq: support per-distpatch_queue flush machineryMing Lei1-1/+1
2014-09-25block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queueMing Lei1-1/+1
2014-09-25block: remove blk_init_flush() and its pairMing Lei1-2/+3
2014-09-25block: introduce blk_flush_queue to drive flush machineryMing Lei1-1/+3
2014-09-25block: move flush initialization to blk_flush_initMing Lei1-3/+0
2014-09-25block: introduce blk_init_flush and its pairMing Lei1-3/+2
2014-09-11Merge branch 'for-linus' into for-3.18/coreJens Axboe1-1/+0
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida1-4/+4
2014-09-08block, bdi: an active gendisk always has a request_queue associated with itTejun Heo1-7/+3
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence1-17/+17
2014-08-22scsi-mq: fix requests that use a separate CDB bufferTony Battersby1-1/+0
2014-07-01blk-mq: decouble blk-mq freezing from generic bypassingTejun Heo1-1/+1
2014-07-01block, blk-mq: draining can't be skipped even if bypass_depth was non-zeroTejun Heo1-4/+7
2014-06-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2014-06-15Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds1-0/+1
2014-06-11block: remove WQ_POWER_EFFICIENT from kblockdMatias Bjørling1-2/+1
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe1-0/+18
2014-05-29block: remove 'magic' from struct blk_plugJens Axboe1-5/+0
2014-05-28blk-mq: merge blk_mq_alloc_reserved_request into blk_mq_alloc_requestChristoph Hellwig1-1/+1
2014-05-27block: only allocate/free mq_usage_counter in blk-mqMing Lei1-6/+1
2014-05-20blk-mq: Micro-optimize blk_queue_nomerges() checkRobert Elliott1-4/+4
2014-05-20blk-mq: allow changing of queue depth through sysfsJens Axboe1-0/+41
2014-05-09block: only calculate part_in_flight() onceJens Axboe1-2/+5
2014-05-05NVMe: Add tracepointsKeith Busch1-0/+1
2014-04-16block: export blk_finish_requestChristoph Hellwig1-1/+2
2014-04-16blk-mq: add blk_mq_delay_queueChristoph Hellwig1-2/+4
2014-04-15block: remove struct request buffer memberJens Axboe1-15/+6
2014-04-15Merge tag 'v3.15-rc1' into for-3.16/coreJens Axboe1-1/+1
2014-04-11block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong1-1/+1
2014-04-09block: fix regression with block enabled taggingJens Axboe1-1/+1
2014-04-09block: add kblockd_schedule_delayed_work_on()Jens Axboe1-0/+7
2014-04-09block: remove 'q' parameter from kblockd_schedule_*_work()Jens Axboe1-3/+3
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1