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: add ANA support
Christoph Hellwig
2018-07-27
1
-8
/
+34
*
nvme: remove nvme_req_needs_failover
Christoph Hellwig
2018-07-27
1
-1
/
+2
*
nvme: simplify the API for getting log pages
Christoph Hellwig
2018-07-27
1
-21
/
+11
*
nvme: use hw qid in trace events
Keith Busch
2018-07-23
1
-4
/
+1
*
nvme: move init of keep_alive work item to controller initialization
James Smart
2018-07-23
1
-3
/
+4
*
nvme-pci: limit max IO size and segments to avoid high order allocations
Jens Axboe
2018-06-21
1
-0
/
+1
*
Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linus
Jens Axboe
2018-06-15
1
-36
/
+12
|
\
|
*
nvme: remove nvme_reinit_tagset
Christoph Hellwig
2018-06-14
1
-10
/
+0
|
*
nvme: don't rely on the changed namespace list log
Christoph Hellwig
2018-06-13
1
-25
/
+11
|
*
nvme: fix NULL pointer dereference in nvme_init_subsystem
Israel Rukshin
2018-06-11
1
-1
/
+1
*
|
Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-06-08
1
-2
/
+2
|
\
\
|
|
/
|
*
nvme: cleanup double shift issue
Dan Carpenter
2018-06-08
1
-2
/
+2
*
|
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-06-04
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
2018-05-16
1
-1
/
+1
|
|
\
|
|
*
nvme: Avoid flush dependency in delete controller flow
Nitzan Carmi
2018-05-15
1
-1
/
+1
*
|
|
Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-06-04
1
-45
/
+112
|
\
\
\
|
*
\
\
Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/block
Jens Axboe
2018-06-01
1
-25
/
+90
|
|
\
\
\
|
|
*
|
|
nvme: use the changed namespaces list log to clear ns data changed AENs
Christoph Hellwig
2018-06-01
1
-4
/
+47
|
|
*
|
|
nvme: mark nvme_queue_scan static
Christoph Hellwig
2018-06-01
1
-10
/
+9
|
|
*
|
|
nvme: submit AEN event configuration on startup
Hannes Reinecke
2018-06-01
1
-0
/
+17
|
|
*
|
|
nvme.h: untangle AEN notice definitions
Christoph Hellwig
2018-05-31
1
-12
/
+18
|
*
|
|
|
blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iter
Christoph Hellwig
2018-05-30
1
-3
/
+0
|
|
/
/
/
|
*
|
|
nvme: fixup memory leak in nvme_init_identify()
Hannes Reinecke
2018-05-25
1
-1
/
+1
|
*
|
|
nvme-fabrics: allow duplicate connections to the discovery controller
Hannes Reinecke
2018-05-25
1
-1
/
+2
|
*
|
|
nvme: host: core: fix precedence of ternary operator
Ivan Bornyakov
2018-05-23
1
-2
/
+2
|
*
|
|
Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/block
Jens Axboe
2018-05-21
1
-13
/
+17
|
|
\
\
\
|
|
*
|
|
nvme: mark the result argument to nvme_complete_async_event volatile
Christoph Hellwig
2018-05-18
1
-1
/
+1
|
|
*
|
|
nvme: only reconfigure discard if necessary
Jens Axboe
2018-05-02
1
-12
/
+16
|
|
|
|
/
|
|
|
/
|
*
|
|
|
nvme: fix extended data LBA supported setting
Max Gurtovoy
2018-05-29
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
nvme: Fix sync controller reset return
Charles Machalow
2018-05-11
1
-1
/
+2
*
|
|
nvme: fix use-after-free in nvme_free_ns_head
Jianchao Wang
2018-05-07
1
-0
/
+5
|
/
/
*
|
nvme/multipath: Fix multipath disabled naming collisions
Keith Busch
2018-05-03
1
-25
/
+1
*
|
nvme: Set integrity flag for user passthrough commands
Keith Busch
2018-05-03
1
-0
/
+1
|
/
*
nvme: expand nvmf_check_if_ready checks
James Smart
2018-04-12
1
-5
/
+12
*
nvme: Use admin command effects for admin commands
Keith Busch
2018-04-12
1
-1
/
+1
*
nvme: check return value of init_srcu_struct function
Max Gurtovoy
2018-04-12
1
-1
/
+4
*
nvme: unexport nvme_start_keep_alive
Johannes Thumshirn
2018-04-12
1
-2
/
+1
*
nvme: enforce 64bit offset for nvme_get_log_ext fn
Matias Bjørling
2018-04-12
1
-3
/
+3
*
Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-04-05
1
-44
/
+79
|
\
|
*
lightnvm: implement get log report chunk helpers
Javier González
2018-03-29
1
-2
/
+2
|
*
nvme: lightnvm: add late setup of block size and metadata
Matias Bjørling
2018-03-29
1
-0
/
+2
|
*
nvme: make nvme_get_log_ext non-static
Matias Bjørling
2018-03-26
1
-1
/
+1
|
*
nvme: Add .stop_ctrl to nvme ctrl ops
Nitzan Carmi
2018-03-26
1
-0
/
+2
|
*
nvme: Skip checking heads without namespaces
Keith Busch
2018-03-26
1
-0
/
+1
|
*
nvme: centralize ctrl removal prints
Max Gurtovoy
2018-03-26
1
-0
/
+3
|
*
nvme: implement log page low/high offset and dwords
Matias Bjørling
2018-03-26
1
-10
/
+22
|
*
nvme: change namespaces_mutext to namespaces_rwsem
Jianchao Wang
2018-03-26
1
-32
/
+32
|
*
nvme: fix the dangerous reference of namespaces list
Jianchao Wang
2018-03-26
1
-2
/
+14
|
*
nvme: Add fault injection feature
Thomas Tai
2018-03-26
1
-0
/
+2
|
*
nvme: use define instead of magic value for identify size
Minwoo Im
2018-03-26
1
-2
/
+3
[next]