aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2017-02-22nvme: make nvmf_register_transport require a create_ctrl callbackJohannes Thumshirn1-2/+1
2017-02-22nvme: Use CNS as 8-bit field and avoid endianness conversionParav Pandit2-3/+3
2017-02-22nvmet: avoid dereferencing nvmet_reqMax Gurtovoy1-1/+1
2017-02-22nvmet: Make cntlid globally uniqueSagi Grimberg3-9/+6
2017-02-22nvmet_fc: cleanup of abort flag processing in fcp_op_doneJames Smart1-5/+3
2017-02-22nvme: admin-cmd: fix spelling mistake: "Counld" -> "Could"Colin Ian King1-1/+1
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe1-1/+1
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig1-1/+1
2017-01-26nvmet-rdma: Fix missing dma sync to nvme data structuresParav Pandit1-0/+17
2017-01-26nvmet: Call fatal_error from keep-alive timout expirationSagi Grimberg1-1/+1
2017-01-26nvmet: cancel fatal error and flush async work before free controllerSagi Grimberg1-0/+3
2017-01-26nvmet: delete controllers deletion upon subsystem releaseSagi Grimberg3-0/+12
2017-01-26nvmet_fc: correct logic in disconnect queue LS handlingJames Smart1-14/+22
2016-12-21nvmet/fcloop: remove some logically dead code performing redundant ret checksColin Ian King1-2/+2
2016-12-21nvmet: fix KATO offset in Set FeaturesDaniel Verkamp1-3/+1
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+3
2016-12-14Merge tag 'configfs-for-4.10' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-6/+4
2016-12-14nvmet_rdma: log the connection reject messageSteve Wise1-0/+3
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds12-48/+3556
2016-12-09block: improve handling of the magic discard payloadChristoph Hellwig1-2/+2
2016-12-06nvme-fabrics: Add FC LLDD loopback driver to test FC-NVMEJames Smart3-0/+1163
2016-12-06nvme-fabrics: Add target support for FC transportJames Smart3-0/+2301
2016-12-06nvme-fabrics: patch target code in prep for FC transport supportJames Smart1-0/+14
2016-12-06nvme-fabrics: set sqe.command_id in core not transportsJames Smart1-1/+0
2016-12-06nvmet-rdma: align to generic ib_event logging helperMax Gurtovoy1-1/+2
2016-12-06nvmet: Fix possible infinite loop triggered on hot namespace removalSolganik Alexander3-14/+12
2016-12-06nvmet-rdma: Fix REJ status codeBart Van Assche1-1/+4
2016-12-01nvmet: add support for the Write Zeroes commandChaitanya Kulkarni2-1/+31
2016-12-01fs: configfs: don't return anything from drop_linkAndrzej Pietrasiewicz1-6/+4
2016-11-22block: bio: pass bvec table to bio_init()Ming Lei1-3/+1
2016-11-15nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OKOmar Sandoval1-3/+3
2016-11-14nvmet-rdma: drain the queue-pair just before freeing itSagi Grimberg1-1/+1
2016-11-14nvmet-rdma: don't forget to delete a queue from the list of connection failedSagi Grimberg1-1/+7
2016-11-14nvmet: Don't queue fatal error work if csts.cfs is setSagi Grimberg1-3/+7
2016-11-14nvmet-rdma: Fix possible NULL deref when handling rdma cm eventsBart Van Assche1-1/+7
2016-11-11block: move poll code to blk-mqJens Axboe1-1/+1
2016-11-10nvme: don't pass the full CQE to nvme_complete_async_eventChristoph Hellwig1-1/+2
2016-11-10nvme: introduce struct nvme_requestChristoph Hellwig4-18/+18
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-2/+2
2016-10-19nvmet: use symbolic constants for CNS valuesChristoph Hellwig2-4/+4