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.12.y
linux-6.13.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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-25
nvme-tcp: Add warning on state change failure at nvme_tcp_setup_ctrl
Israel Rukshin
1
-1
/
+6
2020-03-25
nvme-rdma: Add warning on state change failure at nvme_rdma_setup_ctrl
Israel Rukshin
1
-1
/
+6
2020-03-25
nvme: Fix controller creation races with teardown flow
Israel Rukshin
2
-0
/
+6
2020-03-25
nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrl
Israel Rukshin
6
-8
/
+2
2020-03-25
nvme: Fix ctrl use-after-free during sysfs deletion
Israel Rukshin
6
-10
/
+6
2020-03-25
nvme-pci: Re-order nvme_pci_free_ctrl
Israel Rukshin
1
-2
/
+2
2020-03-25
nvme: Remove unused return code from nvme_delete_ctrl_sync
Israel Rukshin
1
-7
/
+2
2020-03-25
nvme: Use nvme_state_terminal helper
Israel Rukshin
1
-2
/
+1
2020-03-25
nvme: release ida resources
Max Gurtovoy
1
-0
/
+1
2020-03-25
nvme: Add compat_ioctl handler for NVME_IOCTL_SUBMIT_IO
masahiro31.yamada@kioxia.com
1
-2
/
+43
2020-03-25
nvmet-tcp: optimize tcp stack TX when data digest is used
Sagi Grimberg
1
-2
/
+5
2020-03-25
nvme-fabrics: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
1
-4
/
+4
2020-03-25
nvme-multipath: do not reset on unknown status
John Meneghini
3
-18
/
+13
2020-03-25
nvmet-rdma: allocate RW ctxs according to mdts
Max Gurtovoy
1
-2
/
+4
2020-03-25
nvmet-rdma: Implement get_mdts controller op
Max Gurtovoy
1
-0
/
+9
2020-03-25
nvmet: Add get_mdts op for controllers
Max Gurtovoy
2
-2
/
+7
2020-03-25
nvme-pci: properly print controller address
Max Gurtovoy
1
-1
/
+1
2020-03-25
nvme-tcp: break from io_work loop if recv failed
Sagi Grimberg
1
-0
/
+2
2020-03-25
nvme-tcp: move send failure to nvme_tcp_try_send
Sagi Grimberg
1
-15
/
+11
2020-03-25
nvmet-tcp: fix maxh2cdata icresp parameter
Sagi Grimberg
1
-1
/
+1
2020-03-25
nvme-tcp: optimize queue io_cpu assignment for multiple queue maps
Sagi Grimberg
1
-6
/
+56
2020-03-25
nvme-pci: Simplify nvme_poll_irqdisable
Keith Busch
1
-19
/
+11
2020-03-25
nvme-pci: Remove two-pass completions
Keith Busch
1
-32
/
+10
2020-03-25
nvme-pci: Remove tag from process cq
Keith Busch
1
-12
/
+11
2020-03-25
nvme-pci: slimmer CQ head update
Alexey Dobriyan
1
-4
/
+2
2020-03-25
nvmet: check ncqr & nsqr for set-features cmd
Amit Engel
1
-0
/
+9
2020-03-25
nvme: Check for readiness more quickly, to speed up boot time
Josh Triplett
1
-1
/
+1
2020-03-25
nvme: log additional message for controller status
Rupesh Girase
1
-2
/
+2
2020-03-25
nvme: code cleanup nvme_identify_ns_desc()
Chaitanya Kulkarni
1
-36
/
+40
2020-03-25
nvme: Don't deter users from enabling hwmon support
Jean Delvare
1
-2
/
+0
2020-03-25
nvme: expose hostid via sysfs for fabrics controllers
Sagi Grimberg
1
-0
/
+13
2020-03-25
nvme: expose hostnqn via sysfs for fabrics controllers
Sagi Grimberg
1
-0
/
+13
2020-03-04
nvmet-tcp: set SO_PRIORITY for accepted sockets
Wunderlich, Mark
1
-0
/
+26
2020-03-04
nvme-tcp: Set SO_PRIORITY for all host sockets
Wunderlich, Mark
1
-0
/
+21
2020-03-04
nvmet: check sscanf value for subsys serial attr
Chaitanya Kulkarni
1
-2
/
+5
2020-03-04
nvmet: make ctrl model configurable
Mark Ruijter
4
-2
/
+90
2020-03-04
nvmet: make ctrl-id configurable
Chaitanya Kulkarni
3
-2
/
+70
2020-03-04
nvmet: configfs code cleanup
Chaitanya Kulkarni
1
-7
/
+4
2020-03-04
nvme: remove unused return code from nvme_alloc_ns
Edmund Nadolski
1
-15
/
+6
2020-03-02
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2020-03-01
Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-56
/
+34
2020-02-29
macintosh: therm_windtunnel: fix regression when instantiating devices
Wolfram Sang
1
-21
/
+31
2020-02-29
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
8
-7
/
+14
2020-02-28
Merge tag 'pci-v5.6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2020-02-28
Merge tag 'block-5.6-2020-02-28' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-6
/
+1
2020-02-28
Merge tag 'acpi-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2
-4
/
+36
2020-02-28
Merge tag 'pm-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2
-5
/
+11
2020-02-28
Merge branches 'pm-sleep' and 'pm-devfreq'
Rafael J. Wysocki
1
-3
/
+1
2020-02-28
Merge tag 'drm-fixes-2020-02-28' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
14
-43
/
+138
2020-02-28
Merge tag 'drm-intel-fixes-2020-02-27' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
7
-38
/
+46
[next]