| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: qedi: Add the CRC size within iSCSI NVM image | Nilesh Javali | 2018-08-30 | 2 | -14/+21 |
* | scsi: aacraid: fix a signedness bug | Dan Carpenter | 2018-08-27 | 1 | -1/+1 |
* | Revert "scsi: core: avoid host-wide host_busy counter for scsi_mq" | Ming Lei | 2018-08-27 | 2 | -40/+7 |
* | Revert "scsi: core: fix scsi_host_queue_ready" | Ming Lei | 2018-08-27 | 1 | -1/+1 |
* | scsi: hpsa: limit transfer length to 1MB, not 512kB | Martin Wilck | 2018-08-27 | 1 | -1/+1 |
* | scsi: lpfc: Correct MDS diag and nvmet configuration | James Smart | 2018-08-27 | 1 | -1/+1 |
* | scsi: lpfc: Default fdmi_on to on | James Smart | 2018-08-27 | 1 | -4/+4 |
* | scsi: csiostor: fix incorrect port capabilities | Varun Prakash | 2018-08-27 | 3 | -14/+48 |
* | scsi: csiostor: add a check for NULL pointer after kmalloc() | Varun Prakash | 2018-08-27 | 1 | -7/+9 |
* | scsi: core: Update SCSI_MQ_DEFAULT help text to match default | Geert Uytterhoeven | 2018-08-27 | 1 | -5/+5 |
* | Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 2018-08-26 | 2 | -32/+11 |
|\ |
|
| * | osd: Convert to new IDA API | Matthew Wilcox | 2018-08-21 | 1 | -15/+7 |
| * | sd: Convert to new IDA API | Matthew Wilcox | 2018-08-21 | 1 | -17/+4 |
* | | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-08-18 | 1 | -0/+3 |
|\ \ |
|
| * \ | Merge 4.18-rc5 into char-misc-next | Greg Kroah-Hartman | 2018-07-16 | 5 | -17/+51 |
| |\ \ |
|
| * | | | use the new async probing feature for the hyperv drivers | Arjan van de Ven | 2018-07-03 | 1 | -0/+3 |
* | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2018-08-15 | 163 | -3704/+4590 |
|\ \ \ \ |
|
| * | | | | scsi: core: use blk_mq_run_hw_queues in scsi_kick_queue | Jianchao Wang | 2018-08-08 | 1 | -1/+1 |
| * | | | | scsi: ufs: remove unnecessary query(DM) UPIU trace | Ohad Sharabi | 2018-08-08 | 1 | -7/+8 |
| * | | | | scsi: qla2xxx: Fix issue reported by static checker for qla2x00_els_dcmd2_sp_... | Quinn Tran | 2018-08-08 | 1 | -0/+1 |
| * | | | | scsi: aacraid: Spelling fix in comment | Dongliang Mu | 2018-08-08 | 2 | -2/+2 |
| * | | | | scsi: mpt3sas: Fix calltrace observed while running IO & reset | Sreekanth Reddy | 2018-08-08 | 2 | -1/+2 |
| * | | | | scsi: aic94xx: fix an error code in aic94xx_init() | Dan Carpenter | 2018-08-08 | 1 | -1/+3 |
| * | | | | scsi: st: remove redundant pointer STbuffer | Colin Ian King | 2018-08-08 | 1 | -3/+0 |
| * | | | | scsi: qla2xxx: Update driver version to 10.00.00.08-k | Himanshu Madhani | 2018-08-02 | 1 | -1/+1 |
| * | | | | scsi: qla2xxx: Migrate NVME N2N handling into state machine | Quinn Tran | 2018-08-02 | 12 | -126/+413 |
| * | | | | scsi: qla2xxx: Save frame payload size from ICB | Quinn Tran | 2018-08-02 | 3 | -7/+5 |
| * | | | | scsi: qla2xxx: Fix stalled relogin | Himanshu Madhani | 2018-08-02 | 2 | -1/+2 |
| * | | | | scsi: qla2xxx: Fix race between switch cmd completion and timeout | Quinn Tran | 2018-08-02 | 3 | -20/+58 |
| * | | | | scsi: qla2xxx: Fix Management Server NPort handle reservation logic | Quinn Tran | 2018-08-02 | 4 | -2/+32 |
| * | | | | scsi: qla2xxx: Flush mailbox commands on chip reset | Quinn Tran | 2018-08-02 | 4 | -5/+74 |
| * | | | | scsi: qla2xxx: Fix unintended Logout | Quinn Tran | 2018-08-02 | 1 | -1/+2 |
| * | | | | scsi: qla2xxx: Fix session state stuck in Get Port DB | Quinn Tran | 2018-08-02 | 1 | -3/+6 |
| * | | | | scsi: qla2xxx: Fix redundant fc_rport registration | Quinn Tran | 2018-08-02 | 1 | -14/+11 |
| * | | | | scsi: qla2xxx: Silent erroneous message | Quinn Tran | 2018-08-02 | 1 | -0/+9 |
| * | | | | scsi: qla2xxx: Prevent sysfs access when chip is down | Quinn Tran | 2018-08-02 | 3 | -7/+34 |
| * | | | | scsi: qla2xxx: Add longer window for chip reset | Quinn Tran | 2018-08-02 | 2 | -1/+6 |
| * | | | | scsi: qla2xxx: Fix login retry count | Quinn Tran | 2018-08-02 | 5 | -63/+70 |
| * | | | | scsi: qla2xxx: Fix N2N link re-connect | Quinn Tran | 2018-08-02 | 7 | -108/+181 |
| * | | | | scsi: qla2xxx: Cleanup for N2N code | Himanshu Madhani | 2018-08-02 | 2 | -137/+0 |
| * | | | | scsi: sym53c8xx: remove some redundant variables | Colin Ian King | 2018-08-02 | 2 | -6/+1 |
| * | | | | scsi: csiostor: update csio_get_flash_params() | Arjun Vynipadath | 2018-08-02 | 1 | -13/+102 |
| * | | | | scsi: core: Avoid that SCSI device removal through sysfs triggers a deadlock | Bart Van Assche | 2018-08-02 | 1 | -2/+18 |
| * | | | | scsi: lpfc: update driver version to 12.0.0.6 | James Smart | 2018-08-02 | 1 | -1/+1 |
| * | | | | scsi: lpfc: Remove lpfc_enable_pbde as module parameter | James Smart | 2018-08-02 | 1 | -10/+2 |
| * | | | | scsi: lpfc: Correct LCB ACCept payload | James Smart | 2018-08-02 | 1 | -0/+2 |
| * | | | | scsi: lpfc: Limit tracking of tgt queue depth in fast path | James Smart | 2018-08-02 | 6 | -53/+74 |
| * | | | | scsi: lpfc: Fix driver crash when re-registering NVME rports. | James Smart | 2018-08-02 | 1 | -8/+14 |
| * | | | | scsi: lpfc: Fix list corruption on the completion queue. | James Smart | 2018-08-02 | 1 | -8/+36 |
| * | | | | scsi: lpfc: Fix sysfs Speed value on CNA ports | James Smart | 2018-08-02 | 1 | -0/+18 |