index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-24
Fix implicit logo and RSCN handling for NVMET
James Smart
5
-52
/
+110
2017-04-24
Add Fabric assigned WWN support.
James Smart
7
-12
/
+65
2017-04-24
Fix max_sgl_segments settings for NVME / NVMET
James Smart
3
-9
/
+31
2017-04-24
Fix crash after issuing lip reset
James Smart
7
-64
/
+79
2017-04-24
Fix driver load issues when MRQ=8
James Smart
3
-18
/
+23
2017-04-24
Remove hba lock from NVMET issue WQE.
James Smart
1
-4
/
+0
2017-04-24
Fix nvme initiator handling when not enabled.
James Smart
2
-3
/
+14
2017-04-24
Fix driver usage of 128B WQEs when WQ_CREATE is V1.
James Smart
1
-0
/
+3
2017-04-24
Fix driver unload/reload operation.
James Smart
2
-22
/
+31
2017-04-24
Fix PRLI ACC rsp for NVME
James Smart
1
-1
/
+1
2017-04-24
Fix extra line print in rqpair debug print.
James Smart
1
-2
/
+0
2017-04-24
Remove NULL ptr check before kfree.
James Smart
1
-8
/
+4
2017-04-24
Remove unused defines for NVME PostBuf.
James Smart
1
-3
/
+0
2017-04-24
Fix spelling in comments.
James Smart
1
-1
/
+1
2017-04-24
Add debug messages for nvme/fcp resource allocation.
James Smart
1
-0
/
+6
2017-04-24
Fix log message in completion path.
James Smart
1
-3
/
+2
2017-04-24
Fix rejected nvme LS Req.
James Smart
1
-5
/
+21
2017-04-24
Fix nvme unregister port timeout.
James Smart
1
-3
/
+5
2017-04-24
Standardize nvme SGL segment count
James Smart
3
-7
/
+3
2017-04-24
nvmet-fcloop: mark two symbols static
Christoph Hellwig
1
-2
/
+2
2017-04-24
nvmet-fc: properly endian swap sq_head
Christoph Hellwig
1
-1
/
+1
2017-04-24
nvmet-fc: mark the sqhd field as __le16
Christoph Hellwig
1
-1
/
+1
2017-04-24
nvmet-fc: fix endianess annoations for nvmet_fc_format_rsp_hdr
Christoph Hellwig
1
-1
/
+1
2017-04-24
nvmet-fc: mark nvmet_fc_handle_fcp_rqst static
Christoph Hellwig
1
-1
/
+1
2017-04-24
nvme-fc: mark two symbols static
Christoph Hellwig
1
-2
/
+2
2017-04-24
nvme_fc: add controller reset support
James Smart
1
-315
/
+616
2017-04-24
nvme_fc: add aen abort to teardown
James Smart
1
-52
/
+139
2017-04-24
nvme_fc: fix command id check
James Smart
1
-1
/
+2
2017-04-24
lightnvm: pblk: fix erase counters on error fail
Javier González
7
-22
/
+37
2017-04-24
lightnvm: pblk: free metadata on line alloc failure
Javier González
1
-7
/
+9
2017-04-24
lightnvm: pblk: fix memory leak on error path
Javier González
1
-0
/
+3
2017-04-24
lightnvm: pblk: fix bad error check
Javier González
1
-1
/
+1
2017-04-24
lightnvm: pblk: fix race condition on line retry
Javier González
1
-3
/
+3
2017-04-22
lightnvm: don't print a warning for ADDR_EMPTY
Dan Carpenter
1
-3
/
+3
2017-04-22
lightnvm: potential underflow in pblk_read_rq()
Dan Carpenter
1
-1
/
+1
2017-04-21
lightnvm: propagate pblk_init return to userspace
Rakesh Pandit
1
-6
/
+18
2017-04-21
Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-4.12/block
Jens Axboe
8
-193
/
+754
2017-04-21
mtip32xx: fix dereference of stack garbage
Jens Axboe
1
-0
/
+1
2017-04-21
nvme: let dm-mpath distinguish nvme error codes
Junxiong Guan
1
-0
/
+14
2017-04-21
nvme/pci: Poll CQ on timeout
Keith Busch
1
-3
/
+18
2017-04-21
nvmet_fc: Change traddr field separator to a colon
James Smart
1
-1
/
+1
2017-04-21
nvme_fc: Add ls aborts on remote port teardown
James Smart
1
-0
/
+33
2017-04-21
nvme_fc: Move LS's to rport
James Smart
1
-54
/
+65
2017-04-21
nvmet_fc: add missing reference in add_port
James Smart
1
-0
/
+1
2017-04-21
nvmet_fc: Rework target side abort handling
James Smart
3
-97
/
+309
2017-04-21
nvme_fcloop: split job struct from transport for req_release
James Smart
1
-8
/
+17
2017-04-21
nvmet_fc: add req_release to lldd api
James Smart
4
-14
/
+89
2017-04-21
nvmet_fc: add target feature flags for upcall isr contexts
James Smart
3
-6
/
+40
2017-04-21
nvmet: convert from kmap to nvmet_copy_from_sgl
Logan Gunthorpe
1
-7
/
+25
2017-04-21
nvme: improve performance for virtual NVMe devices
Helen Koike
1
-2
/
+141
[next]