index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
fdomain.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: fdomain: Move the SCSI pointer to private command data
Bart Van Assche
2022-02-22
1
-28
/
+36
*
scsi: fdomain: Call scsi_done() directly
Bart Van Assche
2021-10-16
1
-1
/
+1
*
scsi: fdomain: Translate message to host byte status
Hannes Reinecke
2021-05-31
1
-1
/
+1
*
scsi: fdomain: Drop last argument to fdomain_finish_cmd()
Hannes Reinecke
2021-05-31
1
-10
/
+12
*
scsi: fdomain: use BSTAT_{MSG|CMD|IO} in fdomain_work()
Sergei Shtylyov
2019-07-30
1
-2
/
+2
*
scsi: fdomain: use BCTL_RST in fdomain_reset()
Sergei Shtylyov
2019-07-30
1
-1
/
+1
*
scsi: fdomain: Add PCMCIA support
Ondrej Zary
2019-06-18
1
-2
/
+5
*
scsi: fdomain: Add register definitions
Ondrej Zary
2019-06-18
1
-68
/
+76
*
scsi: fdomain: Resurrect driver - Core
Ondrej Zary
2019-06-18
1
-0
/
+586
*
scsi: remove the fdomain and fdomain_cs drivers
Christoph Hellwig
2018-03-19
1
-1783
/
+0
*
scsi: fdomain: move bus reset to host reset
Hannes Reinecke
2017-08-25
1
-3
/
+3
*
scsi: fdomain: drop fdomain_pci_tbl when built-in
Arnd Bergmann
2016-02-23
1
-1
/
+1
*
scsi: Do not set cmd_per_lun to 1 in the host template
Hannes Reinecke
2015-05-31
1
-1
/
+0
*
Drivers: scsi: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-03
1
-1
/
+1
*
Remove all #inclusions of asm/system.h
David Howells
2012-03-28
1
-1
/
+0
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
*
SCSI host lock push-down
Jeff Garzik
2010-11-16
1
-1
/
+3
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
[SCSI] Clean up my email address and use a single standard address for everyt...
Alan Cox
2008-12-29
1
-1
/
+1
*
fdomain_cs: Sort out modules with duplicate description
Alan Cox
2008-10-17
1
-0
/
+2
*
scsi: fix integer as NULL pointer warnings
Harvey Harrison
2008-04-28
1
-1
/
+1
*
[SG] Update drivers to use sg helpers
Jens Axboe
2007-10-22
1
-4
/
+3
*
[SCSI] fdomain: fix CONFIG_PCI=n warnings
Gabriel C
2007-10-12
1
-1
/
+4
*
[SCSI] fdomain: fix PCMCIA-related warnings
Jeff Garzik
2007-05-27
1
-4
/
+24
*
[SCSI] fdomain: convert to use the data buffer accessors
FUJITA Tomonori
2007-05-26
1
-22
/
+20
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
Linus Torvalds
2006-10-25
1
-10
/
+20
|
\
|
*
[SCSI] Switch fdomain to the pci_get API
Alan Cox
2006-10-25
1
-10
/
+20
*
|
[fdomain] Add pci dev table for module auto loading.
Ben Collins
2006-10-18
1
-0
/
+9
*
|
[PATCH] Use linux/io.h instead of asm/io.h
Matthew Wilcox
2006-10-11
1
-1
/
+1
|
/
*
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
2006-10-05
1
-4
/
+2
*
[PATCH] irq-flags: scsi: Use the new IRQF_ constants
Thomas Gleixner
2006-07-02
1
-1
/
+1
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
[SCSI] drivers/scsi: Use ARRAY_SIZE macro
Tobias Klauser
2006-06-10
1
-5
/
+5
*
[SCSI] use scmd_id(), scmd_channel() throughout code
Jeff Garzik
2005-10-28
1
-2
/
+2
*
[PATCH] clean up inline static vs static inline
Jesper Juhl
2005-07-27
1
-1
/
+1
*
[SCSI] remove scsi_set_device
Christoph Hellwig
2005-06-26
1
-1
/
+0
*
[SCSI] allow sleeping in ->eh_bus_reset_handler()
Jeff Garzik
2005-06-17
1
-0
/
+6
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+1739