summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* target: Fix incorrect fallthrough of ALUA Standby/Offline/Transition CDBsNicholas Bellinger2013-04-111-0/+3
* target: Fix RESERVATION_CONFLICT status regression for iscsi-target special caseNicholas Bellinger2013-03-291-1/+3
* target/pscsi: Reject cross page boundary case in pscsi_map_sgAsias He2013-03-201-3/+8
* target/file: Bump FD_MAX_SECTORS to 2048 to handle 1M sized I/OsNicholas Bellinger2013-03-201-1/+1
* target: fix possible memory leak in core_tpg_register()Wei Yongjun2013-03-181-1/+2
* target/iscsi: Fix mutual CHAP auth on big-endian archesAndy Grover2013-03-181-1/+4
* target_core_sbc: use noop for SYNCHRONIZE_CACHEHannes Reinecke2013-03-181-2/+5
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-03-025-11/+15
|\
| * target/pscsi: Rename sg_num to nr_vecs in pscsi_get_bio()Asias He2013-02-281-2/+2
| * target/pscsi: Fix page incrementAsias He2013-02-281-1/+0Star
| * target/pscsi: Drop unnecessary NULL assignment to bio->bi_nextAsias He2013-02-281-2/+0Star
| * target: Add __exit annotation for module_exit functionsAsias He2013-02-284-4/+4
| * iscsi-target: Fix immediate queue starvation regression with DATAINNicholas Bellinger2013-02-281-2/+9
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-8/+4Star
* | target/iscsi: convert to idr_alloc()Tejun Heo2013-02-282-16/+14Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-273-46/+18Star
|\ \
| * | target: writev() on single-element vector is pointlessAl Viro2013-02-262-45/+17Star
| * | new helper: file_inode(file)Al Viro2013-02-231-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-201-0/+39
| * | iscsi-target: Refactor iscsit_get_np sockaddr matching into iscsit_check_np_m...Nicholas Bellinger2013-02-202-26/+41
| * | target: Add missing mapped_lun bounds checking during make_mappedlun setupNicholas Bellinger2013-02-191-0/+8
| * | target: Fix lookup of dynamic NodeACLs during cached demo-mode operationNicholas Bellinger2013-02-194-20/+9Star
| * | 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/+0Star
| * | 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-221-1/+1
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' into for-nextJiri Kosina2013-01-2942-3712/+2733Star
| |\|
| * | 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-02-011-1/+7
* | | target: Fix regression allowing unconfigured devices to fabric port linkNicholas Bellinger2013-02-011-0/+5
* | | target: Fix zero-length READ_CAPACITY_16 regressionNicholas Bellinger2013-01-291-10/+8Star
* | | target: Fix zero-length MODE_SENSE regressionNicholas Bellinger2013-01-291-28/+7Star
* | | target: Fix zero-length INQUIRY additional sense code regressionNicholas Bellinger2013-01-291-5/+4Star
| |/ |/|
* | iscsi-target: Fix CmdSN comparison (use cmd->cmd_sn instead of cmd->stat_sn)Roland Dreier2013-01-111-1/+1
* | target: Release se_cmd when LUN lookup fails for TMRRoland Dreier2013-01-111-0/+2
* | target: Fix use-after-free in LUN RESET handlingRoland Dreier2013-01-111-3/+2Star
* | target: Fix missing CMD_T_ACTIVE bit regression for pending WRITEsRoland Dreier2013-01-111-0/+1