| Commit message (Expand) | Author | Age | Files | Lines |
* | [SCSI] libsas: revert ata srst | Dan Williams | 2012-02-29 | 1 | -1/+0 |
* | [SCSI] libsas: async ata scanning | Dan Williams | 2012-02-29 | 3 | -6/+8 |
* | [SCSI] libsas: restore scan order | Dan Williams | 2012-02-29 | 1 | -5/+0 |
* | [SCSI] libsas: let libata recover links that fail to transmit initial sig-fis | Dan Williams | 2012-02-29 | 2 | -3/+9 |
* | [SCSI] libsas: fix mixed topology recovery | Dan Williams | 2012-02-29 | 1 | -5/+4 |
* | [SCSI] libsas: mark all domain devices gone if root port disappears | Dan Williams | 2012-02-29 | 1 | -1/+1 |
* | [SCSI] libsas: fix sas_find_local_phy(), take phy references | Dan Williams | 2012-02-29 | 2 | -2/+13 |
* | [SCSI] libsas: poll for ata device readiness after reset | Dan Williams | 2012-02-29 | 1 | -0/+1 |
* | [SCSI] libsas: add mutex for SMP task execution | Jeff Skirvin | 2012-02-19 | 1 | -0/+2 |
* | [SCSI] libsas: sas_phy_enable via transport_sas_phy_reset | Dan Williams | 2012-02-19 | 1 | -1/+0 |
* | [SCSI] libsas: execute transport link resets with libata-eh via host workqueue | Dan Williams | 2012-02-19 | 2 | -0/+5 |
* | [SCSI] libsas: perform sas-transport resets in shost->workq context | Dan Williams | 2012-02-19 | 1 | -1/+4 |
* | [SCSI] libsas: use libata-eh-reset for sata rediscovery fis transmit failures | Dan Williams | 2012-02-19 | 1 | -1/+5 |
* | [SCSI] libsas: let libata handle command timeouts | Dan Williams | 2012-02-19 | 1 | -1/+2 |
* | [SCSI] libsas: fix timeout vs completion race | Dan Williams | 2012-02-19 | 2 | -8/+3 |
* | [SCSI] libsas: prevent double completion of scmds from eh | Dan Williams | 2012-02-19 | 1 | -1/+4 |
* | [SCSI] libsas: close error handling vs sas_ata_task_done() race | Dan Williams | 2012-02-19 | 1 | -1/+0 |
* | [SCSI] libsas: use ->set_dmamode to notify lldds of NCQ parameters | Dan Williams | 2012-02-19 | 1 | -3/+1 |
* | [SCSI] libsas: prevent domain rediscovery competing with ata error handling | Dan Williams | 2012-02-19 | 3 | -2/+16 |
* | [SCSI] libsas: convert dev->gone to flags | Dan Williams | 2012-02-19 | 1 | -2/+5 |
* | [SCSI] libsas: introduce sas_drain_work() | Dan Williams | 2012-02-19 | 1 | -0/+4 |
* | [SCSI] libsas: convert ha->state to flags | Dan Williams | 2012-02-19 | 1 | -2/+1 |
* | [SCSI] libsas: replace event locks with atomic bitops | Dan Williams | 2012-02-19 | 1 | -3/+0 |
* | [SCSI] libsas: fix leak of dev->sata_dev.identify_[packet_]device | Dan Williams | 2012-02-19 | 1 | -1/+2 |
* | [SCSI] libsas: fix domain_device leak | Dan Williams | 2012-02-19 | 1 | -0/+1 |
* | [SCSI] libsas: kill sas_slave_destroy | Dan Williams | 2012-02-19 | 1 | -1/+0 |
* | [SCSI] libsas: remove unused ata_task_resp fields | Dan Williams | 2012-02-19 | 1 | -7/+0 |
* | [SCSI] Handle disk devices which can not process medium access commands | Martin K. Petersen | 2012-02-19 | 2 | -0/+7 |
* | [SCSI] virtio-scsi: SCSI driver for QEMU based virtual machines | Paolo Bonzini | 2012-02-19 | 2 | -0/+115 |
* | [SCSI] iscsi_transport: Added Ping support | Vikas Chaudhary | 2012-02-19 | 2 | -0/+25 |
* | [SCSI] scsi_transport_iscsi: added support for host event | Vikas Chaudhary | 2012-02-19 | 2 | -0/+19 |
* | [SCSI] libiscsi_tcp: fix max_r2t manipulation | Mike Christie | 2012-02-19 | 2 | -2/+2 |
* | [SCSI] Correctly set the scsi host/msg/status bytes | Moger, Babu | 2012-02-19 | 1 | -3/+3 |
* | [SCSI] libfc: Add support for FDMI | Neerav Parikh | 2012-02-19 | 3 | -0/+527 |
* | [SCSI] libfc: Make the libfc Common Transport(CT) code generic | Neerav Parikh | 2012-02-19 | 1 | -12/+48 |
* | [SCSI] scsi_transport_fc: Getting FC Port Speed in sync with FC-GS | Neerav Parikh | 2012-02-19 | 1 | -2/+2 |
* | [SCSI] scsi_transport_fc: Add FDMI host attributes | Neerav Parikh | 2012-02-19 | 1 | -0/+28 |
* | [SCSI] scsi_transport_iscsi: Added support to show port_state and port_speed ... | Vikas Chaudhary | 2012-02-19 | 2 | -0/+21 |
* | [SCSI] libiscsi: Added support to show targetalias in sysfs | Vikas Chaudhary | 2012-02-19 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2012-02-11 | 4 | -15/+5 |
|\ |
|
| * | cdrom: move shared static to cdrom_device_info | Paolo Bonzini | 2012-02-08 | 1 | -1/+2 |
| * | block: don't call elevator callbacks for plug merges | Tejun Heo | 2012-02-08 | 1 | -6/+0 |
| * | block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct... | Tejun Heo | 2012-02-08 | 1 | -2/+1 |
| * | block: strip out locking optimization in put_io_context() | Tejun Heo | 2012-02-07 | 2 | -6/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-02-10 | 6 | -14/+73 |
|\ \ |
|
| * | | netprio_cgroup: fix wrong memory access when NETPRIO_CGROUP=m | Neil Horman | 2012-02-10 | 1 | -8/+40 |
| * | | net: Make qdisc_skb_cb upper size bound explicit. | David S. Miller | 2012-02-09 | 1 | -1/+8 |
| * | | ipv4: reset flowi parameters on route connect | Julian Anastasov | 2012-02-04 | 2 | -0/+14 |
| * | | net/hyperv: Fix the page buffer when an RNDIS message goes beyond page boundary | Haiyang Zhang | 2012-02-02 | 1 | -1/+1 |
| * | | net: Disambiguate kernel message | Arun Sharma | 2012-02-01 | 1 | -4/+10 |