]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/history - drivers/nvme
UBUNTU: Ubuntu-snapdragon-4.4.0-1078.83
[mirror_ubuntu-artful-kernel.git] / drivers / nvme /
2018-03-13 Kai-Heng Fengnvme-pci: disable APST on Samsung SSD 960 EVO + ASUS...
2018-03-13 Andy Lutomirskinvme: Quirk APST on Intel 600P/P3100 devices
2018-03-13 Kai-Heng Fengnvme: relax APST default max latency to 100ms
2018-03-13 Kai-Heng Fengnvme: only consider exit latency when choosing useful...
2018-03-13 Andy Lutomirskinvme: Quirk APST off on "THNSF5256GPUK TOSHIBA"
2018-03-13 Andy Lutomirskinvme: Adjust the Samsung APST quirk
2018-03-13 Andy Lutomirskinvme: Enable autonomous power state transitions
2018-03-13 Andy Lutomirskinvme: Add a quirk mechanism that uses identify_ctrl
2018-03-13 Andy Lutomirskinvme: Pass pointers, not dma addresses, to nvme_get...
2018-03-13 Andy Lutomirskinvme: Fix nvme_get/set_features() with a NULL result...
2018-03-13 Christoph Hellwignvme: Modify and export sync command submission for...
2018-03-13 Christoph Hellwignvme: factor out a add nvme_is_write helper
2018-03-13 Christoph Hellwignvme: return the whole CQE through the request passthro...
2018-03-13 Andy Lutomirskinvme/scsi: Remove power management support
2017-11-20 Marc Olsonnvme: update timeout module parameter type
2017-07-19 Martin K. Petersennvme: Quirks for PM1725 controllers
2017-01-26 Guilherme G. Piccolinvme: apply DELAY_BEFORE_CHK_RDY quirk at probe time too
2017-01-16 Dan Streetmannvme: revert NVMe: only setup MSIX once
2017-01-05 Dan StreetmanUBUNTU: (fix) nvme: only require 1 interrupt vector...
2016-12-08 Mauricio Faria de... nvme: use the DMA_ATTR_NO_WARN attribute
2016-12-08 Dan StreetmanUBUNTU: SAUCE: (no-up) NVMe: only setup MSIX once
2016-12-08 Dan StreetmanUBUNTU: (fix) NVMe: restore code to always use MSI...
2016-12-06 Rob NelsonUBUNTU: SAUCE: nvme: improve performance for virtual...
2016-12-06 Christoph Hellwignvme.h: add NVMe over Fabrics definitions
2016-11-24 Luis HenriquesRevert "nvme: use the DMA_ATTR_NO_WARN attribute"
2016-11-08 Mauricio Faria de... nvme: use the DMA_ATTR_NO_WARN attribute
2016-10-20 Gabriel Krisman... nvme: Call pci_disable_device on the error path.
2016-09-27 Kamal MostafaUBUNTU: (fix) NVMe: Don't unmap controller registers...
2016-09-19 Gabriel Krisman... UBUNTU: SAUCE: nvme: Don't suspend admin queue that...
2016-09-15 Keith BuschNVMe: Don't unmap controller registers on reset
2016-08-24 Gabriel Krisman... nvme: Suspend all queues before deletion
2016-08-09 Keith BuschNVMe: Always use MSI/MSI-x interrupts
2016-08-09 Guilherme G. Piccolinvme: Avoid reset work on watchdog timer function durin...
2016-08-09 Keith BuschNVMe: Fix reset/remove race
2016-08-09 Christoph Hellwignvme: replace the kthread with a per-device watchdog...
2016-08-09 Christoph Hellwignvme: don't poll the CQ from the kthread
2016-08-09 Christoph Hellwignvme: use a work item to submit async event requests
2016-08-09 Guilherme G. Piccolinvme/quirk: Add a delay before checking for adapter...
2016-08-09 Keith BuschNVMe: Create discard zero quirk white list
2016-06-10 Christoph Hellwignvme: fix max_segments integer truncation
2016-06-10 Christoph Hellwignvme: set queue limits for the admin queue
2016-06-10 Keith BuschNVMe: Move error handling to failed reset handler
2016-06-10 Keith BuschNVMe: Requeue requests on suspended queues
2016-06-10 Keith BuschNVMe: Fix namespace removal deadlock
2016-02-29 Tim GardnerUBUNTU: SAUCE: nvme merge cleanup
2016-02-29 Keith BuschNVMe: Export NVMe attributes to sysfs group
2016-02-29 Keith BuschNVMe: Shutdown controller only for power-off
2016-02-29 Keith BuschNVMe: IO queue deletion re-write
2016-02-29 Keith BuschNVMe: Remove queue freezing on resets
2016-02-29 Keith BuschNVMe: Use a retryable error code on reset
2016-02-29 Keith BuschNVMe: Fix admin queue ring wrap
2016-02-29 Christoph Hellwignvme: make SG_IO support optional
2016-02-29 Christoph Hellwignvme: fixes for NVME_IOCTL_IO_CMD on the char device
2016-02-29 Christoph Hellwignvme: synchronize access to ctrl->namespaces
2016-02-29 Sagi Grimbergnvme: Move nvme_freeze/unfreeze_queues to nvme core
2016-02-29 Keith BuschNVMe: Export namespace attributes to sysfs
2016-02-29 Keith BuschNVMe: Add pci error handlers
2016-02-29 Christoph Hellwignvme: merge iod and cmd_info
2016-02-29 Christoph Hellwignvme: meta_sg doesn't have to be an array
2016-02-29 Christoph Hellwignvme: properly free resources for cancelled command
2016-02-29 Christoph Hellwignvme: simplify completion handling
2016-02-29 Christoph Hellwignvme: special case AEN requests
2016-02-29 Christoph Hellwignvme: switch abort to blk_execute_rq_nowait
2016-02-29 Christoph Hellwignvme: switch delete SQ/CQ to blk_execute_rq_nowait
2016-02-29 Christoph Hellwignvme: factor out a few helpers from req_completion
2016-02-29 Christoph Hellwignvme: fix admin queue depth
2016-02-29 Keith BuschNVMe: Simplify metadata setup
2016-02-29 Keith BuschNVMe: Remove device management handles on remove
2016-02-29 Keith BuschNVMe: Use unbounded work queue for all work
2016-02-29 Keith BuschNVMe: Implement namespace list scanning
2016-02-29 Christoph Hellwignvme: switch abort_limit to an atomic_t
2016-02-29 Christoph Hellwignvme: remove dead controllers from a work item
2016-02-29 Christoph Hellwignvme: merge probe_work and reset_work
2016-02-29 Keith Buschnvme: do not restart the request timeout if we're reset...
2016-02-29 Christoph Hellwignvme: simplify resets
2016-02-29 Christoph Hellwignvme: add NVME_SC_CANCELLED
2016-02-29 Christoph Hellwignvme: merge nvme_abort_req and nvme_timeout
2016-02-29 Christoph Hellwignvme: don't take the I/O queue q_lock in nvme_timeout
2016-02-29 Keith Buschnvme: protect against simultaneous shutdown invocations
2016-02-29 Christoph Hellwignvme: only add a controller to dev_list after it's...
2016-02-29 Christoph Hellwignvme: only ignore hardware errors in nvme_create_io_queues
2016-02-29 Dan Carpenternvme: precedence bug in nvme_pr_clear()
2016-02-29 Arnd Bergmannnvme: fix another 32-bit build warning
2016-02-29 Christoph HellwigNVMe: fix build with CONFIG_NVM enabled
2016-02-29 Keith Buschblk-integrity: empty implementation when disabled
2016-02-29 Christoph Hellwignvme: refactor set_queue_count
2016-02-29 Christoph Hellwignvme: move chardev and sysfs interface to common code
2016-02-29 Christoph Hellwignvme: move namespace scanning to common code
2016-02-29 Christoph Hellwignvme: move the call to nvme_init_identify earlier
2016-02-29 Christoph Hellwignvme: add a common helper to read Identify Controller...
2016-02-29 Christoph Hellwignvme: move nvme_{enable,disable,shutdown}_ctrl to commo...
2016-02-29 Christoph Hellwignvme: move remaining CC setup into nvme_enable_ctrl
2016-02-29 Christoph Hellwignvme: add explicit quirk handling
2016-02-29 Christoph Hellwignvme: move block_device_operations and ns/ctrl freeing...
2016-02-29 Keith Buschnvme: use the block layer for userspace passthrough...
2016-02-29 Christoph Hellwignvme: split __nvme_submit_sync_cmd
2016-02-29 Christoph Hellwignvme: move nvme_setup_flush and nvme_setup_rw to common...
2016-02-29 Christoph Hellwignvme: move nvme_error_status to common code
2016-02-29 Christoph Hellwignvme: factor out a nvme_unmap_data helper
2016-02-29 Christoph Hellwignvme: refactor nvme_queue_rq
next