summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-03-12[SCSI] sym53c8xx: don't flood syslog with negotiation messagesTony Battersby2-3/+29
2009-03-12[SCSI] sym53c8xx: use a queue depth of 1 for untagged devicesTony Battersby1-4/+4
2009-03-12[SCSI] sym53c8xx: handle pci_iomap() failuresTony Battersby1-26/+36
2009-03-12[SCSI] sym53c8xx: unmap pci memory after probe errorsTony Battersby1-25/+41
2009-03-12[SCSI] sym53c8xx: fix bogus free_irq() on error pathTony Battersby1-4/+7
2009-03-12[SCSI] sym53c8xx: fix NULL deref on error pathTony Battersby1-1/+1
2009-03-12[SCSI] sym53c8xx: fix shost use-after-free and memory leakTony Battersby1-1/+1
2009-03-12[SCSI] ipr: Expose debug and fastfail parametersWayne Boyer1-2/+2
2009-03-12[SCSI] sd: tell the user when a disk's capacity is adjustedAlan Stern1-11/+15
2009-03-12[SCSI] ses: code_set == 1 is tested twiceRoel Kluin1-1/+1
2009-03-12[SCSI] sg: remove the own list management for struct sg_fdFUJITA Tomonori1-36/+14
2009-03-12[SCSI] sg: use ALIGN macroFUJITA Tomonori1-3/+2
2009-03-12[SCSI] sg: remove unnecessary function declarationsFUJITA Tomonori1-8/+0
2009-03-12[SCSI] libfc: Correct use of ! and &Julia Lawall1-1/+1
2009-03-12[SCSI] libosd: Fix NULL dereference BUG when target is not OSD conformantBoaz Harrosh1-4/+7
2009-03-12[SCSI] sg: avoid blk_put_request/blk_rq_unmap_user in interruptFUJITA Tomonori1-3/+12
2009-03-12[SCSI] ibmvfc: Better handle other FC initiatorsBrian King1-4/+58
2009-03-12[SCSI] scsi_dh_rdac: Retry for Quiescence in Progress in rdac device handlerChauhan, Vijay1-0/+5
2009-03-12[SCSI] ipr: add message to error tableWayne Boyer1-0/+2
2009-03-12[SCSI] scsi dh alua: handle report luns data changed in check sense calloutIlgu Hong1-0/+9
2009-03-12[SCSI] scsi dh alua: add intel Multi-Flex deviceIlgu Hong1-0/+1
2009-03-12[SCSI] scsi dh alua: fix group id maskingIlgu Hong1-2/+2
2009-03-12[SCSI] remove scsi_req_map_sgFUJITA Tomonori2-212/+25
2009-03-12[SCSI] osst: replace scsi_execute_async with the block layer APIFUJITA Tomonori2-6/+83
2009-03-12[SCSI] osst: make all the buffer the same sizeFUJITA Tomonori1-5/+0
2009-03-12[SCSI] scsi: Add osd library to build systemBoaz Harrosh2-0/+4
2009-03-12[SCSI] osd: Kconfig file for in-tree buildsBoaz Harrosh1-0/+53
2009-03-12[SCSI] libosd: SCSI/OSD Sense decoding supportBoaz Harrosh2-0/+197
2009-03-12[SCSI] libosd: OSDv2 auto detectionBoaz Harrosh2-0/+130
2009-03-12[SCSI] libosd: OSD version 2 SupportBoaz Harrosh1-14/+80
2009-03-12[SCSI] libosd: Not implemented commandsBoaz Harrosh1-0/+35
2009-03-12[SCSI] libosd: Add Flush and List-objects supportBoaz Harrosh1-0/+124
2009-03-12[SCSI] libosd: OSD Security processing stubsBoaz Harrosh1-0/+86
2009-03-12[SCSI] libosd: attributes SupportBoaz Harrosh1-0/+579
2009-03-12[SCSI] osd_uld: API for retrieving osd devices from KernelBoaz Harrosh1-0/+63
2009-03-12[SCSI] osd_uld: OSD scsi ULDBoaz Harrosh2-0/+426
2009-03-12[SCSI] libosd: OSDv1 preliminary implementationBoaz Harrosh4-0/+547
2009-03-12[SCSI] add OSD_TYPEBoaz Harrosh1-0/+1
2009-03-12[SCSI] sg: fix races with ioctl(SG_IO)Tony Battersby1-25/+14
2009-03-12[SCSI] sg: fix races during device removalTony Battersby1-217/+201
2009-03-12[SCSI] stex: Version updateEd Lin - PTU1-3/+3
2009-03-12[SCSI] stex: Small fixesEd Lin - PTU1-6/+22
2009-03-12[SCSI] stex: Fix for controller type st_yosemiteEd Lin - PTU1-61/+3
2009-03-12[SCSI] stex: Add new device idEd Lin - PTU1-2/+6
2009-03-12[SCSI] stex: Fix for potential invalid responseEd Lin - PTU1-0/+1
2009-03-12[SCSI] osst: Remove SUGGEST flagsJames Bottomley1-2/+2
2009-03-12[SCSI] Remove SUGGEST flagsMartin K. Petersen8-25/+15
2009-03-12[SCSI] ipr: add MSI supportWayne Boyer2-2/+9
2009-03-12[SCSI] scsi_transport_fc: Add missing parenthesis to Point-To-Point descriptionChristof Schmitt1-1/+1
2009-03-12[SCSI] sym53c8xx: Keep transfer negotiations validAaro Koskinen2-9/+27