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
/
target
/
loop.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvme: if_ready checks to fail io to deleting controller
James Smart
2018-07-24
1
-1
/
+1
*
nvme-fabrics: refactor queue ready check
Christoph Hellwig
2018-06-15
1
-4
/
+3
*
nvme-loop: add support for multiple ports
Christoph Hellwig
2018-05-30
1
-18
/
+30
*
Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/block
Jens Axboe
2018-05-29
1
-1
/
+1
|
\
|
*
nvmet-loop: use nr_phys_segments when map rq to sgl
Chaitanya Kulkarni
2018-05-25
1
-1
/
+1
*
|
nvme: return BLK_EH_DONE from ->timeout
Christoph Hellwig
2018-05-29
1
-1
/
+1
|
/
*
nvmet: switch loopback target state to connecting when resetting
Johannes Thumshirn
2018-05-03
1
-0
/
+6
*
nvme: expand nvmf_check_if_ready checks
James Smart
2018-04-12
1
-9
/
+2
*
nvme-loop: fix kernel oops in case of unhandled command
Ming Lei
2018-04-12
1
-7
/
+2
*
nvmet: constify struct nvmet_fabrics_ops
Christoph Hellwig
2018-03-26
1
-2
/
+2
*
nvmet-loop: use blk_rq_payload_bytes for sgl selection
Christoph Hellwig
2018-02-22
1
-2
/
+2
*
nvme: host delete_work and reset_work on separate workqueues
Roy Shterman
2018-01-15
1
-1
/
+1
*
nvme-fabrics: protect against module unload during create_ctrl
Roy Shterman
2018-01-08
1
-0
/
+1
*
nvme-loop: check if queue is ready in queue_rq
Sagi Grimberg
2017-11-20
1
-1
/
+24
*
nvmet: better data length validation
Christoph Hellwig
2017-11-10
1
-1
/
+2
*
nvme: remove handling of multiple AEN requests
Keith Busch
2017-11-10
1
-1
/
+1
*
nvme: centralize AEN defines
Keith Busch
2017-11-10
1
-11
/
+3
*
nvme: consolidate common code from ->reset_work
Christoph Hellwig
2017-11-01
1
-4
/
+0
*
nvme: move controller deletion to common code
Christoph Hellwig
2017-11-01
1
-39
/
+9
*
nvme: switch controller refcounting to use struct device
Christoph Hellwig
2017-10-27
1
-1
/
+1
*
nvme-loop: Add BLK_MQ_F_NO_SCHED flag to admin tag set
Israel Rukshin
2017-10-19
1
-0
/
+1
*
nvme: Add admin_tagset pointer to nvme_ctrl
Sagi Grimberg
2017-08-28
1
-0
/
+1
*
nvme: split nvme_uninit_ctrl into stop and uninit
Sagi Grimberg
2017-07-06
1
-13
/
+6
*
nvme-loop: quiesce/unquiesce admin_q instead of start/stop its hw queues
Sagi Grimberg
2017-07-06
1
-1
/
+2
*
nvme-loop: update tagset nr_hw_queues after reconnecting/resetting
Sagi Grimberg
2017-07-04
1
-0
/
+3
*
nvme: move ctrl cap to struct nvme_ctrl
Sagi Grimberg
2017-07-02
1
-4
/
+3
*
nvme: move queue_count to the nvme_ctrl
Sagi Grimberg
2017-07-02
1
-8
/
+7
*
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
-3
/
+1
*
nvme: move reset workqueue handling to common code
Christoph Hellwig
2017-06-15
1
-21
/
+4
*
nvme-loop: merge init_request methods
Christoph Hellwig
2017-06-15
1
-9
/
+4
*
nvme: Move transports to use nvme-core workqueue
Sagi Grimberg
2017-06-15
1
-4
/
+4
*
nvme-loop: get rid of unused controller lock
Sagi Grimberg
2017-06-15
1
-3
/
+0
*
blk-mq: switch ->queue_rq return value to blk_status_t
Christoph Hellwig
2017-06-09
1
-9
/
+8
*
nvme: replace is_flags field in nvme_ctrl_ops with a flags field
Christoph Hellwig
2017-05-26
1
-1
/
+1
*
blk-mq: update ->init_request and ->exit_request prototypes
Christoph Hellwig
2017-05-02
1
-8
/
+9
*
Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-05-01
1
-39
/
+53
|
\
|
*
nvme: split nvme status from block req->errors
Christoph Hellwig
2017-04-20
1
-5
/
+2
|
*
nvme: factor request completion code into a common helper
Christoph Hellwig
2017-04-04
1
-16
/
+1
|
*
nvme-loop: increment request retries counter before requeuing
Sagi Grimberg
2017-04-04
1
-0
/
+1
|
*
nvme-loop: retrieve iod from the cqe command_id
Sagi Grimberg
2017-04-04
1
-6
/
+25
|
*
nvme-loop: remove unneeded includes
Sagi Grimberg
2017-04-04
1
-2
/
+0
|
*
nvme-loop: fix module_init (theoretical) error path
Sagi Grimberg
2017-04-04
1
-1
/
+6
|
*
nvme-loop: remove some code duplication
Sagi Grimberg
2017-04-04
1
-12
/
+21
|
*
nvme-loop: handle cpu unplug when re-establishing the controller
Sagi Grimberg
2017-04-04
1
-38
/
+50
|
*
nvme-loop: fix a possible use-after-free when destroying the admin queue
Sagi Grimberg
2017-04-04
1
-1
/
+1
|
*
blk-mq: constify struct blk_mq_ops
Eric Biggers
2017-03-31
1
-2
/
+2
*
|
nvme-loop: Fix sqsize wrong assignment based on ctrl MQES capability
Sagi Grimberg
2017-04-09
1
-1
/
+1
*
|
nvme-loop: handle cpu unplug when re-establishing the controller
Sagi Grimberg
2017-03-21
1
-38
/
+50
*
|
nvme-loop: fix a possible use-after-free when destroying the admin queue
Sagi Grimberg
2017-03-16
1
-1
/
+1
|
/
[next]