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
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
2017-04-04
nvme-loop: retrieve iod from the cqe command_id
Sagi Grimberg
1
-6
/
+25
2017-04-04
nvme-loop: remove unneeded includes
Sagi Grimberg
1
-2
/
+0
2017-04-04
nvme-loop: fix module_init (theoretical) error path
Sagi Grimberg
1
-1
/
+6
2017-04-04
nvme-loop: remove some code duplication
Sagi Grimberg
1
-12
/
+21
2017-04-04
nvme-loop: handle cpu unplug when re-establishing the controller
Sagi Grimberg
1
-38
/
+50
2017-04-04
nvme-loop: fix a possible use-after-free when destroying the admin queue
Sagi Grimberg
1
-1
/
+1
2017-03-31
blk-mq: constify struct blk_mq_ops
Eric Biggers
1
-2
/
+2
2017-03-21
nvme-loop: handle cpu unplug when re-establishing the controller
Sagi Grimberg
1
-38
/
+50
2017-03-16
nvme-loop: fix a possible use-after-free when destroying the admin queue
Sagi Grimberg
1
-1
/
+1
2017-02-22
nvme: make nvmf_register_transport require a create_ctrl callback
Johannes Thumshirn
1
-2
/
+1
2017-01-31
block: introduce blk_rq_is_passthrough
Christoph Hellwig
1
-1
/
+1
2016-12-09
block: improve handling of the magic discard payload
Christoph Hellwig
1
-2
/
+2
2016-12-06
nvme-fabrics: set sqe.command_id in core not transports
James Smart
1
-1
/
+0
2016-11-15
nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OK
Omar Sandoval
1
-3
/
+3
2016-11-10
nvme: don't pass the full CQE to nvme_complete_async_event
Christoph Hellwig
1
-1
/
+2
2016-11-10
nvme: introduce struct nvme_request
Christoph Hellwig
1
-6
/
+6
2016-09-15
blk-mq: remove ->map_queue
Christoph Hellwig
1
-2
/
+0
2016-08-18
nvme-loop: set sqsize to 0-based value, per spec
Jay Freyensee
1
-2
/
+2
2016-08-03
nvme-loop: Remove duplicate call to nvme_remove_namespaces
Sagi Grimberg
1
-3
/
+1
2016-07-05
nvme-loop: add a NVMe loopback host driver
Christoph Hellwig
1
-0
/
+754