summaryrefslogtreecommitdiff
path: root/drivers/nvme/target
AgeCommit message (Expand)AuthorFilesLines
2021-12-01nvmet: use IOCB_NOWAIT only if the filesystem supports itMaurizio Lombardi1-1/+3
2021-12-01nvmet-tcp: fix incomplete data digest sendVarun Prakash1-1/+6
2021-11-17nvmet-tcp: fix use-after-free when a port is removedIsrael Rukshin1-0/+16
2021-11-17nvmet: fix use-after-free when a port is removedIsrael Rukshin1-0/+2
2021-11-17nvmet-tcp: fix header digest verificationAmit Engel1-1/+1
2021-11-17nvmet-tcp: fix a memory leak when releasing a queueMaurizio Lombardi1-0/+3
2021-11-02nvmet-tcp: fix data digest pointer calculationVarun Prakash1-1/+1
2021-09-15nvmet: pass back cntlid on successful completionAmit Engel1-4/+5
2021-07-20nvme-tcp: can't set sk_user_data without write_lockMaurizio Lombardi1-1/+0
2021-07-14nvmet-fc: do not check for invalid target port in nvmet_fc_handle_fcp_rqst()Hannes Reinecke1-8/+2
2021-06-18nvme-loop: check for NVME_LOOP_Q_LIVE in nvme_loop_destroy_admin_queue()Hannes Reinecke1-1/+2
2021-06-18nvme-loop: clear NVME_LOOP_Q_LIVE when nvme_loop_configure_admin_queue() failsHannes Reinecke1-0/+1
2021-06-18nvme-loop: reset queue count to 1 in nvme_loop_destroy_io_queues()Hannes Reinecke1-0/+1
2021-05-26nvmet: seset ns->file when open failsDaniel Wagner1-3/+5
2021-05-14nvmet-tcp: fix incorrect locking in state_change sk callbackSagi Grimberg1-2/+2
2021-03-24nvmet: don't check iosqes,iocqes for discovery controllersSagi Grimberg1-3/+14
2021-02-10nvmet-tcp: fix out-of-bounds access when receiving multiple h2cdata PDUsSagi Grimberg1-1/+2
2021-01-19nvmet-rdma: Fix list_del corruption on queue establishment failureIsrael Rukshin1-0/+10
2020-11-10nvmet: fix a NULL pointer dereference when tracing the flush commandChaitanya Kulkarni2-16/+9
2020-10-29nvmet: fix uninitialized work for zero katozhenwei pi1-1/+2
2020-10-01nvmet-rdma: fix double free of rdma queueIsrael Rukshin1-12/+18
2020-10-01nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin1-2/+1
2020-09-17nvmet-tcp: Fix NULL dereference when a connect data comes in h2cdata pduZiye Yang1-1/+9
2020-09-09nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()'Christophe JAILLET1-2/+2
2020-09-09nvmet: Disable keep-alive timer when kato is cleared to 0hAmit Engel1-0/+6
2020-04-17nvme-fc: Revert "add module to ops template to allow module references"James Smart1-1/+0
2020-04-17nvmet-tcp: fix maxh2cdata icresp parameterSagi Grimberg1-1/+1
2020-03-25nvmet-tcp: set MSG_MORE only if we actually have more to sendSagi Grimberg1-3/+9
2020-02-24nvmet: Pass lockdep expression to RCU listsAmol Grover1-2/+4
2020-02-11nvmet: Fix controller use after freeIsrael Rukshin1-4/+9
2020-02-11nvmet: Fix error print message at nvmet_install_queue functionIsrael Rukshin1-1/+1
2020-01-09nvme_fc: add module to ops template to allow module referencesJames Smart1-0/+1
2019-10-15nvmet-loop: fix possible leakage during error flowMax Gurtovoy1-1/+3
2019-09-25nvmet-tcp: remove superflous check on request sglSagi Grimberg1-8/+4
2019-09-23nvmet: change ppl to lppJohn Pittman1-8/+8
2019-09-18Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds5-32/+66
2019-09-12nvmet: fix a wrong error status returned in error log pageAmit1-5/+3
2019-09-12nvmet: Use PTR_ERR_OR_ZERO() in nvmet_init_discovery()Markus Elfring1-3/+1
2019-08-29nvme: make fabrics command run on a separate request queueSagi Grimberg1-3/+13
2019-08-29nvmet-tcp: Add TOS for tcp transportIsrael Rukshin1-0/+11
2019-08-29nvmet-tcp: fix possible memory leakSagi Grimberg1-0/+1
2019-08-29nvmet-tcp: fix possible NULL derefSagi Grimberg1-4/+8
2019-08-29nvmet: trace: parse Get LBA Status command in detailMinwoo Im1-0/+18
2019-08-29nvmet: fix data units read and written counters in SMART logTom Wu1-6/+8
2019-08-29nvme: move sqsize setting to the coreSagi Grimberg1-11/+1
2019-08-05nvme: wait until all completed request's complete fn is calledMing Lei1-0/+2
2019-08-01nvmet-file: fix nvmet_file_flush() always returning an errorLogan Gunthorpe1-0/+3
2019-08-01nvmet-loop: Flush nvme_delete_wq when removing the portLogan Gunthorpe1-0/+8
2019-08-01nvmet: Fix use-after-free bug when a port is removedLogan Gunthorpe3-0/+16
2019-07-16Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds6-24/+76