index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
Age
Commit message (
Expand
)
Author
Files
Lines
2005-09-23
[PATCH] mesh scsi: fix error handling
Benjamin Herrenschmidt
1
-8
/
+21
2005-09-20
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6
Linus Torvalds
20
-90
/
+129
2005-09-19
[SCSI] Fix thread termination for the SCSI error handle
James Bottomley
1
-32
/
+23
2005-09-19
[SCSI] fix oops on usb storage device disconnect
James Bottomley
7
-16
/
+57
2005-09-19
[SCSI] SCSI scanning and removal fixes
Alan Stern
2
-16
/
+13
2005-09-18
[SCSI] fix oops in scsi_release_buffers()
Alan Stern
1
-2
/
+0
2005-09-17
[PATCH] qla2xxx: Use dword accessors for PCI_ROM_ADDRESS
Adam Kropelin
1
-9
/
+12
2005-09-16
[libata] fix PIO completion race
Jeff Garzik
1
-14
/
+23
2005-09-16
[SCSI] fix use after potential free in scsi_remove_device
Alan Stern
1
-2
/
+4
2005-09-15
[SCSI] atp870u: fix memory addressing bug
James Bottomley
2
-4
/
+7
2005-09-15
[SCSI] fix sym scsi boot hang
James Bottomley
1
-4
/
+1
2005-09-15
[SCSI] scsi: 2 drivers need MODULE_LICENSE()
Randy.Dunlap
2
-0
/
+4
2005-09-15
[SCSI] scsi: sd, sr, st, and scsi_lib all fail to copy cmd_len to new cmd
Timothy Thelin
4
-0
/
+4
2005-09-14
[PATCH] sata_sis: uninitialized variable
Uwe Koziolek
1
-1
/
+1
2005-09-14
[PATCH] sata_sis: Fix typo in sata port2 initialisation
Arnaud Patard
1
-1
/
+1
2005-09-13
[SCSI] aic7xxx: move to dma_get_required_mask() and correct 39 bit assumptions
James Bottomley
3
-14
/
+5
2005-09-13
[SCSI] ibmvscsi compatibility fix
Dave C Boutcher
1
-0
/
+10
2005-09-13
[SCSI] blacklist REPORT LUNS usage on transtec arrays
James Bottomley
1
-0
/
+1
2005-09-13
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6
Linus Torvalds
15
-140
/
+1052
2005-09-11
[SCSI] set error value when failing commands in prep_fn
Mike Christie
1
-8
/
+16
2005-09-10
[SCSI] Alter the scsi_add_device() API to conform to what users expect
James Bottomley
1
-0
/
+13
2005-09-10
[PATCH] __user annotations (scsi/ch)
viro@ZenIV.linux.org.uk
1
-13
/
+14
2005-09-10
[PATCH] merge some from Rusty's trivial patches
Adrian Bunk
1
-1
/
+0
2005-09-10
[PATCH] vfree and kfree cleanup in drivers/
Jesper Juhl
3
-11
/
+9
2005-09-10
[SCSI] Fix module removal/device add race
Alan Stern
1
-2
/
+6
2005-09-10
[SCSI] lpfc: use wwn_to_u64() transport helper
Andrew Vasquez
4
-28
/
+25
2005-09-10
[SCSI] qla2xxx: use wwn_to_u64() transport helper
Andrew Vasquez
2
-12
/
+10
2005-09-10
[SCSI] SAS transport class: fixup prototype of sas_host_setup
James Bottomley
1
-1
/
+2
2005-09-10
[SCSI] 3ware 9000: handle use_sg != 0 for emulated commands
adam radford
1
-6
/
+24
2005-09-10
[SCSI] SAS transport class
Christoph Hellwig
3
-0
/
+827
2005-09-10
[SCSI] sg: do not set VM_IO flag on mmap-ed pages
Douglas Gilbert
1
-2
/
+2
2005-09-10
[SCSI] SCSI core: fix leakage of scsi_cmnd's
James Bottomley
1
-3
/
+2
2005-09-10
[PATCH] trivial iomem annotations in qla2xxx/qla_dbg.c
viro@ZenIV.linux.org.uk
1
-1
/
+1
2005-09-10
[PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversions
Ingo Molnar
1
-1
/
+1
2005-09-10
[PATCH] timer initialization cleanup: DEFINE_TIMER
Ingo Molnar
1
-2
/
+1
2005-09-09
[SCSI] SCSI core: fix leakage of scsi_cmnd's
James Bottomley
1
-40
/
+71
2005-09-09
[SCSI] fix possible deadlock in scsi_lib.c
Neil Brown
1
-1
/
+1
2005-09-09
[SCSI] fix callers of scsi_remove_device() who already hold the scan muted
Alan Stern
2
-13
/
+16
2005-09-09
[SCSI] add missing scan mutex to scsi_scan_target()
Alan Stern
1
-27
/
+40
2005-09-09
[libata] minor fixes
Jeff Garzik
2
-25
/
+11
2005-09-09
[PATCH] PCI/libata INTx cleanup
Brett M Russ
4
-55
/
+3
2005-09-08
[PATCH] scan all enabled ports on ata_piix
Hannes Reinecke
1
-4
/
+6
2005-09-08
Merge /spare/repo/linux-2.6/
Jeff Garzik
90
-8123
/
+5056
2005-09-08
[PATCH] sata_sis: Add support for SiS182 chipset
Arnaud Patard
1
-11
/
+71
2005-09-08
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6
Linus Torvalds
86
-8118
/
+5044
2005-09-08
Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...
Linus Torvalds
1
-2
/
+2
2005-09-08
Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...
Linus Torvalds
5
-3
/
+856
2005-09-08
[PATCH] bogus #if (ncr53c406)
viro@ZenIV.linux.org.uk
1
-1
/
+1
2005-09-08
[PATCH] -Wundef fixes (ncr5380)
viro@ZenIV.linux.org.uk
1
-1
/
+8
2005-09-08
[PATCH] drivers: convert kcalloc to kzalloc
Pekka Enberg
1
-1
/
+1
[next]