]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
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...
2017-06-01 Ashok VairavanRevert "NVMe: reduce queue depth as workaround for...
2017-06-01 Joao MartinsMerge branch 'uek4/topic/uek-4.1/xen-bug26107942' into...
2017-06-01 Zhu Yanjunforcedeth: enable forcedeth kernel option
2017-06-01 Atish Patraipmi: Edit ambiguous error message for unknown command
2017-06-01 Knut Omangkabi whitelist: Remove all ib_ symbols from the list.
2017-06-01 Ales Novakext4: print ext4 mount option data_err=abort correctly
2017-06-01 Kaike WanIB/sa: Allocate SA query with kzalloc
2017-06-01 Kaike WanIB/sa: Fix netlink local service GFP crash
2017-06-01 Kaike WanIB/sa: Fix rdma netlink message flags
2017-06-01 Kaike WanIB/sa: Put netlink request into the request list before...
2017-06-01 Yuval ShaiaIB/core: Fix a potential array overrun in CMA and SA...
2017-06-01 Mark BlochIB/SA: Use correct free function
2017-06-01 Kaike WanIB/sa: Route SA pathrecord query through netlink
2017-06-01 Kaike WanIB/core: Add rdma netlink helper functions
next