summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-22NVMe: Fix obtaining command resultKeith Busch1-4/+6
2015-05-22nvme: submit internal commands through the block layerChristoph Hellwig3-545/+300
2015-05-22nvme: fail SCSI read/write command with unsupported protection bitChristoph Hellwig1-0/+7
2015-05-22nvme: report the DPOFUA in MODE_SENSEChristoph Hellwig1-2/+2
2015-05-22nvme: simplify and cleanup the READ/WRITE SCSI CDB parsing codeChristoph Hellwig1-54/+24
2015-05-22nvme: first round at deobsfucating the SCSI translation codeChristoph Hellwig1-244/+82
2015-05-22nvme: fix scsi translation error handlingChristoph Hellwig1-251/+127
2015-05-22nvme: split nvme_trans_send_fw_cmdChristoph Hellwig1-46/+47
2015-05-22nvme: store a struct device pointer in struct nvme_devChristoph Hellwig3-96/+79
2015-05-22nvme: consolidate synchronous command submission helpersChristoph Hellwig3-77/+42
2015-05-20loop: remove (now) unused 'out' labelJens Axboe1-1/+0
2015-05-20s390/block/dasd: remove obsolete while -EBUSY loopJarod Wilson1-9/+3
2015-05-20block: dasd_genhd: convert to blkdev_reread_partMing Lei1-6/+3
2015-05-20block: nbd: convert to blkdev_reread_part()Ming Lei1-1/+1
2015-05-20block: loop: fix another reread part failureMing Lei1-4/+26
2015-05-20block: loop: don't hold lo_ctl_mutex in lo_openMing Lei2-10/+13
2015-05-20Merge branch 'for-4.2/core' into for-4.2/driversJens Axboe20-291/+285
2015-05-20block: replace trylock with mutex_lock in blkdev_reread_part()Ming Lei1-2/+7
2015-05-20block: export blkdev_reread_part() and __blkdev_reread_part()Jarod Wilson2-3/+28
2015-05-19suspend: simplify block I/O handlingChristoph Hellwig6-155/+122
2015-05-19block: collapse bio bit spaceJens Axboe1-9/+9
2015-05-19block: remove unused BIO_RW_BLOCK and BIO_EOF flagsChristoph Hellwig2-4/+0
2015-05-19block: remove BIO_EOPNOTSUPPChristoph Hellwig7-38/+2
2015-05-19nvme: disable irqs in nvme_freeze_queuesChristoph Hellwig1-2/+2
2015-05-19block: use an atomic_t for mq_freeze_depthChristoph Hellwig2-15/+11
2015-05-19cciss: correct the non-resettable board listTomas Henzl1-2/+21
2015-05-19cciss: remove duplicate entries from board_type structTomas Henzl1-4/+0
2015-05-08blk-mq: make plug work for mutiple disks and queuesShaohua Li3-9/+23
2015-05-08blk-mq: do limited block plug for multiple queue caseShaohua Li1-23/+59
2015-05-08blk-mq: avoid re-initialize request which is failed in direct dispatchShaohua Li1-0/+2
2015-05-08blk-mq: fix plugging in blk_sq_make_requestJeff Moyer1-22/+14
2015-05-08sched: always use blk_schedule_flush_plug in io_schedule_outShaohua Li1-4/+1
2015-05-08blk: clean up plugShaohua Li1-12/+12
2015-05-05block: loop: avoiding too many pending per work I/OMing Lei1-1/+1
2015-05-05block: loop: convert to per-device workqueueMing Lei2-16/+15
2015-05-05nbd: stop using req->cmdChristoph Hellwig2-27/+23
2015-05-05block: move PM request support to IDEChristoph Hellwig9-51/+70
2015-05-05block: remove REQ_TYPE_PM_SHUTDOWNChristoph Hellwig1-1/+0
2015-05-05block: move REQ_TYPE_SENSE to the ide driverChristoph Hellwig6-10/+10
2015-05-05block: move REQ_TYPE_ATA_TASKFILE and REQ_TYPE_ATA_PC to ide.hChristoph Hellwig2-9/+9
2015-05-05block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig15-26/+26
2015-05-05bio: skip atomic inc/dec of ->bi_cnt for most use casesJens Axboe6-12/+30
2015-05-05bio: skip atomic inc/dec of ->bi_remaining for non-chainsJens Axboe7-15/+47
2015-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-11/+32
2015-05-05Merge tag 'media/v4.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds7-17/+40
2015-05-04hwrng: bcm63xx - Fix driver compilationÁlvaro Fernández Rojas1-9/+9
2015-05-04lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann4-2/+23
2015-05-04Linux 4.1-rc2v4.1-rc2Linus Torvalds1-1/+1
2015-05-04Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds13-229/+210
2015-05-04Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds15-94/+117