summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-082-8/+8
|\
| * block: Remove some unnecessary bi_vcnt usageKent Overstreet2013-03-232-8/+8
* | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-05-081-0/+1
|\ \
| * | aio: don't include aio.h in sched.hKent Overstreet2013-05-081-0/+1
* | | block_device_operations->release() should return voidAl Viro2013-05-072-4/+2Star
|/ /
* | megaraid: single_open() leakAl Viro2013-05-051-1/+1
* | sun3_scsi: add ->show_info()Geert Uytterhoeven2013-05-043-106/+80Star
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-05-021-141/+346
|\ \
| * | virtio-scsi: reset virtqueue affinity when doing cpu hotplugWanlong Gao2013-04-081-0/+29
| * | virtio-scsi: introduce multiqueue supportPaolo Bonzini2013-04-081-28/+254
| * | virtio-scsi: push vq lock/unlock into virtscsi_vq_donePaolo Bonzini2013-04-081-13/+9Star
| * | virtio-scsi: pass struct virtio_scsi to virtqueue completion functionPaolo Bonzini2013-04-081-8/+9
| * | virtio-scsi: redo allocation of target dataWanlong Gao2013-04-081-46/+25Star
| * | virtio_scsi: use virtqueue_add_inbuf() for virtscsi_kick_event.Rusty Russell2013-03-201-2/+2
| * | virtio-scsi: use virtqueue_add_sgs for command buffersWanlong Gao2013-03-201-63/+37Star
| * | virtio-scsi: use pr_err() instead of printk()Wanlong Gao2013-03-121-4/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-0269-3531/+1576Star
|\ \ \
| * | | proc: Supply an accessor for getting the data from a PDE's parentDavid Howells2013-05-011-1/+1
| * | | proc: Add proc_mkdir_data()David Howells2013-05-011-2/+2
| * | | megaraid: Don't use create_proc_read_entry()David Howells2013-04-292-675/+382Star
| * | | 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