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
2024-06-19
block: move the skip_tagset_quiesce flag to queue_limits
Christoph Hellwig
1
-3
/
+5
2024-06-19
block: move the pci_p2pdma flag to queue_limits
Christoph Hellwig
1
-5
/
+3
2024-06-19
block: move the zone_resetall flag to queue_limits
Christoph Hellwig
1
-2
/
+1
2024-06-19
block: move the zoned flag into the features field
Christoph Hellwig
1
-1
/
+1
2024-06-19
block: move the poll flag to queue_limits
Christoph Hellwig
1
-11
/
+1
2024-06-19
block: move the nowait flag to queue_limits
Christoph Hellwig
1
-2
/
+1
2024-06-19
block: move the stable_writes flag to queue_limits
Christoph Hellwig
2
-8
/
+5
2024-06-19
block: move the io_stat flag setting to queue_limits
Christoph Hellwig
1
-1
/
+1
2024-06-19
block: move the nonrot flag to queue_limits
Christoph Hellwig
2
-2
/
+0
2024-06-19
block: move cache control settings out of queue->flags
Christoph Hellwig
2
-8
/
+5
2024-06-17
nvmet: do not return 'reserved' for empty TSAS values
Hannes Reinecke
1
-1
/
+1
2024-06-17
nvme: fix NVME_NS_DEAC may incorrectly identifying the disk as EXT_LBA.
Boyang Yu
1
-1
/
+1
2024-06-14
block: move integrity information into queue_limits
Christoph Hellwig
1
-34
/
+36
2024-06-14
block: bypass the STABLE_WRITES flag for protection information
Christoph Hellwig
1
-1
/
+2
2024-06-14
block: remove the blk_integrity_profile structure
Christoph Hellwig
4
-18
/
+17
2024-06-13
Merge tag 'nvme-6.10-2024-06-13' of git://git.infradead.org/nvme into block-6.10
Jens Axboe
5
-16
/
+10
2024-06-13
nvme: fix namespace removal list
Keith Busch
1
-4
/
+5
2024-06-12
nvmet: always initialize cqe.result
Daniel Wagner
3
-9
/
+1
2024-06-12
nvmet-passthru: propagate status from id override functions
Daniel Wagner
1
-3
/
+3
2024-06-12
nvme: avoid double free special payload
Chunguang Xu
1
-0
/
+1
2024-06-12
block: unmap and free user mapped integrity via submitter
Anuj Gupta
1
-4
/
+11
2024-05-31
nvme: fix nvme_pr_* status code parsing
Weiwen Hu
1
-1
/
+1
2024-05-31
nvme-fabrics: use reserved tag for reg read/write command
Chunguang Xu
1
-3
/
+3
2024-05-28
nvmet: fix a possible leak when destroy a ctrl during qp establishment
Sagi Grimberg
1
-0
/
+9
2024-05-28
nvme: use srcu for iterating namespace list
Keith Busch
4
-56
/
+83
2024-05-24
nvme: adjust multiples of NVME_CTRL_PAGE_SIZE in offset
Kundan Kumar
1
-1
/
+2
2024-05-24
nvme: remove sgs and sws
Kanchan Joshi
1
-2
/
+0
2024-05-23
nvmet: fix ns enable/disable possible hang
Sagi Grimberg
1
-0
/
+8
2024-05-23
nvme-multipath: fix io accounting on failover
Keith Busch
3
-2
/
+4
2024-05-23
nvme: fix multipath batched completion accounting
Keith Busch
1
-5
/
+10
2024-05-21
nvme-multipath: find NUMA path only for online numa-node
Nilay Shroff
1
-1
/
+1
2024-05-14
Merge tag 'nvme-6.10-2024-05-14' of git://git.infradead.org/nvme into block-6.10
Jens Axboe
14
-111
/
+141
2024-05-13
Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux
Linus Torvalds
2
-8
/
+4
2024-05-13
Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linux
Linus Torvalds
1
-4
/
+11
2024-05-08
nvmet-rdma: fix possible bad dereference when freeing rsps
Sagi Grimberg
1
-12
/
+4
2024-05-08
nvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists()
Dan Carpenter
1
-3
/
+2
2024-05-07
nvme-rdma, nvme-tcp: include max reconnects for reconnect logging
Tokunori Ikegami
2
-6
/
+6
2024-05-07
nvmet: make nvmet_wq unbound
Sagi Grimberg
1
-1
/
+2
2024-05-07
nvmet-rdma: Avoid o(n^2) loop in delete_ctrl
Sagi Grimberg
1
-10
/
+6
2024-05-07
nvmet-auth: return the error code to the nvmet_auth_ctrl_hash() callers
Maurizio Lombardi
1
-1
/
+1
2024-05-07
nvme-pci: Add quirk for broken MSIs
Sean Anderson
2
-3
/
+16
2024-05-01
nvme: do not retry authentication failures
Daniel Wagner
2
-3
/
+9
2024-05-01
nvme-fabrics: short-circuit reconnect retries
Hannes Reinecke
5
-20
/
+41
2024-05-01
nvme: return kernel error codes for admin queue connect
Hannes Reinecke
3
-22
/
+17
2024-05-01
nvmet: return DHCHAP status codes from nvmet_setup_auth()
Hannes Reinecke
4
-45
/
+43
2024-05-01
nvmet: lock config semaphore when accessing DH-HMAC-CHAP key
Hannes Reinecke
2
-5
/
+19
2024-05-01
nvme-tcp: strict pdu pacing to avoid send stalls on TLS
Hannes Reinecke
1
-2
/
+8
2024-05-01
nvmet: fix nvme status code when namespace is disabled
Sagi Grimberg
3
-1
/
+18
2024-05-01
nvmet-tcp: fix possible memory leak when tearing down a controller
Sagi Grimberg
1
-7
/
+4
2024-05-01
nvme: cancel pending I/O if nvme controller is in terminal state
Nilay Shroff
3
-22
/
+28
[prev]
[next]