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
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-13
Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux
Linus Torvalds
1
-7
/
+3
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
nvmet: make nvmet_wq unbound
Sagi Grimberg
1
-1
/
+2
2024-05-07
nvmet-auth: return the error code to the nvmet_auth_ctrl_hash() callers
Maurizio Lombardi
1
-1
/
+1
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
nvmet-auth: replace pr_debug() with pr_err() to report an error.
Maurizio Lombardi
1
-3
/
+3
2024-05-01
nvmet-auth: return the error code to the nvmet_auth_host_hash() callers
Maurizio Lombardi
1
-1
/
+1
2024-04-17
nvmet: zns: Do not reference the gendisk conv_zones_bitmap
Damien Le Moal
1
-7
/
+3
2024-04-04
nvmet-fc: move RCU read lock to nvmet_fc_assoc_exists
Daniel Wagner
1
-7
/
+10
2024-04-04
nvmet: implement unique discovery NQN
Hannes Reinecke
2
-0
/
+54
2024-03-21
Merge tag 'nvme-6.9-2024-03-21' of git://git.infradead.org/nvme into block-6.9
Jens Axboe
3
-5
/
+102
2024-03-21
nvmet-rdma: remove NVMET_RDMA_REQ_INVALIDATE_RKEY flag
Guixin Liu
1
-5
/
+3
2024-03-12
Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-3
/
+1
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
10
-21
/
+74
2024-03-11
Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2
-9
/
+9
2024-03-08
nvmet: add tracing of zns commands
Guixin Liu
1
-0
/
+66
2024-03-08
nvmet: add tracing of authentication commands
Guixin Liu
1
-0
/
+32
2024-03-08
nvmet-tcp: do not continue for invalid icreq
Hannes Reinecke
1
-0
/
+1
2024-03-05
nvme: fcloop: make fcloop_class constant
Ricardo B. Marliere
1
-8
/
+9
2024-03-05
net: introduce page_frag_cache_drain()
Yunsheng Lin
1
-3
/
+1
2024-03-02
nvmet-rdma: set max_queue_size for RDMA transport
Max Gurtovoy
1
-0
/
+8
2024-03-02
nvmet: introduce new max queue size configuration entry
Max Gurtovoy
3
-3
/
+46
2024-03-02
nvme-rdma: introduce NVME_RDMA_MAX_METADATA_QUEUE_SIZE definition
Max Gurtovoy
1
-0
/
+2
2024-03-02
nvmet: set ctrl pi_support cap before initializing cap reg
Max Gurtovoy
2
-2
/
+1
2024-03-02
nvmet: set maxcmd to be per controller
Max Gurtovoy
4
-4
/
+4
2024-03-02
nvmet: compare mqes and sqsize only for IO SQ
Max Gurtovoy
1
-1
/
+2
2024-02-25
nvme: port block device access to file
Christian Brauner
2
-9
/
+9
2024-02-13
nvmet: remove superfluous initialization
Chaitanya Kulkarni
1
-2
/
+2
2024-02-12
block: remove gfp_flags from blkdev_zone_mgmt
Johannes Thumshirn
1
-3
/
+2
2024-02-01
nvmet-fc: use RCU list iterator for assoc_list
Daniel Wagner
1
-12
/
+22
2024-02-01
nvmet-fc: take ref count on tgtport before delete assoc
Daniel Wagner
1
-8
/
+23
2024-02-01
nvmet-fc: avoid deadlock on delete association path
Daniel Wagner
1
-3
/
+13
2024-02-01
nvmet-fc: abort command when there is no binding
Daniel Wagner
1
-2
/
+6
2024-02-01
nvmet-fc: do not tack refs on tgtports from assoc
Daniel Wagner
1
-7
/
+1
2024-02-01
nvmet-fc: remove null hostport pointer check
Daniel Wagner
1
-4
/
+2
2024-02-01
nvmet-fc: hold reference on hostport match
Daniel Wagner
1
-2
/
+0
2024-02-01
nvmet-fc: free queue and assoc directly
Daniel Wagner
1
-4
/
+2
2024-02-01
nvmet-fc: defer cleanup using RCU properly
Daniel Wagner
1
-46
/
+37
2024-02-01
nvmet-fc: release reference on target port
Daniel Wagner
1
-1
/
+2
2024-02-01
nvmet-fcloop: swap the list_add_tail arguments
Daniel Wagner
1
-3
/
+3
2024-01-29
nvme: use ctrl state accessor
Keith Busch
1
-3
/
+5
2024-01-26
nvmet-tcp: fix nvme tcp ida memory leak
Guixin Liu
1
-0
/
+1
2024-01-24
nvmet: add module description to stop warnings
Chaitanya Kulkarni
6
-0
/
+6
2024-01-23
nvmet: unify aer type enum
Guixin Liu
2
-3
/
+3
2024-01-18
Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linux
Linus Torvalds
6
-37
/
+78
2024-01-11
Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
3
-7
/
+4
2024-01-10
nvmet-rdma: avoid circular locking dependency on install_queue()
Hannes Reinecke
1
-3
/
+16
2024-01-10
nvmet-tcp: avoid circular locking dependency on install_queue()
Hannes Reinecke
1
-3
/
+15
[next]