summaryrefslogtreecommitdiffstats
path: root/drivers/target (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * target/pr: Change alloc_registration to avoid pr_reg_tg_pt_lunNicholas Bellinger2015-06-012-67/+70
| * target/pr: Use atomic bitop for se_dev_entry->deve_flags reservation checkNicholas Bellinger2015-06-012-19/+40
| * target: Convert se_node_acl->device_list[] to RCU hlistNicholas Bellinger2015-06-0110-431/+399
| * iscsi-target: fix variable name typo in iscsi_check_acceptor_state()Christophe Vu-Brugier2015-05-311-4/+4
| * target: fix a log message in se_dev_set_emulate_rest_reord()Christophe Vu-Brugier2015-05-311-1/+1
| * target: remove ->put_session methodChristoph Hellwig2015-05-311-6/+0
| * target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig2015-05-3119-19/+0
| * target: remove struct target_fabric_configfs_templateChristoph Hellwig2015-05-312-29/+24
| * target: put struct target_fabric_configfs on a dietChristoph Hellwig2015-05-312-22/+6
| * target: don't copy fabric opsChristoph Hellwig2015-05-312-20/+20
| * target: Remove set-but-not-used-variablesBart Van Assche2015-05-311-4/+2
| * target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-3111-80/+38
| * target: move transport ID handling to the coreChristoph Hellwig2015-05-318-329/+168
| * target: remove the get_fabric_proto_ident methodChristoph Hellwig2015-05-318-88/+9
| * target: change core_tpg_register prototypeChristoph Hellwig2015-05-316-26/+19
| * 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-318-93/+9
| * target: refactor node ACL allocationChristoph Hellwig2015-05-311-77/+56
| * target: refactor init/drop_nodeacl methodsChristoph Hellwig2015-05-316-157/+47
| * target: make the tpg_get_default_depth method optionalChristoph Hellwig2015-05-315-23/+4
| * sbp_target: remove struct sbp_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-315-22/+21
| * 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
* | target: use kvfree() in session alloc and freePekka Enberg2015-07-011-8/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-255-0/+5
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-0217-243/+159
| |\|
| * | treewide: Add missing vmalloc.h inclusion.David S. Miller2015-05-285-0/+5
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-06-2426-57/+25
|\ \ \ | |_|/ |/| |
| * | target: explicitly include scsi_proto.h in target_core_fabric_lib.cStephen Rothwell2015-06-041-0/+2
| * | target: Minimize SCSI header #include directivesBart Van Assche2015-06-0226-57/+23
| |/
* | target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover2015-05-3110-18/+15
* | target: Move passthrough CDB parsing into a common functionAndy Grover2015-05-313-94/+76
* | target/user: Only support full command pass-throughAndy Grover2015-05-311-50/+74
* | target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOSTAndy Grover2015-05-312-0/+4
* | target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystemChristoph Hellwig2015-05-314-53/+27