summaryrefslogtreecommitdiffstats
path: root/block/blk-iopoll.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-11block: prevent request-to-request merging with gaps if not allowedKeith Busch1-0/+12
2015-02-10blk-mq: make blk_mq_run_queues() staticJens Axboe2-6/+4
2015-02-09dm: fix multipath regression due to initializing wrong requestMike Snitzer1-1/+1
2015-02-09cfq-iosched: handle failure of cfq group allocationKonstantin Khlebnikov1-1/+6
2015-02-05block: Quiesce zeroout wrapperMartin K. Petersen1-19/+7
2015-02-05block: rewrite and split __bio_copy_iov()Dongsu Park1-34/+56
2015-02-05block: merge __bio_map_user_iov into bio_map_user_iovChristoph Hellwig3-38/+21
2015-02-05block: merge __bio_map_kern into bio_map_kernChristoph Hellwig1-33/+17
2015-02-05block: pass iov_iter to the BLOCK_PC mapping functionsKent Overstreet6-126/+101
2015-02-05block: add a helper to free bio bounce buffer pagesChristoph Hellwig1-32/+33
2015-02-05block: use blk_rq_map_user_iov to implement blk_rq_map_userChristoph Hellwig3-180/+14
2015-02-05block: simplify bio_map_kernChristoph Hellwig1-16/+44
2015-01-28block: mark blk-mq devices as stackableMike Snitzer1-0/+1
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 Busch2-2/+1
2015-01-23blk-mq: add tag allocation policyShaohua Li5-17/+39
2015-01-23block: support different tag allocation policyShaohua Li6-13/+39
2015-01-22block: Remove annoying "unknown partition table" messageBoaz Harrosh1-6/+6
2015-01-21block: Add discard flag to blkdev_issue_zeroout() functionMartin K. Petersen4-8/+30
2015-01-21cfq-iosched: fix incorrect filing of rt async cfqqJeff Moyer1-2/+7
2015-01-14blk-mq: fix false negative out-of-tags conditionJens Axboe1-17/+26
2015-01-14block: Change direct_access calling conventionMatthew Wilcox7-58/+86
2015-01-02blk-mq: export blk_mq_freeze_queue()Jens Axboe2-0/+2
2015-01-02block: fix checking return value of blk_mq_init_queueMing Lei3-3/+3
2014-12-31block: wake up waiters when a queue is marked dyingJens Axboe5-5/+42
2014-12-29Linux 3.19-rc2v3.19-rc2Linus Torvalds1-1/+1
2014-12-28kvm: warn on more invariant breakagePaolo Bonzini1-1/+3
2014-12-28kvm: fix sorting of memslots with base_gfn == 0Paolo Bonzini1-5/+17
2014-12-27kvm: x86: drop severity of "generation wraparound" messagePaolo Bonzini1-1/+1
2014-12-27kvm: x86: vmx: reorder some msr writingTiejun Chen1-44/+44
2014-12-27[regression] braino in "lustre: use is_root_inode()"Al Viro1-1/+1
2014-12-26parisc: fix out-of-register compiler error in ldcw inline assembler functionJohn David Anglin1-3/+10
2014-12-26ALSA: hda_intel: apply the Seperate stream_tag for SkylakeLibin Yang1-1/+4
2014-12-26ALSA: hda_controller: Separate stream_tag for input and output streams.Rafal Redzimski2-2/+23
2014-12-24Revert "drm/gem: Warn on illegal use of the dumb buffer interface v2"Dave Airlie9-74/+12
2014-12-23audit: restore AUDIT_LOGINUID unset ABIRichard Guy Briggs2-0/+14
2014-12-23arm64: mm: Add pgd_page to support RCU fast_gupJungseok Lee1-2/+3
2014-12-23arm64: defconfig: defconfig update for 3.19Will Deacon1-4/+5
2014-12-23arm64: kernel: fix __cpu_suspend mm switch on warm-bootLorenzo Pieralisi1-1/+13
2014-12-23agp: Fix up email address & attributions in AGP MODULE_AUTHOR tagsDave Jones8-8/+8
2014-12-22Revert "mm/memory.c: share the i_mmap_rwsem"Kirill A. Shutemov1-2/+2
2014-12-22nouveau: bring back legacy mmap handlerDave Airlie1-1/+2
2014-12-22NVMe: Fix double free irqKeith Busch1-5/+12
2014-12-22audit: correctly record file names with different path name typesPaul Moore1-4/+10
2014-12-22arm64: Replace set_arch_dma_coherent_ops with arch_setup_dma_opsCatalin Marinas1-5/+6
2014-12-22ipmi: Fix compile issue with isspace()Corey Minyard1-0/+1
2014-12-22ipmi: Finish cleanup of BMC attributesCorey Minyard1-29/+17
2014-12-21Linux 3.19-rc1v3.19-rc1Linus Torvalds1-2/+2
2014-12-20blk-mq: Export freeze/unfreeze functionsKeith Busch2-2/+6