index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-13
[SCSI] lpfc 8.2.8 v2 : Add statistical reporting control and additional fc ve...
James Smart
18
-15
/
+1207
2008-10-13
[SCSI] lpfc 8.2.8 v2 : Add sysfs control of target queue depth handling
James Smart
6
-0
/
+85
2008-10-13
[SCSI] lpfc 8.2.8 v2 : Revert target busy in favor of transport disrupted
James Smart
1
-4
/
+4
2008-10-13
[SCSI] scsi_dh_alua: remove REQ_NOMERGE
Mike Christie
1
-1
/
+1
2008-10-13
[SCSI] lpfc 8.2.8 : update driver version to 8.2.8
James Smart
1
-1
/
+1
2008-10-13
[SCSI] lpfc 8.2.8 : Add MSI-X support
James Smart
9
-167
/
+699
2008-10-13
[SCSI] lpfc 8.2.8 : Update driver to use new Host byte error code DID_TRANSPO...
James Smart
1
-2
/
+3
2008-10-13
[SCSI] lpfc 8.2.8 : Add support for PCI-EEH permanent disabling
James Smart
5
-3
/
+103
2008-10-13
[SCSI] lpfc 8.2.8 : Add new FCOE hardware support
James Smart
7
-19
/
+153
2008-10-13
[SCSI] lpfc 8.2.8 : Miscellaneous Bug Fixes
James Smart
13
-152
/
+219
2008-10-13
[SCSI] lpfc 8.2.8 : Update driver for new SLI-3 features
James Smart
9
-219
/
+314
2008-10-13
[SCSI] lpfc 8.2.8 : Miscellaneous Discovery Fixes
James Smart
4
-110
/
+172
2008-10-13
[SCSI] lpfc 8.2.8 : Add kernel-doc function headers
James Smart
7
-256
/
+4556
2008-10-13
[SCSI] modify scsi to handle new fail fast flags.
Mike Christie
3
-3
/
+38
2008-10-13
[SCSI] block: separate failfast into multiple bits.
Mike Christie
5
-6
/
+13
2008-10-13
[SCSI] qla2xxx: use new host byte transport errors.
Mike Christie
1
-2
/
+12
2008-10-13
[SCSI] iscsi class, libiscsi and qla4xxx: convert to new transport host byte ...
Mike Christie
3
-7
/
+9
2008-10-13
[SCSI] scsi: add transport host byte errors (v3)
Mike Christie
2
-2
/
+16
2008-10-13
[SCSI] ibmvfc, qla2xxx, lpfc: remove scsi_target_unblock calls in terminate c...
Mike Christie
3
-11
/
+0
2008-10-13
[SCSI] fc class: unblock target after calling terminate callback (take 2)
Mike Christie
1
-19
/
+28
2008-10-13
[SCSI] lpfc: use SCSI_MLQUEUE_TARGET_BUSY when catching the rport transition ...
Mike Christie
1
-4
/
+5
2008-10-13
[SCSI] libiscsi: Use SCSI_MLQUEUE_TARGET_BUSY
Mike Christie
1
-5
/
+3
2008-10-13
[SCSI] qla2xxx: return SCSI_MLQUEUE_TARGET_BUSY when driver has detected rpor...
Mike Christie
1
-14
/
+12
2008-10-13
[SCSI] qla4xxx: return SCSI_MLQUEUE_TARGET_BUSY when driver has detected sess...
Mike Christie
1
-1
/
+1
2008-10-13
[SCSI] Add helper code so transport classes/driver can control queueing (v3)
Mike Christie
3
-18
/
+97
2008-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6
Linus Torvalds
4
-196
/
+222
2008-10-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
51
-1015
/
+1442
2008-10-10
ide: Remove ide_spin_wait_hwgroup() and use special requests instead
Elias Oltmanns
1
-17
/
+17
2008-10-10
ide: add ide_io_buffers() helper
Bartlomiej Zolnierkiewicz
1
-45
/
+1
2008-10-10
ide-scsi: cleanup ide_scsi_io_buffers()
Bartlomiej Zolnierkiewicz
1
-8
/
+8
2008-10-10
ide: remove ->supports_dsc_overlap field from ide_driver_t
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-10-10
ide: /proc/ide/hd*/settings rework
Bartlomiej Zolnierkiewicz
1
-16
/
+36
2008-10-10
ide: call ide_proc_register_driver() later
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-10-10
ide: include <linux/hdreg.h> only when needed
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-10-10
ide: remove needless drive->present checks from device drivers
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-10-10
ide: use ATA_* defines instead of *_STAT and *_ERR ones
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-10-10
ide: WIN_* -> ATA_CMD_*
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-10-10
ide: make drive->id an union (take 2)
Bartlomiej Zolnierkiewicz
1
-6
/
+7
2008-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
29
-168
/
+1069
2008-10-10
Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
28
-841
/
+364
2008-10-10
Merge branch 'upstream-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+4
2008-10-09
sg: remove unnecessary blk_rq_unmap_user
FUJITA Tomonori
1
-7
/
+0
2008-10-09
sg: remove sg_read_xfer
FUJITA Tomonori
1
-28
/
+5
2008-10-09
sg: remove sg_write_xfer
FUJITA Tomonori
1
-32
/
+0
2008-10-09
sg: incorporate sg_build_direct into sg_start_req
FUJITA Tomonori
1
-47
/
+33
2008-10-09
sg: remove __sg_start_req
FUJITA Tomonori
1
-25
/
+13
2008-10-09
sg: remove b_malloc_len in sg_scatter_hold struct
FUJITA Tomonori
1
-2
/
+0
2008-10-09
sg: remove SG_ALLOW_DIO_CODE define
FUJITA Tomonori
1
-3
/
+1
2008-10-09
sg: rename sg_cmd_done sg_rq_end_io
FUJITA Tomonori
1
-11
/
+12
2008-10-09
block: unify request timeout handling
Jens Axboe
26
-306
/
+142
[next]