aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-26nvme: replace is_flags field in nvme_ctrl_ops with a flags fieldChristoph Hellwig1-1/+1
2017-05-20nvmet: release the sq ref on rdma read errorsVijay Immanuel3-0/+8
2017-05-20nvmet-fc: remove target cpu scheduling flagJames Smart2-4/+1
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig1-8/+9
2017-04-27Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-4.12/post-mergeJens Axboe2-6/+6
2017-04-24Merge branch 'master' into for-4.12/post-mergeJens Axboe1-1/+1
2017-04-24nvmet-fcloop: mark two symbols staticChristoph Hellwig1-2/+2
2017-04-24nvmet-fc: properly endian swap sq_headChristoph Hellwig1-1/+1
2017-04-24nvmet-fc: mark the sqhd field as __le16Christoph Hellwig1-1/+1
2017-04-24nvmet-fc: fix endianess annoations for nvmet_fc_format_rsp_hdrChristoph Hellwig1-1/+1
2017-04-24nvmet-fc: mark nvmet_fc_handle_fcp_rqst staticChristoph Hellwig1-1/+1
2017-04-21nvmet_fc: Change traddr field separator to a colonJames Smart1-1/+1
2017-04-21nvmet_fc: add missing reference in add_portJames Smart1-0/+1
2017-04-21nvmet_fc: Rework target side abort handlingJames Smart2-76/+281
2017-04-21nvme_fcloop: split job struct from transport for req_releaseJames Smart1-8/+17
2017-04-21nvmet_fc: add req_release to lldd apiJames Smart2-7/+16
2017-04-21nvmet_fc: add target feature flags for upcall isr contextsJames Smart2-5/+37
2017-04-21nvmet: convert from kmap to nvmet_copy_from_sglLogan Gunthorpe1-7/+25
2017-04-20nvme: split nvme status from block req->errorsChristoph Hellwig1-5/+2
2017-04-09nvme-loop: Fix sqsize wrong assignment based on ctrl MQES capabilitySagi Grimberg1-1/+1
2017-04-08block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig1-1/+1
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe2-3/+3
2017-04-04nvme: factor request completion code into a common helperChristoph Hellwig1-16/+1
2017-04-04nvme-loop: increment request retries counter before requeuingSagi Grimberg1-0/+1
2017-04-04nvmet_fc: Clear SG list to avoid double freesJames Smart1-0/+2
2017-04-04nvmet_fc: Sync NVME LS reject reasons with specJames Smart1-7/+12
2017-04-04nvme-loop: retrieve iod from the cqe command_idSagi Grimberg1-6/+25
2017-04-04nvme-loop: remove unneeded includesSagi Grimberg1-2/+0
2017-04-04nvme-loop: fix module_init (theoretical) error pathSagi Grimberg1-1/+6
2017-04-04nvmet: use symbolic constants for log identifiersMax Gurtovoy1-6/+6
2017-04-04nvmet: Introduced helper routine for controller status check.Parav Pandit6-34/+41
2017-04-04nvmet: Fixed avoided printing nvmet: twice in error logs.Parav Pandit4-21/+20
2017-04-04nvmet-rdma: use generic inet_pton_with_scopeSagi Grimberg1-13/+29
2017-04-04nvme-loop: remove some code duplicationSagi Grimberg1-12/+21
2017-04-04nvmet-rdma: occasionally flush ongoing controller teardownSagi Grimberg1-0/+5
2017-04-04nvmet-rdma: Fix a possible uninitialized variable dereferenceSagi Grimberg1-5/+3
2017-04-04nvmet: confirm sq percpu has scheduled and switched to atomicSagi Grimberg2-1/+11
2017-04-04nvme-loop: handle cpu unplug when re-establishing the controllerSagi Grimberg1-38/+50
2017-04-04nvme-loop: fix a possible use-after-free when destroying the admin queueSagi Grimberg1-1/+1
2017-04-02nvmet: fix byte swap in nvmet_parse_io_cmdChristoph Hellwig1-1/+1
2017-04-02nvmet: fix byte swap in nvmet_execute_write_zeroesChristoph Hellwig1-1/+1
2017-04-02nvmet: add missing byte swap in nvmet_get_smart_logChristoph Hellwig1-1/+1
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers1-2/+2
2017-03-21nvme-loop: handle cpu unplug when re-establishing the controllerSagi Grimberg1-38/+50
2017-03-16nvmet-rdma: Fix a possible uninitialized variable dereferenceSagi Grimberg1-5/+3
2017-03-16nvmet: confirm sq percpu has scheduled and switched to atomicSagi Grimberg2-1/+11
2017-03-16nvme-loop: fix a possible use-after-free when destroying the admin queueSagi Grimberg1-1/+1
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h>Ingo Molnar2-0/+4
2017-02-22nvmet-rdma: Fix error handlingChristophe JAILLET1-1/+1
2017-02-22nvmet-rdma: use nvme cm status helperMax Gurtovoy1-2/+3