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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-10
nvme: introduce a nvme_host_path_error helper
Chao Leng
2
-0
/
+16
2021-02-10
nvme: convert sysfs sprintf/snprintf family to sysfs_emit
Jiapeng Chong
1
-5
/
+5
2021-02-10
nvme: cleanup zone information initialization
Damien Le Moal
2
-13
/
+9
2021-02-03
nvmet-tcp: fix out-of-bounds access when receiving multiple h2cdata PDUs
Sagi Grimberg
1
-1
/
+2
2021-02-02
nvme-pci: ignore the subsysem NQN on Phison E16
Claus Stovgaard
1
-0
/
+2
2021-02-02
nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDs
Thorsten Leemhuis
1
-0
/
+2
2021-02-02
nvme-tcp: use cancel tagset helper for tear down
Chao Leng
1
-10
/
+2
2021-02-02
nvme-rdma: use cancel tagset helper for tear down
Chao Leng
1
-10
/
+2
2021-02-02
nvme-tcp: add clean action for failed reconnection
Chao Leng
1
-2
/
+16
2021-02-02
nvme-rdma: add clean action for failed reconnection
Chao Leng
1
-2
/
+16
2021-02-02
nvme-core: add cancel tagset helpers
Chao Leng
2
-0
/
+22
2021-02-02
nvme-core: get rid of the extra space
Chaitanya Kulkarni
1
-1
/
+1
2021-02-02
nvme: add tracing of zns commands
Johannes Thumshirn
1
-0
/
+34
2021-02-02
nvme: parse format nvm command details when tracing
Michal Krakowiak
1
-0
/
+19
2021-02-02
nvmet: add lba to sect conversion helpers
Chaitanya Kulkarni
2
-5
/
+13
2021-02-02
nvmet: remove extra variable in identify ns
Chaitanya Kulkarni
1
-16
/
+15
2021-02-02
nvmet: remove extra variable in id-desclist
Chaitanya Kulkarni
1
-11
/
+9
2021-02-02
nvmet: remove extra variable in smart log nsid
Chaitanya Kulkarni
1
-11
/
+9
2021-02-02
nvme: refactor ns->ctrl by request
Minwoo Im
1
-3
/
+3
2021-02-02
nvme-tcp: pass multipage bvec to request iov_iter
Sagi Grimberg
1
-4
/
+9
2021-02-02
nvme-tcp: get rid of unused helper function
Sagi Grimberg
1
-5
/
+0
2021-02-02
nvme-tcp: fix wrong setting of request iov_iter
Sagi Grimberg
1
-5
/
+2
2021-02-02
nvme: support command retry delay for admin command
Minwoo Im
1
-3
/
+2
2021-02-02
nvme: constify static attribute_group structs
Rikard Falkeborn
3
-4
/
+4
2021-02-02
nvmet-fc: use RCU proctection for assoc_list
Leonid Ravich
1
-43
/
+38
2021-02-02
nvmet: Fix nvmet_is_port_enabled indentation
Israel Rukshin
1
-1
/
+1
2021-02-02
nvmet: Use nvmet_is_port_enabled helper for pi_enable
Israel Rukshin
1
-3
/
+1
2021-01-28
nvme-core: use list_add_tail_rcu instead of list_add_tail for nvme_init_ns_head
Chao Leng
1
-1
/
+1
2021-01-28
nvme-multipath: Early exit if no path is available
Daniel Wagner
1
-1
/
+1
2021-01-28
nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a SPCC device
Chaitanya Kulkarni
1
-0
/
+2
2021-01-27
nvme-core: check bdev value for NULL
Chaitanya Kulkarni
1
-1
/
+2
2021-01-27
block: use an on-stack bio in blkdev_issue_flush
Christoph Hellwig
1
-1
/
+1
2021-01-26
nvme: use bio_set_dev to assign ->bi_bdev
Christoph Hellwig
3
-4
/
+4
2021-01-24
block: remove unnecessary argument from blk_execute_rq
Guoqing Jiang
2
-3
/
+3
2021-01-24
block: remove unnecessary argument from blk_execute_rq_nowait
Guoqing Jiang
4
-6
/
+6
2021-01-24
block: store a block_device pointer in struct bio
Christoph Hellwig
4
-9
/
+8
2021-01-24
nvme: allow revalidate to set a namespace read-only
Christoph Hellwig
1
-3
/
+2
2021-01-20
nvme-pci: fix error unwind in nvme_map_data
Christoph Hellwig
1
-10
/
+18
2021-01-20
nvme-pci: refactor nvme_unmap_data
Christoph Hellwig
1
-28
/
+49
2021-01-18
nvmet: set right status on error in id-ns handler
Chaitanya Kulkarni
1
-2
/
+6
2021-01-18
nvme-pci: allow use of cmb on v1.4 controllers
Klaus Jensen
1
-0
/
+14
2021-01-18
nvme-tcp: avoid request double completion for concurrent nvme_tcp_timeout
Chao Leng
1
-4
/
+10
2021-01-18
nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeout
Chao Leng
1
-4
/
+11
2021-01-18
nvme: check the PRINFO bit before deciding the host buffer length
Revanth Rajashekar
1
-2
/
+15
2021-01-14
nvme: don't intialize hwmon for discovery controllers
Sagi Grimberg
1
-3
/
+8
2021-01-14
nvme-tcp: fix possible data corruption with bio merges
Sagi Grimberg
1
-1
/
+1
2021-01-14
nvme-tcp: Fix warning with CONFIG_DEBUG_PREEMPT
Sagi Grimberg
1
-1
/
+1
2021-01-14
nvmet-rdma: Fix NULL deref when setting pi_enable and traddr INADDR_ANY
Israel Rukshin
1
-8
/
+8
2021-01-06
nvme: remove the unused status argument from nvme_trace_bio_complete
Max Gurtovoy
2
-5
/
+3
2021-01-06
nvmet-rdma: Fix list_del corruption on queue establishment failure
Israel Rukshin
1
-0
/
+10
[prev]
[next]