index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Kbuild
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-08-02
scsi: lpfc: Fix ELS abort on SLI-3 adapters
James Smart
2
-2
/
+17
2018-08-02
scsi: target: loop, usb, vhost, xen: use target_remove_session
Mike Christie
4
-4
/
+4
2018-08-02
scsi: tcm_fc: use target_remove_session
Mike Christie
1
-2
/
+1
2018-08-02
scsi: target: srp, vscsi, sbp, qla: use target_remove_session
Mike Christie
4
-8
/
+4
2018-08-02
scsi: target: add session removal function
Mike Christie
2
-0
/
+8
2018-08-02
scsi: target: rename target_alloc_session
Mike Christie
11
-14
/
+14
2018-08-02
scsi: target: make transport_init_session_tags static
Mike Christie
2
-6
/
+3
2018-08-02
scsi: iscsi target: have iscsit_start_nopin_timer call __iscsit_start_nopin_t...
Mike Christie
1
-19
/
+1
2018-08-02
scsi: target: fix __transport_register_session locking
Mike Christie
1
-2
/
+3
2018-07-31
Revert "scsi: target/iscsi: Reduce number of __iscsit_free_cmd() callers"
Bart Van Assche
3
-2
/
+5
2018-07-31
scsi: tcmu: use u64 for dev_size
Mike Christie
1
-13
/
+8
2018-07-31
scsi: tcmu: use match_int for dev params
Mike Christie
1
-23
/
+14
2018-07-31
scsi: tcmu: do not set max_blocks if data_bitmap has been setup
Mike Christie
1
-33
/
+40
2018-07-31
scsi: tcmu: unmap if dev is configured
Mike Christie
1
-0
/
+5
2018-07-31
scsi: tcmu: check if dev is configured before block/reset
Mike Christie
1
-0
/
+10
2018-07-31
scsi: tcmu: use lio core se_device configuration helper
Mike Christie
1
-8
/
+3
2018-07-31
scsi: target: add helper to check if dev is configured
Mike Christie
4
-8
/
+13
2018-07-31
scsi: tcmu: initialize list head
Mike Christie
1
-0
/
+1
2018-07-31
scsi: target_core_user: fix double unlock
Mike Christie
1
-1
/
+0
2018-07-31
scsi: libiscsi: Annotate fall-through
Bart Van Assche
1
-0
/
+1
2018-07-31
scsi: libiscsi: Annotate locking assumptions
Bart Van Assche
1
-0
/
+1
2018-07-31
scsi: scsi_debug: add cmd abort option to every_nth
Douglas Gilbert
1
-15
/
+32
2018-07-31
scsi: 3ware: fix return 0 on the error path of probe
Anton Vasilyev
3
-1
/
+10
2018-07-31
scsi: atp870u: Replace mdelay() with msleep()
Jia-Ju Bai
1
-8
/
+8
2018-07-31
scsi: a100u2w: Replace mdelay() with msleep()
Jia-Ju Bai
1
-2
/
+2
2018-07-31
scsi: message: fusion: Replace GFP_ATOMIC with GFP_KERNEL
Jia-Ju Bai
2
-2
/
+2
2018-07-31
scsi: lpfc: remove null check on nvmebuf
Colin Ian King
1
-5
/
+3
2018-07-31
scsi: ibmvscsi: change strncpy+truncation to strlcpy
Dominique Martinet
1
-4
/
+2
2018-07-31
scsi: mptctl: change strncpy+truncation to strlcpy
Dominique Martinet
1
-2
/
+2
2018-07-20
scsi: hisi_sas: Add SATA FIS check for v3 hw
Xiang Chen
2
-2
/
+11
2018-07-20
scsi: hisi_sas: add memory barrier in task delivery function
Xiaofei Tan
4
-17
/
+32
2018-07-20
scsi: hisi_sas: Tidy hisi_sas_task_prep()
Xiang Chen
1
-8
/
+5
2018-07-20
scsi: hisi_sas: Implement handlers of PCIe FLR for v3 hw
Xiaofei Tan
1
-0
/
+37
2018-07-20
scsi: hisi_sas: relocate some common code for v3 hw
Xiaofei Tan
1
-23
/
+27
2018-07-20
scsi: hisi_sas: tidy host controller reset function a bit
Xiaofei Tan
2
-22
/
+42
2018-07-20
scsi: hisi_sas: Fix the failure of recovering PHY from STP link timeout
Xiaofei Tan
1
-10
/
+16
2018-07-20
scsi: hisi_sas: tidy channel interrupt handler for v3 hw
Xiaofei Tan
1
-78
/
+78
2018-07-20
scsi: hisi_sas: Drop hisi_sas_slot_abort()
John Garry
3
-40
/
+1
2018-07-20
scsi: csiostor: update ingress pack and pad boundary value
Varun Prakash
1
-5
/
+79
2018-07-20
scsi: arm64: defconfig: enable configs for Hisilicon ufs
liwei
1
-0
/
+1
2018-07-20
scsi: arm64: dts: add ufs dts node
liwei
1
-0
/
+18
2018-07-20
scsi: ufs: dt-bindings: add document for hisi-ufs
liwei
2
-3
/
+48
2018-07-20
scsi: ufs: add Hisilicon ufs driver code
liwei
4
-0
/
+744
2018-07-13
scsi: scsi_debug: skip long delays when ndelay small
Douglas Gilbert
1
-4
/
+6
2018-07-13
scsi: snic: fix printing time intervals
Arnd Bergmann
2
-8
/
+8
2018-07-13
scsi: fcoe: hold disc_mutex when traversing rport lists
Hannes Reinecke
1
-8
/
+4
2018-07-13
scsi: libfc: Add WARN_ON() when deleting rports
Hannes Reinecke
1
-0
/
+1
2018-07-13
scsi: libfc: hold disc_mutex in fc_disc_stop_rports()
Hannes Reinecke
1
-6
/
+4
2018-07-13
scsi: libfc: fixup lockdep annotations
Hannes Reinecke
1
-1
/
+1
2018-07-13
scsi: mpt3sas: Fix for regression caused by sparse cleanups
Chaitra P B
1
-6
/
+6
[next]