aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-11nvme: add quirk to force medium priority for SQ creationJens Axboe2-1/+16
2018-05-11nvme: Fix sync controller reset returnCharles Machalow1-1/+2
2018-05-07nvme: fix use-after-free in nvme_free_ns_headJianchao Wang1-0/+5
2018-05-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-2/+2
2018-05-03nvmet: switch loopback target state to connecting when resettingJohannes Thumshirn1-0/+6
2018-05-03nvme/multipath: Fix multipath disabled naming collisionsKeith Busch3-25/+35
2018-05-03nvme/multipath: Disable runtime writable enabling parameterKeith Busch1-1/+1
2018-05-03nvme: Set integrity flag for user passthrough commandsKeith Busch1-0/+1
2018-05-03nvme: fix potential memory leak in option parsingChengguang Xu1-0/+6
2018-04-27nvmet-rdma: depend on INFINIBAND_ADDR_TRANSGreg Thelen1-1/+1
2018-04-27nvme: depend on INFINIBAND_ADDR_TRANSGreg Thelen1-1/+1
2018-04-12nvme: expand nvmf_check_if_ready checksJames Smart7-66/+101
2018-04-12nvme: Use admin command effects for admin commandsKeith Busch1-1/+1
2018-04-12nvmet: fix space padding in serial numberDaniel Verkamp1-0/+1
2018-04-12nvme: check return value of init_srcu_struct functionMax Gurtovoy1-1/+4
2018-04-12nvmet: Fix nvmet_execute_write_zeroes sector countRodrigo R. Galvao1-2/+2
2018-04-12nvme-pci: Separate IO and admin queue IRQ vectorsKeith Busch1-6/+17
2018-04-12nvme-pci: Remove unused queue parameterKeith Busch1-7/+3
2018-04-12nvme-pci: Skip queue deletion if there are no queuesKeith Busch1-1/+1
2018-04-12nvme: target: fix buffer overflowArnd Bergmann1-1/+1
2018-04-12nvme: don't send keep-alives to the discovery controllerJohannes Thumshirn1-1/+3
2018-04-12nvme: unexport nvme_start_keep_aliveJohannes Thumshirn2-3/+1
2018-04-12nvme-loop: fix kernel oops in case of unhandled commandMing Lei1-7/+2
2018-04-12nvme: enforce 64bit offset for nvme_get_log_ext fnMatias Bjørling2-4/+4
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds16-342/+975
2018-03-29lightnvm: remove function name in stringsMatias Bjørling1-6/+6
2018-03-29lightnvm: implement get log report chunk helpersJavier González2-2/+76
2018-03-29lightnvm: normalize geometry nomenclatureJavier González1-27/+27
2018-03-29lightnvm: complete geo structure with maxoc*Javier González1-0/+17
2018-03-29lightnvm: add shorten OCSSD version in geoJavier González1-0/+6
2018-03-29lightnvm: add minor version to generic geometryJavier González1-5/+20
2018-03-29lightnvm: simplify geometry structureJavier González1-138/+199
2018-03-29nvme: lightnvm: add late setup of block size and metadataMatias Bjørling3-0/+12
2018-03-29lightnvm: remove nvm_dev_ops->max_phys_sectMatias Bjørling1-4/+1
2018-03-29lightnvm: add 2.0 geometry identificationMatias Bjørling1-49/+289
2018-03-29lightnvm: flatten nvm_id_group into nvm_idMatias Bjørling1-55/+51
2018-03-29lightnvm: make 1.2 data structures explicitMatias Bjørling1-41/+41
2018-03-29lightnvm: remove multiple groups in 1.2 data structureMatias Bjørling1-2/+3
2018-03-29lightnvm: remove mlc pairs structureMatias Bjørling1-13/+1
2018-03-29lightnvm: remove chnl_offset in nvme_nvm_identityMatias Bjørling1-3/+1
2018-03-27blk-mq: Allow PCI vector offset for mapping queuesKeith Busch1-1/+1
2018-03-26nvme: make nvme_get_log_ext non-staticMatias Bjørling2-1/+4
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-26nvme: Add .stop_ctrl to nvme ctrl opsNitzan Carmi3-3/+12
2018-03-26nvme-rdma: Allow DELETING state change failure in error_recoveryNitzan Carmi1-2/+2
2018-03-26nvme: Skip checking heads without namespacesKeith Busch1-0/+1
2018-03-26nvme-rdma: Don't flush delete_wq by default during remove_oneMax Gurtovoy1-0/+14
2018-03-26nvmet-rdma: Don't flush system_wq by default during remove_oneMax Gurtovoy1-1/+18