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-05-09
nvme: remove unused parameter
Keith Busch
1
-3
/
+2
2020-05-09
nvme: provide num dword helper
Keith Busch
2
-2
/
+10
2020-05-09
nvme-fcloop: add target to host LS request support
James Smart
1
-12
/
+118
2020-05-09
nvme-fcloop: refactor to enable target to host LS
James Smart
1
-6
/
+13
2020-05-09
nvmet-fc: Add Disconnect Association Xmt support
James Smart
1
-10
/
+286
2020-05-09
nvmet-fc: rename ls_list to ls_rcv_list
James Smart
1
-11
/
+11
2020-05-09
nvmet-fc: track hostport handle for associations
James Smart
1
-7
/
+170
2020-05-09
nvmet-fc: perform small cleanups on unneeded checks
James Smart
1
-8
/
+5
2020-05-09
nvmet-fc: add LS failure messages
James Smart
1
-3
/
+19
2020-05-09
nvme-fc: Add Disconnect Association Rcv support
James Smart
1
-4
/
+359
2020-05-09
nvmet-fc: Update target for common definitions for LS handling
James Smart
1
-26
/
+2
2020-05-09
nvme-fc: Update header and host for common definitions for LS handling
James Smart
2
-23
/
+81
2020-05-09
nvme-fc: convert assoc_active flag to bit op
James Smart
1
-24
/
+13
2020-05-09
nvme-fc: Ensure private pointers are NULL if no data
James Smart
2
-32
/
+54
2020-05-09
nvmet-fc: Better size LS buffers
James Smart
2
-30
/
+38
2020-05-09
nvme-fc nvmet-fc: refactor for common LS definitions
James Smart
3
-141
/
+143
2020-05-09
nvme-fc and nvmet-fc: revise LLDD api for LS reception and LS request
James Smart
3
-30
/
+102
2020-05-09
nvme: fix possible hang when ns scanning fails during error recovery
Sagi Grimberg
1
-1
/
+1
2020-05-09
nvme-pci: fix "slimmer CQ head update"
Alexey Dobriyan
1
-1
/
+5
2020-04-27
nvme: prevent double free in nvme_alloc_ns() error handling
Niklas Cassel
1
-0
/
+2
2020-04-10
Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-block
Linus Torvalds
9
-124
/
+242
2020-04-07
nvmet-rdma: fix double free of rdma queue
Israel Rukshin
1
-12
/
+18
2020-04-04
nvme-fc: Revert "add module to ops template to allow module references"
James Smart
2
-13
/
+2
2020-04-04
nvme: fix deadlock caused by ANA update wrong locking
Sagi Grimberg
1
-2
/
+2
2020-04-04
nvmet-rdma: fix bonding failover possible NULL deref
Sagi Grimberg
1
-56
/
+119
2020-04-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2
-14
/
+0
2020-04-02
nvmet: fix NULL dereference when removing a referral
Sagi Grimberg
1
-1
/
+9
2020-04-02
nvme: inherit stable pages constraint in the mpath stack device
Sagi Grimberg
1
-0
/
+7
2020-04-01
nvme-tcp: fix possible crash in recv error flow
Sagi Grimberg
1
-1
/
+1
2020-03-31
nvme-tcp: don't poll a non-live queue
Sagi Grimberg
1
-0
/
+3
2020-03-31
nvme-tcp: fix possible crash in write_zeroes processing
Sagi Grimberg
1
-6
/
+7
2020-03-31
nvmet-fc: fix typo in comment
James Smart
1
-1
/
+1
2020-03-31
nvme-rdma: Replace comma with a semicolon
Israel Rukshin
1
-1
/
+1
2020-03-31
nvme-fcloop: fix deallocation of working context
James Smart
1
-24
/
+52
2020-03-31
nvme: fix compat address handling in several ioctls
Nick Bowler
1
-7
/
+20
2020-03-30
Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-block
Linus Torvalds
16
-235
/
+533
2020-03-30
Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-3
/
+3
2020-03-27
block: simplify queue allocation
Christoph Hellwig
1
-2
/
+1
2020-03-26
nvme: cleanup namespace identifier reporting in nvme_init_ns_head
Christoph Hellwig
1
-12
/
+10
2020-03-26
nvme: rename __nvme_find_ns_head to nvme_find_ns_head
Christoph Hellwig
1
-2
/
+2
2020-03-26
nvme: refactor nvme_identify_ns_descs error handling
Christoph Hellwig
1
-15
/
+13
2020-03-26
nvme-tcp: Add warning on state change failure at nvme_tcp_setup_ctrl
Israel Rukshin
1
-1
/
+6
2020-03-26
nvme-rdma: Add warning on state change failure at nvme_rdma_setup_ctrl
Israel Rukshin
1
-1
/
+6
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
6
-8
/
+2
2020-03-26
nvme: Fix ctrl use-after-free during sysfs deletion
Israel Rukshin
6
-10
/
+6
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
[prev]
[next]