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
2023-02-03
Merge tag 'block-6.2-2023-02-03' of git://git.kernel.dk/linux
Linus Torvalds
2
-3
/
+16
2023-02-03
nvme: use bvec_set_virt to initialize special_vec
Christoph Hellwig
1
-3
/
+1
2023-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-11
/
+10
2023-02-01
nvme-auth: use workqueue dedicated to authentication
Shin'ichiro Kawasaki
1
-2
/
+12
2023-02-01
nvme: mask CSE effects for security receive
Keith Busch
1
-0
/
+17
2023-02-01
nvme: always initialize known command effects
Keith Busch
1
-39
/
+45
2023-02-01
nvme-tcp: add additional info for nvme_tcp_timeout log
Amit Engel
1
-2
/
+5
2023-02-01
nvme: add nvme_opcode_str function for all nvme cmd types
Amit Engel
2
-0
/
+29
2023-02-01
nvme: remove nvme_execute_passthru_rq
Christoph Hellwig
3
-17
/
+9
2023-02-01
nvme-pci: place descriptor addresses in iod
Keith Busch
1
-31
/
+18
2023-02-01
nvme-pci: use mapped entries for sgl decision
Keith Busch
1
-3
/
+3
2023-02-01
nvme-pci: remove SGL segment descriptors
Keith Busch
1
-42
/
+5
2023-02-01
nvme-auth: don't use NVMe status codes
Hannes Reinecke
1
-15
/
+15
2023-02-01
nvme-fabrics: clarify AUTHREQ result handling
Hannes Reinecke
1
-2
/
+17
2023-02-01
nvme: clear the request_queue pointers on failure in nvme_alloc_io_tag_set
Maurizio Lombardi
1
-0
/
+1
2023-02-01
nvme: clear the request_queue pointers on failure in nvme_alloc_admin_tag_set
Maurizio Lombardi
1
-1
/
+3
2023-01-29
nvme: set REQ_ALLOC_CACHE for uring-passthru request
Anuj Gupta
1
-2
/
+2
2023-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-5
/
+21
2023-01-27
Merge tag 'block-6.2-2023-01-27' of git://git.kernel.dk/linux
Linus Torvalds
3
-11
/
+10
2023-01-25
nvme: fix passthrough csi check
Keith Busch
1
-1
/
+1
2023-01-24
nvme-pci: flush initial scan_work for async probe
Keith Busch
1
-0
/
+1
2023-01-23
nvme-fc: fix initialization order
Ross Lagerwall
1
-10
/
+8
2023-01-23
net/sock: Introduce trace_sk_data_ready()
Peilin Ye
1
-0
/
+3
2023-01-20
Merge tag 'block-6.2-2023-01-20' of git://git.kernel.dk/linux
Linus Torvalds
2
-5
/
+21
2023-01-19
nvme-pci: fix timeout request state check
Keith Busch
1
-1
/
+1
2023-01-19
nvme-apple: only reset the controller when RTKit is running
Janne Grunau
1
-3
/
+3
2023-01-19
nvme-apple: reset controller during shutdown
Janne Grunau
1
-1
/
+17
2023-01-13
Merge tag 'block-6.2-2023-01-13' of git://git.kernel.dk/linux
Linus Torvalds
3
-51
/
+73
2023-01-10
nvme: don't allow unprivileged passthrough on partitions
Christoph Hellwig
1
-16
/
+31
2023-01-10
nvme: replace the "bool vec" arguments with flags in the ioctl path
Christoph Hellwig
1
-25
/
+28
2023-01-10
nvme: remove __nvme_ioctl
Christoph Hellwig
1
-10
/
+8
2023-01-10
nvme-pci: fix error handling in nvme_pci_enable()
Tong Zhang
1
-2
/
+7
2023-01-10
nvme-pci: add NVME_QUIRK_IDENTIFY_CNS quirk to Apple T2 controllers
Hector Martin
1
-1
/
+2
2023-01-10
nvme-apple: add NVME_QUIRK_IDENTIFY_CNS quirk to fix regression
Hector Martin
1
-1
/
+1
2023-01-06
Merge tag 'block-2023-01-06' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+2
2023-01-04
block: handle bio_split_to_limits() NULL return
Jens Axboe
1
-0
/
+2
2022-12-29
Merge tag 'block-6.2-2022-12-29' of git://git.kernel.dk/linux
Linus Torvalds
5
-35
/
+77
2022-12-28
nvme-auth: fix smatch warning complaints
Sagi Grimberg
1
-1
/
+1
2022-12-28
nvme: consult the CSE log page for unprivileged passthrough
Christoph Hellwig
1
-4
/
+24
2022-12-28
nvme: also return I/O command effects from nvme_command_effects
Christoph Hellwig
1
-6
/
+26
2022-12-26
nvme-pci: update sqsize when adjusting the queue depth
Christoph Hellwig
1
-4
/
+5
2022-12-26
nvme: fix setting the queue depth in nvme_alloc_io_tag_set
Christoph Hellwig
1
-1
/
+1
2022-12-22
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-2
/
+31
2022-12-22
nvme: fix multipath crash caused by flush request when blktrace is enabled
Yanjun Zhang
1
-1
/
+1
2022-12-21
Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-0
/
+1
2022-12-21
nvme-pci: fix page size checks
Keith Busch
1
-4
/
+4
2022-12-21
nvme-pci: fix mempool alloc size
Keith Busch
1
-2
/
+2
2022-12-21
nvme-pci: fix doorbell buffer value endianness
Klaus Jensen
1
-12
/
+13
2022-12-19
Treewide: Stop corrupting socket's task_frag
Benjamin Coddington
1
-0
/
+1
2022-12-16
Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
[prev]
[next]