summaryrefslogtreecommitdiff
path: root/drivers/nvme/target
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds2020-04-104-95/+199
|\
| * nvmet-rdma: fix double free of rdma queueIsrael Rukshin2020-04-071-12/+18
| * nvme-fc: Revert "add module to ops template to allow module references"James Smart2020-04-041-1/+0
| * nvmet-rdma: fix bonding failover possible NULL derefSagi Grimberg2020-04-041-56/+119
| * nvmet: fix NULL dereference when removing a referralSagi Grimberg2020-04-021-1/+9
| * nvmet-fc: fix typo in commentJames Smart2020-03-311-1/+1
| * nvme-fcloop: fix deallocation of working contextJames Smart2020-03-311-24/+52
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-021-6/+0
|\ \ | |/ |/|
| * scsi: treewide: Consolidate {get,put}_unaligned_[bl]e24() definitionsBart Van Assche2020-03-161-6/+0
* | Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-307-23/+230
|\ \
| * | nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrlIsrael Rukshin2020-03-261-2/+0
| * | nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin2020-03-261-2/+1
| * | nvmet-tcp: optimize tcp stack TX when data digest is usedSagi Grimberg2020-03-261-2/+5
| * | nvmet-rdma: allocate RW ctxs according to mdtsMax Gurtovoy2020-03-261-2/+4
| * | nvmet-rdma: Implement get_mdts controller opMax Gurtovoy2020-03-261-0/+9
| * | nvmet: Add get_mdts op for controllersMax Gurtovoy2020-03-262-2/+7
| * | nvmet-tcp: fix maxh2cdata icresp parameterSagi Grimberg2020-03-261-1/+1
| * | nvmet: check ncqr & nsqr for set-features cmdAmit Engel2020-03-261-0/+9
| * | nvmet-tcp: set SO_PRIORITY for accepted socketsWunderlich, Mark2020-03-041-0/+26
| * | nvmet: check sscanf value for subsys serial attrChaitanya Kulkarni2020-03-041-2/+5
| * | nvmet: make ctrl model configurableMark Ruijter2020-03-044-2/+90
| * | nvmet: make ctrl-id configurableChaitanya Kulkarni2020-03-043-2/+70
| * | nvmet: configfs code cleanupChaitanya Kulkarni2020-03-041-7/+4
| |/
* | Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-301-0/+1
|\ \
| * | block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig2020-03-251-0/+1
| |/
* | nvmet-tcp: set MSG_MORE only if we actually have more to sendSagi Grimberg2020-03-211-3/+9
|/
* nvmet: update AEN list and array at one placeDaniel Wagner2020-02-051-27/+36
* nvmet: Fix controller use after freeIsrael Rukshin2020-02-051-4/+9
* nvmet: Fix error print message at nvmet_install_queue functionIsrael Rukshin2020-02-051-1/+1
* nvmet: fix dsm failure when payload does not match sgl descriptorSagi Grimberg2020-02-044-2/+14
* nvmet: Pass lockdep expression to RCU listsAmol Grover2020-02-041-2/+4
* nvmet: fix per feat data len for get_featureAmit Engel2020-01-101-1/+11
* nvme_fc: add module to ops template to allow module referencesJames Smart2019-11-271-0/+1
* nvmet-loop: Avoid preallocating big SGL for dataIsrael Rukshin2019-11-271-4/+4
* Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-2511-159/+212
|\
| * nvmet: stop using bio_set_op_attrsChristoph Hellwig2019-11-041-7/+6
| * nvmet: add plugging for read/write when ns is bdevChristoph Hellwig2019-11-041-0/+3
| * nvmet: clean up command parsing a bitChristoph Hellwig2019-11-042-5/+6
| * nvmet: fill discovery controller sn, fr and mn correctlySagi Grimberg2019-11-041-1/+7
| * nvmet: Open code nvmet_req_execute()Christoph Hellwig2019-11-046-15/+8
| * nvmet: Remove the data_len field from the nvmet_req structChristoph Hellwig2019-11-047-39/+86
| * nvmet: Introduce nvmet_dsm_len() helperChristoph Hellwig2019-11-042-2/+7
| * nvmet: Cleanup discovery execute handlersChristoph Hellwig2019-11-041-25/+19
| * nvmet: Introduce common execute function for get_log_page and identifyChristoph Hellwig2019-11-041-43/+50
| * nvmet-tcp: Don't set the request's data_lenLogan Gunthorpe2019-11-041-4/+2
| * nvmet-tcp: Don't check data_len in nvmet_tcp_map_data()Logan Gunthorpe2019-11-041-1/+1
| * nvme: move common call to nvme_cleanup_cmd to core layerMax Gurtovoy2019-11-041-1/+0
| * nvmet-rdma: add unlikely check at nvmet_rdma_map_sgl_keyedIsrael Rukshin2019-11-041-2/+2
| * nvmet: add unlikely check at nvmet_req_alloc_sglIsrael Rukshin2019-11-041-1/+1
| * nvmet: use bio_io_error instead of duplicating itIsrael Rukshin2019-11-041-5/+3