summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* block: loop: convert to per-device workqueueMing Lei2015-05-052-16/+15
* nbd: stop using req->cmdChristoph Hellwig2015-05-051-25/+23
* block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig2015-05-054-8/+8
* rbd: end I/O the entire obj_request on errorIlya Dryomov2015-05-011-0/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-4/+4
|\
| * VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-151-4/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-04-221-6/+20
|\ \
| * | rbd: rbd_wq comment is obsoleteIlya Dryomov2015-04-221-1/+1
| * | rbd: mark block queue as non-rotationalIlya Dryomov2015-04-201-2/+2
| * | rbd: be more informative on -ENOENT failuresIlya Dryomov2015-04-201-3/+17
* | | Merge branch 'x86-pmem-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-183-0/+274
|\ \ \
| * | | drivers/block/pmem: Fix 32-bit build warning in pmem_alloc()Ingo Molnar2015-04-011-2/+1
| * | | drivers/block/pmem: Add a driver for persistent memoryRoss Zwisler2015-04-013-0/+275
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-161-174/+120
|\ \ \ | | |/ | |/|
| * | block: loop: switch to VFS ITER_BVECChristoph Hellwig2015-04-151-174/+120
OpenPOWER on IntegriCloud