aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-09-29[PATCH] proc_mkdir() should be used to create procfs directoriesAl Viro1-2/+1
2005-09-23Merge branch 'upstream' from master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds3-33/+51
2005-09-23Merge /spare/repo/linux-2.6/Jeff Garzik23-115/+166
2005-09-22[PATCH] mesh scsi: fix error handlingBenjamin Herrenschmidt1-8/+21
2005-09-21[PATCH] Add NVIDIA device ID in sata_nvAndy Currid1-0/+2
2005-09-20Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6Linus Torvalds20-90/+129
2005-09-19[SCSI] Fix thread termination for the SCSI error handleJames Bottomley1-32/+23
2005-09-19[SCSI] fix oops on usb storage device disconnectJames Bottomley7-16/+57
2005-09-18[SCSI] SCSI scanning and removal fixesAlan Stern2-16/+13
2005-09-17[SCSI] fix oops in scsi_release_buffers()Alan Stern1-2/+0
2005-09-17[PATCH] qla2xxx: Use dword accessors for PCI_ROM_ADDRESSAdam Kropelin1-9/+12
2005-09-16[libata] fix PIO completion raceJeff Garzik1-14/+23
2005-09-16[PATCH] PATCH: remove function for non-PCI as requestedAlan Cox1-32/+49
2005-09-16[PATCH] PATCH: silly in piix driverAlan Cox1-1/+0
2005-09-15[SCSI] fix use after potential free in scsi_remove_deviceAlan Stern1-2/+4
2005-09-15[SCSI] atp870u: fix memory addressing bugJames Bottomley2-4/+7
2005-09-14[SCSI] fix sym scsi boot hangJames Bottomley1-4/+1
2005-09-14[SCSI] scsi: 2 drivers need MODULE_LICENSE()Randy.Dunlap2-0/+4
2005-09-14[SCSI] scsi: sd, sr, st, and scsi_lib all fail to copy cmd_len to new cmdTimothy Thelin4-0/+4
2005-09-14[PATCH] sata_sis: uninitialized variableUwe Koziolek1-1/+1
2005-09-14[PATCH] sata_sis: Fix typo in sata port2 initialisationArnaud Patard1-1/+1
2005-09-13[SCSI] aic7xxx: move to dma_get_required_mask() and correct 39 bit assumptionsJames Bottomley3-14/+5
2005-09-13[SCSI] ibmvscsi compatibility fixDave C Boutcher1-0/+10
2005-09-13[SCSI] blacklist REPORT LUNS usage on transtec arraysJames Bottomley1-0/+1
2005-09-12Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6 Linus Torvalds15-140/+1052
2005-09-10[SCSI] set error value when failing commands in prep_fnMike Christie1-8/+16
2005-09-10[SCSI] Alter the scsi_add_device() API to conform to what users expectJames Bottomley1-0/+13
2005-09-10[PATCH] __user annotations (scsi/ch)viro@ZenIV.linux.org.uk1-13/+14
2005-09-10[PATCH] merge some from Rusty's trivial patchesAdrian Bunk1-1/+0
2005-09-10[PATCH] vfree and kfree cleanup in drivers/Jesper Juhl3-11/+9
2005-09-10[SCSI] Fix module removal/device add raceAlan Stern1-2/+6
2005-09-10[SCSI] lpfc: use wwn_to_u64() transport helperAndrew Vasquez4-28/+25
2005-09-10[SCSI] qla2xxx: use wwn_to_u64() transport helperAndrew Vasquez2-12/+10
2005-09-09[SCSI] SAS transport class: fixup prototype of sas_host_setupJames Bottomley1-1/+2
2005-09-09[SCSI] 3ware 9000: handle use_sg != 0 for emulated commandsadam radford1-6/+24
2005-09-09[SCSI] SAS transport classChristoph Hellwig3-0/+827
2005-09-09[SCSI] sg: do not set VM_IO flag on mmap-ed pagesDouglas Gilbert1-2/+2
2005-09-09[SCSI] SCSI core: fix leakage of scsi_cmnd'sJames Bottomley1-3/+2
2005-09-09[PATCH] trivial iomem annotations in qla2xxx/qla_dbg.cviro@ZenIV.linux.org.uk1-1/+1
2005-09-09[PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversionsIngo Molnar1-1/+1
2005-09-09[PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar1-2/+1
2005-09-09[SCSI] SCSI core: fix leakage of scsi_cmnd'sJames Bottomley1-40/+71
2005-09-09[SCSI] fix possible deadlock in scsi_lib.cNeil Brown1-1/+1
2005-09-09[SCSI] fix callers of scsi_remove_device() who already hold the scan mutedAlan Stern2-13/+16
2005-09-09[SCSI] add missing scan mutex to scsi_scan_target()Alan Stern1-27/+40
2005-09-08[libata] minor fixesJeff Garzik2-25/+11
2005-09-08[PATCH] PCI/libata INTx cleanupBrett M Russ4-55/+3
2005-09-08[PATCH] scan all enabled ports on ata_piixHannes Reinecke1-4/+6
2005-09-08Merge /spare/repo/linux-2.6/ Jeff Garzik90-8123/+5056
2005-09-07[PATCH] sata_sis: Add support for SiS182 chipsetArnaud Patard1-11/+71