aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2017-03-21nvme-loop: handle cpu unplug when re-establishing the controllerGravatar Sagi Grimberg 1-38/+50
2017-03-21nvme-rdma: handle cpu unplug when re-establishing the controllerGravatar Sagi Grimberg 1-14/+14
2017-03-16nvmet-rdma: Fix a possible uninitialized variable dereferenceGravatar Sagi Grimberg 1-5/+3
2017-03-16nvmet: confirm sq percpu has scheduled and switched to atomicGravatar Sagi Grimberg 2-1/+11
2017-03-16nvme-loop: fix a possible use-after-free when destroying the admin queueGravatar Sagi Grimberg 1-1/+1
2017-03-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-9/+87
2017-03-02nvme: Complete all stuck requestsGravatar Keith Busch 3-5/+79
2017-03-02nvme: allocate nvme_queue in correct nodeGravatar Shaohua Li 1-4/+8
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Gravatar Ingo Molnar 2-0/+4
2017-02-27scripts/spelling.txt: add "embeded" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2017-02-23nvme/pci: re-check security protocol support after resetGravatar Scott Bauer 1-7/+10
2017-02-22nvme: detect NVMe controller in recent MacBooksGravatar Daniel Roschka 1-0/+1
2017-02-22nvme-rdma: add support for host_traddrGravatar Max Gurtovoy 1-2/+21
2017-02-22nvmet-rdma: Fix error handlingGravatar Christophe JAILLET 1-1/+1
2017-02-22nvmet-rdma: use nvme cm status helperGravatar Max Gurtovoy 1-2/+3
2017-02-22nvme-rdma: move nvme cm status helper to .h fileGravatar Max Gurtovoy 1-22/+0
2017-02-22nvme-fc: don't bother to validate ioccsz and iorcszGravatar James Smart 1-12/+0
2017-02-22nvme/pci: No special case for queue busy on IOGravatar Keith Busch 1-4/+1
2017-02-22nvme/core: Fix race kicking freed request_queueGravatar Keith Busch 1-3/+3
2017-02-22nvme/pci: Disable on removal when disconnectedGravatar Keith Busch 1-1/+3
2017-02-22nvme: Enable autonomous power state transitionsGravatar Andy Lutomirski 2-0/+165
2017-02-22nvme: Add a quirk mechanism that uses identify_ctrlGravatar Andy Lutomirski 2-0/+65
2017-02-22nvme: make nvmf_register_transport require a create_ctrl callbackGravatar Johannes Thumshirn 5-8/+10
2017-02-22nvme: Use CNS as 8-bit field and avoid endianness conversionGravatar Parav Pandit 3-5/+6
2017-02-22nvme: add semicolon in nvme_command settingGravatar Max Gurtovoy 1-2/+2
2017-02-22nvmet: avoid dereferencing nvmet_reqGravatar Max Gurtovoy 1-1/+1
2017-02-22nvme: Make controller state visible via sysfsGravatar Sagi Grimberg 1-0/+24
2017-02-22nvmet: Make cntlid globally uniqueGravatar Sagi Grimberg 3-9/+6
2017-02-22nvmet_fc: cleanup of abort flag processing in fcp_op_doneGravatar James Smart 1-5/+3
2017-02-22nvme: admin-cmd: fix spelling mistake: "Counld" -> "Could"Gravatar Colin Ian King 1-1/+1
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeGravatar Jens Axboe 6-25/+52
2017-02-17Merge branch 'for-4.11/block' into for-4.11/linus-mergeGravatar Jens Axboe 4-51/+322
2017-02-17nvme: Check for Security send/recv support before issuing commands.Gravatar Scott Bauer 3-1/+3
2017-02-17block/sed-opal: allocate struct opal_dev dynamicallyGravatar Christoph Hellwig 3-18/+13
2017-02-14Move stack parameters for sed_ioctl to prevent oversized stack with CONFIG_KASANGravatar Scott Bauer 1-1/+2
2017-02-08nvme: support ranged discard requestsGravatar Christoph Hellwig 1-7/+23
2017-02-06nvme: Add Support for Opal: Unlock from S3 & Opal Allocation/IoctlsGravatar Scott Bauer 3-0/+46
2017-01-31block: fold cmd_type into the REQ_OP_ spaceGravatar Christoph Hellwig 2-9/+19
2017-01-31block: introduce blk_rq_is_passthroughGravatar Christoph Hellwig 4-6/+6
2017-01-31nvme/pci: Don't mark IOD as aborted if abort wasn't sentGravatar Keith Busch 1-2/+1
2017-01-31lightnvm: use end_io callback instead of instanceGravatar Matias Bjørling 1-1/+2
2017-01-31lightnvm: add ioctls for vector I/OsGravatar Matias Bjørling 3-0/+230
2017-01-31lightnvm: reduce number of nvm_id groups to oneGravatar Matias Bjørling 1-45/+42
2017-01-31lightnvm: merge gennvm with coreGravatar Matias Bjørling 1-4/+3
2017-01-30nvme/scsi: don't rely on BLK_MAX_CDBGravatar Christoph Hellwig 1-3/+3
2017-01-29nvme: fix compilation of scsi componentGravatar Jens Axboe 1-0/+1
2017-01-27Merge branch 'for-4.11/block' into for-4.11/rq-refactorGravatar Jens Axboe 1-0/+1
2017-01-26nvme-fc: use blk_rq_nr_phys_segmentsGravatar Christoph Hellwig 1-3/+3
2017-01-26nvmet-rdma: Fix missing dma sync to nvme data structuresGravatar Parav Pandit 1-0/+17