summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
AgeCommit message (Expand)Author
2020-05-14nvme: fix possible hang when ns scanning fails during error recoverySagi Grimberg
2020-05-14nvme: refactor nvme_identify_ns_descs error handlingChristoph Hellwig
2020-05-06nvme: prevent double free in nvme_alloc_ns() error handlingNiklas Cassel
2020-04-29nvme: fix compat address handling in several ioctlsNick Bowler
2020-04-29nvme: fix deadlock caused by ANA update wrong lockingSagi Grimberg
2020-04-29nvme-tcp: fix possible crash in write_zeroes processingSagi Grimberg
2020-04-17nvme-fc: Revert "add module to ops template to allow module references"James Smart
2020-04-17nvmet-tcp: fix maxh2cdata icresp parameterSagi Grimberg
2020-04-08nvme-rdma: Avoid double freeing of async event dataPrabhath Sajeepa
2020-03-25nvmet-tcp: set MSG_MORE only if we actually have more to sendSagi Grimberg
2020-03-12nvme: Fix uninitialized-variable warningKeith Busch
2020-03-12nvme-pci: Use single IRQ vector for old Apple modelsAndy Shevchenko
2020-03-12nvme/pci: Add sleep quirk for Samsung and Toshiba drivesShyjumon N
2020-03-05nvme-pci: Hold cq_poll_lock while completing CQEsBijan Mottahedeh
2020-03-05nvme/pci: move cqe check after device shutdownKeith Busch
2020-03-05nvme: prevent warning triggered by nvme_stop_keep_aliveNigel Kirkland
2020-03-05nvme/tcp: fix bug on double requeue when send failsAnton Eidelman
2020-02-28nvme-multipath: Fix memory leak with ana_log_bufLogan Gunthorpe
2020-02-24nvme-pci: remove nvmeq->tagsChristoph Hellwig
2020-02-24nvmet: Pass lockdep expression to RCU listsAmol Grover
2020-02-19nvme: fix the parameter order for nvme_get_log in nvme_get_fw_slot_infoYi Zhang
2020-02-11nvmet: Fix controller use after freeIsrael Rukshin
2020-02-11nvmet: Fix error print message at nvmet_install_queue functionIsrael Rukshin
2020-01-09nvme/pci: Fix read queue countKeith Busch
2020-01-09nvme/pci: Fix write and poll queue typesKeith Busch
2020-01-09nvme-fc: fix double-free scenarios on hw queuesJames Smart
2020-01-09nvme_fc: add module to ops template to allow module referencesJames Smart
2019-12-31nvme: Discard workaround for non-conformant devicesEduard Hasenleithner
2019-12-31nvme: introduce "Command Aborted By host" status codeMax Gurtovoy
2019-12-17Revert "nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T"Jian-Hong Pan
2019-12-17nvme: Namepace identification descriptor list is optionalKeith Busch
2019-11-08Merge tag 'for-linus-2019-11-08' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-06nvme-multipath: fix crash in nvme_mpath_clear_ctrl_pathsAnton Eidelman
2019-11-06nvme-rdma: fix a segmentation fault during module unloadMax Gurtovoy
2019-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-10-29nvme-multipath: remove unused groups_only mode in ana logAnton Eidelman
2019-10-29nvme-multipath: fix possible io hang after ctrl reconnectAnton Eidelman
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-10-18nvme-pci: Set the prp2 correctly when using more than 4k pageKevin Hao
2019-10-15nvme-tcp: fix possible leakage during error flowMax Gurtovoy
2019-10-15nvmet-loop: fix possible leakage during error flowMax Gurtovoy
2019-10-14nvme-tcp: Initialize sk->sk_ll_usec only with NET_RX_BUSY_POLLSebastian Andrzej Siewior
2019-10-14nvme: Wait for reset state when requiredKeith Busch
2019-10-14nvme: Prevent resets during paused controller stateKeith Busch
2019-10-14nvme: Restart request timers in resetting stateKeith Busch
2019-10-14nvme: Remove ADMIN_ONLY stateKeith Busch
2019-10-14nvme-pci: Free tagset if no IO queuesKeith Busch
2019-10-04nvme: retain split access workaround for capability readsArd Biesheuvel
2019-10-04nvme: fix possible deadlock when nvme_update_formats failsSagi Grimberg
2019-09-27Merge branch 'nvme-5.4' of git://git.infradead.org/nvme into for-linusJens Axboe