index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-26
nvme: Add compat_ioctl handler for NVME_IOCTL_SUBMIT_IO
[email protected]
1
-2
/
+43
2020-03-26
nvmet-tcp: optimize tcp stack TX when data digest is used
Sagi Grimberg
1
-2
/
+5
2020-03-26
nvme-fabrics: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
1
-4
/
+4
2020-03-26
nvme-multipath: do not reset on unknown status
John Meneghini
3
-18
/
+13
2020-03-26
nvmet-rdma: allocate RW ctxs according to mdts
Max Gurtovoy
1
-2
/
+4
2020-03-26
nvmet-rdma: Implement get_mdts controller op
Max Gurtovoy
1
-0
/
+9
2020-03-26
nvmet: Add get_mdts op for controllers
Max Gurtovoy
2
-2
/
+7
2020-03-26
nvme-pci: properly print controller address
Max Gurtovoy
1
-1
/
+1
2020-03-26
nvme-tcp: break from io_work loop if recv failed
Sagi Grimberg
1
-0
/
+2
2020-03-26
nvme-tcp: move send failure to nvme_tcp_try_send
Sagi Grimberg
1
-15
/
+11
2020-03-26
nvmet-tcp: fix maxh2cdata icresp parameter
Sagi Grimberg
1
-1
/
+1
2020-03-26
nvme-tcp: optimize queue io_cpu assignment for multiple queue maps
Sagi Grimberg
1
-6
/
+56
2020-03-26
nvme-pci: Simplify nvme_poll_irqdisable
Keith Busch
1
-19
/
+11
2020-03-26
nvme-pci: Remove two-pass completions
Keith Busch
1
-32
/
+10
2020-03-26
nvme-pci: Remove tag from process cq
Keith Busch
1
-12
/
+11
2020-03-26
nvme-pci: slimmer CQ head update
Alexey Dobriyan
1
-4
/
+2
2020-03-26
nvmet: check ncqr & nsqr for set-features cmd
Amit Engel
1
-0
/
+9
2020-03-26
nvme: Check for readiness more quickly, to speed up boot time
Josh Triplett
1
-1
/
+1
2020-03-26
nvme: log additional message for controller status
Rupesh Girase
1
-2
/
+2
2020-03-26
nvme: code cleanup nvme_identify_ns_desc()
Chaitanya Kulkarni
1
-36
/
+40
2020-03-26
nvme: Don't deter users from enabling hwmon support
Jean Delvare
1
-2
/
+0
2020-03-26
nvme: expose hostid via sysfs for fabrics controllers
Sagi Grimberg
1
-0
/
+13
2020-03-26
nvme: expose hostnqn via sysfs for fabrics controllers
Sagi Grimberg
1
-0
/
+13
2020-03-25
block: move the part_stat* helpers from genhd.h to a new header
Christoph Hellwig
1
-0
/
+1
2020-03-21
nvmet-tcp: set MSG_MORE only if we actually have more to send
Sagi Grimberg
1
-3
/
+9
2020-03-18
nvme: Convert to use set_capacity_revalidate_and_notify
Balbir Singh
1
-1
/
+1
2020-03-16
scsi: treewide: Consolidate {get,put}_unaligned_[bl]e24() definitions
Bart Van Assche
2
-14
/
+0
2020-03-10
nvme-rdma: Avoid double freeing of async event data
Prabhath Sajeepa
1
-3
/
+5
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-02-28
nvme-pci: Hold cq_poll_lock while completing CQEs
Bijan Mottahedeh
1
-1
/
+1
2020-02-22
Merge tag 'block-5.6-2020-02-22' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-2
/
+16
2020-02-21
nvme-multipath: Fix memory leak with ana_log_buf
Logan Gunthorpe
1
-0
/
+1
2020-02-20
nvme: Fix uninitialized-variable warning
Keith Busch
1
-1
/
+1
2020-02-20
nvme-pci: Use single IRQ vector for old Apple models
Andy Shevchenko
1
-1
/
+2
2020-02-20
nvme/pci: Add sleep quirk for Samsung and Toshiba drives
Shyjumon N
1
-0
/
+12
2020-02-16
Merge tag 'block-5.6-2020-02-16' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-14
/
+32
2020-02-14
nvme: fix the parameter order for nvme_get_log in nvme_get_fw_slot_info
Yi Zhang
1
-1
/
+1
2020-02-14
nvme/pci: move cqe check after device shutdown
Keith Busch
1
-5
/
+18
2020-02-14
nvme: prevent warning triggered by nvme_stop_keep_alive
Nigel Kirkland
3
-7
/
+7
2020-02-14
nvme/tcp: fix bug on double requeue when send fails
Anton Eidelman
1
-1
/
+6
2020-02-06
Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-51
/
+72
2020-02-05
nvmet: update AEN list and array at one place
Daniel Wagner
1
-27
/
+36
2020-02-05
nvmet: Fix controller use after free
Israel Rukshin
1
-4
/
+9
2020-02-05
nvmet: Fix error print message at nvmet_install_queue function
Israel Rukshin
1
-1
/
+1
[prev]
[next]