summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* mpt3sas: don't wank with fasync on ->release()Al Viro2013-04-291-14/+0Star
* mpt2sas: don't wank with fasync on ->release()Al Viro2013-04-291-14/+0Star
* pmcraid: don't wank with fasync in ->release()Al Viro2013-04-291-14/+0Star
* lpfc: fix races for miscdevice open vs. rmmodAl Viro2013-04-291-32/+1Star
* constify a bunch of struct file_operations instancesAl Viro2013-04-091-1/+1
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-2/+2
* scsi_proc: make proc_scsi_host_open() preallocate a bigger bufferAl Viro2013-04-091-1/+2
* scsi: bury ->proc_info()Al Viro2013-04-091-71/+8Star
* atari_scsi: switch to ->show_info()Al Viro2013-04-093-87/+62Star
* aix7xxx_old: switch to ->show_info()Al Viro2013-04-092-163/+60Star
* ips: fix format bugs exposed by previous commitAl Viro2013-04-091-3/+3
* ips: switch to ->show_info()Al Viro2013-04-092-161/+80Star
* acornscsi: switch to ->show_info()Al Viro2013-04-091-41/+17Star
* fas216: switch to ->show_info()Al Viro2013-04-096-142/+49Star
* aic7xxx: switch to ->show_info()Al Viro2013-04-093-126/+48Star
* aic79xx: switch to ->show_info()Al Viro2013-04-093-131/+53Star
* in2000: switch to ->show_info()Al Viro2013-04-091-106/+72Star
* atp870u: switch to ->show_info()Al Viro2013-04-091-32/+8Star
* dc395x: switch to ->show_info()Al Viro2013-04-091-16/+4Star
* dpt_i2o: switch to ->show_info()Al Viro2013-04-091-90/+12Star
* eata_pio: switch to ->show_info()Al Viro2013-04-091-46/+10Star
* aha1740: switch to ->show_info()Al Viro2013-04-091-24/+5Star
* aha152x: switch to ->show_info()Al Viro2013-04-091-49/+12Star
* advansys: fix buggered formats - unsigned long != u32 on 64bitAl Viro2013-04-091-13/+13
* advansys: switch to ->show_info()Al Viro2013-04-091-837/+327Star
* nsp_cs: switch to ->show_info()Al Viro2013-04-092-38/+7Star
* nsp32: switch to ->show_info()Al Viro2013-04-091-33/+6Star
* BusLogic: switch to ->show_info()Al Viro2013-04-092-46/+38Star
* scsi_debug: switch to ->show_info()Al Viro2013-04-091-32/+21Star
* NCR5830: switch to ->show_info()Al Viro2013-04-0913-78/+71Star
* ppa: switch to ->show_info()Al Viro2013-04-091-26/+10Star
* imm: switch to ->show_info()Al Viro2013-04-091-29/+11Star
* gdth: switch to ->show_info()Al Viro2013-04-094-170/+52Star
* switch wd33c93 to ->show_info()Al Viro2013-04-096-115/+94Star
* wd7000: switch to ->show_info()Al Viro2013-04-091-23/+8Star
* sym53c8xx_2: switch to ->show_info()Al Viro2013-04-091-94/+21Star
* scsi: saner replacements for ->proc_info()Al Viro2013-04-091-9/+59
* ACPI / glue: Add .match() callback to struct acpi_bus_typeRafael J. Wysocki2013-03-041-1/+6
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2013-03-0267-1190/+4000
|\
| * [SCSI] Merge tag 'fcoe-02-19-13' into for-linusJames Bottomley2013-03-0110-288/+736
| |\
| | * libfcoe: Check for unusable FCFs before looking for conflicting FCFsBhanu Prakash Gollapudi2013-02-191-9/+9
| | * libfc: XenServer fails to mount root filesystem.Krishna Mohan2013-02-151-1/+1
| | * libfcoe: Handle CVL while waiting to select an FCFBhanu Prakash Gollapudi2013-02-121-1/+9
| | * fcoe: Fix deadlock while deleting FCoE interface with NPIV portsNeerav Parikh2013-01-281-0/+23
| | * fcoe: close race on link speed detection in fcoe codeNeil Horman2013-01-281-4/+27
| | * debris left by "[SCSI] libfcoe: Remove mutex_trylock/restart_syscall checks"Al Viro2012-12-141-5/+1Star
| | * bnx2fc: use fcoe_get_lesb/fcoe_ctlr_get_lesb() directly from libfcoeYi Zou2012-12-141-46/+7Star
| | * bnx2fc: use fcoe_link_speed_update() from the exported symbol in libfcoeYi Zou2012-12-141-31/+2Star
| | * bnx2fc: add support to get_netdev for bnx2f_interfaceYi Zou2012-12-141-2/+3
| | * libfcoe, fcoe: consolidate the fcoe_ctlr_get_lesb/fcoe_get_lesbYi Zou2012-12-142-40/+54