summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2013-04-09constify a bunch of struct file_operations instancesAl Viro1-1/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-2/+2
2013-04-09scsi_proc: make proc_scsi_host_open() preallocate a bigger bufferAl Viro1-1/+2
2013-04-09scsi: bury ->proc_info()Al Viro1-71/+8
2013-04-09atari_scsi: switch to ->show_info()Al Viro3-87/+62
2013-04-09aix7xxx_old: switch to ->show_info()Al Viro2-163/+60
2013-04-09ips: fix format bugs exposed by previous commitAl Viro1-3/+3
2013-04-09ips: switch to ->show_info()Al Viro2-161/+80
2013-04-09acornscsi: switch to ->show_info()Al Viro1-41/+17
2013-04-09fas216: switch to ->show_info()Al Viro6-142/+49
2013-04-09aic7xxx: switch to ->show_info()Al Viro3-126/+48
2013-04-09aic79xx: switch to ->show_info()Al Viro3-131/+53
2013-04-09in2000: switch to ->show_info()Al Viro1-106/+72
2013-04-09atp870u: switch to ->show_info()Al Viro1-32/+8
2013-04-09dc395x: switch to ->show_info()Al Viro1-16/+4
2013-04-09dpt_i2o: switch to ->show_info()Al Viro1-90/+12
2013-04-09eata_pio: switch to ->show_info()Al Viro1-46/+10
2013-04-09aha1740: switch to ->show_info()Al Viro1-24/+5
2013-04-09aha152x: switch to ->show_info()Al Viro1-49/+12
2013-04-09advansys: fix buggered formats - unsigned long != u32 on 64bitAl Viro1-13/+13
2013-04-09advansys: switch to ->show_info()Al Viro1-837/+327
2013-04-09nsp_cs: switch to ->show_info()Al Viro2-38/+7
2013-04-09nsp32: switch to ->show_info()Al Viro1-33/+6
2013-04-09BusLogic: switch to ->show_info()Al Viro2-46/+38
2013-04-09scsi_debug: switch to ->show_info()Al Viro1-32/+21
2013-04-09NCR5830: switch to ->show_info()Al Viro13-78/+71
2013-04-09ppa: switch to ->show_info()Al Viro1-26/+10
2013-04-09imm: switch to ->show_info()Al Viro1-29/+11
2013-04-09gdth: switch to ->show_info()Al Viro4-170/+52
2013-04-09switch wd33c93 to ->show_info()Al Viro6-115/+94
2013-04-09wd7000: switch to ->show_info()Al Viro1-23/+8
2013-04-09sym53c8xx_2: switch to ->show_info()Al Viro1-94/+21
2013-04-09scsi: saner replacements for ->proc_info()Al Viro1-9/+59
2013-03-04ACPI / glue: Add .match() callback to struct acpi_bus_typeRafael J. Wysocki1-1/+6
2013-03-02Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds67-1190/+4000
2013-03-01[SCSI] Merge tag 'fcoe-02-19-13' into for-linusJames Bottomley10-288/+736
2013-02-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds49-923/+2165
2013-02-27scsi/lpfc: convert to idr_alloc()Tejun Heo1-8/+4
2013-02-27scsi: convert to idr_alloc()Tejun Heo3-57/+34
2013-02-27scsi/bfa: convert to idr_alloc()Tejun Heo1-11/+4
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-7/+7
2013-02-25[SCSI] ufs: Separate PCI code into glue driverVinayak Holikatti5-327/+440
2013-02-25[SCSI] ufs: Segregate PCI Specific CodeVinayak Holikatti4-219/+267
2013-02-24Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2-3/+57
2013-02-24[SCSI] scsi: fix lpfc build when wmb() is defined as mb()Randy Dunlap1-28/+28
2013-02-24[SCSI] storvsc: Handle dynamic resizing of the deviceK. Y. Srinivasan1-0/+31
2013-02-24[SCSI] storvsc: Restructure error handling code on command completionK. Y. Srinivasan1-42/+59
2013-02-24[SCSI] storvsc: avoid usage of WRITE_SAMEOlaf Hering1-0/+4
2013-02-24[SCSI] aacraid: suppress two GCC warningsPaul Bolle1-2/+2
2013-02-24[SCSI] hpsa: check for dma_mapping_error in hpsa_passthru ioctlsStephen M. Cameron1-0/+16