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
/
hosts.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: allocate scsi_cmnd structures as part of struct request
Christoph Hellwig
2017-01-27
1
-18
/
+2
*
scsi: respect unchecked_isa_dma for blk-mq
Christoph Hellwig
2017-01-27
1
-0
/
+4
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2016-10-07
1
-4
/
+8
|
\
|
*
scsi: configure runtime pm before calling device_add in scsi_add_host_with_dma
Heiner Kallweit
2016-08-25
1
-4
/
+8
*
|
scsi: Avoid that toggling use_blk_mq triggers a memory leak
Bart Van Assche
2016-09-26
1
-0
/
+2
|
/
*
scsi: remove the disable_blk_mq host flag
Christoph Hellwig
2016-07-15
1
-2
/
+0
*
Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...
Linus Torvalds
2016-03-18
1
-0
/
+7
|
\
|
*
scsi: Drop runtime PM usage count after host is added
Mika Westerberg
2016-02-19
1
-0
/
+7
*
|
scsi: Use ida for host number management
Lee Duncan
2016-02-23
1
-8
/
+14
|
/
*
Merge branch 'mkp-fixes' into fixes
James Bottomley
2015-12-03
1
-0
/
+11
|
\
|
*
Fix a memory leak in scsi_host_dev_release()
Bart Van Assche
2015-11-30
1
-0
/
+11
*
|
scsi: use host wide tags by default
Christoph Hellwig
2015-11-09
1
-0
/
+7
|
/
*
scsi: remove ordered_tag host template field
Christoph Hellwig
2014-11-12
1
-1
/
+0
*
scsi: fixup logging messages in scsi_error.c
Hannes Reinecke
2014-11-12
1
-2
/
+2
*
scsi: add support for a blk-mq based I/O path.
Christoph Hellwig
2014-07-25
1
-5
/
+30
*
scsi: use dev_printk variants where possible
Hannes Reinecke
2014-07-17
1
-7
/
+8
*
[SCSI] scsi_error: disable eh_deadline if no host_reset_handler is set
Hannes Reinecke
2014-03-15
1
-1
/
+1
*
[SCSI] Set the minimum valid value of 'eh_deadline' as 0
Ren Mingxin
2013-12-19
1
-4
/
+13
*
[SCSI] improved eh timeout handler
Hannes Reinecke
2013-12-19
1
-1
/
+13
*
[SCSI] Disable WRITE SAME for RAID and virtual host adapter drivers
Martin K. Petersen
2013-11-29
1
-0
/
+1
*
[SCSI] Add 'eh_deadline' to limit SCSI EH runtime
Hannes Reinecke
2013-10-25
1
-0
/
+7
*
driver-core: constify data for class_find_device()
Michał Mirosław
2013-02-06
1
-2
/
+2
*
[SCSI] Fix device removal NULL pointer dereference
Bart Van Assche
2012-07-20
1
-3
/
+4
*
[SCSI] properly initialize atomic_t
Josh Hunt
2012-07-20
1
-1
/
+1
*
[SCSI] fix oops in all legacy host adapters caused by 6f381fa
James Bottomley
2012-05-10
1
-0
/
+3
*
[SCSI] Make scsi_free_queue() kill pending SCSI commands
Bart Van Assche
2011-10-30
1
-3
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
2010-10-22
1
-2
/
+0
|
\
|
*
driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devices
Kay Sievers
2010-10-22
1
-2
/
+0
*
|
block/scsi: Provide a limit on the number of integrity segments
Martin K. Petersen
2010-09-10
1
-0
/
+1
|
/
*
[SCSI] implement runtime Power Management
Alan Stern
2010-07-28
1
-2
/
+8
*
[SCSI] scsi:hosts.c Fix warning: variable 'rval' set but not used
Justin P. Mattock
2010-07-27
1
-2
/
+2
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
PM: Allow SCSI devices to suspend/resume asynchronously
Rafael J. Wysocki
2010-02-26
1
-0
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
2009-12-09
1
-3
/
+10
|
\
|
*
[SCSI] scsi_lib_dma: fix bug with dma maps on nested scsi objects
James Bottomley
2009-12-04
1
-3
/
+10
*
|
[SCSI] fix crash when disconnecting usb storage
Alexey Kuznetsov
2009-11-26
1
-1
/
+1
|
/
*
fix race that can give duplicate host number
Joe Eykholt
2009-06-21
1
-2
/
+6
*
[SCSI] fix /proc memory leak in the SCSI core
Alan Stern
2009-03-12
1
-1
/
+2
*
[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2009-01-02
1
-4
/
+2
*
[SCSI] scsi_host_lookup: error returns and NULL pointers
James Smart
2008-10-03
1
-1
/
+1
*
driver core: remove KOBJ_NAME_LEN define
Kay Sievers
2008-07-21
1
-2
/
+2
*
Driver Core: add ability for class_find_device to start in middle of list
Greg Kroah-Hartman
2008-07-21
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
2008-07-15
1
-1
/
+1
|
\
|
*
[SCSI] make struct scsi_{host,target}_type static
Adrian Bunk
2008-07-12
1
-1
/
+1
*
|
[SCSI] scsi_host regression: fix scsi host leak
Mike Christie
2008-06-15
1
-2
/
+7
|
/
*
[SCSI] fix SLUB WARN_ON
James Bottomley
2008-04-27
1
-8
/
+8
*
[SCSI] use default attributes for scsi_host
Hannes Reinecke
2008-04-22
1
-0
/
+1
*
[SCSI] add scsi_host and scsi_target to scsi_bus
Hannes Reinecke
2008-04-22
1
-2
/
+10
*
SCSI: convert struct class_device to struct device
Tony Jones
2008-04-19
1
-17
/
+17
*
[SCSI] hosts.c: removed one unneeded shost->active_mode assignment
Denis Cheng
2008-04-07
1
-1
/
+0
[next]