index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-29
Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
21
-819
/
+1250
2021-04-29
Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2021-04-22
nvme: introduce generic per-namespace chardev
Minwoo Im
4
-9
/
+180
2021-04-21
nvme: cleanup nvme_configure_apst
Christoph Hellwig
1
-80
/
+69
2021-04-21
nvme: do not try to reconfigure APST when the controller is not live
Christoph Hellwig
1
-1
/
+2
2021-04-21
nvme: add 'kato' sysfs attribute
Hannes Reinecke
1
-0
/
+2
2021-04-21
nvme: sanitize KATO setting
Hannes Reinecke
3
-7
/
+15
2021-04-21
nvmet: avoid queuing keep-alive timer if it is disabled
Hou Pu
1
-2
/
+8
2021-04-15
nvme: fix NULL derefence in nvme_ctrl_fast_io_fail_tmo_show/store
Gopal Tiwari
1
-0
/
+2
2021-04-15
nvme: let namespace probing continue for unsupported features
Christoph Hellwig
2
-3
/
+12
2021-04-15
nvme: factor out nvme_ns_open and nvme_ns_release helpers
Christoph Hellwig
1
-4
/
+12
2021-04-15
nvme: move nvme_ns_head_ops to multipath.c
Christoph Hellwig
3
-29
/
+32
2021-04-15
nvme: factor out a nvme_tryget_ns_head helper
Christoph Hellwig
1
-4
/
+7
2021-04-15
nvme: move the ioctl code to a separate file
Christoph Hellwig
4
-449
/
+468
2021-04-15
nvme: don't bother to look up a namespace for controller ioctls
Christoph Hellwig
1
-24
/
+42
2021-04-15
nvme: simplify block device ioctl handling for the !multipath case
Christoph Hellwig
1
-36
/
+47
2021-04-15
nvme: simplify the compat ioctl handling
Christoph Hellwig
1
-43
/
+26
2021-04-15
nvme: factor out a nvme_ns_ioctl helper
Christoph Hellwig
1
-21
/
+21
2021-04-15
nvme: pass a user pointer to nvme_nvm_ioctl
Christoph Hellwig
3
-7
/
+7
2021-04-15
nvme: cleanup setting the disk name
Christoph Hellwig
3
-28
/
+27
2021-04-15
nvme: add a nvme_ns_head_multipath helper
Minwoo Im
2
-7
/
+8
2021-04-15
nvme: remove single trailing whitespace
Niklas Cassel
1
-1
/
+1
2021-04-15
nvme-multipath: remove single trailing whitespace
Niklas Cassel
1
-1
/
+1
2021-04-15
nvme-pci: remove single trailing whitespace
Niklas Cassel
1
-1
/
+1
2021-04-15
nvme-pci: don't simple map sgl when sgls are disabled
Niklas Cassel
1
-1
/
+1
2021-04-15
nvmet: fix a spelling mistake "nubmer" -> "number"
Colin Ian King
1
-1
/
+1
2021-04-15
nvmet-fc: simplify nvmet_fc_alloc_hostport
Amit Engel
1
-31
/
+46
2021-04-15
nvmet-tcp: fix a segmentation fault during io parsing error
Elad Grupi
1
-8
/
+31
2021-04-13
lightnvm: use kobj_to_dev()
Chaitanya Kulkarni
1
-1
/
+1
2021-04-09
treewide: Change list_sort to use const pointers
Sami Tolvanen
1
-1
/
+2
2021-04-06
block: stop calling blk_queue_bounce for passthrough requests
Christoph Hellwig
1
-1
/
+1
2021-04-06
nvme: fix handling of large MDTS values
Bart Van Assche
1
-2
/
+4
2021-04-06
nvme: implement non-mdts command limits
Keith Busch
2
-34
/
+75
2021-04-06
nvme: disallow passthru cmd from targeting a nsid != nsid of the block dev
Niklas Cassel
1
-0
/
+12
2021-04-06
nvme: retrigger ANA log update if group descriptor isn't found
Hannes Reinecke
1
-0
/
+4
2021-04-02
nvme: export fast_io_fail_tmo to sysfs
Daniel Wagner
1
-0
/
+31
2021-04-02
nvme: remove superfluous else in nvme_ctrl_loss_tmo_store
Daniel Wagner
1
-1
/
+1
2021-04-02
nvme: use sysfs_emit instead of sprintf
Daniel Wagner
2
-24
/
+24
2021-04-02
nvme-fc: check sgl supported by target
Max Gurtovoy
1
-0
/
+5
2021-04-02
nvme-tcp: check sgl supported by target
Max Gurtovoy
1
-0
/
+5
2021-04-02
nvmet-tcp: enable optional queue idle period tracking
Wunderlich, Mark
1
-2
/
+34
2021-04-02
nvmet-tcp: fix incorrect locking in state_change sk callback
Sagi Grimberg
1
-2
/
+2
2021-04-02
nvme-tcp: block BH in sk state_change sk callback
Sagi Grimberg
1
-2
/
+2
2021-04-02
nvmet: return proper error code from discovery ctrl
Hou Pu
1
-2
/
+4
2021-04-02
nvme: warn of unhandled effects only once
Keith Busch
1
-3
/
+3
2021-04-02
nvme: use driver pdu command for passthrough
Keith Busch
7
-23
/
+25
2021-04-02
nvme-pci: allocate nvme_command within driver pdu
Keith Busch
1
-5
/
+6
2021-04-02
nvmet: do not allow model_number exceed 40 bytes
Noam Gottlieb
2
-0
/
+7
2021-04-02
nvmet: remove unnecessary ctrl parameter
Chaitanya Kulkarni
3
-17
/
+20
2021-04-02
nvmet-fc: update function documentation
Chaitanya Kulkarni
1
-0
/
+1
[next]