summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-04-24Remove NULL ptr check before kfree.James Smart1-8/+4
2017-04-24Remove unused defines for NVME PostBuf.James Smart1-3/+0
2017-04-24Fix spelling in comments.James Smart1-1/+1
2017-04-24Add debug messages for nvme/fcp resource allocation.James Smart1-0/+6
2017-04-24Fix log message in completion path.James Smart1-3/+2
2017-04-24Fix rejected nvme LS Req.James Smart1-5/+21
2017-04-24Fix nvme unregister port timeout.James Smart1-3/+5
2017-04-24Standardize nvme SGL segment countJames Smart3-7/+3
2017-04-24nvmet-fcloop: mark two symbols staticChristoph Hellwig1-2/+2
2017-04-24nvmet-fc: properly endian swap sq_headChristoph Hellwig1-1/+1
2017-04-24nvmet-fc: mark the sqhd field as __le16Christoph Hellwig1-1/+1
2017-04-24nvmet-fc: fix endianess annoations for nvmet_fc_format_rsp_hdrChristoph Hellwig1-1/+1
2017-04-24nvmet-fc: mark nvmet_fc_handle_fcp_rqst staticChristoph Hellwig1-1/+1
2017-04-24nvme-fc: mark two symbols staticChristoph Hellwig1-2/+2
2017-04-24nvme_fc: add controller reset supportJames Smart1-315/+616
2017-04-24nvme_fc: add aen abort to teardownJames Smart1-52/+139
2017-04-24nvme_fc: fix command id checkJames Smart1-1/+2
2017-04-24lightnvm: pblk: fix erase counters on error failJavier González7-22/+37
2017-04-24lightnvm: pblk: free metadata on line alloc failureJavier González1-7/+9
2017-04-24lightnvm: pblk: fix memory leak on error pathJavier González1-0/+3
2017-04-24lightnvm: pblk: fix bad error checkJavier González1-1/+1
2017-04-24lightnvm: pblk: fix race condition on line retryJavier González1-3/+3
2017-04-22lightnvm: don't print a warning for ADDR_EMPTYDan Carpenter1-3/+3
2017-04-22lightnvm: potential underflow in pblk_read_rq()Dan Carpenter1-1/+1
2017-04-21lightnvm: propagate pblk_init return to userspaceRakesh Pandit1-6/+18
2017-04-21Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-4.12/blockJens Axboe8-193/+754
2017-04-21mtip32xx: fix dereference of stack garbageJens Axboe1-0/+1
2017-04-21nvme: let dm-mpath distinguish nvme error codesJunxiong Guan1-0/+14
2017-04-21nvme/pci: Poll CQ on timeoutKeith Busch1-3/+18
2017-04-21nvmet_fc: Change traddr field separator to a colonJames Smart1-1/+1
2017-04-21nvme_fc: Add ls aborts on remote port teardownJames Smart1-0/+33
2017-04-21nvme_fc: Move LS's to rportJames Smart1-54/+65
2017-04-21nvmet_fc: add missing reference in add_portJames Smart1-0/+1
2017-04-21nvmet_fc: Rework target side abort handlingJames Smart3-97/+309
2017-04-21nvme_fcloop: split job struct from transport for req_releaseJames Smart1-8/+17
2017-04-21nvmet_fc: add req_release to lldd apiJames Smart4-14/+89
2017-04-21nvmet_fc: add target feature flags for upcall isr contextsJames Smart3-6/+40
2017-04-21nvmet: convert from kmap to nvmet_copy_from_sglLogan Gunthorpe1-7/+25
2017-04-21nvme: improve performance for virtual NVMe devicesHelen Koike1-2/+141
2017-04-21nvme/pci: Don't set reserved SQ create flagsKeith Busch1-1/+1
2017-04-21nbd: set the max segments to USHRT_MAXJosef Bacik1-0/+1
2017-04-20swim3: remove (commented out) printing of req->errorsChristoph Hellwig1-2/+2
2017-04-20ataflop: switch from req->errors to req->error_countChristoph Hellwig1-5/+7
2017-04-20floppy: switch from req->errors to req->error_countChristoph Hellwig1-2/+4
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig10-13/+13
2017-04-20xen-blkfront: don't use req->errorsChristoph Hellwig1-11/+25
2017-04-20mtip32xx: add a status field to struct mtip_cmdChristoph Hellwig2-7/+10
2017-04-20nbd: don't use req->errorsChristoph Hellwig1-15/+15
2017-04-20dm mpath: don't check for req->errorsChristoph Hellwig1-1/+1
2017-04-20dm rq: don't pass irrelevant error code to blk_mq_complete_requestChristoph Hellwig1-1/+1