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
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-21
nvme: improve performance for virtual NVMe devices
Helen Koike
1
-2
/
+141
2017-04-21
nvme/pci: Don't set reserved SQ create flags
Keith Busch
1
-1
/
+1
2017-04-20
blk-mq: remove the error argument to blk_mq_complete_request
Christoph Hellwig
2
-2
/
+2
2017-04-20
nvme: make nvme_error_status private
Christoph Hellwig
3
-6
/
+4
2017-04-20
nvme: split nvme status from block req->errors
Christoph Hellwig
6
-55
/
+63
2017-04-20
nvme-fc: fix status code handling in nvme_fc_fcpio_done
Christoph Hellwig
1
-8
/
+8
2017-04-19
lightnvm: Use blk_init_request_from_bio() instead of open-coding it
Bart Van Assche
1
-5
/
+1
2017-04-16
lightnvm: bad type conversion for nvme control bits
Javier González
1
-1
/
+1
2017-04-16
lightnvm: enable nvme size compile asserts
Matias Bjørling
1
-2
/
+4
2017-04-16
lightnvm: submit erases using the I/O path
Javier González
1
-22
/
+10
2017-04-16
nvme/lightnvm: Prevent small buffer overflow in nvme_nvm_identify
Scott Bauer
1
-1
/
+1
2017-04-08
nvme: implement REQ_OP_WRITE_ZEROES
Christoph Hellwig
3
-11
/
+11
2017-04-07
Merge branch 'for-linus' into for-4.12/block
Jens Axboe
1
-1
/
+1
2017-04-05
nvme: move the retries count to struct nvme_request
Christoph Hellwig
2
-5
/
+6
2017-04-05
nvme: mark nvme_max_retries static
Christoph Hellwig
2
-4
/
+1
2017-04-05
nvme: cleanup nvme_req_needs_retry
Christoph Hellwig
1
-5
/
+11
2017-04-05
nvme: move ->retries setup to nvme_setup_cmd
Christoph Hellwig
2
-4
/
+5
2017-04-04
nvme: factor request completion code into a common helper
Christoph Hellwig
5
-77
/
+39
2017-04-04
nvme-fc: drop ctrl for all command completions
Christoph Hellwig
1
-2
/
+3
2017-04-04
nvme-fc: increment request retries counter before requeuing
Sagi Grimberg
1
-0
/
+1
2017-04-04
nvme-rdma: increment request retries counter before requeuing
Sagi Grimberg
1
-0
/
+1
2017-04-04
nvme_fc: Clean up host fcpio done status handling
James Smart
1
-7
/
+7
2017-04-04
nvme_fc: correct LS validation
James Smart
1
-4
/
+5
2017-04-04
nvme_fc: Add check of status_code in ERSP_IU
James Smart
1
-0
/
+1
2017-04-04
nvme-rdma: Support ctrl_loss_tmo
Sagi Grimberg
1
-13
/
+28
2017-04-04
nvme-fabrics: Allow ctrl loss timeout configuration
Sagi Grimberg
2
-0
/
+38
2017-04-04
nvme-rdma: get rid of local reconnect_delay
Sagi Grimberg
1
-5
/
+3
2017-04-04
nvme-fc: fix module_init (theoretical) error path
Sagi Grimberg
1
-1
/
+10
2017-04-04
nvme-rdma: fix module_init (theoretical) error path
Sagi Grimberg
1
-5
/
+13
2017-04-04
nvme-rdma: use inet_pton_with_scope helper
Sagi Grimberg
1
-44
/
+19
2017-04-04
nvme-rdma: Give some more grace for rdma connection establishment
Sagi Grimberg
1
-1
/
+1
2017-04-04
nvme-rdma: handle cpu unplug when re-establishing the controller
Sagi Grimberg
1
-14
/
+14
2017-04-02
nvme: add missing byte swap in nvme_setup_discard
Christoph Hellwig
1
-1
/
+1
2017-03-31
blk-mq: constify struct blk_mq_ops
Eric Biggers
3
-6
/
+6
2017-03-29
block: rename blk_mq_freeze_queue_start()
Ming Lei
1
-1
/
+1
2017-03-21
nvme-rdma: handle cpu unplug when re-establishing the controller
Sagi Grimberg
1
-14
/
+14
2017-03-02
nvme: Complete all stuck requests
Keith Busch
3
-5
/
+79
2017-03-02
nvme: allocate nvme_queue in correct node
Shaohua Li
1
-4
/
+8
2017-02-27
scripts/spelling.txt: add "embeded" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
2017-02-25
Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2017-02-23
nvme/pci: re-check security protocol support after reset
Scott Bauer
1
-7
/
+10
2017-02-22
nvme: detect NVMe controller in recent MacBooks
Daniel Roschka
1
-0
/
+1
2017-02-22
nvme-rdma: add support for host_traddr
Max Gurtovoy
1
-2
/
+21
2017-02-22
nvme-rdma: move nvme cm status helper to .h file
Max Gurtovoy
1
-22
/
+0
2017-02-22
nvme-fc: don't bother to validate ioccsz and iorcsz
James Smart
1
-12
/
+0
2017-02-22
nvme/pci: No special case for queue busy on IO
Keith Busch
1
-4
/
+1
2017-02-22
nvme/core: Fix race kicking freed request_queue
Keith Busch
1
-3
/
+3
2017-02-22
nvme/pci: Disable on removal when disconnected
Keith Busch
1
-1
/
+3
2017-02-22
nvme: Enable autonomous power state transitions
Andy Lutomirski
2
-0
/
+165
2017-02-22
nvme: Add a quirk mechanism that uses identify_ctrl
Andy Lutomirski
2
-0
/
+65
[next]