summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-8/+4
* target/iscsi: convert to idr_alloc()Tejun Heo2013-02-272-16/+14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-263-46/+18
|\
| * target: writev() on single-element vector is pointlessAl Viro2013-02-262-45/+17
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-02-2617-98/+387
|\ \
| * | target: Rename spc_get_write_same_sectors -> sbc_get_write_same_sectorsRoland Dreier2013-02-233-6/+6
| * | target/file: Add WRITE_SAME w/ UNMAP=0 emulation supportNicholas Bellinger2013-02-201-0/+114
| * | iscsi-target: Enforce individual network portal export once per TargetNameNicholas Bellinger2013-02-191-0/+39
| * | iscsi-target: Refactor iscsit_get_np sockaddr matching into iscsit_check_np_m...Nicholas Bellinger2013-02-192-26/+41
| * | target: Add missing mapped_lun bounds checking during make_mappedlun setupNicholas Bellinger2013-02-181-0/+8
| * | target: Fix lookup of dynamic NodeACLs during cached demo-mode operationNicholas Bellinger2013-02-184-20/+9
| * | target: Fix parameter list length checking in MODE SELECTRoland Dreier2013-02-131-0/+13
| * | target: Fix error checking for UNMAP commandsRoland Dreier2013-02-132-1/+20
| * | target: Fix sense data for out-of-bounds IO operationsRoland Dreier2013-02-131-1/+1
| * | target_core_rd: break out unterminated loop during copyHannes Reinecke2013-02-131-0/+12
| * | target: Add device attribute to expose config_item_name for INQUIRY modelTregaron Bayly2013-02-133-0/+44
| * | target: don't truncate the fail intr addressDan Carpenter2013-02-131-6/+9
| * | target: don't always say "ipv6" as address typeDan Carpenter2013-02-131-4/+6
| * | target/iblock: Use backend REQ_FLUSH hint for WriteCacheEnabled statusNicholas Bellinger2013-02-133-11/+47
| * | iscsi-target: make some temporary buffers largerDan Carpenter2013-02-131-4/+4
| * | target: change sprintf to snprintf in transport_dump_vpd_identDan Carpenter2013-02-131-3/+6
| * | target/rd: improve sg_table lookup scalabilityMartin Svec2013-02-131-2/+4
| * | target: Remove useless if statementRoland Dreier2013-02-131-12/+0
| * | target: Export SPC inquiry emulationHannes Reinecke2013-02-131-3/+5
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-211-1/+1
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' into for-nextJiri Kosina2013-01-2942-3712/+2733
| |\ \ | | |/
| * | treewide: Fix typo in various driversMasanari Iida2013-01-091-1/+1
* | | target: Fix divide by zero bug in fabric_max_sectors for unconfigured devicesNicholas Bellinger2013-01-311-1/+7
* | | target: Fix regression allowing unconfigured devices to fabric port linkNicholas Bellinger2013-01-311-0/+5
* | | target: Fix zero-length READ_CAPACITY_16 regressionNicholas Bellinger2013-01-291-10/+8
* | | target: Fix zero-length MODE_SENSE regressionNicholas Bellinger2013-01-291-28/+7
* | | target: Fix zero-length INQUIRY additional sense code regressionNicholas Bellinger2013-01-291-5/+4
| |/ |/|
* | iscsi-target: Fix CmdSN comparison (use cmd->cmd_sn instead of cmd->stat_sn)Roland Dreier2013-01-101-1/+1
* | target: Release se_cmd when LUN lookup fails for TMRRoland Dreier2013-01-101-0/+2
* | target: Fix use-after-free in LUN RESET handlingRoland Dreier2013-01-101-3/+2
* | target: Fix missing CMD_T_ACTIVE bit regression for pending WRITEsRoland Dreier2013-01-101-0/+1
* | tcm_fc: Do not report target role when target is not definedMark Rustad2013-01-101-2/+8
* | tcm_fc: Do not indicate retry capability to initiatorsMark Rustad2013-01-101-1/+1
* | target: Use TCM_NO_SENSE for initialisationHannes Reinecke2013-01-102-2/+2
* | target: Introduce TCM_NO_SENSEHannes Reinecke2013-01-101-0/+10
* | target: use correct sense code for LUN communication failureHannes Reinecke2013-01-081-1/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-12-1541-3696/+2654
|\ \
| * | target/iscsi_target: Add NodeACL tags for initiator group supportAndy Grover2012-12-132-0/+47
| * | target/tcm_fc: fix the lockdep warning due to inconsistent lock stateYi Zou2012-12-121-1/+1
| * | sbp-target: fix error path in sbp_make_tpg()Chris Boot2012-12-121-7/+10
| * | sbp-target: use simple assignment in tgt_agent_rw_agent_state()Chris Boot2012-12-121-3/+4
| * | iscsi-target: use kstrdup() for iscsi_paramSebastian Andrzej Siewior2012-12-071-13/+3
| * | target/file: merge fd_do_readv() and fd_do_writev()Sebastian Andrzej Siewior2012-12-051-60/+32
| * | target/file: Fix 32-bit highmem breakage for SGL -> iovec mappingSebastian Andrzej Siewior2012-12-051-2/+7
OpenPOWER on IntegriCloud