summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds9-36/+45
2020-07-29nvme: add a Identify Namespace Identification Descriptor list quirkChristoph Hellwig3-12/+12
2020-07-26nvme-pci: prevent SK hynix PC400 from using Write Zeroes commandKai-Heng Feng1-0/+2
2020-07-26nvme-tcp: fix possible hang waiting for icresp responseSagi Grimberg1-0/+3
2020-07-16nvme: explicitly update mpath disk capacity on revalidationAnthony Iliopoulos2-0/+14
2020-07-02nvme: fix a crash in nvme_mpath_add_diskChristoph Hellwig1-3/+4
2020-07-02nvme: fix identify error status silent ignoreSagi Grimberg1-3/+9
2020-07-01block: remove the bd_queue field from struct block_deviceChristoph Hellwig1-1/+1
2020-07-01block: remove direct_make_requestChristoph Hellwig1-1/+1
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig1-1/+1
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig3-3/+4
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig1-5/+4
2020-06-24nvme-multipath: fix bogus request queue reference putSagi Grimberg1-0/+8
2020-06-24nvme-multipath: fix deadlock due to head->lockAnton Eidelman2-2/+4
2020-06-24nvme: don't protect ns mutation with ns->head->lockSagi Grimberg1-8/+4
2020-06-24nvme-multipath: fix deadlock between ana_work and scan_workAnton Eidelman1-8/+16
2020-06-24nvme: fix possible deadlock when I/O is blockedSagi Grimberg1-1/+0
2020-06-24nvme-rdma: assign completion vector correctlyMax Gurtovoy1-1/+1
2020-06-24nvme-loop: initialize tagset numa value to the value of the ctrlMax Gurtovoy1-2/+2
2020-06-24nvme-tcp: initialize tagset numa value to the value of the ctrlMax Gurtovoy1-2/+2
2020-06-24nvme-pci: initialize tagset numa value to the value of the ctrlMax Gurtovoy1-2/+2
2020-06-24nvme-pci: override the value of the controller's numa nodeMax Gurtovoy1-0/+2
2020-06-24nvme: set initial value for controller's numa nodeMax Gurtovoy1-0/+1
2020-06-24nvme-rdma: fix a missing completion with remove invalidationChristoph Hellwig1-2/+3
2020-06-24nvme: use blk_mq_complete_request_remote to avoid an indirect function callChristoph Hellwig6-9/+18
2020-06-24nvme-rdma: factor out a nvme_rdma_end_request helperChristoph Hellwig1-19/+17
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig2-2/+3
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-2/+2
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-06-12Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds7-20/+37
2020-06-11nvmet: fail outstanding host posted AEN reqChaitanya Kulkarni1-7/+20
2020-06-11nvme-pci: use simple suspend when a HMB is enabledChristoph Hellwig1-0/+6
2020-06-11nvme-fc: don't call nvme_cleanup_cmd() for AENsDaniel Wagner1-2/+3
2020-06-11nvmet-tcp: constify nvmet_tcp_opsMax Gurtovoy1-2/+2
2020-06-11nvme-tcp: constify nvme_tcp_mq_ops and nvme_tcp_admin_mq_opsRikard Falkeborn1-4/+4
2020-06-11nvme: do not call del_gendisk() on a disk that was never addedNiklas Cassel1-3/+1
2020-06-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+3
2020-06-05block: remove the error argument to the block_bio_complete tracepointChristoph Hellwig1-2/+1
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-89/+18
2020-06-03Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds23-863/+2954
2020-06-03Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+2
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+7
2020-05-29nvme: force complete cancelled requestsKeith Busch1-1/+1
2020-05-28ipv4: add ip_sock_set_tosChristoph Hellwig2-19/+5
2020-05-28tcp: add tcp_sock_set_syncntChristoph Hellwig1-8/+1
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig2-18/+3
2020-05-28net: add sock_set_priorityChristoph Hellwig2-24/+6
2020-05-28net: add sock_no_lingerChristoph Hellwig2-13/+2
2020-05-28net: add sock_set_reuseaddrChristoph Hellwig1-7/+1
2020-05-27RDMA/cma: Provide ECE reject reasonLeon Romanovsky1-1/+3