summaryrefslogtreecommitdiff
path: root/drivers/nvme/target
AgeCommit message (Expand)AuthorFilesLines
2020-04-10Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds4-95/+199
2020-04-07nvmet-rdma: fix double free of rdma queueIsrael Rukshin1-12/+18
2020-04-04nvme-fc: Revert "add module to ops template to allow module references"James Smart1-1/+0
2020-04-04nvmet-rdma: fix bonding failover possible NULL derefSagi Grimberg1-56/+119
2020-04-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-6/+0
2020-04-02nvmet: fix NULL dereference when removing a referralSagi Grimberg1-1/+9
2020-03-31nvmet-fc: fix typo in commentJames Smart1-1/+1
2020-03-31nvme-fcloop: fix deallocation of working contextJames Smart1-24/+52
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds7-23/+230
2020-03-30Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2020-03-25nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrlIsrael Rukshin1-2/+0
2020-03-25nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin1-2/+1
2020-03-25nvmet-tcp: optimize tcp stack TX when data digest is usedSagi Grimberg1-2/+5
2020-03-25nvmet-rdma: allocate RW ctxs according to mdtsMax Gurtovoy1-2/+4
2020-03-25nvmet-rdma: Implement get_mdts controller opMax Gurtovoy1-0/+9
2020-03-25nvmet: Add get_mdts op for controllersMax Gurtovoy2-2/+7
2020-03-25nvmet-tcp: fix maxh2cdata icresp parameterSagi Grimberg1-1/+1
2020-03-25nvmet: check ncqr & nsqr for set-features cmdAmit Engel1-0/+9
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig1-0/+1
2020-03-20nvmet-tcp: set MSG_MORE only if we actually have more to sendSagi Grimberg1-3/+9
2020-03-17scsi: treewide: Consolidate {get,put}_unaligned_[bl]e24() definitionsBart Van Assche1-6/+0
2020-03-04nvmet-tcp: set SO_PRIORITY for accepted socketsWunderlich, Mark1-0/+26
2020-03-04nvmet: check sscanf value for subsys serial attrChaitanya Kulkarni1-2/+5
2020-03-04nvmet: make ctrl model configurableMark Ruijter4-2/+90
2020-03-04nvmet: make ctrl-id configurableChaitanya Kulkarni3-2/+70
2020-03-04nvmet: configfs code cleanupChaitanya Kulkarni1-7/+4
2020-02-04nvmet: update AEN list and array at one placeDaniel Wagner1-27/+36
2020-02-04nvmet: Fix controller use after freeIsrael Rukshin1-4/+9
2020-02-04nvmet: Fix error print message at nvmet_install_queue functionIsrael Rukshin1-1/+1
2020-02-03nvmet: fix dsm failure when payload does not match sgl descriptorSagi Grimberg4-2/+14
2020-02-03nvmet: Pass lockdep expression to RCU listsAmol Grover1-2/+4
2020-01-10nvmet: fix per feat data len for get_featureAmit Engel1-1/+11
2019-11-26nvme_fc: add module to ops template to allow module referencesJames Smart1-0/+1
2019-11-26nvmet-loop: Avoid preallocating big SGL for dataIsrael Rukshin1-4/+4
2019-11-25Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds11-159/+212
2019-11-04nvmet: stop using bio_set_op_attrsChristoph Hellwig1-7/+6
2019-11-04nvmet: add plugging for read/write when ns is bdevChristoph Hellwig1-0/+3
2019-11-04nvmet: clean up command parsing a bitChristoph Hellwig2-5/+6
2019-11-04nvmet: fill discovery controller sn, fr and mn correctlySagi Grimberg1-1/+7
2019-11-04nvmet: Open code nvmet_req_execute()Christoph Hellwig6-15/+8
2019-11-04nvmet: Remove the data_len field from the nvmet_req structChristoph Hellwig7-39/+86
2019-11-04nvmet: Introduce nvmet_dsm_len() helperChristoph Hellwig2-2/+7
2019-11-04nvmet: Cleanup discovery execute handlersChristoph Hellwig1-25/+19
2019-11-04nvmet: Introduce common execute function for get_log_page and identifyChristoph Hellwig1-43/+50
2019-11-04nvmet-tcp: Don't set the request's data_lenLogan Gunthorpe1-4/+2
2019-11-04nvmet-tcp: Don't check data_len in nvmet_tcp_map_data()Logan Gunthorpe1-1/+1
2019-11-04nvme: move common call to nvme_cleanup_cmd to core layerMax Gurtovoy1-1/+0
2019-11-04nvmet-rdma: add unlikely check at nvmet_rdma_map_sgl_keyedIsrael Rukshin1-2/+2
2019-11-04nvmet: add unlikely check at nvmet_req_alloc_sglIsrael Rukshin1-1/+1
2019-11-04nvmet: use bio_io_error instead of duplicating itIsrael Rukshin1-5/+3