summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | target: move transport ID handling to the coreChristoph Hellwig2015-05-3116-721/+173
| * | target: remove the get_fabric_proto_ident methodChristoph Hellwig2015-05-3113-177/+9
| * | target: change core_tpg_register prototypeChristoph Hellwig2015-05-3111-37/+30
| * | tcm_fc: stop using se_tpg_fabric_ptrChristoph Hellwig2015-05-311-9/+8
| * | tcm_loop: stop using se_tpg_fabric_ptrChristoph Hellwig2015-05-311-12/+11
| * | target/iscsi: stop using se_tpg_fabric_ptrChristoph Hellwig2015-05-311-28/+15
| * | target: handle odd SG mapping for data transfer memoryAkinobu Mita2015-05-311-39/+83
| * | target: ensure se_cmd->t_prot_sg is allocated when requiredAkinobu Mita2015-05-311-12/+15
| * | target: Fix inconsistent address passed to kunmap_atomic() in sbc_dif_copy_pr...Akinobu Mita2015-05-311-2/+3
| * | target: move node ACL allocation to core codeChristoph Hellwig2015-05-3115-192/+16
| * | target: refactor node ACL allocationChristoph Hellwig2015-05-311-77/+56
| * | target: refactor init/drop_nodeacl methodsChristoph Hellwig2015-05-3111-335/+73
| * | target: make the tpg_get_default_depth method optionalChristoph Hellwig2015-05-3110-54/+4
| * | vhost/scsi: remove struct vhost_scsi_naclChristoph Hellwig2015-05-311-31/+3
| * | sbp_target: remove struct sbp_naclChristoph Hellwig2015-05-312-30/+3
| * | tcm_usb: remove struct usbg_naclChristoph Hellwig2015-05-312-30/+3
| * | tcm_loop: remove struct tcm_loop_naclChristoph Hellwig2015-05-312-17/+2
| * | target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche2015-05-319-32/+31
| * | target/user: Add support for bidirectional commandsIlias Tsitsimpis2015-05-311-5/+24
| * | target/user: Refactor data area allocation codeIlias Tsitsimpis2015-05-311-83/+106
| * | target/transport: Always initialize bidi fields in se_cmdIlias Tsitsimpis2015-05-311-4/+2
| * | target/loop: Enable VARLEN CDB supportIlias Tsitsimpis2015-05-312-6/+1
| * | driver/user: Don't warn for DMA_NONE data directionIlias Tsitsimpis2015-05-311-2/+3
| * | target: fix DPO and FUA bit checksChristoph Hellwig2015-05-316-32/+40
| * | iscsi-target: remove support for obsolete markersChristophe Vu-Brugier2015-05-319-444/+16
| * | target/sbc: Fix sbc_dif_verify inconsistent map/unmapSagi Grimberg2015-05-311-14/+14
| * | target/file: Remove fd_prot bounce bufferSagi Grimberg2015-05-312-106/+28
| * | target: Merge sbc_verify_dif_read|writeSagi Grimberg2015-05-314-107/+34
* | | Merge tag 'ntb-4.2' of git://github.com/jonmason/ntbLinus Torvalds2015-07-0419-2778/+4389
|\ \ \
| * | | NTB: Add split BAR output for debugfs statsDave Jiang2015-07-041-15/+68
| * | | NTB: Change WARN_ON_ONCE to pr_warn_once on unsafeDave Jiang2015-07-041-8/+16
| * | | NTB: Print driver name and version in module initDave Jiang2015-07-042-0/+6
| * | | NTB: Increase transport MTU to 64k from 16kDave Jiang2015-07-041-1/+1
| * | | NTB: Rename Intel code names to platform namesDave Jiang2015-07-042-455/+455
| * | | NTB: Default to CPU memcpy for performanceDave Jiang2015-07-041-4/+13
| * | | NTB: Improve performance with write combiningDave Jiang2015-07-041-1/+10
| * | | NTB: Use NUMA memory in Intel driverAllen Hubbe2015-07-041-6/+12
| * | | NTB: Use NUMA memory and DMA chan in transportAllen Hubbe2015-07-041-14/+32
| * | | NTB: Rate limit ntb_qp_link_workAllen Hubbe2015-07-041-1/+1
| * | | NTB: Add tool test clientAllen Hubbe2015-07-043-0/+568
| * | | NTB: Add ping pong test clientAllen Hubbe2015-07-045-1/+262
| * | | NTB: Add parameters for Intel SNB B2B addressesAllen Hubbe2015-07-041-19/+58
| * | | NTB: Reset transport QP link stats on downAllen Hubbe2015-07-041-8/+28
| * | | NTB: Do not advance transport RX on link downAllen Hubbe2015-07-041-2/+1
| * | | NTB: Differentiate transport link down messagesAllen Hubbe2015-07-041-2/+2
| * | | NTB: Check the device ID to set errata flagsDave Jiang2015-07-041-5/+44
| * | | NTB: Enable link for Intel root port mode in probeDave Jiang2015-07-041-0/+10
| * | | NTB: Read peer info from local SPAD in transportDave Jiang2015-07-041-5/+5
| * | | NTB: Split ntb_hw_intel and ntb_transport driversAllen Hubbe2015-07-0410-2180/+2543
| * | | NTB: Add NTB hardware abstraction layerAllen Hubbe2015-07-042-0/+252