aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-30target/file: Fix off-by-one READ_CAPACITY bug for !S_ISBLK exportNicholas Bellinger1-5/+6
2013-05-29target: Re-instate sess_wait_list for target_wait_for_sess_cmdsNicholas Bellinger1-4/+14
2013-05-20target: Remove unused wait_for_tasks bit in target_wait_for_sess_cmdsJoern Engel1-23/+5
2013-05-16Merge branch 'queue' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds12-81/+73
2013-05-15target: close target_put_sess_cmd() vs. core_tmr_abort_task() raceJoern Engel1-6/+5
2013-05-15target/iblock: Fix WCE=1 + DPOFUA=1 backend WRITE regressionNicholas Bellinger1-0/+2
2013-05-11iscsi-target: Fix typos in RDMAEXTENSIONS macro usageNicholas Bellinger2-6/+6
2013-05-11target/rd: Add ramdisk bit for NULLIO operationNicholas Bellinger2-3/+19
2013-05-07iscsi-target: Fix processing of OOO commandsShlomo Pongratz1-3/+4
2013-05-03iscsi-target: Make buf param of iscsit_do_crypto_hash_buf() const void *Geert Uytterhoeven1-34/+23
2013-05-03iscsi-target: Fix NULL pointer dereference in iscsit_send_rejectNicholas Bellinger1-3/+3
2013-05-03target: Have dev/enable show if TCM device is configuredAndy Grover1-2/+9
2013-05-03target: Use FD_MAX_SECTORS/FD_BLOCKSIZE for blockdevs using fileioAndy Grover1-7/+2
2013-05-03target: Remove unused struct members in se_dev_entryAndy Grover3-17/+0
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+4
2013-04-25tcm_fc: Check for aborted sequenceMark Rustad1-1/+8
2013-04-25iscsi-target: Add iser network portal attributeNicholas Bellinger1-0/+79
2013-04-25iscsi-target: Refactor TX queue logic + export response PDU creationNicholas Bellinger4-304/+370
2013-04-25iscsi-target: Refactor RX PDU logic + export request PDU handlingNicholas Bellinger8-204/+346
2013-04-25iscsi-target: Add per transport iscsi_cmd alloc/freeNicholas Bellinger5-5/+26
2013-04-25iscsi-target: Add iser-target parameter keys + setup during loginNicholas Bellinger4-17/+161
2013-04-25iscsi-target: Initial traditional TCP conversion to iscsit_transportNicholas Bellinger9-315/+380
2013-04-25iscsi-target: Add iscsit_transport API templateNicholas Bellinger2-1/+57
2013-04-25target: Add export of target_get_sess_cmd symbolNicholas Bellinger1-2/+2
2013-04-25target: Change default sense key of NOT_READYJörn Engel1-2/+7
2013-04-25target/file: Set is_nonrot attributeAsias He1-0/+3
2013-04-25target: Add sbc_execute_unmap() helperAsias He3-155/+93
2013-04-25target/iblock: Add iblock_do_unmap() helperAsias He1-17/+26
2013-04-25target/file: Add fd_do_unmap() helperAsias He1-42/+30
2013-04-25target/file: Add UNMAP emulation supportAsias He1-0/+111
2013-04-25target/file: Add WRITE_SAME w/ UNMAP=1 emulation supportAsias He1-5/+89
2013-04-25tcm_fc: using kfree_rcu() to simplify the codeWei Yongjun1-8/+1
2013-04-25target/iscsi: Use ISCSI_LOGIN_CURRENT/NEXT_STAGE macrosAndy Grover1-8/+6
2013-04-25target/iscsi: Remove chap_set_random()Andy Grover1-27/+1
2013-04-11target: Fix incorrect fallthrough of ALUA Standby/Offline/Transition CDBsNicholas Bellinger1-0/+3
2013-04-09tcm: switch to ->show_info()Al Viro1-5/+4
2013-03-28target: Fix RESERVATION_CONFLICT status regression for iscsi-target special caseNicholas Bellinger1-1/+3
2013-03-19target/pscsi: Reject cross page boundary case in pscsi_map_sgAsias He1-3/+8
2013-03-19target/file: Bump FD_MAX_SECTORS to 2048 to handle 1M sized I/OsNicholas Bellinger1-1/+1
2013-03-18target: fix possible memory leak in core_tpg_register()Wei Yongjun1-1/+2
2013-03-18target/iscsi: Fix mutual CHAP auth on big-endian archesAndy Grover1-1/+4
2013-03-18target_core_sbc: use noop for SYNCHRONIZE_CACHEHannes Reinecke1-2/+5
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