aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme (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-04-02nvme: add missing byte swap in nvme_setup_discardChristoph Hellwig1-1/+1
2017-03-21nvme-loop: handle cpu unplug when re-establishing the controllerSagi Grimberg1-38/+50
2017-03-21nvme-rdma: handle cpu unplug when re-establishing the controllerSagi Grimberg1-14/+14
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-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-9/+87
2017-03-02nvme: Complete all stuck requestsKeith Busch3-5/+79
2017-03-02nvme: allocate nvme_queue in correct nodeShaohua Li1-4/+8
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-27scripts/spelling.txt: add "embeded" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2017-02-23nvme/pci: re-check security protocol support after resetScott Bauer1-7/+10
2017-02-22nvme: detect NVMe controller in recent MacBooksDaniel Roschka1-0/+1
2017-02-22nvme-rdma: add support for host_traddrMax Gurtovoy1-2/+21
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-rdma: move nvme cm status helper to .h fileMax Gurtovoy1-22/+0
2017-02-22nvme-fc: don't bother to validate ioccsz and iorcszJames Smart1-12/+0
2017-02-22nvme/pci: No special case for queue busy on IOKeith Busch1-4/+1
2017-02-22nvme/core: Fix race kicking freed request_queueKeith Busch1-3/+3
2017-02-22nvme/pci: Disable on removal when disconnectedKeith Busch1-1/+3
2017-02-22nvme: Enable autonomous power state transitionsAndy Lutomirski2-0/+165
2017-02-22nvme: Add a quirk mechanism that uses identify_ctrlAndy Lutomirski2-0/+65
2017-02-22nvme: make nvmf_register_transport require a create_ctrl callbackJohannes Thumshirn5-8/+10
2017-02-22nvme: Use CNS as 8-bit field and avoid endianness conversionParav Pandit3-5/+6
2017-02-22nvme: add semicolon in nvme_command settingMax Gurtovoy1-2/+2
2017-02-22nvmet: avoid dereferencing nvmet_reqMax Gurtovoy1-1/+1
2017-02-22nvme: Make controller state visible via sysfsSagi Grimberg1-0/+24
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 Axboe6-25/+52
2017-02-17Merge branch 'for-4.11/block' into for-4.11/linus-mergeJens Axboe4-51/+322
2017-02-17nvme: Check for Security send/recv support before issuing commands.Scott Bauer3-1/+3
2017-02-17block/sed-opal: allocate struct opal_dev dynamicallyChristoph Hellwig3-18/+13
2017-02-14Move stack parameters for sed_ioctl to prevent oversized stack with CONFIG_KASANScott Bauer1-1/+2
2017-02-08nvme: support ranged discard requestsChristoph Hellwig1-7/+23
2017-02-06nvme: Add Support for Opal: Unlock from S3 & Opal Allocation/IoctlsScott Bauer3-0/+46
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2-9/+19
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig4-6/+6
2017-01-31nvme/pci: Don't mark IOD as aborted if abort wasn't sentKeith Busch1-2/+1
2017-01-31lightnvm: use end_io callback instead of instanceMatias Bjørling1-1/+2
2017-01-31lightnvm: add ioctls for vector I/OsMatias Bjørling3-0/+230
2017-01-31lightnvm: reduce number of nvm_id groups to oneMatias Bjørling1-45/+42
2017-01-31lightnvm: merge gennvm with coreMatias Bjørling1-4/+3
2017-01-30nvme/scsi: don't rely on BLK_MAX_CDBChristoph Hellwig1-3/+3