]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2017-06-01 Keith BuschNVMe: Fix 0-length integrity payload
2017-06-01 Keith BuschNVMe: Don't allow unsupported flags
2017-06-01 Keith BuschNVMe: Move error handling to failed reset handler
2017-06-01 Keith BuschNVMe: Simplify device reset failure
2017-06-01 Keith BuschNVMe: Fix namespace removal deadlock
2017-06-01 Keith BuschNVMe: Use IDA for namespace disk naming
2017-06-01 Ming Linnvme: expose cntlid in sysfs
2017-06-01 Christoph Hellwignvme: return the whole CQE through the request passthro...
2017-06-01 Christoph Hellwignvme: fix Kconfig description for BLK_DEV_NVME_SCSI
2017-06-01 Christoph Hellwignvme: replace the kthread with a per-device watchdog...
2017-06-01 Christoph Hellwignvme: don't poll the CQ from the kthread
2017-06-01 Christoph Hellwignvme: use a work item to submit async event requests
2017-06-01 Keith BuschNVMe: Rate limit nvme IO warnings
2017-06-01 Keith BuschNVMe: Poll device while still active during remove
2017-06-01 Keith BuschNVMe: Requeue requests on suspended queues
2017-06-01 Keith BuschNVMe: Allow request merges
2017-06-01 Keith BuschNVMe: Fix io incapable return values
2017-06-01 Ming Linnvme: split pci module out of core module
2017-06-01 Ming Linnvme: split dev_list_lock
2017-06-01 Ming Linnvme: move timeout variables to core.c
2017-06-01 Sagi Grimbergnvme/host: reference the fabric module for each bdev...
2017-06-01 Sagi Grimbergnvme: Log the ctrl device name instead of the underlyin...
2017-06-01 Christoph Hellwignvme: fix drvdata setup for the nvme device
2017-06-01 Keith BuschNVMe: Fix possible queue use after freed
2017-06-01 Christoph Hellwignvme: switch abort to blk_execute_rq_nowait
2017-06-01 Christoph Hellwigblk-mq: fix racy updates of rq->errors
2017-06-01 Keith BuschNVMe: Export NVMe attributes to sysfs group
2017-06-01 Keith BuschNVMe: Shutdown controller only for power-off
2017-06-01 Keith BuschNVMe: IO queue deletion re-write
2017-06-01 Keith BuschNVMe: Remove queue freezing on resets
2017-06-01 Keith BuschNVMe: Use a retryable error code on reset
2017-06-01 Keith BuschNVMe: Fix admin queue ring wrap
2017-06-01 Christoph Hellwignvme: make SG_IO support optional
2017-06-01 Christoph Hellwignvme: fixes for NVME_IOCTL_IO_CMD on the char device
2017-06-01 Christoph Hellwignvme: synchronize access to ctrl->namespaces
2017-06-01 Sagi Grimbergnvme: Move nvme_freeze/unfreeze_queues to nvme core
2017-06-01 Keith BuschNVMe: Export namespace attributes to sysfs
2017-06-01 Keith BuschNVMe: Add pci error handlers
2017-06-01 Christoph Hellwignvme: merge iod and cmd_info
2017-06-01 Christoph Hellwignvme: meta_sg doesn't have to be an array
2017-06-01 Christoph Hellwignvme: properly free resources for cancelled command
2017-06-01 Christoph Hellwignvme: simplify completion handling
2017-06-01 Christoph Hellwignvme: special case AEN requests
2017-06-01 Christoph Hellwignvme: factor out a few helpers from req_completion
2017-06-01 Christoph Hellwignvme: fix admin queue depth
2017-06-01 Keith BuschNVMe: Simplify metadata setup
2017-06-01 Keith BuschNVMe: Remove device management handles on remove
2017-06-01 Keith BuschNVMe: Use unbounded work queue for all work
2017-06-01 Christoph Hellwignvme: switch abort_limit to an atomic_t
2017-06-01 Christoph Hellwignvme: merge probe_work and reset_work
2017-06-01 Keith Buschnvme: do not restart the request timeout if we're reset...
2017-06-01 Christoph Hellwignvme: simplify resets
2017-06-01 Christoph Hellwignvme: add NVME_SC_CANCELLED
2017-06-01 Christoph Hellwignvme: merge nvme_abort_req and nvme_timeout
2017-06-01 Christoph Hellwignvme: don't take the I/O queue q_lock in nvme_timeout
2017-06-01 Keith Buschnvme: protect against simultaneous shutdown invocations
2017-06-01 Christoph Hellwignvme: only add a controller to dev_list after it's...
2017-06-01 Christoph Hellwignvme: only ignore hardware errors in nvme_create_io_queues
2017-06-01 Dan Carpenternvme: precedence bug in nvme_pr_clear()
2017-06-01 Arnd Bergmannnvme: fix another 32-bit build warning
2017-06-01 Christoph Hellwignvme: refactor set_queue_count
2017-06-01 Christoph Hellwignvme: move chardev and sysfs interface to common code
2017-06-01 Christoph Hellwignvme: move namespace scanning to common code
2017-06-01 Christoph Hellwignvme: move the call to nvme_init_identify earlier
2017-06-01 Christoph Hellwignvme: add a common helper to read Identify Controller...
2017-06-01 Christoph Hellwignvme: move nvme_{enable,disable,shutdown}_ctrl to commo...
2017-06-01 Christoph Hellwignvme: move remaining CC setup into nvme_enable_ctrl
2017-06-01 Christoph Hellwignvme: add explicit quirk handling
2017-06-01 Ashok Vairavannvme: move block_device_operations and ns/ctrl freeing...
2017-06-01 Keith Buschnvme: use the block layer for userspace passthrough...
2017-06-01 Christoph Hellwignvme: split __nvme_submit_sync_cmd
2017-06-01 Christoph Hellwignvme: move nvme_setup_flush and nvme_setup_rw to common...
2017-06-01 Christoph Hellwignvme: move nvme_error_status to common code
2017-06-01 Christoph Hellwignvme: factor out a nvme_unmap_data helper
2017-06-01 Christoph Hellwignvme: simplify nvme_setup_prps calling convention
2017-06-01 Christoph Hellwignvme: split a new struct nvme_ctrl out of struct nvme_dev
2017-06-01 Christoph Hellwignvme: use vendor it from identify
2017-06-01 Christoph Hellwignvme: split nvme_trans_device_id_page
2017-06-01 Christoph Hellwignvme: use offset instead of a struct for registers
2017-06-01 Christoph Hellwignvme: split command submission helpers out of pci.c
2017-06-01 Christoph Hellwignvme: move struct nvme_iod to pci.c
2017-06-01 Dan CarpenterNVMe: Precedence error in nvme_pr_clear()
2017-06-01 Jay FreyenseeUpdate target repo for nvme patch contributions
2017-06-01 Christoph Hellwignvme: add missing endianess annotations in nvme_pr_command
2017-06-01 Christoph Hellwigblock: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIV
2017-06-01 Christoph Hellwigblock: add an API for Persistent Reservations
2017-06-01 Keith BuschNVMe: Add persistent reservation ops
2017-06-01 Dan Williamsnvme: suspend i/o during runtime blk_integrity_unregister
2017-06-01 Christoph Hellwignvme include linux types.h
2017-06-01 Jay Sternbergnvme: move to a new drivers/nvme/host directory
2017-06-01 Keith BuschNVMe: Set affinity after allocating request queues
2017-06-01 Keith BuschNVMe: Fix IO for extended metadata formats
2017-06-01 Keith BuschNVMe: Remove hctx reliance for multi-namespace
2017-06-01 Keith BuschNVMe: Use requested sync command timeout
2017-06-01 Ashok VairavanRevert "nvme: move to a new drivers/nvme/host directory"
2017-06-01 Ashok VairavanRevert "NVMe: reduce admin queue depth as workaround...
2017-06-01 Ashok VairavanRevert "nvme: Limit command retries"
2017-06-01 Ashok VairavanRevert "nvme: avoid cqe corruption when update at the...
2017-06-01 Ashok VairavanRevert "NVMe: Don't unmap controller registers on reset"
2017-06-01 Ashok VairavanRevert "NVMe: reverse IO direction for VUC command...
next