Age | Commit message (Expand) | Author | Files | Lines |
2016-10-03 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -27/+49 |
2016-10-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -1/+3 |
2016-10-01 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 3 | -1/+3 |
2016-09-29 | scsi: ufs: Kconfig fix | Joao Pinto | 1 | -1/+1 |
2016-09-29 | scsi: g_NCR5380: Stop using scsi_module.c | Ondrej Zary | 2 | -149/+194 |
2016-09-29 | scsi: g_NCR5380: Reduce overrides[] from array to struct | Ondrej Zary | 1 | -184/+167 |
2016-09-29 | scsi: g_NCR5380: Remove deprecated __setup | Ondrej Zary | 1 | -135/+0 |
2016-09-29 | scsi: ufs: Fix error return code in ufshcd_init() | Wei Yongjun | 1 | -0/+1 |
2016-09-29 | scsi: ufs: Data Segment only needed for WRITE DESCRIPTOR | Zang Leigang | 1 | -3/+6 |
2016-09-27 | Merge remote-tracking branch 'mkp-scsi/4.8/scsi-fixes' into fixes | James Bottomley | 3 | -1/+3 |
2016-09-28 | scsi: cxgb4i: Set completion bit in work request | Varun Prakash | 1 | -0/+5 |
2016-09-28 | scsi: ufs: Enable no vccq quirk for skhynix device | Kyuho Choi | 1 | -0/+2 |
2016-09-28 | scsi: be2iscsi: mark symbols static where possible | Baoyou Xie | 1 | -6/+6 |
2016-09-26 | scsi: mvsas: Mark symbols static where possible | Baoyou Xie | 3 | -37/+39 |
2016-09-26 | scsi: pm8001: Mark symbols static where possible | Baoyou Xie | 2 | -3/+3 |
2016-09-26 | scsi: arcmsr: Simplify user_len checking | Borislav Petkov | 1 | -6/+8 |
2016-09-26 | scsi: Avoid that toggling use_blk_mq triggers a memory leak | Bart Van Assche | 3 | -1/+3 |
2016-09-26 | scsi: fcoe: fix off by one in eth2fc_speed() | Vincent Stehlé | 1 | -1/+1 |
2016-09-26 | scsi: dtc: remove from tree | Christoph Hellwig | 4 | -504/+0 |
2016-09-26 | scsi: t128: remove from tree | Christoph Hellwig | 4 | -522/+0 |
2016-09-26 | scsi: pas16: remove from tree | Christoph Hellwig | 4 | -701/+0 |
2016-09-26 | scsi: u14-34f: remove from tree | Christoph Hellwig | 3 | -2021/+0 |
2016-09-26 | scsi: ultrastor: remove from tree | Christoph Hellwig | 4 | -1308/+0 |
2016-09-26 | scsi: in2000: remove from tree | Christoph Hellwig | 4 | -2727/+0 |
2016-09-26 | scsi: wd7000: remove from tree | Christoph Hellwig | 3 | -1670/+0 |
2016-09-26 | scsi: scsi_dh_alua: Fix memory leak in alua_rtpg() | tang.junhui | 1 | -0/+1 |
2016-09-26 | scsi: lpfc: Mark symbols static where possible | Baoyou Xie | 4 | -62/+62 |
2016-09-21 | scsi: hpsa: correct call to hpsa_do_reset | Don Brace | 2 | -2/+1 |
2016-09-21 | scsi: ufs: Get a TM service response from the correct offset | Kiwoong Kim | 2 | -2/+3 |
2016-09-19 | scsi: ibmvfc: Fix I/O hang when port is not mapped | Brian King | 1 | -1/+0 |
2016-09-19 | virtio scsi: Convert to hotplug state machine | Sebastian Andrzej Siewior | 1 | -27/+49 |
2016-09-19 | scsi: megaraid_sas: clean function declarations in megaraid_sas_base.c up | Baoyou Xie | 2 | -13/+9 |
2016-09-19 | scsi: ipr: Remove redundant messages at adapter init time | Brian King | 1 | -1/+2 |
2016-09-19 | scsi: ipr: Don't log unnecessary 9084 error details | Brian King | 2 | -3/+4 |
2016-09-19 | scsi: smartpqi: raid bypass lba calculation fix | kevin Barnett | 1 | -1/+2 |
2016-09-19 | scsi: hpsa: correct scsi 6byte lba calculation | Mahesh Rajashekhara | 1 | -4/+10 |
2016-09-19 | scsi: ibmvscsis: Fixed unused variable | Bryant G. Ly | 1 | -3/+0 |
2016-09-19 | chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 U... | Hariprasad Shenai | 1 | -0/+3 |
2016-09-15 | blk-mq: remove ->map_queue | Christoph Hellwig | 1 | -1/+0 |
2016-09-15 | scsi: arcmsr: Buffer overflow in arcmsr_iop_message_xfer() | Dan Carpenter | 1 | -1/+7 |
2016-09-15 | scsi: ibmvscsis: Fix error return code in ibmvscsis_probe() | Wei Yongjun | 1 | -0/+1 |
2016-09-15 | scsi: sd: Move DIF protection types to t10-pi.h | Christoph Hellwig | 4 | -51/+30 |
2016-09-15 | scsi: qla2xxx: Use struct t10_pi_tuple | Christoph Hellwig | 2 | -11/+1 |
2016-09-15 | scsi: scsi_debug: Use struct t10_pi_tuple instead of struct sd_dif_tuple | Christoph Hellwig | 2 | -16/+8 |
2016-09-14 | scsi: hpsa: Check for null devices in ioaccel submission patch | Don Brace | 1 | -0/+31 |
2016-09-14 | scsi: hpsa: Prevent sending bmic commands to externals | Scott Teel | 1 | -1/+11 |
2016-09-14 | scsi: hpsa: Check for vpd support before sending | Scott Teel | 2 | -13/+38 |
2016-09-14 | scsi: hpsa: Check for null device pointers | Don Brace | 1 | -3/+17 |
2016-09-14 | scsi: hpsa: Determine device external status earlier | Don Brace | 1 | -5/+5 |
2016-09-14 | scsi: ncr5380: Improve interrupt latency during PIO tranfers | Finn Thain | 2 | -4/+6 |