Age | Commit message (Expand) | Author | Files | Lines |
2013-07-14 | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 46 | -529/+828 |
2013-07-13 | Merge tag 'fcoe' into for-linus | James Bottomley | 6 | -47/+66 |
2013-07-11 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2 | -143/+18 |
2013-07-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 4 | -4/+3 |
2013-07-10 | [SCSI] scsi constants: command, sense key + additional sense strings | Douglas Gilbert | 1 | -48/+187 |
2013-07-09 | fcoe: Reduce number of sparse warnings | Bart Van Assche | 1 | -12/+12 |
2013-07-09 | fcoe: Stop fc_rport_priv structure leak | Mark Rustad | 1 | -0/+4 |
2013-07-09 | libfcoe: Fix meaningless log statement | Robert Love | 1 | -4/+2 |
2013-07-09 | libfc: Differentiate echange timer cancellation debug statements | Robert Love | 1 | -1/+1 |
2013-07-09 | libfc: Remove extra space in fc_exch_timer_cancel definition | Robert Love | 1 | -1/+1 |
2013-07-09 | fcoe: fix the link error status block sparse warnings | Yi Zou | 1 | -18/+4 |
2013-07-09 | scsi_debug: fix do_device_access() with wrap around range | Akinobu Mita | 1 | -11/+37 |
2013-07-09 | fcoe: Fix smatch warning in fcoe_fdmi_info function | Neerav Parikh | 1 | -11/+15 |
2013-07-09 | libfc: Reject PLOGI from nodes with incompatible role | Mark Rustad | 1 | -0/+27 |
2013-07-09 | [SCSI] enable destruction of blocked devices which fail LUN scanning | Bart Van Assche | 1 | -0/+1 |
2013-07-09 | [SCSI] Fix race between starved list and device removal | James Bottomley | 1 | -5/+21 |
2013-07-09 | [SCSI] megaraid_sas: fix a bug for 64 bit arches | Dan Carpenter | 1 | -2/+2 |
2013-07-09 | [SCSI] scsi_debug: reduce duplication between prot_verify_read and prot_verif... | Akinobu Mita | 1 | -85/+52 |
2013-07-09 | [SCSI] scsi_debug: simplify offset calculation for dif_storep | Akinobu Mita | 1 | -11/+7 |
2013-07-09 | [SCSI] scsi_debug: invalidate protection info for unmapped region | Akinobu Mita | 1 | -0/+5 |
2013-07-09 | [SCSI] scsi_debug: fix NULL pointer dereference with parameters dif=0 dix=1 | Akinobu Mita | 1 | -1/+1 |
2013-07-09 | [SCSI] scsi_debug: fix incorrectly nested kmap_atomic() | Akinobu Mita | 1 | -4/+3 |
2013-07-09 | [SCSI] scsi_debug: fix invalid address passed to kunmap_atomic() | Akinobu Mita | 1 | -7/+6 |
2013-07-09 | [SCSI] mpt3sas: Bump driver version to v02.100.00.00 | Sreekanth Reddy | 1 | -3/+3 |
2013-07-09 | [SCSI] mpt3sas: when async scanning is enabled then while scanning, devices a... | Sreekanth Reddy | 1 | -9/+13 |
2013-07-09 | [SCSI] mpt3sas: MPI2.5 Rev F v2.5.1.1 specification | Sreekanth Reddy | 8 | -18/+45 |
2013-07-09 | [SCSI] mpt3sas: Infinite loops can occur if MPI2_IOCSTATUS_CONFIG_INVALID_PAG... | Sreekanth Reddy | 1 | -12/+4 |
2013-07-09 | [SCSI] mpt3sas: fix for kernel panic when driver loads with HBA conected to n... | Sreekanth Reddy | 1 | -0/+14 |
2013-07-09 | [SCSI] mpt3sas: Updated the Hardware timing requirements | Sreekanth Reddy | 1 | -7/+13 |
2013-07-09 | [SCSI] mpt3sas: 2013 source code copyright | Sreekanth Reddy | 11 | -11/+11 |
2013-07-08 | [SCSI] qla2xxx: Fix a memory leak in an error path of qla2x00_process_els() | Bart Van Assche | 1 | -7/+7 |
2013-07-08 | [SCSI] qla2xxx: Remove an unused variable from qla2x00_remove_one(). | Bart Van Assche | 1 | -3/+1 |
2013-07-08 | [SCSI] qla2xxx: Fix qla2xxx_check_risc_status(). | Bart Van Assche | 1 | -0/+1 |
2013-07-08 | [SCSI] qla2xxx: Help Coverity with analyzing ct_sns_pkt initialization. | Bart Van Assche | 1 | -44/+39 |
2013-07-08 | [SCSI] qla2xxx: Remove redundant assignments. | Bart Van Assche | 1 | -3/+3 |
2013-07-08 | [SCSI] qla2xxx: Remove a dead assignment in qla24xx_build_scsi_crc_2_iocbs(). | Bart Van Assche | 1 | -2/+0 |
2013-07-08 | [SCSI] qla2xxx: Remove two superfluous tests. | Bart Van Assche | 2 | -4/+2 |
2013-07-08 | [SCSI] qla2xxx: Remove dead code in qla2x00_configure_hba() | Bart Van Assche | 2 | -8/+1 |
2013-07-08 | [SCSI] qla2xxx: Clean up qla84xx_mgmt_cmd() | Bart Van Assche | 2 | -10/+2 |
2013-07-08 | [SCSI] qla2xxx: Clean up qla24xx_iidma() | Bart Van Assche | 2 | -9/+3 |
2013-07-08 | [SCSI] qla2xxx: Fix sparse warning from qla_mr.c and qla_iocb.c. | Saurav Kashyap | 6 | -150/+157 |
2013-07-08 | [SCSI] qla2xxx: Do not take a second firmware dump when intentionally generat... | Chad Dupuis | 1 | -2/+4 |
2013-07-08 | [SCSI] qla2xxx: Do not query FC statistics during chip reset. | Chad Dupuis | 1 | -1/+4 |
2013-07-08 | [SCSI] qla2xxx: Move qla2x00_free_device to the correct location. | Saurav Kashyap | 1 | -2/+1 |
2013-07-08 | [SCSI] qla2xxx: Set the index in outstanding command array to NULL when cmd i... | Giridhar Malavali | 1 | -3/+2 |
2013-07-08 | [SCSI] qla2xxx: Clear the MBX_INTR_WAIT flag when the mailbox time-out happens. | Giridhar Malavali | 2 | -3/+9 |
2013-07-08 | [SCSI] storvsc: Increase the value of STORVSC_MAX_IO_REQUESTS | K. Y. Srinivasan | 1 | -1/+1 |
2013-07-08 | [SCSI] storvsc: Support FC devices | K. Y. Srinivasan | 1 | -0/+6 |
2013-07-08 | [SCSI] storvsc: Implement multi-channel support | K. Y. Srinivasan | 1 | -4/+127 |
2013-07-08 | target: make queue_tm_rsp() return void | Joern Engel | 1 | -3/+1 |