summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2015-02-05block: pass iov_iter to the BLOCK_PC mapping functionsKent Overstreet-111/+90
2015-02-05block: add a helper to free bio bounce buffer pagesChristoph Hellwig-32/+33
2015-02-05block: use blk_rq_map_user_iov to implement blk_rq_map_userChristoph Hellwig-176/+14
2015-02-05block: simplify bio_map_kernChristoph Hellwig-16/+44
2015-02-04block: Simplify bsg complete allPeter Zijlstra-47/+25
2015-01-29Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar-1/+1
2015-01-29blk-mq: release mq's kobjects in blk_release_queue()Ming Lei-7/+26
2015-01-29Revert "blk-mq: fix hctx/ctx kobject use-after-free"Ming Lei-24/+7
2015-01-28block: keep established cmd_flags when cloning into a blk-mq requestKeith Busch-1/+1
2015-01-28block: add blk-mq support to blk_insert_cloned_request()Keith Busch-0/+7
2015-01-28block: require blk_rq_prep_clone() be given an initialized clone requestKeith Busch-2/+0
2015-01-23blk-mq: add tag allocation policyShaohua Li-17/+29
2015-01-23block: support different tag allocation policyShaohua Li-8/+25
2015-01-22block: Remove annoying "unknown partition table" messageBoaz Harrosh-6/+6
2015-01-21block: Add discard flag to blkdev_issue_zeroout() functionMartin K. Petersen-5/+27
2015-01-21cfq-iosched: fix incorrect filing of rt async cfqqJeff Moyer-2/+7
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig-1/+1
2015-01-20blk-mq: fix hctx/ctx kobject use-after-freeMing Lei-7/+24
2015-01-14blk-mq: fix false negative out-of-tags conditionJens Axboe-17/+26
2015-01-08blk-mq: End unstarted requests on a dying queueKeith Busch-1/+10
2015-01-08blk-mq: Allow requests to never expireKeith Busch-1/+6
2015-01-08blk-mq: Add helper to abort requeued requestsJens Axboe-0/+20
2015-01-08blk-mq: Let drivers cancel requeue_workKeith Busch-0/+6
2015-01-08blk-mq: Export if requests were startedKeith Busch-0/+6
2015-01-08blk-mq: Wake tasks entering queue on dyingKeith Busch-0/+7
2015-01-07efi: Rename efi_guid_unparse to efi_guid_to_strBorislav Petkov-1/+1
2015-01-07blk-mq: get rid of ->cmd_size in the hardware queueJens Axboe-1/+0
2015-01-02blk-mq: export blk_mq_freeze_queue()Jens Axboe-0/+1
2014-12-31block: wake up waiters when a queue is marked dyingJens Axboe-5/+42
2014-12-20blk-mq: Export freeze/unfreeze functionsKeith Busch-2/+4
2014-12-20blk-mq: Exit queue on alloc failureKeith Busch-1/+3
2014-12-15Revert "blk-mq: Micro-optimize bt_get()"Jens Axboe-1/+3
2014-12-13Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds-119/+197
2014-12-11bio: modify __bio_add_page() to accept pages that don't start a new segmentMaurizio Lombardi-24/+30
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+4
2014-12-10blk-mq: Fix uninitialized kobject at CPU hotpluggingTakashi Iwai-5/+4
2014-12-09blk-mq: Use all available hardware queuesBart Van Assche-1/+1
2014-12-09blk-mq: Micro-optimize bt_get()Bart Van Assche-3/+1
2014-12-09blk-mq: Fix a race between bt_clear_tag() and bt_get()Bart Van Assche-6/+5
2014-12-09blk-mq: Avoid that __bt_get_word() wraps multiple timesBart Van Assche-2/+4
2014-12-09blk-mq: Fix a use-after-freeBart Van Assche-8/+7
2014-12-08Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds-3/+33
2014-12-08blk-mq: prevent unmapped hw queue from being scheduledMing Lei-2/+11
2014-12-08Merge branch 'pm-runtime'Rafael J. Wysocki-4/+4
2014-12-08blk-mq: re-check for available tags after running the hardware queueJens Axboe-0/+8
2014-12-08blk-mq: fix hang in bt_get()Bart Van Assche-0/+7
2014-12-08Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusJames Bottomley-3/+33
2014-12-04block / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki-4/+4
2014-12-02block: fix regression where bio_integrity_process uses wrong bio_vec iteratorDarrick J. Wong-6/+7
2014-11-30blk-mq: move the kdump check to blk_mq_alloc_tag_setShaohua Li-10/+10