index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
nvme.h
Age
Commit message (
Expand
)
Author
2016-05-17
NVMe: Short-cut removal on surprise hot-unplug
Keith Busch
2016-05-02
nvme: add helper nvme_cleanup_cmd()
Ming Lin
2016-05-02
nvme: move AER handling to common code
Christoph Hellwig
2016-05-02
nvme: move namespace scanning to core
Christoph Hellwig
2016-05-02
nvme: introduce a controller state machine
Christoph Hellwig
2016-05-02
nvme: remove the io_incapable method
Christoph Hellwig
2016-04-26
nvme: fix cntlid type
Christoph Hellwig
2016-04-12
nvme: add helper nvme_setup_cmd()
Ming Lin
2016-04-12
nvme: add helper nvme_map_len()
Ming Lin
2016-03-19
Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-03-16
NVMe: Expose ns wwid through single sysfs entry
Keith Busch
2016-03-08
NVMe: Create discard zero quirk white list
Keith Busch
2016-03-03
NVMe: Move error handling to failed reset handler
Keith Busch
2016-03-03
NVMe: Fix namespace removal deadlock
Keith Busch
2016-03-03
NVMe: Use IDA for namespace disk naming
Keith Busch
2016-02-29
nvme: expose cntlid in sysfs
Ming Lin
2016-02-29
nvme: return the whole CQE through the request passthrough interface
Christoph Hellwig
2016-02-11
NVMe: Fix io incapable return values
Keith Busch
2016-02-10
nvme: split dev_list_lock
Ming Lin
2016-02-10
nvme/host: reference the fabric module for each bdev open callout
Sagi Grimberg
2016-01-22
Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-01-12
NVMe: Remove queue freezing on resets
Keith Busch
2016-01-12
nvme: synchronize access to ctrl->namespaces
Christoph Hellwig
2016-01-12
nvme: Move nvme_freeze/unfreeze_queues to nvme core
Sagi Grimberg
2015-12-22
NVMe: Export namespace attributes to sysfs
Keith Busch
2015-12-22
nvme: factor out a few helpers from req_completion
Christoph Hellwig
2015-12-22
NVMe: Remove device management handles on remove
Keith Busch
2015-12-22
NVMe: Implement namespace list scanning
Keith Busch
2015-12-22
nvme: switch abort_limit to an atomic_t
Christoph Hellwig
2015-12-22
nvme: add NVME_SC_CANCELLED
Christoph Hellwig
2015-12-01
nvme: refactor set_queue_count
Christoph Hellwig
2015-12-01
nvme: move chardev and sysfs interface to common code
Christoph Hellwig
2015-12-01
nvme: move namespace scanning to common code
Christoph Hellwig
2015-12-01
nvme: add a common helper to read Identify Controller data
Christoph Hellwig
2015-12-01
nvme: move nvme_{enable,disable,shutdown}_ctrl to common code
Christoph Hellwig
2015-12-01
nvme: add explicit quirk handling
Christoph Hellwig
2015-12-01
nvme: move block_device_operations and ns/ctrl freeing to common code
Christoph Hellwig
2015-12-01
nvme: use the block layer for userspace passthrough metadata
Keith Busch
2015-12-01
nvme: split __nvme_submit_sync_cmd
Christoph Hellwig
2015-12-01
nvme: move nvme_setup_flush and nvme_setup_rw to common code
Christoph Hellwig
2015-12-01
nvme: move nvme_error_status to common code
Christoph Hellwig
2015-12-01
nvme: split a new struct nvme_ctrl out of struct nvme_dev
Christoph Hellwig
2015-12-01
nvme: use offset instead of a struct for registers
Christoph Hellwig
2015-12-01
nvme: split command submission helpers out of pci.c
Christoph Hellwig
2015-12-01
nvme: move struct nvme_iod to pci.c
Christoph Hellwig
2015-11-29
lightnvm: Simplify config when disabled
Keith Busch
2015-10-29
nvme: LightNVM support
Matias Bjørling
2015-10-09
nvme: move to a new drivers/nvme/host directory
Jay Sternberg