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: simplify stripe quirk
Keith Busch
2016-12-21
1
-1
/
+0
*
block: improve handling of the magic discard payload
Christoph Hellwig
2016-12-09
1
-2
/
+4
*
nvme: lightnvm: attach lightnvm sysfs to nvme block device
Matias Bjørling
2016-11-29
1
-14
/
+11
*
nvme: don't pass the full CQE to nvme_complete_async_event
Christoph Hellwig
2016-11-10
1
-2
/
+2
*
nvme: introduce struct nvme_request
Christoph Hellwig
2016-11-10
1
-1
/
+15
*
Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-10-09
1
-1
/
+0
|
\
|
*
nvme: remove the post_scan callout
Christoph Hellwig
2016-09-15
1
-1
/
+0
*
|
nvme: Pass pointers, not dma addresses, to nvme_get/set_features()
Andy Lutomirski
2016-09-24
1
-2
/
+2
*
|
lightnvm: expose device geometry through sysfs
Simon A. F. Lund
2016-09-21
1
-2
/
+16
*
|
lightnvm: control life of nvm_dev in driver
Matias Bjørling
2016-09-21
1
-5
/
+7
|
/
*
nvme: Limit command retries
Keith Busch
2016-07-12
1
-1
/
+4
*
nvme/quirk: Add a delay before checking for adapter readiness
Guilherme G. Piccoli
2016-07-12
1
-0
/
+13
*
nvme: add new reconnecting controller state
Christoph Hellwig
2016-07-08
1
-0
/
+1
*
nvme: add keep-alive support
Sagi Grimberg
2016-07-05
1
-0
/
+8
*
nvme-fabrics: add a generic NVMe over Fabrics library
Christoph Hellwig
2016-07-05
1
-0
/
+11
*
nvme: add fabrics sysfs attributes
Ming Lin
2016-07-05
1
-0
/
+4
*
nvme: Modify and export sync command submission for fabrics
Christoph Hellwig
2016-07-05
1
-2
/
+3
*
nvme: move nvme_cancel_request() to common code
Ming Lin
2016-06-07
1
-0
/
+1
*
drivers: use req op accessor
Mike Christie
2016-06-07
1
-2
/
+2
*
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
[next]