| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2016-05-28 | 5 | -64/+65 |
|\ |
|
| * | tcm_qla2xxx Add SCSI command jammer/discard capability | Laurence Oberman | 2016-05-10 | 3 | -0/+30 |
| * | tcm_qla2xxx: introduce a private sess_kref | Christoph Hellwig | 2016-05-10 | 3 | -64/+35 |
* | | Merge branch 'for-4.7-zac' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2016-05-23 | 7 | -6/+75 |
|\ \ |
|
| * | | libata/libsas: Define ATA_CMD_NCQ_NON_DATA | Hannes Reinecke | 2016-05-09 | 5 | -4/+9 |
| * | | libsas: enable FPDMA SEND/RECEIVE | Hannes Reinecke | 2016-05-09 | 5 | -5/+15 |
| * | | Merge branch '4.7/scsi-queue' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Tejun Heo | 2016-05-09 | 95 | -6269/+4084 |
| |\ \ |
|
| * | | | scsi: add scsi_set_sense_field_pointer() | Hannes Reinecke | 2016-04-04 | 1 | -0/+53 |
| * | | | libata: evaluate SCSI sense code | Hannes Reinecke | 2016-04-04 | 1 | -1/+2 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-05-20 | 1 | -6/+6 |
|\ \ \ \ |
|
| * | | | | scsi_tcp: block BH in TCP callbacks | Eric Dumazet | 2016-05-19 | 1 | -6/+6 |
* | | | | | scripts/spelling.txt: add "fimware" misspelling | Kees Cook | 2016-05-19 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2016-05-18 | 99 | -6431/+4585 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'fixes' into misc | James Bottomley | 2016-05-17 | 3 | -3/+6 |
| |\ \ \ \ |
|
| | * | | | | Revert "lpfc: Delete unnecessary checks before the function call mempool_dest... | Martin K. Petersen | 2016-05-11 | 1 | -2/+4 |
| * | | | | | mpt3sas: Used "synchronize_irq()"API to synchronize timed-out IO & TMs | Chaitra P B | 2016-05-11 | 3 | -10/+12 |
| * | | | | | mpt3sas: Set maximum transfer length per IO to 4MB for VDs | Chaitra P B | 2016-05-11 | 2 | -0/+10 |
| * | | | | | mpt3sas: Updating mpt3sas driver version to 13.100.00.00 | Chaitra P B | 2016-05-11 | 1 | -2/+2 |
| * | | | | | mpt3sas: Fix initial Reference tag field for 4K PI drives. | Chaitra P B | 2016-05-11 | 1 | -1/+1 |
| * | | | | | mpt3sas: Handle active cable exception event | Chaitra P B | 2016-05-11 | 2 | -0/+18 |
| * | | | | | mpt3sas: Update MPI header to 2.00.42 | Chaitra P B | 2016-05-11 | 4 | -15/+65 |
| * | | | | | eata_pio: missing break statement | Dan Carpenter | 2016-05-10 | 1 | -0/+1 |
| * | | | | | hpsa: Fix type ZBC conditional checks | Petros Koutoupis | 2016-05-10 | 1 | -6/+4 |
| * | | | | | scsi_lib: Decode T10 vendor IDs | Hannes Reinecke | 2016-05-10 | 1 | -0/+16 |
| * | | | | | scsi_dh_alua: do not fail for unknown VPD identification | Hannes Reinecke | 2016-05-10 | 1 | -8/+17 |
| * | | | | | scsi_debug: use locally assigned naa | Douglas Gilbert | 2016-05-10 | 1 | -17/+18 |
| * | | | | | scsi_debug: uuid for lu name | Douglas Gilbert | 2016-05-10 | 1 | -10/+51 |
| * | | | | | scsi_debug: vpd and mode page work | Douglas Gilbert | 2016-05-10 | 1 | -79/+108 |
| * | | | | | scsi_debug: add multiple queue support | Douglas Gilbert | 2016-05-10 | 1 | -256/+446 |
| * | | | | | bfa: fix bfa_fcb_itnim_alloc() error handling | Dan Carpenter | 2016-05-09 | 3 | -6/+8 |
| | |_|/ /
| |/| | | |
|
| * | | | | megaraid_sas: Downgrade two success messages to info | Andy Lutomirski | 2016-05-05 | 2 | -2/+2 |
| * | | | | cxlflash: Fix to resolve dead-lock during EEH recovery | Manoj N. Kumar | 2016-05-05 | 1 | -0/+15 |
| * | | | | scsi_debug: rework resp_report_luns | Douglas Gilbert | 2016-05-03 | 1 | -48/+87 |
| * | | | | scsi_debug: use pdt constants | Douglas Gilbert | 2016-05-03 | 1 | -41/+45 |
| * | | | | scsi_debug: use likely hints on fast path | Douglas Gilbert | 2016-04-29 | 1 | -114/+105 |
| * | | | | scsi_debug: re-order file scope declarations | Douglas Gilbert | 2016-04-29 | 1 | -163/+151 |
| * | | | | scsi_debug: replace tasklet with work queue | Douglas Gilbert | 2016-04-29 | 1 | -135/+95 |
| * | | | | scsi_debug: make jiffy delay name clearer | Douglas Gilbert | 2016-04-29 | 1 | -23/+23 |
| * | | | | scsi_debug: replace jiffy timers with hr timers | Douglas Gilbert | 2016-04-29 | 1 | -35/+21 |
| * | | | | scsi_debug: ignore host lock option | Douglas Gilbert | 2016-04-29 | 1 | -37/+7 |
| * | | | | scsi_debug: cleanup naming and bit crunching | Douglas Gilbert | 2016-04-29 | 1 | -637/+525 |
| * | | | | hpsa: update driver version | Don Brace | 2016-04-29 | 1 | -1/+1 |
| * | | | | hpsa: correct handling of HBA device removal | Don Brace | 2016-04-29 | 2 | -5/+85 |
| * | | | | hpsa: correct ioaccel2 error procecssing. | Don Brace | 2016-04-29 | 1 | -1/+3 |
| * | | | | hpsa: correct ioaccel state change operation | Don Brace | 2016-04-29 | 1 | -1/+3 |
| * | | | | hpsa: add timeouts for driver initiated commands | Don Brace | 2016-04-29 | 1 | -19/+23 |
| * | | | | hpsa: add sas_address to sysfs device attibute | Joseph T Handzik | 2016-04-29 | 1 | -0/+25 |
| * | | | | hpsa: correct initialization order issue | Don Brace | 2016-04-29 | 1 | -5/+5 |
| * | | | | aacraid: Update driver version | Raghava Aditya Renukunta | 2016-04-29 | 1 | -1/+1 |
| * | | | | aacraid: Fix for KDUMP driver hang | Raghava Aditya Renukunta | 2016-04-29 | 2 | -0/+25 |