Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2473de06b070bdd6c711bac138572ec806d5c53d
/
drivers
/
scsi
/
scsi_scan.c
56f2a80
[SCSI] Workaround for disks that report bad optimal transfer length
by Martin K. Petersen
· 12 years ago
0816c92
[SCSI] Allow error handling timeout to be specified
by Martin K. Petersen
· 11 years ago
fe709ed
Merge SCSI misc branch into isci-for-3.6 tag
by James Bottomley
· 12 years ago
d974e42
[SCSI] Disable DIF on Hitachi Ultrastar 15K300
by Martin K. Petersen
· 12 years ago
1421656
[SCSI] Fix 'Device not ready' issue on mpt2sas
by James Bottomley
· 12 years ago
e96eb23
[SCSI] Revert "[SCSI] fix async probe regression"
by Dan Williams
· 12 years ago
492d542
[SCSI] cleanup usages of scsi_complete_async_scans
by Dan Williams
· 12 years ago
6cdd552
[SCSI] queue async scan work to an async_schedule domain
by Dan Williams
· 12 years ago
3b661a9
[SCSI] fix hot unplug vs async scan race
by Dan Williams
· 12 years ago
43a8d39
[SCSI] fix async probe regression
by Dan Williams
· 12 years ago
f7a0d42
Merge 3.3-rc7 into usb-next
by Greg Kroah-Hartman
· 13 years ago
267a6ad
[SCSI] scsi_scan: Fix 'Poison overwritten' warning caused by using freed 'shost'
by Huajun Li
· 13 years ago
09b6b51
SCSI & usb-storage: add flags for VPD pages and REPORT LUNS
by Alan Stern
· 13 years ago
09ac46c
block: misc updates to blk_get_queue()
by Tejun Heo
· 13 years ago
4e6c82b
[SCSI] fix WARNING: at drivers/scsi/scsi_lib.c:1704
by James Bottomley
· 13 years ago
f7c9c6b
[SCSI] Fix block queue and elevator memory leak in scsi_alloc_sdev
by Anton Blanchard
· 13 years ago
e73e079
[SCSI] Fix oops caused by queue refcounting failure
by James Bottomley
· 13 years ago
9937a5e
scsi: remove performance regression due to async queue run
by Jens Axboe
· 13 years ago
39aba96
driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devices
by Kay Sievers
· 14 years ago
bc4f240
[SCSI] implement runtime Power Management
by Alan Stern
· 14 years ago
e2e2400
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 14 years ago
f9e8894
[SCSI] fix race in scsi_target_reap
by Alan Stern
· 15 years ago
9f6aa57
scsi_scan.c: fix/convert functions to use kernel-doc
by Randy Dunlap
· 14 years ago
12fb8c1
[SCSI] don't kfree an initialized struct device
by Alan Stern
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
b1bf936
Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
086fa5f
block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors
by Martin K. Petersen
· 15 years ago
d546911
[SCSI] fix refcounting bug in scsi_get_host_dev
by Alan Stern
· 15 years ago
75f8ee8
[SCSI] fix memory leak in scsi_report_lun_scan
by Alan Stern
· 15 years ago
382f51f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 15 years ago
4a84067
[SCSI] add queue_depth ramp up code
by Vasu Dev
· 15 years ago
860dc73
[SCSI] fix async scan add/remove race resulting in an oops
by James Bottomley
· 15 years ago
37e6ba0
[SCSI] fix memory leak in initialization
by James Bottomley
· 15 years ago
14faf12
[SCSI] Increase default timeout for INQUIRY
by Alan Stern
· 16 years ago
c53a284
[SCSI] initialize max_target_blocked in scsi_alloc_target
by Edward Goggin
· 16 years ago
d4d5291
driver synchronization: make scsi_wait_scan more advanced
by Arjan van de Ven
· 16 years ago
82443a5
[SCSI] add OSD_TYPE
by Boaz Harrosh
· 16 years ago
c2f9e49
[SCSI] scsi_scan: add missing interim SDEV_DEL state if slave_alloc fails
by James Smart
· 16 years ago
cd76469
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 16 years ago
4ace92f
fastboot: make scsi probes asynchronous
by Arjan van de Ven
· 16 years ago
71610f5
[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
5cd3bbf
[SCSI] retry with missing data for INQUIRY
by FUJITA Tomonori
· 16 years ago
f4f4e47
[SCSI] add residual argument to scsi_execute and scsi_execute_req
by FUJITA Tomonori
· 16 years ago
f0c0a37
[SCSI] Add helper code so transport classes/driver can control queueing (v3)
by Mike Christie
· 16 years ago
6f4267e
[SCSI] Update the SCSI state model to allow blocking in the created state
by James Bottomley
· 16 years ago
0f1d87a
[SCSI] add inline functions for recognising created and blocked states
by James Bottomley
· 16 years ago
01b291b
[SCSI] fix check of PQ and PDT bits for WLUNs
by James Bottomley
· 16 years ago
cadbd4a
[SCSI] replace __FUNCTION__ with __func__
by Harvey Harrison
· 16 years ago
773e82f
[SCSI] scsi_scan.c: Release mutex in error handling code
by Julia Lawall
· 16 years ago
453cd0f
[SCSI] make struct scsi_{host,target}_type static
by Adrian Bunk
· 16 years ago
801678c
Remove duplicated unlikely() in IS_ERR()
by Hirofumi Nakagawa
· 17 years ago
643eb2d
[SCSI] rework scsi_target allocation
by James Bottomley
· 17 years ago
b0ed433
[SCSI] add scsi_host and scsi_target to scsi_bus
by Hannes Reinecke
· 17 years ago
e59e4a0
docbook: fix scsi source file
by Randy Dunlap
· 17 years ago
d52b381
[SCSI] add missing transport configure points for target and host
by James Bottomley
· 17 years ago
25d7c36
[SCSI] move single_lun flag from scsi_device to scsi_target
by Tony Battersby
· 17 years ago
eb44820
[SCSI] Add Documentation and integrate into docbook build
by Rob Landley
· 17 years ago
a341cd0
SCSI: add asynchronous event notification API
by Jeff Garzik
· 17 years ago
a57b1fc
[SCSI] scsi_scan: Cope with kthread_run failing
by Matthew Wilcox
· 17 years ago
10f4b89
[SCSI] Fix signness of parameters in scsi module
by Masatake YAMATO
· 17 years ago
6b7f123
[SCSI] Fix async scanning double-add problems
by Matthew Wilcox
· 17 years ago
bc06cff
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 17 years ago
6d87768
[SCSI] Clean up scsi_add_lun a bit
by Matthew Wilcox
· 17 years ago
462b785
[SCSI] zfcp: Report FCP LUN to SCSI midlayer
by Christof Schmitt
· 17 years ago
f2f027c
[SCSI] fix CONFIG_SCSI_WAIT_SCAN=m
by Hugh Dickins
· 17 years ago
0272bf7
[SCSI] fix scsi_wait_scan build problem
by James Bottomley
· 18 years ago
5fc7724
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 18 years ago
405ae7d
Replace remaining references to "driverfs" with "sysfs".
by Robert P. J. Day
· 18 years ago
7c9d6f1
[SCSI] SCSI core: better initialization for sdev->scsi_level
by Alan Stern
· 18 years ago
e423ee3
[SCSI] scsi_scan.c: handle bad inquiry responses
by Alan Stern
· 18 years ago
81b7bbd
Merge branch 'linus'
by James Bottomley
· 18 years ago
30716e0
Merge branch 'linus'
by James Bottomley
· 18 years ago
938e2ac
[SCSI] Fix scsi_add_device() for async scanning
by Matthew Wilcox
· 18 years ago
3424a65
[SCSI] scsi_scan message cosmetic error
by Kurt Garloff
· 18 years ago
ddaf6fc
[SCSI] scsi_scan: fix report lun problems with CDROM or RBC devices
by James Bottomley
· 18 years ago
8bcc241
[SCSI] Add missing completion to scsi_complete_async_scans()
by Matthew Wilcox
· 18 years ago
4796b71
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Howells
· 18 years ago
1aa8fab
[SCSI] Make scsi_scan_host work for drivers which find their own targets
by Matthew Wilcox
· 18 years ago
93b45af
[SCSI] fix missing check for no scanning
by Matthew Wilcox
· 18 years ago
21db188
[SCSI] Add Kconfig option for asynchronous SCSI scanning
by Matthew Wilcox
· 18 years ago
0bd2af4
Merge ../scsi-rc-fixes-2.6
by James Bottomley
· 18 years ago
65f27f3
WorkStruct: Pass the work_struct pointer instead of context data
by David Howells
· 18 years ago
09123d2
[PATCH] SCSI core: always store >= 36 bytes of INQUIRY data
by Alan Stern
· 18 years ago
3e082a9
[SCSI] Add ability to scan scsi busses asynchronously
by Matthew Wilcox
· 18 years ago
884d25c
[SCSI] Fix refcount breakage with 'echo "1" > scan' when target already present
by James Bottomley
· 18 years ago
e5b3cd4
[SCSI] SCSI: sanitize INQUIRY strings
by Alan Stern
· 18 years ago
84961f2
[SCSI] Don't add scsi_device for devices that return PQ=1, PDT=0x1f
by dave wysochanski
· 18 years ago
19ac0db
[SCSI] fix up short inquiry printing
by James Bottomley
· 18 years ago
4ff3671
[SCSI] Improve inquiry printing
by Matthew Wilcox
· 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
309bd27
[SCSI] scsi: Device scanning oops for offlined devices (resend)
by Brian King
· 18 years ago
beb4048
[SCSI] remove scsi_request infrastructure
by Christoph Hellwig
· 18 years ago
091686d
[SCSI] Return -EINVAL when "id == max_id" in scsi_scan_host_selected()
by Amit Arora
· 18 years ago
c5f2e64
[SCSI] scsi_scan.c: fix compile warnings
by akpm@osdl.org
· 19 years ago
84d891d
Merge ../scsi-rc-fixes-2.6
by James Bottomley
· 19 years ago
13f7e5a
[SCSI] BLIST_ATTACH_PQ3 flags
by Kurt Garloff
· 19 years ago
6c7154c
[SCSI] Better log messages for PQ3 devs
by Kurt Garloff
· 19 years ago
4186ab1
[SCSI] Try LUN 1 and use bflags
by Kurt Garloff
· 19 years ago
4d7db04
[SCSI] add SCSI_UNKNOWN and LUN transfer limit restrictions
by James Bottomley
· 19 years ago
Next »