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.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
/
scsi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-01
scsi: add a CONFIG_SCSI_MQ_DEFAULT option
Christoph Hellwig
1
-0
/
+4
2014-09-16
scsi: don't store LUN bits in CDB[1] for USB mass-storage devices
Alan Stern
1
-6
/
+2
2014-08-15
[SCSI] save command pool address of Scsi_Host
Juergen Gross
1
-2
/
+10
2014-07-29
scsi: use short driver name for per-driver cmd slab caches
James Bottomley
1
-2
/
+2
2014-07-26
scsi: update scsi_device_types
Christoph Hellwig
1
-0
/
+2
2014-07-26
scsi: add support for a blk-mq based I/O path.
Christoph Hellwig
1
-1
/
+4
2014-07-26
scsi: fix the {host,target,device}_blocked counter mess
Christoph Hellwig
1
-11
/
+10
2014-07-25
scsi: convert host_busy to atomic_t
Christoph Hellwig
1
-1
/
+1
2014-07-25
scsi: set ->scsi_done before calling scsi_dispatch_cmd
Christoph Hellwig
1
-22
/
+1
2014-07-25
scsi: centralize command re-queueing in scsi_dispatch_fn
Christoph Hellwig
1
-23
/
+12
2014-07-18
scsi: cleanup switch in scsi_adjust_queue_depth
Douglas Gilbert
1
-4
/
+6
2014-07-18
scsi: remove various exports that were only used by scsi_tgt
Christoph Hellwig
1
-7
/
+3
2014-07-18
scsi: use dev_printk variants where possible
Hannes Reinecke
1
-9
/
+9
2014-07-18
scsi: use 64-bit LUNs
Hannes Reinecke
1
-4
/
+4
2014-07-18
scsi: remove two cancel_delayed_work() calls from the mid-layer
Bart Van Assche
1
-1
/
+1
2014-04-12
Merge branch 'async-scsi-resume' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+9
2014-04-11
scsi: async sd resume
Dan Williams
1
-0
/
+9
2014-03-27
[SCSI] add support for per-host cmd pools
Christoph Hellwig
1
-19
/
+77
2014-03-27
[SCSI] simplify command allocation and freeing a bit
Christoph Hellwig
1
-42
/
+25
2014-03-27
[SCSI] megaraid: simplify internal command handling
Christoph Hellwig
1
-56
/
+0
2014-03-27
[SCSI] Add EVPD page 0x83 and 0x80 to sysfs
Hannes Reinecke
1
-0
/
+87
2014-03-27
[SCSI] Return VPD page length in scsi_vpd_inquiry()
Hannes Reinecke
1
-8
/
+11
2014-03-15
[SCSI] do not manipulate device reference counts in scsi_get/put_command
Christoph Hellwig
1
-25
/
+12
2014-03-15
[SCSI] avoid useless free_list lock roundtrips
Christoph Hellwig
1
-5
/
+6
2013-12-19
[SCSI] Update documentation
Hannes Reinecke
1
-4
/
+2
2013-12-19
[SCSI] improved eh timeout handler
Hannes Reinecke
1
-0
/
+3
2013-10-25
[SCSI] remove check for 'resetting'
Hannes Reinecke
1
-28
/
+0
2013-08-03
[SCSI] Don't attempt to send extended INQUIRY command if skip_vpd_pages is set
Martin K. Petersen
1
-0
/
+3
2013-06-27
[SCSI] sd: Update WRITE SAME heuristics
Martin K. Petersen
1
-4
/
+4
2012-11-14
[SCSI] Add a report opcode helper
Martin K. Petersen
1
-0
/
+45
2012-07-20
[SCSI] async: make async_synchronize_full() flush all work regardless of domain
Dan Williams
1
-0
/
+1
2012-07-20
[SCSI] async: introduce 'async_domain' type
Dan Williams
1
-1
/
+2
2012-06-07
[SCSI] Fix sd_probe_domain config problem
James Bottomley
1
-3
/
+1
2012-05-17
[SCSI] sd: limit the scope of the async probe domain
Dan Williams
1
-0
/
+6
2012-02-19
[SCSI] Handle disk devices which can not process medium access commands
Martin K. Petersen
1
-6
/
+0
2010-11-17
SCSI host lock push-down
Jeff Garzik
1
-13
/
+5
2010-09-16
[SCSI] Fix VPD inquiry page wrapper
Martin K. Petersen
1
-2
/
+2
2010-04-30
[SCSI] add scsi trace core functions and put trace points
Kei Tokunaga
1
-0
/
+6
2010-03-01
scsi.c: add missing kernel-doc notation for new VPD parameters
Randy Dunlap
1
-0
/
+2
2010-01-18
[SCSI] eliminate potential kmalloc failure in scsi_get_vpd_page()
James Bottomley
1
-28
/
+12
2009-12-04
[SCSI] add queue_depth ramp up code
Vasu Dev
1
-2
/
+8
2009-10-02
[SCSI] Fix protection scsi_data_buffer leak
Martin K. Petersen
1
-4
/
+7
2009-08-23
[SCSI] fix bugs in scsi_vpd_inquiry()
James Bottomley
1
-6
/
+7
2009-06-08
[SCSI] fix documentation for two functions
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2009-04-03
[SCSI] use kmem_cache_zalloc instead of kmem_cache_alloc/memset
Wei Yongjun
1
-3
/
+1
2009-03-12
[SCSI] Add VPD helper
Matthew Wilcox
1
-0
/
+104
2009-01-13
[SCSI] Skip deleted devices in __scsi_device_lookup_by_target()
Hannes Reinecke
1
-1
/
+4
2009-01-02
[SCSI] remove severly outdated comment in scsi_dispatch_cmd
Christoph Hellwig
1
-4
/
+0
2008-10-13
[SCSI] Add helper code so transport classes/driver can control queueing (v3)
Mike Christie
1
-2
/
+8
2008-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
1
-6
/
+7
[next]