summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa
AgeCommit message (Expand)AuthorLines
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig-2/+2
2014-11-20bfa: replace 2 kzalloc/copy_from_user by memdup_userFabian Frederick-24/+6
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig-2/+1
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig-5/+3
2014-11-12scsi: remove ordered_tags scsi_device fieldChristoph Hellwig-8/+3
2014-07-29bfa: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev-14/+6
2014-07-29bfa: Cleanup bfad_setup_intr() functionAlexander Gordeev-10/+8
2014-07-29bfa: Do not call pci_enable_msix() after it failed onceAlexander Gordeev-25/+23
2014-07-25bfa: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick-3/+3
2014-07-25bfa: remove useless return variablesPeter Senna Tschudin-6/+4
2014-07-25bfa: Fix undefined bit shift on big-endian architectures with 32-bit DMA addressBen Hutchings-1/+1
2014-07-25bfa: Use dma_zalloc_coherentJoe Perches-3/+3
2014-05-19bfa: allocate memory with GFP_ATOMIC in spinlock contextAlexey Khoroshilov-1/+1
2014-03-19[SCSI] bfa: Replace large udelay() with mdelay()Ben Hutchings-1/+1
2014-03-15[SCSI] bfa: set correct command return codeHannes Reinecke-1/+6
2014-03-15[SCSI] bfa: Fix smatch warningsVijaya Mohan Guvva-4/+5
2014-03-15[SCSI] bfa: fix missing unlock on error in bfad_iocmd_cfg_trunk()Wei Yongjun-1/+3
2014-01-22Merge branch 'misc' into for-linusJames Bottomley-104/+836
2013-12-19[SCSI] bfa: Driver version upgrade to 3.2.23.0Vijaya Mohan Guvva-4/+4
2013-12-19[SCSI] bfa: change FC_ELS_TOV to 20secVijaya Mohan Guvva-1/+1
2013-12-19[SCSI] bfa: Observed auto D-port mode instead of manualVijaya Mohan Guvva-2/+3
2013-12-19[SCSI] bfa: Fix for bcu or hcm faa query hangVijaya Mohan Guvva-4/+4
2013-12-19[SCSI] bfa: LUN discovery issue in direct attach modeVijaya Mohan Guvva-1/+14
2013-12-19[SCSI] bfa: Register port with SCSI even on port init failureVijaya Mohan Guvva-46/+43
2013-12-19[SCSI] bfa: Firmware patch simplificationVijaya Mohan Guvva-46/+767
2013-12-18[SCSI] bfa: Chinook quad port 16G FC HBA claim issueVijaya Mohan Guvva-2/+4
2013-12-03[SCSI] bfa: Fix crash when symb name set for offline vportVijaya Mohan Guvva-8/+14
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+0
2013-10-14SCSI: remove unnecessary pci_set_drvdata()Jingoo Han-1/+0
2013-09-23[SCSI] bfa: Use pcie_set()/get_readrq() to simplify codeYijing Wang-41/+12
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2013-09-04treewide: Convert retrun typos to returnJoe Perches-1/+1
2013-09-03[SCSI] bfa: firmware update to 3.2.1.1Rasesh Mody-3/+3
2013-07-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-289/+1507
2013-06-29bfa: switch to fixed_size_llseek()Al Viro-25/+3
2013-06-26[SCSI] bfa: Update the driver version to 3.2.21.1Vijaya Mohan Guvva-4/+4
2013-06-26[SCSI] bfa: dis-associate bfa path_tov with dev_loss_tmoVijaya Mohan Guvva-26/+7
2013-06-26[SCSI] bfa: Support for chinook-quad port cardVijaya Mohan Guvva-1/+13
2013-06-26[SCSI] bfa: fix endianess issue for firmware statsVijaya Mohan Guvva-1/+1
2013-06-26[SCSI] bfa: Fix bug_on condition in RPSC rsp handlingVijaya Mohan Guvva-2/+3
2013-06-26[SCSI] bfa: Allow rsp queue process during ioc disableVijaya Mohan Guvva-2/+1
2013-06-26[SCSI] bfa: firmware statistics updateVijaya Mohan Guvva-0/+12
2013-06-26[SCSI] bfa: fru vpd date update changesVijaya Mohan Guvva-18/+43
2013-06-26[SCSI] bfa: driver compatibility with 32bit libsVijaya Mohan Guvva-4/+7
2013-06-26[SCSI] bfa: kdump fix on 815 and 825 adaptersVijaya Mohan Guvva-24/+150
2013-06-26[SCSI] bfa: Fix FDISC timeout handlingVijaya Mohan Guvva-2/+17
2013-06-26[SCSI] bfa: Fix 1860 port initialize when ATC is enabledVijaya Mohan Guvva-0/+10
2013-06-26[SCSI] bfa: FDMI enhancementsVijaya Mohan Guvva-2/+224
2013-06-26[SCSI] bfa: Fix WARN_ON condition checkVijaya Mohan Guvva-1/+1
2013-06-26[SCSI] bfa: Add dynamic diagnostic port supportVijaya Mohan Guvva-89/+781