summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] libsas: prevent double completion of scmds from ehDan Williams2012-02-191-1/+4
* [SCSI] libsas: close error handling vs sas_ata_task_done() raceDan Williams2012-02-191-1/+0Star
* [SCSI] libsas: use ->set_dmamode to notify lldds of NCQ parametersDan Williams2012-02-191-3/+1Star
* [SCSI] libsas: prevent domain rediscovery competing with ata error handlingDan Williams2012-02-193-2/+16
* [SCSI] libsas: convert dev->gone to flagsDan Williams2012-02-191-2/+5
* [SCSI] libsas: introduce sas_drain_work()Dan Williams2012-02-191-0/+4
* [SCSI] libsas: convert ha->state to flagsDan Williams2012-02-191-2/+1Star
* [SCSI] libsas: replace event locks with atomic bitopsDan Williams2012-02-191-3/+0Star
* [SCSI] libsas: fix leak of dev->sata_dev.identify_[packet_]deviceDan Williams2012-02-191-1/+2
* [SCSI] libsas: fix domain_device leakDan Williams2012-02-191-0/+1
* [SCSI] libsas: kill sas_slave_destroyDan Williams2012-02-191-1/+0Star
* [SCSI] libsas: remove unused ata_task_resp fieldsDan Williams2012-02-191-7/+0Star
* [SCSI] Handle disk devices which can not process medium access commandsMartin K. Petersen2012-02-192-0/+7
* [SCSI] virtio-scsi: SCSI driver for QEMU based virtual machinesPaolo Bonzini2012-02-192-0/+115
* [SCSI] iscsi_transport: Added Ping supportVikas Chaudhary2012-02-192-0/+25
* [SCSI] scsi_transport_iscsi: added support for host eventVikas Chaudhary2012-02-192-0/+19
* [SCSI] libiscsi_tcp: fix max_r2t manipulationMike Christie2012-02-192-2/+2
* [SCSI] Correctly set the scsi host/msg/status bytesMoger, Babu2012-02-191-3/+3
* [SCSI] libfc: Add support for FDMINeerav Parikh2012-02-193-0/+527
* [SCSI] libfc: Make the libfc Common Transport(CT) code genericNeerav Parikh2012-02-191-12/+48
* [SCSI] scsi_transport_fc: Getting FC Port Speed in sync with FC-GSNeerav Parikh2012-02-191-2/+2
* [SCSI] scsi_transport_fc: Add FDMI host attributesNeerav Parikh2012-02-191-0/+28
* [SCSI] scsi_transport_iscsi: Added support to show port_state and port_speed ...Vikas Chaudhary2012-02-192-0/+21
* [SCSI] libiscsi: Added support to show targetalias in sysfsVikas Chaudhary2012-02-191-0/+1
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2012-02-114-15/+5Star
|\
| * cdrom: move shared static to cdrom_device_infoPaolo Bonzini2012-02-081-1/+2
| * block: don't call elevator callbacks for plug mergesTejun Heo2012-02-081-6/+0Star
| * block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Tejun Heo2012-02-081-2/+1Star
| * block: strip out locking optimization in put_io_context()Tejun Heo2012-02-072-6/+2Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-02-106-14/+73
|\ \
| * | netprio_cgroup: fix wrong memory access when NETPRIO_CGROUP=mNeil Horman2012-02-101-8/+40
| * | net: Make qdisc_skb_cb upper size bound explicit.David S. Miller2012-02-091-1/+8
| * | ipv4: reset flowi parameters on route connectJulian Anastasov2012-02-052-0/+14
| * | net/hyperv: Fix the page buffer when an RNDIS message goes beyond page boundaryHaiyang Zhang2012-02-021-1/+1
| * | net: Disambiguate kernel messageArun Sharma2012-02-011-4/+10
* | | Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-02-102-2/+9
|\ \ \
| * | | writeback: fix dereferencing NULL bdi->dev on trace_writeback_queueWu Fengguang2012-02-061-1/+4
| * | | lib: proportion: lower PROP_MAX_SHIFT to 32 on 64-bit kernelWu Fengguang2012-02-011-0/+4
| * | | writeback: fix NULL bdi->dev in trace writeback_single_inodeWu Fengguang2012-02-011-1/+1
| |/ /
* | | Merge tag 'usb-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-02-091-1/+1
|\ \ \
| * | | usb: ch9.h: usb_endpoint_maxp() uses __le16_to_cpu()Kuninori Morimoto2012-02-021-1/+1
| |/ /
* | | Merge branch '3.3-rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-02-093-3/+4
|\ \ \
| * | | target: Change target_submit_cmd() to return voidAndy Grover2012-02-071-1/+1
| * | | target: Allow control CDBs with data > 1 pageAndy Grover2012-01-182-2/+3
* | | | Merge tag 'fbdev-fixes-for-3.3-1' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-02-081-0/+5
|\ \ \ \
| * | | | OMAPDSS: HDMI: PHY burnout fixTomi Valkeinen2012-01-261-0/+5
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2012-02-071-0/+10
|\ \ \ \ \
| * | | | | lib: add NO_GENERIC_PCI_IOPORT_MAPMichael S. Tsirkin2012-01-311-0/+10
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sam...Linus Torvalds2012-02-071-0/+2
|\ \ \ \ \ \
| * | | | | | mfd: Store twl6040-codec mclk configurationPeter Ujfalusi2012-02-031-0/+2
| | |_|_|/ / | |/| | | |