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