summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
AgeCommit message (Expand)Author
2020-07-08nvme: support for multiple Command Sets Supported and Effects log pagesKeith Busch
2020-07-08nvme: implement multiple I/O Command Set supportNiklas Cassel
2020-07-08nvme: use USEC_PER_SEC instead of magic numbersBaolin Wang
2020-07-08nvmet-tcp: simplify nvmet_process_resp_listSagi Grimberg
2020-07-08nvme-tcp: optimize network stack with setting msg flags according to batch sizeSagi Grimberg
2020-07-08nvme-tcp: leverage request pluggingSagi Grimberg
2020-07-08nvme-tcp: have queue prod/cons send list become a llistSagi Grimberg
2020-07-08nvme-fcloop: verify wwnn and wwpn formatDongli Zhang
2020-07-08nvmet: use unsigned type for u64Chaitanya Kulkarni
2020-07-08nvmet: introduce flags member in nvmet_fabrics_opsMax Gurtovoy
2020-07-08nvmet-tcp: remove has_keyed_sgls initializationMax Gurtovoy
2020-07-08nvmet-loop: remove unused 'target_ctrl' in nvme_loop_ctrlDongli Zhang
2020-07-08nvme-pci: remove the empty line at the beginning of nvme_should_reset()Dongli Zhang
2020-07-08nvme-pci: code cleanup for nvme_alloc_host_mem()Chaitanya Kulkarni
2020-07-08nvme-pci: use unsigned for io queue depthChaitanya Kulkarni
2020-07-08nvme-core: use u16 type for ctrl->sqsizeChaitanya Kulkarni
2020-07-08nvme-core: use u16 type for directivesChaitanya Kulkarni
2020-07-08Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe
2020-07-02nvme: fix a crash in nvme_mpath_add_diskChristoph Hellwig
2020-07-02nvme: fix identify error status silent ignoreSagi Grimberg
2020-07-01block: remove the bd_queue field from struct block_deviceChristoph Hellwig
2020-07-01block: remove direct_make_requestChristoph Hellwig
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig
2020-06-24nvme-multipath: fix bogus request queue reference putSagi Grimberg
2020-06-24nvme-multipath: fix deadlock due to head->lockAnton Eidelman
2020-06-24nvme: don't protect ns mutation with ns->head->lockSagi Grimberg
2020-06-24nvme-multipath: fix deadlock between ana_work and scan_workAnton Eidelman
2020-06-24nvme: fix possible deadlock when I/O is blockedSagi Grimberg
2020-06-24nvme-rdma: assign completion vector correctlyMax Gurtovoy
2020-06-24nvme-loop: initialize tagset numa value to the value of the ctrlMax Gurtovoy
2020-06-24nvme-tcp: initialize tagset numa value to the value of the ctrlMax Gurtovoy
2020-06-24nvme-pci: initialize tagset numa value to the value of the ctrlMax Gurtovoy
2020-06-24nvme-pci: override the value of the controller's numa nodeMax Gurtovoy
2020-06-24nvme: set initial value for controller's numa nodeMax Gurtovoy
2020-06-24nvme-rdma: fix a missing completion with remove invalidationChristoph Hellwig
2020-06-24nvme: use blk_mq_complete_request_remote to avoid an indirect function callChristoph Hellwig
2020-06-24nvme-rdma: factor out a nvme_rdma_end_request helperChristoph Hellwig
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-11Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-11nvmet: fail outstanding host posted AEN reqChaitanya Kulkarni
2020-06-11nvme-pci: use simple suspend when a HMB is enabledChristoph Hellwig
2020-06-11nvme-fc: don't call nvme_cleanup_cmd() for AENsDaniel Wagner
2020-06-11nvmet-tcp: constify nvmet_tcp_opsMax Gurtovoy
2020-06-11nvme-tcp: constify nvme_tcp_mq_ops and nvme_tcp_admin_mq_opsRikard Falkeborn
2020-06-11nvme: do not call del_gendisk() on a disk that was never addedNiklas Cassel
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds