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