aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds5-11/+15
2013-02-27target/pscsi: Rename sg_num to nr_vecs in pscsi_get_bio()Asias He1-2/+2
2013-02-27target/pscsi: Fix page incrementAsias He1-1/+0
2013-02-27target/pscsi: Drop unnecessary NULL assignment to bio->bi_nextAsias He1-2/+0
2013-02-27target: Add __exit annotation for module_exit functionsAsias He4-4/+4
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-8/+4
2013-02-27target/iscsi: convert to idr_alloc()Tejun Heo2-16/+14
2013-02-27iscsi-target: Fix immediate queue starvation regression with DATAINNicholas Bellinger1-2/+9
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-46/+18
2013-02-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds17-98/+387
2013-02-26target: writev() on single-element vector is pointlessAl Viro2-45/+17
2013-02-23target: Rename spc_get_write_same_sectors -> sbc_get_write_same_sectorsRoland Dreier3-6/+6
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-02-20target/file: Add WRITE_SAME w/ UNMAP=0 emulation supportNicholas Bellinger1-0/+114
2013-02-19iscsi-target: Enforce individual network portal export once per TargetNameNicholas Bellinger1-0/+39
2013-02-19iscsi-target: Refactor iscsit_get_np sockaddr matching into iscsit_check_np_matchNicholas Bellinger2-26/+41
2013-02-18target: Add missing mapped_lun bounds checking during make_mappedlun setupNicholas Bellinger1-0/+8
2013-02-18target: Fix lookup of dynamic NodeACLs during cached demo-mode operationNicholas Bellinger4-20/+9
2013-02-13target: Fix parameter list length checking in MODE SELECTRoland Dreier1-0/+13
2013-02-13target: Fix error checking for UNMAP commandsRoland Dreier2-1/+20
2013-02-13target: Fix sense data for out-of-bounds IO operationsRoland Dreier1-1/+1
2013-02-13target_core_rd: break out unterminated loop during copyHannes Reinecke1-0/+12
2013-02-13target: Add device attribute to expose config_item_name for INQUIRY modelTregaron Bayly3-0/+44
2013-02-13target: don't truncate the fail intr addressDan Carpenter1-6/+9
2013-02-13target: don't always say "ipv6" as address typeDan Carpenter1-4/+6
2013-02-13target/iblock: Use backend REQ_FLUSH hint for WriteCacheEnabled statusNicholas Bellinger3-11/+47
2013-02-13iscsi-target: make some temporary buffers largerDan Carpenter1-4/+4
2013-02-13target: change sprintf to snprintf in transport_dump_vpd_identDan Carpenter1-3/+6
2013-02-13target/rd: improve sg_table lookup scalabilityMartin Svec1-2/+4
2013-02-13target: Remove useless if statementRoland Dreier1-12/+0
2013-02-13target: Export SPC inquiry emulationHannes Reinecke1-3/+5
2013-01-31target: Fix divide by zero bug in fabric_max_sectors for unconfigured devicesNicholas Bellinger1-1/+7
2013-01-31target: Fix regression allowing unconfigured devices to fabric port linkNicholas Bellinger1-0/+5
2013-01-29target: Fix zero-length READ_CAPACITY_16 regressionNicholas Bellinger1-10/+8
2013-01-29target: Fix zero-length MODE_SENSE regressionNicholas Bellinger1-28/+7
2013-01-29target: Fix zero-length INQUIRY additional sense code regressionNicholas Bellinger1-5/+4
2013-01-29Merge branch 'master' into for-nextJiri Kosina42-3712/+2733
2013-01-10iscsi-target: Fix CmdSN comparison (use cmd->cmd_sn instead of cmd->stat_sn)Roland Dreier1-1/+1
2013-01-10target: Release se_cmd when LUN lookup fails for TMRRoland Dreier1-0/+2
2013-01-10target: Fix use-after-free in LUN RESET handlingRoland Dreier1-3/+2
2013-01-10target: Fix missing CMD_T_ACTIVE bit regression for pending WRITEsRoland Dreier1-0/+1
2013-01-10tcm_fc: Do not report target role when target is not definedMark Rustad1-2/+8
2013-01-10tcm_fc: Do not indicate retry capability to initiatorsMark Rustad1-1/+1
2013-01-10target: Use TCM_NO_SENSE for initialisationHannes Reinecke2-2/+2
2013-01-10target: Introduce TCM_NO_SENSEHannes Reinecke1-0/+10
2013-01-09treewide: Fix typo in various driversMasanari Iida1-1/+1
2013-01-08target: use correct sense code for LUN communication failureHannes Reinecke1-1/+1
2012-12-15Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds41-3696/+2654
2012-12-13target/iscsi_target: Add NodeACL tags for initiator group supportAndy Grover2-0/+47