summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-27[SCSI] hpsa: expose controller firmware revision via /sys.Stephen M. Cameron2-0/+27
2010-07-27[SCSI] hpsa: Add hpsa.txt to Documentation/scsiStephen M. Cameron1-0/+100
2010-07-27[SCSI] hpsa: remove unused firm_ver member of the per-hba structureStephen M. Cameron2-7/+0
2010-07-27[SCSI] hpsa: factor out hpsa_enter_performant_modeStephen M. Cameron1-24/+30
2010-07-27[SCSI] hpsa: remove unused variable trans_offsetStephen M. Cameron1-2/+0
2010-07-27[SCSI] hpsa: factor out hpsa_wait_for_mode_change_ackStephen M. Cameron1-23/+17
2010-07-27[SCSI] hpsa: mark hpsa_mark_hpsa_put_ctlr_into_performant_mode as __devinitStephen M. Cameron1-2/+2
2010-07-27[SCSI] hpsa: clean up debug ifdefsStephen M. Cameron1-6/+2
2010-07-27[SCSI] hpsa: check that simple mode is supportedStephen M. Cameron1-0/+5
2010-07-27[SCSI] hpsa: factor out hpsa_enter_simple_modeStephen M. Cameron1-27/+35
2010-07-27[SCSI] hpsa: factor out hpsa_p600_dma_prefetch_quirkStephen M. Cameron1-11/+15
2010-07-27[SCSI] hpsa: factor out hpsa_enable_scsi_prefetchStephen M. Cameron1-9/+13
2010-07-27[SCSI] hpsa: factor out hpsa-CISS-signature-presentStephen M. Cameron1-5/+13
2010-07-27[SCSI] hpsa: hpsa factor out hpsa_find_board_paramsStephen M. Cameron1-21/+25
2010-07-27[SCSI] hpsa: fix leak of ioremapped memory in hpsa_pci_init error path.Stephen M. Cameron1-1/+12
2010-07-27[SCSI] hpsa: factor out hpsa_find_cfgtablesStephen M. Cameron1-20/+30
2010-07-27[SCSI] hpsa: factor out hpsa_wait_for_board_readyStephen M. Cameron1-12/+17
2010-07-27[SCSI] hpsa: factor out hpsa_find_memory_BARStephen M. Cameron1-15/+19
2010-07-27[SCSI] hpsa: remove redundant board_id parameter from hpsa_interrupt_modeStephen M. Cameron1-9/+4
2010-07-27[SCSI] hpsa: factor out hpsa_board_disabledStephen M. Cameron1-7/+9
2010-07-27[SCSI] hpsa: factor out hpsa_lookup_board_idStephen M. Cameron1-27/+31
2010-07-27[SCSI] hpsa: save pdev pointer in per hba structure early to avoid passing it...Stephen M. Cameron1-37/+38
2010-07-27[SCSI] hptiop: Eliminate a NULL pointer dereferenceJulia Lawall1-1/+1
2010-07-27[SCSI] mptsas: fix hangs caused by ATA pass-throughRyan Kuester1-0/+2
2010-07-27[SCSI] mpt2sas: DIF Type 2 Protection SupportEric Moore2-8/+14
2010-07-27[SCSI] ibmvscsi: Fix oops when an interrupt is pending during probeAnton Blanchard1-6/+7
2010-07-21[SCSI] zfcp: Update status read mempoolChristof Schmitt2-1/+10
2010-07-21[SCSI] zfcp: Do not wait for SBALs on stopped queueChristof Schmitt2-6/+9
2010-07-21[SCSI] zfcp: Fix check whether unchained ct_els is possibleSwen Schillig1-1/+1
2010-07-21[SCSI] ipr: fix resource path display and formattingWayne Boyer2-20/+36
2010-06-11Linux 2.6.35-rc3v2.6.35-rc3Linus Torvalds1-1/+1
2010-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds14-28/+103
2010-06-11Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds3-0/+8
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds9-17/+41
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds9-130/+17
2010-06-11PCI: clear bridge resource range if BIOS assigned bad oneYinghai Lu4-0/+5
2010-06-11PCI: hotplug/cpqphp, fix NULL dereferenceJiri Slaby1-0/+7
2010-06-11Revert "PCI: create function symlinks in /sys/bus/pci/slots/N/"Jesse Barnes3-125/+0
2010-06-11PCI: change resource collision messages from KERN_ERR to KERN_INFOBjorn Helgaas1-5/+5
2010-06-11Btrfs: The file argument for fsync() is never nullDan Carpenter1-1/+1
2010-06-11Btrfs: handle ERR_PTR from posix_acl_from_xattr()Dan Carpenter1-0/+2
2010-06-11Btrfs: avoid BUG when dropping root and reference in same transactionSage Weil1-3/+0
2010-06-11Btrfs: prohibit a operation of changing acl's mask when noacl mount option usedShi Weihua1-0/+3
2010-06-11Btrfs: should add a permission check for setfaclShi Weihua1-0/+3
2010-06-11Btrfs: btrfs_lookup_dir_item() can return ERR_PTRDan Carpenter1-1/+1
2010-06-11Btrfs: btrfs_read_fs_root_no_name() returns ERR_PTRsDan Carpenter1-0/+4
2010-06-11Btrfs: unwind after btrfs_start_transaction() errorsDan Carpenter1-1/+1
2010-06-11Btrfs: btrfs_iget() returns ERR_PTRDan Carpenter1-2/+2
2010-06-11Btrfs: handle kzalloc() failure in open_ctree()Dan Carpenter1-2/+5
2010-06-11Btrfs: handle error returns from btrfs_lookup_dir_item()Dan Carpenter1-0/+2