summaryrefslogtreecommitdiffstats
path: root/drivers/target/iscsi
Commit message (Expand)AuthorAgeFilesLines
* scsi: iscsi: target: Fix conn_ops double freeMike Christie2018-08-303-75/+77
* scsi: iscsi: target: Set conn->sess to NULL when iscsi_login_set_conn_values ...Vincent Pelletier2018-08-301-5/+3
* scsi: target: iscsi: cxgbit: use pr_debug() instead of pr_info()Varun Prakash2018-08-271-4/+4
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-263-34/+21
|\
| * target/iscsi: Allocate session IDs from an IDAMatthew Wilcox2018-08-213-30/+10
| * iscsi target: fix session creation failure handlingMike Christie2018-08-211-14/+21
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-154-30/+36
|\ \ | |/ |/|
| * scsi: iscsi target: have iscsit_start_nopin_timer call __iscsit_start_nopin_t...Mike Christie2018-08-021-19/+1
| * Revert "scsi: target/iscsi: Reduce number of __iscsit_free_cmd() callers"Bart Van Assche2018-07-303-2/+5
| * scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche2018-07-021-4/+2
| * scsi: target/iscsi: Make iscsit_ta_authentication() respect the output buffer...Bart Van Assche2018-07-021-2/+1
| * scsi: target/iscsi: Reduce number of __iscsit_free_cmd() callersBart Van Assche2018-07-023-5/+2
| * scsi: target: Rename transport_init_session() into transport_alloc_session()Bart Van Assche2018-07-021-1/+1
| * scsi: target: Convert target drivers to use sbitmapMatthew Wilcox2018-06-191-3/+30
| * scsi: target: Abstract tag freeingMatthew Wilcox2018-06-191-1/+1
* | scsi: target: iscsi: cxgbit: fix max iso npdu calculationVarun Prakash2018-07-121-7/+9
|/
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-26/+2
|\
| * iscsi-target: use common inet_addr_is_anySagi Grimberg2018-03-261-26/+2
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-9/+9
|/
* iscsi-target: make sure to wake up sleeping login workerFlorian Westphal2018-01-231-0/+3
* target/iscsi: avoid NULL dereference in CHAP auth error pathDavid Disseldorp2018-01-121-1/+2
* cxgbit: call neigh_event_send() to update MAC addressVarun Prakash2018-01-121-0/+3
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-11-2411-74/+124
|\
| * iscsi-target: Fix non-immediate TMR reference leakNicholas Bellinger2017-11-071-3/+5
| * iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_krefNicholas Bellinger2017-11-071-13/+9
| * iSCSI-target: Use common error handling code in iscsi_decode_text_input()Markus Elfring2017-11-041-21/+18
| * target/iscsi: Detect conn_cmd_list corruption earlyBart Van Assche2017-11-041-0/+4
| * target/iscsi: Fix a race condition in iscsit_add_reject_from_cmd()Bart Van Assche2017-11-041-1/+2
| * target/iscsi: Modify iscsit_do_crypto_hash_buf() prototypeBart Van Assche2017-11-041-24/+17
| * target/iscsi: Fix endianness in an error messageBart Van Assche2017-11-041-3/+3
| * target/iscsi: Use min() in iscsit_dump_data_payload() instead of open-coding itBart Van Assche2017-11-041-4/+3
| * target/iscsi: Define OFFLOAD_BUF_SIZE onceBart Van Assche2017-11-041-2/+0
| * target: Suppress gcc 7 fallthrough warningsBart Van Assche2017-11-041-0/+1
| * cxgbit: Abort the TCP connection in case of data out timeoutVarun Prakash2017-11-043-0/+55
| * iscsi-target: fix memory leak in iscsit_release_discovery_tpg()tangwenji2017-11-041-2/+5
| * iscsi-target: fix memory leak in lio_target_tiqn_addtpg()tangwenji2017-11-041-1/+2
* | Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds2017-11-141-6/+6
|\ \
| * | target: make config_item_type constBhumika Goyal2017-10-191-6/+6
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-1310-52/+48
|\ \
| * | target/iscsi: Convert timers to use timer_setup()Kees Cook2017-11-0110-33/+37
| * | target/iscsi: Simplify timer manipulation codeBart Van Assche2017-11-0110-42/+34
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0218-0/+18
|/
* iscsi-target: Fix iscsi_np reset hung task during parallel deleteNicholas Bellinger2017-08-062-2/+6
* cxgbit: fix sg_nents calculationVarun Prakash2017-07-301-5/+7
* iscsi-target: fix invalid flags in text responseVarun Prakash2017-07-301-2/+2
* iscsi-target: fix memory leak in iscsit_setup_text_cmd()Varun Prakash2017-07-301-0/+1
* cxgbit: add missing __kfree_skb()Varun Prakash2017-07-301-4/+12
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-152-11/+25
|\
| * iscsi: ensure RNG is seeded before useJason A. Donenfeld2017-06-192-11/+25
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-07-139-102/+73
|\ \