summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* target/file: Update hw_max_sectors based on current block_sizeNicholas Bellinger2014-01-093-5/+13
* iscsi-target: Fix-up all zero data-length CDBs with R/W_BIT setNicholas Bellinger2014-01-091-14/+12
* iscsi-target: chap auth shouldn't match username with trailing garbageEric Seppanen2013-12-041-1/+4
* iscsi-target: fix extract_param to handle buffer length corner caseEric Seppanen2013-12-041-1/+1
* iscsi-target: Fix mutex_trylock usage in iscsit_increment_maxcmdsnNicholas Bellinger2013-12-042-5/+6
* target/pscsi: fix return value checkWei Yongjun2013-11-131-4/+4
* iscsi-target: Only perform wait_for_tasks when performing shutdownNicholas Bellinger2013-10-131-2/+2
* target: Fix >= v3.9+ regression in PR APTPL + ALUA metadata write-outGera Kazakov2013-09-262-2/+2
* iscsi-target: Fix potential NULL pointer in solicited NOPOUT rejectNicholas Bellinger2013-09-071-0/+8
* iscsi-target: Fix iscsit_transport reference leak during NP thread resetNicholas Bellinger2013-09-071-5/+4
* iscsi-target: Fix ImmediateData=Yes failure regression in >= v3.10Nicholas Bellinger2013-09-071-7/+2
* target: Fix trailing ASCII space usage in INQUIRY vendor+modelNicholas Bellinger2013-09-071-3/+6
* iscsi-target: Fix iscsit_sequence_cmd reject handling for iserNicholas Bellinger2013-08-044-28/+57
* iscsi-target: Fix iscsit_add_reject* usage for iserNicholas Bellinger2013-08-046-169/+116
* iscsi-target: Fix ISCSI_OP_SCSI_TMFUNC handling for iserNicholas Bellinger2013-08-041-2/+10
* iser-target: Fix session reset bug with RDMA_CM_EVENT_DISCONNECTEDNicholas Bellinger2013-08-041-0/+1
* iscsi-target: Fix tfc_tpg_nacl_auth_cit configfs length overflowJoern Engel2013-08-041-1/+1
* iscsi-target: Remove left over v3.10-rc debug printksNicholas Bellinger2013-06-203-8/+0
* target/iscsi: Fix op=disable + error handling cases in np_store_iserAndy Grover2013-06-201-11/+14
* target/iscsi: don't corrupt bh_count in iscsit_stop_time2retain_timer()Jörn Engel2013-06-141-2/+2
* iscsi-target: Fix iscsit_free_cmd() se_cmd->cmd_kref shutdown handlingNicholas Bellinger2013-05-314-26/+50
* target: Propigate up ->cmd_kref put return via transport_generic_free_cmdNicholas Bellinger2013-05-311-13/+15
* iscsi-target: fix heap buffer overflow on errorKees Cook2013-05-302-6/+6
* target/file: Fix off-by-one READ_CAPACITY bug for !S_ISBLK exportNicholas Bellinger2013-05-301-5/+6
* target: Re-instate sess_wait_list for target_wait_for_sess_cmdsNicholas Bellinger2013-05-291-4/+14
* target: Remove unused wait_for_tasks bit in target_wait_for_sess_cmdsJoern Engel2013-05-201-23/+5
* Merge branch 'queue' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/tar...Linus Torvalds2013-05-1612-81/+73
|\
| * target: close target_put_sess_cmd() vs. core_tmr_abort_task() raceJoern Engel2013-05-151-6/+5
| * target/iblock: Fix WCE=1 + DPOFUA=1 backend WRITE regressionNicholas Bellinger2013-05-151-0/+2
| * iscsi-target: Fix typos in RDMAEXTENSIONS macro usageNicholas Bellinger2013-05-112-6/+6
| * target/rd: Add ramdisk bit for NULLIO operationNicholas Bellinger2013-05-112-3/+19
| * iscsi-target: Fix processing of OOO commandsShlomo Pongratz2013-05-071-3/+4
| * iscsi-target: Make buf param of iscsit_do_crypto_hash_buf() const void *Geert Uytterhoeven2013-05-031-34/+23
| * iscsi-target: Fix NULL pointer dereference in iscsit_send_rejectNicholas Bellinger2013-05-031-3/+3
| * target: Have dev/enable show if TCM device is configuredAndy Grover2013-05-031-2/+9
| * target: Use FD_MAX_SECTORS/FD_BLOCKSIZE for blockdevs using fileioAndy Grover2013-05-031-7/+2
| * target: Remove unused struct members in se_dev_entryAndy Grover2013-05-033-17/+0
* | 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