aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-07block: use FIELD_SIZEOF to calculate size of a fieldManinder Singh1-1/+1
2015-06-26Merge tag 'dm-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-11/+83
2015-06-26Revert "block, dm: don't copy bios for request clones"Mike Snitzer1-11/+83
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-28/+42
2015-06-25Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-100/+36
2015-06-02writeback, blkcg: propagate non-root blkcg congestion stateTejun Heo1-6/+9
2015-06-02writeback, blkcg: restructure blk_{set|clear}_queue_congested()Tejun Heo1-25/+37
2015-06-02writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACKTejun Heo1-1/+1
2015-06-02writeback: move backing_dev_info->state into bdi_writebackTejun Heo1-1/+0
2015-06-02blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.hTejun Heo1-1/+1
2015-05-29Merge remote-tracking branch 'jens/for-4.2/core' into dm-4.2Mike Snitzer1-100/+36
2015-05-22block, dm: don't copy bios for request clonesChristoph Hellwig1-83/+11
2015-05-19block: remove unused BIO_RW_BLOCK and BIO_EOF flagsChristoph Hellwig1-2/+0
2015-05-12block: remove export for blk_queue_bioMike Snitzer1-2/+3
2015-05-08blk-mq: make plug work for mutiple disks and queuesShaohua Li1-3/+12
2015-05-08blk: clean up plugShaohua Li1-12/+12
2015-05-05block: move PM request support to IDEChristoph Hellwig1-0/+1
2015-04-27block: destroy bdi before blockdev is unregistered.NeilBrown1-0/+2
2015-03-24block: allocate request memory local to request queueDavid Rientjes1-3/+16
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