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/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
*
|
nvme: set queue limits for the admin queue
Christoph Hellwig
2016-03-03
1
-10
/
+19
*
|
NVMe: Fix 0-length integrity payload
Keith Busch
2016-03-03
1
-1
/
+1
*
|
NVMe: Don't allow unsupported flags
Keith Busch
2016-03-03
1
-0
/
+4
*
|
NVMe: Move error handling to failed reset handler
Keith Busch
2016-03-03
1
-17
/
+36
*
|
NVMe: Fix namespace removal deadlock
Keith Busch
2016-03-03
1
-5
/
+7
*
|
NVMe: Use IDA for namespace disk naming
Keith Busch
2016-03-03
1
-3
/
+12
*
|
NVMe: Allow request merges
Keith Busch
2016-02-11
1
-1
/
+0
|
/
*
Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-01-21
1
-1
/
+10
*
NVMe: Export NVMe attributes to sysfs group
Keith Busch
2016-01-12
1
-11
/
+33
*
NVMe: Remove queue freezing on resets
Keith Busch
2016-01-12
1
-5
/
+2
*
nvme: make SG_IO support optional
Christoph Hellwig
2016-01-12
1
-0
/
+2
*
nvme: fixes for NVME_IOCTL_IO_CMD on the char device
Christoph Hellwig
2016-01-12
1
-5
/
+34
*
nvme: synchronize access to ctrl->namespaces
Christoph Hellwig
2016-01-12
1
-0
/
+17
*
nvme: Move nvme_freeze/unfreeze_queues to nvme core
Sagi Grimberg
2016-01-12
1
-0
/
+28
*
NVMe: Export namespace attributes to sysfs
Keith Busch
2015-12-22
1
-2
/
+67
*
nvme: factor out a few helpers from req_completion
Christoph Hellwig
2015-12-22
1
-0
/
+11
*
NVMe: Simplify metadata setup
Keith Busch
2015-12-22
1
-25
/
+3
*
NVMe: Remove device management handles on remove
Keith Busch
2015-12-22
1
-4
/
+9
*
NVMe: Implement namespace list scanning
Keith Busch
2015-12-22
1
-9
/
+71
*
nvme: switch abort_limit to an atomic_t
Christoph Hellwig
2015-12-22
1
-1
/
+1
*
nvme: precedence bug in nvme_pr_clear()
Dan Carpenter
2015-12-09
1
-1
/
+1
*
nvme: fix another 32-bit build warning
Arnd Bergmann
2015-12-08
1
-1
/
+1
*
blk-integrity: empty implementation when disabled
Keith Busch
2015-12-03
1
-2
/
+2
*
nvme: refactor set_queue_count
Christoph Hellwig
2015-12-01
1
-0
/
+16
*
nvme: move chardev and sysfs interface to common code
Christoph Hellwig
2015-12-01
1
-6
/
+209
*
nvme: move namespace scanning to common code
Christoph Hellwig
2015-12-01
1
-3
/
+189
*
nvme: add a common helper to read Identify Controller data
Christoph Hellwig
2015-12-01
1
-0
/
+52
[next]