aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-09IB: remove redundant INFINIBAND kconfig dependenciesGreg Thelen1-1/+1
2018-04-27nvmet-rdma: depend on INFINIBAND_ADDR_TRANSGreg Thelen1-1/+1
2018-04-12nvme: expand nvmf_check_if_ready checksJames Smart1-9/+2
2018-04-12nvmet: fix space padding in serial numberDaniel Verkamp1-0/+1
2018-04-12nvmet: Fix nvmet_execute_write_zeroes sector countRodrigo R. Galvao1-2/+2
2018-04-12nvme: target: fix buffer overflowArnd Bergmann1-1/+1
2018-04-12nvme-loop: fix kernel oops in case of unhandled commandMing Lei1-7/+2
2018-03-26nvmet: constify struct nvmet_fabrics_opsChristoph Hellwig5-17/+17
2018-03-26nvmet: refactor configfs transport type handlingChristoph Hellwig1-32/+29
2018-03-26nvmet: move device_uuid configfs attr definition to suitable placeMax Gurtovoy1-2/+2
2018-03-26nvmet-rdma: Don't flush system_wq by default during remove_oneMax Gurtovoy1-1/+18
2018-03-26nvmet-rdma: Fix use after free in nvmet_rdma_cm_handler()Israel Rukshin1-16/+11
2018-03-26nvmet-rdma: Remove unused queue stateIsrael Rukshin1-5/+1
2018-03-26nvmet_fc: prevent new io rqsts in possible isr completionsJames Smart1-3/+16
2018-03-26nvmet: don't return "any" ip address in discovery log pageSagi Grimberg3-3/+47
2018-02-28Merge branch 'for-jens' of git://git.infradead.org/nvme into for-linusJens Axboe2-5/+8
2018-02-28nvmet: fix PSDT field check in command formatMax Gurtovoy1-3/+6
2018-02-22nvmet-loop: use blk_rq_payload_bytes for sgl selectionChristoph Hellwig1-2/+2
2018-02-14nvmet: Change return code of discard command if not supportedIsrael Rukshin1-2/+5
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds7-186/+222
2018-01-15nvmet: release a ns reference in nvmet_req_uninit if neededSagi Grimberg1-0/+3
2018-01-15nvme: host delete_work and reset_work on separate workqueuesRoy Shterman1-1/+1
2018-01-08nvmet: rearrange nvmet_ctrl_free()Israel Rukshin1-3/+4
2018-01-08nvmet: fix error flow in nvmet_alloc_ctrl()Israel Rukshin1-1/+3
2018-01-08nvme-fabrics: protect against module unload during create_ctrlRoy Shterman1-0/+1
2018-01-08nvmet-fc: cleanup nvmet add_port/remove_portJames Smart1-21/+3
2018-01-08nvme_fcloop: refactor host/target io job accessJames Smart1-22/+125
2018-01-08nvme_fcloop: rework to remove xxx_IN_ISR feature flagsJames Smart1-35/+63
2018-01-08nvme_fcloop: disassocate local port structsJames Smart1-10/+25
2018-01-08nvme_fcloop: fix abort race conditionJames Smart1-5/+7
2018-01-08nvmet: lower log level for each queue creationSagi Grimberg1-1/+1
2018-01-08nvmet-rdma: lowering log level for chatty debug messagesSagi Grimberg1-1/+1
2018-01-08nvmet-rdma: removed queue cleanup from module exitSagi Grimberg1-17/+1
2018-01-06nvmet/rdma: Use sgl_alloc() and sgl_free()Bart Van Assche2-59/+5
2018-01-06nvmet/fc: Use sgl_alloc() and sgl_free()Bart Van Assche2-34/+3
2017-12-29nvme-fcloop: avoid possible uninitialized variable warningJames Smart1-1/+1
2017-11-20nvmet-fc: correct ref counting error when deferred rcv usedJames Smart1-3/+6
2017-11-20nvme-loop: check if queue is ready in queue_rqSagi Grimberg1-1/+24
2017-11-16nvmet_fc: fix better length checkingJames Smart1-2/+4
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds7-111/+89
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-15/+15
2017-11-10nvmet: kill nvmet_inline_bio_initChristoph Hellwig1-14/+4
2017-11-10nvmet: better data length validationChristoph Hellwig5-25/+34
2017-11-10nvme: remove handling of multiple AEN requestsKeith Busch1-1/+1
2017-11-10nvme: centralize AEN definesKeith Busch1-11/+3
2017-11-10nvmet: remove redundant local variableSagi Grimberg1-9/+4
2017-11-10nvmet: remove redundant memset if failed to get_smart_log failedSagi Grimberg1-3/+1
2017-11-10nvmet: fix comment typos in admin-cmd.cMinwoo Im1-2/+2
2017-11-10nvmet-rdma: update queue list during ib_device removalIsrael Rukshin1-2/+4
2017-11-03block: add a poll_fn callback to struct request_queueChristoph Hellwig1-1/+1