index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
target
/
loop.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-29
nvme: move sqsize setting to the core
Sagi Grimberg
1
-11
/
+1
2019-08-04
nvme: wait until all completed request's complete fn is called
Ming Lei
1
-0
/
+2
2019-06-20
scsi: lib/sg_pool.c: improve APIs for allocating sg pool
Ming Lei
1
-2
/
+2
2019-04-25
nvme-loop: kill timeout handler
Ming Lei
1
-16
/
+0
2019-04-25
nvmet: rename nvme_completion instances from rsp to cqe
Max Gurtovoy
1
-3
/
+3
2019-02-20
nvme-loop: convert to SPDX identifiers
Christoph Hellwig
1
-9
/
+1
2018-12-18
nvme-fabrics: allow nvmf_connect_io_queue to poll
Sagi Grimberg
1
-1
/
+1
2018-08-14
Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2018-07-24
nvme: if_ready checks to fail io to deleting controller
James Smart
1
-1
/
+1
2018-07-23
nvme: cache struct nvme_ctrl reference to struct nvme_request
Sagi Grimberg
1
-0
/
+1
2018-06-15
nvme-fabrics: refactor queue ready check
Christoph Hellwig
1
-4
/
+3
2018-05-30
nvme-loop: add support for multiple ports
Christoph Hellwig
1
-18
/
+30
2018-05-29
Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/block
Jens Axboe
1
-1
/
+1
2018-05-29
nvme: return BLK_EH_DONE from ->timeout
Christoph Hellwig
1
-1
/
+1
2018-05-25
nvmet-loop: use nr_phys_segments when map rq to sgl
Chaitanya Kulkarni
1
-1
/
+1
2018-05-03
nvmet: switch loopback target state to connecting when resetting
Johannes Thumshirn
1
-0
/
+6
2018-04-12
nvme: expand nvmf_check_if_ready checks
James Smart
1
-9
/
+2
2018-04-12
nvme-loop: fix kernel oops in case of unhandled command
Ming Lei
1
-7
/
+2
2018-03-26
nvmet: constify struct nvmet_fabrics_ops
Christoph Hellwig
1
-2
/
+2
2018-02-22
nvmet-loop: use blk_rq_payload_bytes for sgl selection
Christoph Hellwig
1
-2
/
+2
2018-01-15
nvme: host delete_work and reset_work on separate workqueues
Roy Shterman
1
-1
/
+1
2018-01-08
nvme-fabrics: protect against module unload during create_ctrl
Roy Shterman
1
-0
/
+1
2017-11-20
nvme-loop: check if queue is ready in queue_rq
Sagi Grimberg
1
-1
/
+24
2017-11-10
nvmet: better data length validation
Christoph Hellwig
1
-1
/
+2
2017-11-10
nvme: remove handling of multiple AEN requests
Keith Busch
1
-1
/
+1
2017-11-10
nvme: centralize AEN defines
Keith Busch
1
-11
/
+3
2017-11-01
nvme: consolidate common code from ->reset_work
Christoph Hellwig
1
-4
/
+0
2017-11-01
nvme: move controller deletion to common code
Christoph Hellwig
1
-39
/
+9
2017-10-27
nvme: switch controller refcounting to use struct device
Christoph Hellwig
1
-1
/
+1
2017-10-19
nvme-loop: Add BLK_MQ_F_NO_SCHED flag to admin tag set
Israel Rukshin
1
-0
/
+1
2017-08-28
nvme: Add admin_tagset pointer to nvme_ctrl
Sagi Grimberg
1
-0
/
+1
2017-07-06
nvme: split nvme_uninit_ctrl into stop and uninit
Sagi Grimberg
1
-13
/
+6
2017-07-06
nvme-loop: quiesce/unquiesce admin_q instead of start/stop its hw queues
Sagi Grimberg
1
-1
/
+2
2017-07-04
nvme-loop: update tagset nr_hw_queues after reconnecting/resetting
Sagi Grimberg
1
-0
/
+3
2017-07-02
nvme: move ctrl cap to struct nvme_ctrl
Sagi Grimberg
1
-4
/
+3
2017-07-02
nvme: move queue_count to the nvme_ctrl
Sagi Grimberg
1
-8
/
+7
2017-06-28
nvme: read the subsystem NQN from Identify Controller
Christoph Hellwig
1
-1
/
+0
2017-06-28
nvme: use a single NVME_AQ_DEPTH and relax it to 32
Sagi Grimberg
1
-3
/
+1
2017-06-15
nvme: move reset workqueue handling to common code
Christoph Hellwig
1
-21
/
+4
2017-06-15
nvme-loop: merge init_request methods
Christoph Hellwig
1
-9
/
+4
2017-06-15
nvme: Move transports to use nvme-core workqueue
Sagi Grimberg
1
-4
/
+4
2017-06-15
nvme-loop: get rid of unused controller lock
Sagi Grimberg
1
-3
/
+0
2017-06-09
blk-mq: switch ->queue_rq return value to blk_status_t
Christoph Hellwig
1
-9
/
+8
2017-05-26
nvme: replace is_flags field in nvme_ctrl_ops with a flags field
Christoph Hellwig
1
-1
/
+1
2017-05-02
blk-mq: update ->init_request and ->exit_request prototypes
Christoph Hellwig
1
-8
/
+9
2017-05-01
Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-39
/
+53
2017-04-20
nvme: split nvme status from block req->errors
Christoph Hellwig
1
-5
/
+2
2017-04-09
nvme-loop: Fix sqsize wrong assignment based on ctrl MQES capability
Sagi Grimberg
1
-1
/
+1
2017-04-04
nvme: factor request completion code into a common helper
Christoph Hellwig
1
-16
/
+1
2017-04-04
nvme-loop: increment request retries counter before requeuing
Sagi Grimberg
1
-0
/
+1
[next]