aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_scan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2015-01-23block: support different tag allocation policyShaohua Li1-1/+2
2015-01-09scsi: retry report-luns when reported LU count requres more memoryRob Evers1-30/+11
2015-01-09scsi: use set/get_unaligned_be32 in report_lunsRob Evers1-8/+3
2015-01-09scsi: avoid unnecessary GFP_ATOMIC allocation in scsi_report_lun_scanRob Evers1-1/+1
2014-12-08Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley1-1/+1
2014-11-24scsi: remove scsi_driver owner fieldChristoph Hellwig1-5/+4
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-1/+1
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-2/+4
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-0/+6
2014-11-12scsi: fix off-by-one LUN check in scsi_scan_host_selected()Mark Knibbs1-1/+1
2014-11-12scsi: fix trivial typos in scsi_scan.c commentMark Knibbs1-2/+2
2014-10-01scsi: don't add scsi_device if its already visibleSubhash Jadavani1-0/+3
2014-10-01scsi: fix the type for well known LUsSubhash Jadavani1-0/+13
2014-09-15scsi: don't store LUN bits in CDB[1] for USB mass-storage devicesAlan Stern1-0/+10
2014-07-29scsi: do not issue SCSI RSOC command to Promise Vtrak E610fJanusz Dziemidowicz1-0/+6
2014-07-25scsi: add a blacklist flag which enables VPD page inquiriesMartin K. Petersen1-1/+3
2014-07-25scsi: move the writeable field from struct scsi_device to struct scsi_cdChristoph Hellwig1-24/+0
2014-07-25scsi: add support for a blk-mq based I/O path.Christoph Hellwig1-1/+4
2014-07-17scsi: use dev_printk variants where possibleHannes Reinecke1-29/+33
2014-07-17scsi_scan: Fixup scsilun_to_int()Hannes Reinecke1-12/+10
2014-07-17scsi: use 64-bit value for 'max_luns'Hannes Reinecke1-3/+3
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-35/+19
2014-07-17scsi_scan: Restrict sequential scan to 256 LUNsHannes Reinecke1-0/+6
2014-07-17scsi: Remove CONFIG_SCSI_MULTI_LUNHannes Reinecke1-4/+0
2014-04-11Merge branch 'async-scsi-resume' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/isciLinus Torvalds1-1/+1
2014-04-10scsi: async sd resumeDan Williams1-1/+1
2014-03-27[SCSI] Add EVPD page 0x83 and 0x80 to sysfsHannes Reinecke1-0/+3
2014-03-15[SCSI] dual scan thread bug fixJames Bottomley1-7/+16
2014-03-15[SCSI] fix our current target reap infrastructureJames Bottomley1-39/+60
2013-06-24[SCSI] Workaround for disks that report bad optimal transfer lengthMartin K. Petersen1-0/+3
2013-06-04[SCSI] Allow error handling timeout to be specifiedMartin K. Petersen1-0/+2
2012-10-02Merge SCSI misc branch into isci-for-3.6 tagJames Bottomley1-0/+3
2012-09-24[SCSI] Disable DIF on Hitachi Ultrastar 15K300Martin K. Petersen1-0/+3
2012-08-22[SCSI] Fix 'Device not ready' issue on mpt2sasJames Bottomley1-0/+10
2012-07-20[SCSI] Revert "[SCSI] fix async probe regression"Dan Williams1-5/+2
2012-07-20[SCSI] cleanup usages of scsi_complete_async_scansDan Williams1-12/+0
2012-07-20[SCSI] queue async scan work to an async_schedule domainDan Williams1-6/+6
2012-07-20[SCSI] fix hot unplug vs async scan raceDan Williams1-0/+3
2012-05-30[SCSI] fix async probe regressionDan Williams1-2/+5
2012-03-12Merge 3.3-rc7 into usb-nextGreg Kroah-Hartman1-0/+4
2012-02-18[SCSI] scsi_scan: Fix 'Poison overwritten' warning caused by using freed 'shost'Huajun Li1-2/+2
2012-02-08SCSI & usb-storage: add flags for VPD pages and REPORT LUNSAlan Stern1-0/+4
2011-12-14block: misc updates to blk_get_queue()Tejun Heo1-1/+1
2011-11-09[SCSI] fix WARNING: at drivers/scsi/scsi_lib.c:1704James Bottomley1-5/+1
2011-11-03[SCSI] Fix block queue and elevator memory leak in scsi_alloc_sdevAnton Blanchard1-0/+1
2011-06-02[SCSI] Fix oops caused by queue refcounting failureJames Bottomley1-1/+1
2011-05-17scsi: remove performance regression due to async queue runJens Axboe1-0/+2
2010-10-22driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers1-2/+0
2010-07-28[SCSI] implement runtime Power ManagementAlan Stern1-4/+20