index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
fc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvme-fc: retry initial controller connections 3 times
James Smart
2017-10-18
1
-2
/
+30
*
nvme-fc: fix iowait hang
James Smart
2017-10-18
1
-2
/
+3
*
nvme-fc: use transport-specific sgl format
James Smart
2017-09-25
1
-6
/
+7
*
nvme-fc: remove use of FC-specific error codes
James Smart
2017-09-25
1
-4
/
+4
*
nvme-fc: Reattach to localports on re-registration
James Smart
2017-08-28
1
-38
/
+106
*
nvme: Add admin_tagset pointer to nvme_ctrl
Sagi Grimberg
2017-08-28
1
-0
/
+1
*
blk-mq: Make blk_mq_reinit_tagset() calls easier to read
Bart Van Assche
2017-08-18
1
-3
/
+1
*
nvme-fc: revise TRADDR parsing
James Smart
2017-07-25
1
-49
/
+53
*
nvme-fc: address target disconnect race conditions in fcp io submit
James Smart
2017-07-25
1
-8
/
+11
*
nvme: split nvme_uninit_ctrl into stop and uninit
Sagi Grimberg
2017-07-06
1
-12
/
+4
*
nvme-fc: quiesce/unquiesce admin_q instead of start/stop its hw queues
Sagi Grimberg
2017-07-06
1
-2
/
+3
*
nvme-fc: use blk_mq_delay_run_hw_queue instead of open-coding it
Sagi Grimberg
2017-07-04
1
-4
/
+3
*
nvme-fc: update tagset nr_hw_queues after queues reinit
Sagi Grimberg
2017-07-04
1
-0
/
+2
*
nvme-fc: don't override opts->nr_io_queues
Sagi Grimberg
2017-07-04
1
-5
/
+11
*
nvme: move ctrl cap to struct nvme_ctrl
Sagi Grimberg
2017-07-02
1
-5
/
+3
*
nvme: move queue_count to the nvme_ctrl
Sagi Grimberg
2017-07-02
1
-18
/
+17
*
nvme_fc: fix error recovery on link down.
James Smart
2017-06-28
1
-4
/
+4
*
nvme_fc: Fix crash when nvme controller connection fails.
James Smart
2017-06-28
1
-0
/
+3
*
nvme_fc: replace ioabort msleep loop with completion
James Smart
2017-06-28
1
-7
/
+6
*
nvme_fc: fix double calls to nvme_cleanup_cmd()
James Smart
2017-06-28
1
-4
/
+1
*
nvme: read the subsystem NQN from Identify Controller
Christoph Hellwig
2017-06-28
1
-1
/
+0
*
nvme: use a single NVME_AQ_DEPTH and relax it to 32
Sagi Grimberg
2017-06-28
1
-1
/
+1
*
nvme: move reset workqueue handling to common code
Christoph Hellwig
2017-06-15
1
-32
/
+4
*
nvme-fc: merge init_request methods
Christoph Hellwig
2017-06-15
1
-13
/
+3
*
nvme: move nr_reconnects to nvme_ctrl
Sagi Grimberg
2017-06-15
1
-3
/
+3
*
nvme: Move transports to use nvme-core workqueue
Sagi Grimberg
2017-06-15
1
-22
/
+6
*
Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...
Christoph Hellwig
2017-06-13
1
-2
/
+1
|
\
|
*
nvme: switch to uuid_t
Christoph Hellwig
2017-06-05
1
-2
/
+1
*
|
Merge tag 'v4.12-rc5' into for-4.13/block
Jens Axboe
2017-06-12
1
-2
/
+18
|
\
\
|
*
|
nvme-fc: fix missing put reference on controller create failure
James Smart
2017-06-07
1
-0
/
+1
|
*
|
nvme-fc: on lldd/transport io error, terminate association
James Smart
2017-06-07
1
-2
/
+17
|
|
/
*
|
blk-mq: switch ->queue_rq return value to blk_status_t
Christoph Hellwig
2017-06-09
1
-11
/
+12
|
/
*
nvme: replace is_flags field in nvme_ctrl_ops with a flags field
Christoph Hellwig
2017-05-26
1
-1
/
+1
*
nvme_fc: remove extra controller reference taken on reconnect
James Smart
2017-05-22
1
-3
/
+2
*
nvme_fc: correct nvme status set on abort
James Smart
2017-05-22
1
-2
/
+2
*
nvme_fc: set logging level on resets/deletes
James Smart
2017-05-22
1
-10
/
+4
*
nvme_fc: revise comment on teardown
James Smart
2017-05-22
1
-4
/
+4
*
nvme_fc: Support ctrl_loss_tmo
James Smart
2017-05-22
1
-67
/
+49
*
nvme_fc: get rid of local reconnect_delay
James Smart
2017-05-22
1
-6
/
+4
*
nvme-fc: stop queues on error detection
James Smart
2017-05-20
1
-0
/
+4
*
nvme-fc: require target or discovery role for fc-nvme targets
James Smart
2017-05-20
1
-0
/
+6
*
blk-mq: update ->init_request and ->exit_request prototypes
Christoph Hellwig
2017-05-02
1
-11
/
+9
*
nvme-fc: avoid memory corruption caused by calling nvmf_free_options() twice
Ewan D. Milne
2017-04-25
1
-1
/
+3
*
nvme-fc: mark two symbols static
Christoph Hellwig
2017-04-24
1
-2
/
+2
*
nvme_fc: add controller reset support
James Smart
2017-04-24
1
-315
/
+616
*
nvme_fc: add aen abort to teardown
James Smart
2017-04-24
1
-52
/
+139
*
nvme_fc: fix command id check
James Smart
2017-04-24
1
-1
/
+2
*
nvme_fc: Add ls aborts on remote port teardown
James Smart
2017-04-21
1
-0
/
+33
*
nvme_fc: Move LS's to rport
James Smart
2017-04-21
1
-54
/
+65
*
nvme: split nvme status from block req->errors
Christoph Hellwig
2017-04-20
1
-5
/
+5
[next]