summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvme-core: don't use NVME_NSID_ALL for command effects and supported logChaitanya Kulkarni2020-09-231-1/+1
* nvme-fc: fail new connections to a deleted host or remote portJames Smart2020-09-221-2/+4
* nvme-pci: fix NULL req in completion handlerXianting Tian2020-09-221-7/+7
* nvme: return errors for hwmon initKeith Busch2020-09-223-12/+16
* nvmet: get transport reference for passthru ctrlChristoph Hellwig2020-09-171-0/+2
* nvme-core: get/put ctrl and transport module in nvme_dev_open/release()Chaitanya Kulkarni2020-09-171-0/+15
* nvme-tcp: fix kconfig dependency warning when !CRYPTONecip Fazil Yildiran2020-09-151-0/+1
* nvme-pci: disable the write zeros command for Intel 600P/P3100David Milburn2020-09-151-1/+2
* s390/dasd: Fix zero write for FBA devicesJan Höppner2020-09-151-1/+8
* nvme-fabrics: allow to queue requests for live queuesSagi Grimberg2020-09-091-4/+8
* nvme-tcp: cancel async events before freeing event structDavid Milburn2020-09-081-0/+1
* nvme-rdma: cancel async events before freeing event structDavid Milburn2020-09-081-0/+1
* nvme-fc: cancel async events before freeing event structDavid Milburn2020-09-081-0/+1
* nvme: Revert: Fix controller creation races with teardown flowJames Smart2020-09-082-6/+0
* nvme-pci: cancel nvme device request before disablingTong Zhang2020-08-291-2/+2
* nvme: only use power of two io boundariesKeith Busch2020-08-291-9/+38
* nvme: fix controller instance leakKeith Busch2020-08-291-1/+1
* nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()'Christophe JAILLET2020-08-291-2/+2
* nvme: Fix NULL dereference for pci nvme controllersSagi Grimberg2020-08-291-0/+4
* nvme-rdma: fix reset hang if controller died in the middle of a resetSagi Grimberg2020-08-291-1/+12
* nvme-rdma: fix timeout handlerSagi Grimberg2020-08-291-16/+33
* nvme-rdma: serialize controller teardown sequencesSagi Grimberg2020-08-291-0/+6
* nvme-tcp: fix reset hang if controller died in the middle of a resetSagi Grimberg2020-08-291-1/+12
* nvme-tcp: fix timeout handlerSagi Grimberg2020-08-291-20/+36
* nvme-tcp: serialize controller teardown sequencesSagi Grimberg2020-08-291-2/+9
* nvme: have nvme_wait_freeze_timeout return if it timed outSagi Grimberg2020-08-292-2/+3
* nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptanceSagi Grimberg2020-08-291-1/+0
* nvmet-tcp: Fix NULL dereference when a connect data comes in h2cdata pduZiye Yang2020-08-291-1/+9
* md/raid5: make sure stripe_size as power of twoYufen Yu2020-08-281-2/+5
* loop: Set correct device size when using LOOP_CONFIGUREMartijn Coenen2020-08-261-2/+2
* nbd: restore default timeout when setting it to zeroHou Pu2020-08-261-0/+2
* null_blk: fix passing of REQ_FUA flag in null_handle_rqHou Pu2020-08-221-1/+1
* nvmet: Disable keep-alive timer when kato is cleared to 0hAmit Engel2020-08-221-0/+6
* nvme: redirect commands on dying queueChao Leng2020-08-221-4/+5
* nvme: just check the status code type in nvme_is_path_errorChristoph Hellwig2020-08-221-10/+2
* nvme: refactor command completionChristoph Hellwig2020-08-223-64/+89
* nvme: rename and document nvme_end_requestChristoph Hellwig2020-08-226-7/+13
* nvme: skip noiob for zoned devicesKeith Busch2020-08-221-1/+1
* nvme-pci: fix PRP pool sizeChristoph Hellwig2020-08-221-1/+2
* nvme-pci: Use u32 for nvme_dev.q_depth and nvme_queue.q_depthJohn Garry2020-08-221-6/+6
* nvme: Use spin_lock_irq() when taking the ctrl->lockLogan Gunthorpe2020-08-221-4/+4
* nvmet: call blk_mq_free_request() directlyChaitanya Kulkarni2020-08-221-3/+3
* nvmet: fix oops in pt cmd executionChaitanya Kulkarni2020-08-221-3/+3
* nvmet: add ns tear down label for pt-cmd handlingChaitanya Kulkarni2020-08-221-4/+5
* nvme: multipath: round-robin: eliminate "fallback" variableMartin Wilck2020-08-221-5/+4
* nvme: multipath: round-robin: fix single non-optimized path caseMartin Wilck2020-08-221-5/+10
* nvme-fc: Fix wrong return value in __nvme_fc_init_request()Tianjia Zhang2020-08-221-2/+2
* nvmet-passthru: Reject commands with non-sgl flags setLogan Gunthorpe2020-08-221-0/+8
* nvmet: fix a memory leakSagi Grimberg2020-08-221-0/+1
* block/rnbd: Ensure err is always initialized in process_rdmaNathan Chancellor2020-08-221-1/+2