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