summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-5/+4
|\
| * tcm: switch to ->show_info()Al Viro2013-04-091-5/+4
* | tcm_fc: Check for aborted sequenceMark Rustad2013-04-251-1/+8
* | iscsi-target: Add iser network portal attributeNicholas Bellinger2013-04-251-0/+79
* | iscsi-target: Refactor TX queue logic + export response PDU creationNicholas Bellinger2013-04-254-304/+370
* | iscsi-target: Refactor RX PDU logic + export request PDU handlingNicholas Bellinger2013-04-258-204/+346
* | iscsi-target: Add per transport iscsi_cmd alloc/freeNicholas Bellinger2013-04-255-5/+26
* | iscsi-target: Add iser-target parameter keys + setup during loginNicholas Bellinger2013-04-254-17/+161
* | iscsi-target: Initial traditional TCP conversion to iscsit_transportNicholas Bellinger2013-04-259-315/+380
* | iscsi-target: Add iscsit_transport API templateNicholas Bellinger2013-04-252-1/+57
* | target: Add export of target_get_sess_cmd symbolNicholas Bellinger2013-04-251-2/+2
* | target: Change default sense key of NOT_READYJörn Engel2013-04-251-2/+7
* | target/file: Set is_nonrot attributeAsias He2013-04-251-0/+3
* | target: Add sbc_execute_unmap() helperAsias He2013-04-253-155/+93
* | target/iblock: Add iblock_do_unmap() helperAsias He2013-04-251-17/+26
* | target/file: Add fd_do_unmap() helperAsias He2013-04-251-42/+30
* | target/file: Add UNMAP emulation supportAsias He2013-04-251-0/+111
* | target/file: Add WRITE_SAME w/ UNMAP=1 emulation supportAsias He2013-04-251-5/+89
* | tcm_fc: using kfree_rcu() to simplify the codeWei Yongjun2013-04-251-8/+1
* | target/iscsi: Use ISCSI_LOGIN_CURRENT/NEXT_STAGE macrosAndy Grover2013-04-251-8/+6
* | target/iscsi: Remove chap_set_random()Andy Grover2013-04-251-27/+1
* | 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-281-1/+3
|/
* target/pscsi: Reject cross page boundary case in pscsi_map_sgAsias He2013-03-191-3/+8
* target/file: Bump FD_MAX_SECTORS to 2048 to handle 1M sized I/OsNicholas Bellinger2013-03-191-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-271-2/+2
| * target/pscsi: Fix page incrementAsias He2013-02-271-1/+0
| * target/pscsi: Drop unnecessary NULL assignment to bio->bi_nextAsias He2013-02-271-2/+0
| * target: Add __exit annotation for module_exit functionsAsias He2013-02-274-4/+4
| * iscsi-target: Fix immediate queue starvation regression with DATAINNicholas Bellinger2013-02-271-2/+9
* | 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
OpenPOWER on IntegriCloud