index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
lpfc
/
lpfc_compat.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-06
scsi: lpfc: Fix dynamic fw log enablement check
James Smart
1
-1
/
+1
2019-11-06
scsi: lpfc: Fix unexpected error messages during RSCN handling
James Smart
1
-2
/
+19
2019-11-06
scsi: lpfc: Fix kernel crash at lpfc_nvme_info_show during remote port bounce
James Smart
1
-20
/
+20
2019-11-06
scsi: lpfc: Fix configuration of BB credit recovery in service parameters
James Smart
1
-10
/
+3
2019-11-06
scsi: lpfc: Fix duplicate unreg_rpi error in port offline flow
James Smart
1
-0
/
+7
2019-11-06
scsi: sg: sg_ioctl(): get rid of access_ok()
Al Viro
1
-2
/
+0
2019-11-06
scsi: sg: sg_write(): get rid of access_ok()/__copy_from_user()/__get_user()
Al Viro
1
-5
/
+3
2019-11-06
scsi: sg: sg_read(): get rid of access_ok()/__copy_..._user()
Al Viro
1
-12
/
+6
2019-11-06
scsi: sg: sg_new_write(): don't bother with access_ok
Al Viro
1
-3
/
+1
2019-11-06
scsi: sg: sg_read(): simplify reading ->pack_id of userland sg_io_hdr_t
Al Viro
1
-11
/
+2
2019-11-06
scsi: sg: sg_write(): __get_user() can fail...
Al Viro
1
-2
/
+4
2019-11-06
scsi: sg: sg_new_write(): replace access_ok() + __copy_from_user() with copy_...
Al Viro
1
-5
/
+1
2019-11-06
scsi: sg: sg_ioctl(): fix copyout handling
Al Viro
1
-27
/
+16
2019-11-06
scsi: fnic: fix use after free
Pan Bian
1
-1
/
+2
2019-11-02
scsi: core: scsi_trace: Use get_unaligned_be*()
Bart Van Assche
1
-78
/
+31
2019-11-02
scsi: csiostor: Return value not required for csio_dfs_destroy
Saurav Girepunje
1
-3
/
+1
2019-11-02
scsi: csiostor: Fix NULL check before debugfs_remove_recursive
Saurav Girepunje
1
-2
/
+1
2019-11-02
scsi: pm8001: Fix Use plain integer as NULL pointer
Saurav Girepunje
1
-1
/
+1
2019-11-02
scsi: core: avoid host-wide host_busy counter for scsi_mq
Ming Lei
6
-28
/
+44
2019-11-01
scsi: ufs: Use enum dev_cmd_type where appropriate
Bart Van Assche
1
-2
/
+2
2019-11-01
scsi: ufs: Fix kernel-doc warnings
Bart Van Assche
2
-1
/
+2
2019-11-01
scsi: ufs: delete redundant function ufshcd_def_desc_sizes()
Bean Huo
1
-14
/
+1
2019-10-29
scsi: zfcp: trace channel log even for FCP command responses
Steffen Maier
1
-5
/
+3
2019-10-29
scsi: zfcp: proper indentation to reduce confusion in zfcp_erp_required_act
Steffen Maier
1
-2
/
+2
2019-10-29
scsi: zfcp: move maximum age of diagnostic buffers into a per-adapter variable
Benjamin Block
3
-11
/
+61
2019-10-29
scsi: zfcp: implicitly refresh config-data diagnostics when reading sysfs
Benjamin Block
3
-0
/
+36
2019-10-29
scsi: zfcp: introduce sysfs interface to read the local B2B-Credit
Benjamin Block
1
-0
/
+40
2019-10-29
scsi: zfcp: implicitly refresh port-data diagnostics when reading sysfs
Benjamin Block
3
-0
/
+145
2019-10-29
scsi: zfcp: introduce sysfs interface for diagnostics of local SFP transceiver
Benjamin Block
5
-0
/
+136
2019-10-29
scsi: zfcp: support retrieval of SFP Data via Exchange Port Data
Benjamin Block
2
-3
/
+24
2019-10-29
scsi: zfcp: add diagnostics buffer for exchange config data
Benjamin Block
3
-2
/
+28
2019-10-29
scsi: zfcp: diagnostics buffer caching and use for exchange port data
Benjamin Block
6
-3
/
+175
2019-10-29
scsi: zfcp: signal incomplete or error for sync exchange config/port data
Benjamin Block
4
-9
/
+46
2019-10-29
scsi: lpfc: Make lpfc_debugfs_ras_log_data static
YueHaibing
1
-2
/
+2
2019-10-29
scsi: lpfc: Fix NULL check before mempool_destroy is not needed
Saurav Girepunje
1
-2
/
+1
2019-10-29
scsi: lpfc: fix spelling error in MAGIC_NUMER_xxx
James Smart
2
-4
/
+4
2019-10-29
scsi: lpfc: fix build error of lpfc_debugfs.c for vfree/vmalloc
James Smart
1
-0
/
+1
2019-10-25
scsi: hisi_sas: Record the phy down event in debugfs
Luo Jiaxing
3
-0
/
+66
2019-10-25
scsi: hisi_sas: Delete the debugfs folder of hisi_sas when the probe fails
Luo Jiaxing
2
-0
/
+2
2019-10-25
scsi: hisi_sas: Add ability to have multiple debugfs dumps
Luo Jiaxing
2
-34
/
+47
2019-10-25
scsi: hisi_sas: Add module parameter for debugfs dump count
Luo Jiaxing
2
-3
/
+14
2019-10-25
scsi: hisi_sas: Allocate memory for multiple dumps of debugfs
Luo Jiaxing
2
-56
/
+73
2019-10-25
scsi: hisi_sas: Add debugfs file structure for ITCT cache
Luo Jiaxing
2
-9
/
+13
2019-10-25
scsi: hisi_sas: Add debugfs file structure for IOST cache
Luo Jiaxing
2
-9
/
+13
2019-10-25
scsi: hisi_sas: Add debugfs file structure for ITCT
Luo Jiaxing
2
-12
/
+17
2019-10-25
scsi: hisi_sas: Add debugfs file structure for IOST
Luo Jiaxing
2
-11
/
+16
2019-10-25
scsi: hisi_sas: Add debugfs file structure for port
Luo Jiaxing
2
-10
/
+18
2019-10-25
scsi: hisi_sas: Add debugfs file structure for registers
Luo Jiaxing
2
-34
/
+35
2019-10-25
scsi: hisi_sas: Add debugfs file structure for DQ
Luo Jiaxing
2
-11
/
+18
2019-10-25
scsi: hisi_sas: Add debugfs file structure for CQ
Luo Jiaxing
2
-14
/
+22
[next]