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
/
core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvme: Fix nvme_get/set_features() with a NULL result pointer
Andy Lutomirski
2016-08-24
1
-2
/
+2
*
nvme: Prevent controller state invalid transition
Gabriel Krisman Bertazi
2016-08-15
1
-2
/
+5
*
Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-07-26
1
-49
/
+269
|
\
|
*
nvme: initialize variable before logical OR'ing it
Jay Freyensee
2016-07-20
1
-0
/
+1
|
*
block: ensure bios return from blk_get_request are properly initialized
Christoph Hellwig
2016-07-20
1
-4
/
+0
|
*
NVMe: don't allocate unused nvme_major
NeilBrown
2016-07-14
1
-15
/
+1
|
*
nvme: Limit command retries
Keith Busch
2016-07-12
1
-0
/
+5
|
*
nvme/quirk: Add a delay before checking for adapter readiness
Guilherme G. Piccoli
2016-07-12
1
-0
/
+9
|
*
Merge branch 'for-4.8/block' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jens Axboe
2016-07-08
1
-2
/
+1
|
|
\
|
|
*
block: convert to device_add_disk()
Dan Williams
2016-06-27
1
-2
/
+1
|
*
|
nvme: add new reconnecting controller state
Christoph Hellwig
2016-07-08
1
-0
/
+12
|
*
|
nvme: add keep-alive support
Sagi Grimberg
2016-07-05
1
-0
/
+76
|
*
|
nvme-fabrics: add a generic NVMe over Fabrics library
Christoph Hellwig
2016-07-05
1
-1
/
+18
|
*
|
nvme.h: add NVMe over Fabrics definitions
Christoph Hellwig
2016-07-05
1
-2
/
+2
|
*
|
nvme: add fabrics sysfs attributes
Ming Lin
2016-07-05
1
-3
/
+73
|
*
|
nvme: Modify and export sync command submission for fabrics
Christoph Hellwig
2016-07-05
1
-9
/
+18
|
*
|
nvme: allow transitioning from NEW to LIVE state
Christoph Hellwig
2016-07-05
1
-0
/
+1
|
|
/
|
*
nvme: move the workaround for I/O queue-less controllers from PCIe to core
Christoph Hellwig
2016-06-12
1
-3
/
+14
|
*
nvme: factor out a add nvme_is_write helper
Christoph Hellwig
2016-06-12
1
-3
/
+2
|
*
nvme: allow for size limitations from transport drivers
Christoph Hellwig
2016-06-12
1
-2
/
+5
|
*
NVMe: Fix removal in case of active namespace list scanning method
Sunad Bhandary
2016-06-08
1
-6
/
+15
|
*
nvme: use UINT_MAX for max discard sectors
Minfei Huang
2016-06-07
1
-1
/
+1
|
*
nvme: move nvme_cancel_request() to common code
Ming Lin
2016-06-07
1
-0
/
+17
*
|
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-07-26
1
-2
/
+2
|
\
\
|
|
/
|
*
block, drivers: add REQ_OP_FLUSH operation
Mike Christie
2016-06-07
1
-1
/
+1
|
*
drivers: use req op accessor
Mike Christie
2016-06-07
1
-1
/
+1
*
|
nvme: Remove RCU namespace protection
Keith Busch
2016-07-14
1
-35
/
+39
|
/
*
nvme/host: Add missing blk_integrity tag_size + flags assignments
Nicholas Bellinger
2016-05-17
1
-0
/
+4
*
NVMe: Short-cut removal on surprise hot-unplug
Keith Busch
2016-05-17
1
-0
/
+18
*
NVMe: Allow user initiated rescan
Keith Busch
2016-05-17
1
-0
/
+15
*
nvme: fix nvme_ns_remove() deadlock
Ming Lin
2016-05-02
1
-2
/
+4
*
nvme: switch to RCU freeing the namespace
Ming Lin
2016-05-02
1
-10
/
+11
*
nvme: move AER handling to common code
Christoph Hellwig
2016-05-02
1
-0
/
+50
*
nvme: move namespace scanning to core
Christoph Hellwig
2016-05-02
1
-4
/
+26
*
nvme: introduce a controller state machine
Christoph Hellwig
2016-05-02
1
-0
/
+51
*
NVMe: nvme_core_exit() should do cleanup in the reverse order as nvme_core_in...
Wang Sheng-Hui
2016-05-02
1
-1
/
+1
*
NVMe: switch to using blk_queue_write_cache()
Jens Axboe
2016-04-12
1
-2
/
+5
*
nvme: add helper nvme_setup_cmd()
Ming Lin
2016-04-12
1
-0
/
+105
*
Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-03-18
1
-32
/
+134
|
\
|
*
NVMe: Expose ns wwid through single sysfs entry
Keith Busch
2016-03-16
1
-0
/
+26
|
*
NVMe: Create discard zero quirk white list
Keith Busch
2016-03-08
1
-1
/
+7
|
*
nvme: expose cntlid in sysfs
Ming Lin
2016-02-29
1
-4
/
+16
|
*
nvme: return the whole CQE through the request passthrough interface
Christoph Hellwig
2016-02-29
1
-8
/
+19
|
*
nvme: split pci module out of core module
Ming Lin
2016-02-10
1
-1
/
+23
|
*
nvme: split dev_list_lock
Ming Lin
2016-02-10
1
-1
/
+1
|
*
nvme: move timeout variables to core.c
Ming Lin
2016-02-10
1
-0
/
+12
|
*
nvme/host: reference the fabric module for each bdev open callout
Sagi Grimberg
2016-02-10
1
-3
/
+16
|
*
nvme: Log the ctrl device name instead of the underlying pci device name
Sagi Grimberg
2016-02-10
1
-12
/
+12
|
*
nvme: fix drvdata setup for the nvme device
Christoph Hellwig
2016-02-09
1
-2
/
+1
*
|
nvme: fix max_segments integer truncation
Christoph Hellwig
2016-03-03
1
-2
/
+4
[next]