Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2f7d2b74a9dd9140053f143e1c94da0fef3c1109
/
drivers
/
scsi
/
scsi_priv.h
4f7ad52
SCSI / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
by Rafael J. Wysocki
· 10 years ago
82042a2
scsi: move scsi_dispatch_cmd to scsi_lib.c
by Christoph Hellwig
· 10 years ago
bb3ec62
scsi: remove scsi_next_command
by Christoph Hellwig
· 10 years ago
d285203
scsi: add support for a blk-mq based I/O path.
by Christoph Hellwig
· 11 years ago
9cb78c1
scsi: use 64-bit LUNs
by Hannes Reinecke
· 10 years ago
3c31b52
scsi: async sd resume
by Dan Williams
· 11 years ago
e494f6a
[SCSI] improved eh timeout handler
by Hannes Reinecke
· 11 years ago
2955b47
[SCSI] async: introduce 'async_domain' type
by Dan Williams
· 12 years ago
84feb16
[SCSI] Change return type of scsi_queue_insert() into void
by Bart Van Assche
· 12 years ago
67bd941
[SCSI] Fix device removal NULL pointer dereference
by Bart Van Assche
· 12 years ago
5d9fb5c
[SCSI] core, classes, mpt2sas: have scsi_internal_device_unblock take new state
by Mike Christie
· 12 years ago
a7a20d1
[SCSI] sd: limit the scope of the async probe domain
by Dan Williams
· 13 years ago
fea6d60
[SCSI] scsi_pm: Fix bug in the SCSI power management handler
by Alan Stern
· 13 years ago
2b13257
[SCSI] scsi_dh: code cleanup and remove the references to scsi_dev_info
by Moger, Babu
· 13 years ago
c55d267
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 14 years ago
aa33860
PM: Remove CONFIG_PM_OPS
by Rafael J. Wysocki
· 14 years ago
940d7fa
[SCSI] scsi_dh: Use scsi_devinfo functions to do matching of device_handler tables.
by Peter Jones
· 14 years ago
38a039b
[SCSI] Add scsi_dev_info_list_del_keyed()
by Peter Jones
· 14 years ago
e6da54d
SCSI: remove fake "address-of" expression
by Alan Stern
· 14 years ago
bc4f240
[SCSI] implement runtime Power Management
by Alan Stern
· 14 years ago
db5bd1e
[SCSI] convert to the new PM framework
by Alan Stern
· 14 years ago
a4dbd67
driver model: constify attribute groups
by David Brownell
· 15 years ago
b391277
sd, sr: fix Driver 'sd' needs updating message
by Hannes Reinecke
· 15 years ago
a9e0edb
scsi_transport_spi: Blacklist Ultrium-3 tape for IU transfers
by James Bottomley
· 15 years ago
598fa4b
enhance device info matching for multiple tables
by James Bottomley
· 15 years ago
c751085
PM/Hibernate: Wait for SCSI devices scan to complete during resume
by Rafael J. Wysocki
· 16 years ago
4a27446
[SCSI] modify scsi to handle new fail fast flags.
by Mike Christie
· 16 years ago
242f9dc
block: unify request timeout handling
by Jens Axboe
· 16 years ago
7027ad7
[SCSI] Support devices with protection information
by Martin K. Petersen
· 16 years ago
f7120a4
[SCSI] use default attributes for scsi_host
by Hannes Reinecke
· 17 years ago
7b3d954
Revert "scsi: revert "[SCSI] Get rid of scsi_cmnd->done""
by Linus Torvalds
· 17 years ago
3a62b5f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
by Linus Torvalds
· 17 years ago
ac40532
scsi: revert "[SCSI] Get rid of scsi_cmnd->done"
by Ingo Molnar
· 17 years ago
751bf4d
[SCSI] scsi_sysfs: restore prep_fn when ULD is removed
by James Bottomley
· 17 years ago
6f5391c
[SCSI] Get rid of scsi_cmnd->done
by Matthew Wilcox
· 17 years ago
dca84e4
[SCSI] scsi_error.c: Export some scsi_eh_* functions
by Darrick J. Wong
· 18 years ago
596f482
[SCSI] kill scsi_rety_command
by Christoph Hellwig
· 18 years ago
3e082a9
[SCSI] Add ability to scan scsi busses asynchronously
by Matthew Wilcox
· 18 years ago
84314fd
[SCSI] SCSI and FC Transport: add netlink support for posting of transport events
by James Smart
· 18 years ago
631c228
[SCSI] hide EH backup data outside the scsi_cmnd
by Christoph Hellwig
· 18 years ago
c4e00fa
Merge ../scsi-misc-2.6
by James Bottomley
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
1c9e16e
[SCSI] update max sdev block limit
by James Smart
· 18 years ago
beb4048
[SCSI] remove scsi_request infrastructure
by Christoph Hellwig
· 18 years ago
e02f3f5
[SCSI] remove target parent limitiation
by Christoph Hellwig
· 19 years ago
1aea643
[SCSI] Kill the SCSI softirq handling
by Jens Axboe
· 19 years ago
6e68af6
[SCSI] Convert SCSI mid-layer to scsi_execute_async
by Mike Christie
· 19 years ago
7f23e14
[SCSI] correct some dropped const compiler warnings
by James Bottomley
· 19 years ago
7dfdc9a
[SCSI] use a completion in scsi_send_eh_cmnd
by Christoph Hellwig
· 19 years ago
903f4fe
[SCSI] fix callers of scsi_remove_device() who already hold the scan muted
by Alan Stern
· 19 years ago
fe1b2d5
[SCSI] unexport scsi_add_timer/scsi_delete_timer
by Christoph Hellwig
· 19 years ago
3111b0d
[SCSI] remove scsi_eh_eflags_ macros
by Christoph Hellwig
· 19 years ago
b4edcbc
[SCSI] remove scsi_cmnd->owner
by Christoph Hellwig
· 19 years ago
52c1da3
[PATCH] make various thing static
by Adrian Bunk
· 19 years ago
d3a933d
[PATCH] scsi: remove unused scsi_cmnd->internal_timeout field
by
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago