summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-2512-12/+17
|\
| * writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-027-0/+7
| * writeback: move backing_dev_info->state into bdi_writebackTejun Heo2015-06-024-9/+9
| * page_writeback: revive cancel_dirty_page() in a restricted formTejun Heo2015-06-021-3/+1
* | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-1/+1
|\ \
| * | remove <asm/scatterlist.h>Christoph Hellwig2015-05-051-1/+1
* | | Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-2510-1465/+969
|\ \ \
| * | | mtip32xx: Fix accessing freed memorySelvan Mani2015-06-242-21/+0
| * | | block: nvme-scsi: Catch kcalloc failureAxel Lin2015-06-201-2/+4
| * | | NVMe: Fix IO for extended metadata formatsKeith Busch2015-06-191-6/+6
| * | | nvme: don't overwrite req->cmd_flags on sync cmdMatias Bjørling2015-06-171-1/+1
| * | | mtip32xx: increase wait time for hba resetAsai Thambi SP2015-06-161-2/+5
| * | | mtip32xx: fix minor numberAsai Thambi SP2015-06-161-1/+2
| * | | mtip32xx: remove unnecessary sleep in mtip_ftl_rebuild_poll()Asai Thambi SP2015-06-161-1/+0
| * | | mtip32xx: fix crash on surprise removal of the driveAsai Thambi SP2015-06-161-98/+45
| * | | mtip32xx: Abort I/O during secure erase operationAsai Thambi SP2015-06-161-4/+28
| * | | mtip32xx: fix incorrectly setting MTIP_DDF_SEC_LOCK_BITAsai Thambi SP2015-06-161-4/+1
| * | | mtip32xx: remove unused variable 'port->allocated'Asai Thambi SP2015-06-162-21/+2
| * | | mtip32xx: fix rmmod issueAsai Thambi SP2015-06-161-6/+7
| * | | block/ps3vram: Remove obsolete reference to MTDGeert Uytterhoeven2015-06-101-1/+1
| * | | block/ps3vram: Fix sparse warningsGeoff Levand2015-06-101-16/+16
| * | | NVMe: Automatic namespace rescanKeith Busch2015-06-051-32/+127
| * | | NVMe: Memory barrier before queue_count is incrementedJon Derrick2015-06-051-1/+4
| * | | NVMe: add sysfs and ioctl controller resetKeith Busch2015-06-051-0/+53
| * | | null_blk: restart request processing on completion handlerAkinobu Mita2015-06-011-0/+12
| * | | null_blk: prevent timer handler running on a different CPU where startedAkinobu Mita2015-06-011-1/+1
| * | | NVMe: Remove hctx reliance for multi-namespaceKeith Busch2015-06-011-33/+19
| * | | Merge branch 'for-4.2/core' into for-4.2/driversJens Axboe2015-06-019-159/+64
| |\ \ \ | | | |/ | | |/|
| * | | NVMe: End sync requests immediately on failureKeith Busch2015-05-291-0/+1
| * | | NVMe: Use requested sync command timeoutKeith Busch2015-05-291-1/+1
| * | | NVMe: Fix obtaining command resultKeith Busch2015-05-221-4/+6
| * | | nvme: submit internal commands through the block layerChristoph Hellwig2015-05-222-530/+291
| * | | nvme: fail SCSI read/write command with unsupported protection bitChristoph Hellwig2015-05-221-0/+7
| * | | nvme: report the DPOFUA in MODE_SENSEChristoph Hellwig2015-05-221-2/+2
| * | | nvme: simplify and cleanup the READ/WRITE SCSI CDB parsing codeChristoph Hellwig2015-05-221-54/+24
| * | | nvme: first round at deobsfucating the SCSI translation codeChristoph Hellwig2015-05-221-244/+82
| * | | nvme: fix scsi translation error handlingChristoph Hellwig2015-05-221-251/+127
| * | | nvme: split nvme_trans_send_fw_cmdChristoph Hellwig2015-05-221-46/+47
| * | | nvme: store a struct device pointer in struct nvme_devChristoph Hellwig2015-05-222-95/+78
| * | | nvme: consolidate synchronous command submission helpersChristoph Hellwig2015-05-222-72/+41
| * | | loop: remove (now) unused 'out' labelJens Axboe2015-05-201-1/+0
| * | | s390/block/dasd: remove obsolete while -EBUSY loopJarod Wilson2015-05-201-9/+3
| * | | block: dasd_genhd: convert to blkdev_reread_partMing Lei2015-05-201-6/+3
| * | | block: nbd: convert to blkdev_reread_part()Ming Lei2015-05-201-1/+1
| * | | block: loop: fix another reread part failureMing Lei2015-05-201-4/+26
| * | | block: loop: don't hold lo_ctl_mutex in lo_openMing Lei2015-05-202-10/+13
| * | | nvme: disable irqs in nvme_freeze_queuesChristoph Hellwig2015-05-191-2/+2
| * | | cciss: correct the non-resettable board listTomas Henzl2015-05-181-2/+21
| * | | cciss: remove duplicate entries from board_type structTomas Henzl2015-05-181-4/+0
| * | | block: loop: avoiding too many pending per work I/OMing Lei2015-05-051-1/+1