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
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-26
nvme: Fix controller creation races with teardown flow
Israel Rukshin
2
-0
/
+6
2020-03-26
nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrl
Israel Rukshin
5
-6
/
+2
2020-03-26
nvme: Fix ctrl use-after-free during sysfs deletion
Israel Rukshin
5
-8
/
+5
2020-03-26
nvme-pci: Re-order nvme_pci_free_ctrl
Israel Rukshin
1
-2
/
+2
2020-03-26
nvme: Remove unused return code from nvme_delete_ctrl_sync
Israel Rukshin
1
-7
/
+2
2020-03-26
nvme: Use nvme_state_terminal helper
Israel Rukshin
1
-2
/
+1
2020-03-26
nvme: release ida resources
Max Gurtovoy
1
-0
/
+1
2020-03-26
nvme: Add compat_ioctl handler for NVME_IOCTL_SUBMIT_IO
[email protected]
1
-2
/
+43
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
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
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
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-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
1
-8
/
+0
2020-03-10
nvme-rdma: Avoid double freeing of async event data
Prabhath Sajeepa
1
-3
/
+5
2020-03-04
nvme-tcp: Set SO_PRIORITY for all host sockets
Wunderlich, Mark
1
-0
/
+21
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
1
-15
/
+8
2020-02-04
nvme-pci: remove nvmeq->tags
Christoph Hellwig
1
-15
/
+8
2020-01-31
nvme: hwmon: switch to use <linux/units.h> helpers
Akinobu Mita
1
-8
/
+5
2020-01-27
Merge tag 'for-5.6/block-2020-01-27' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2020-01-10
nvme: Translate more status codes to blk_status_t
Keith Busch
1
-0
/
+2
2020-01-06
block: Allow t10-pi to be modular
Herbert Xu
1
-0
/
+1
2019-12-13
Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-block
Linus Torvalds
5
-28
/
+57
2019-12-06
Merge branch 'nvme/for-5.5' of git://git.infradead.org/nvme into for-linus
Jens Axboe
5
-28
/
+57
2019-12-07
nvme/pci: Fix read queue count
Keith Busch
1
-5
/
+1
2019-12-07
nvme/pci Limit write queue sizes to possible cpus
Keith Busch
1
-0
/
+3
[prev]
[next]