aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/iscsi/iscsi_target_login.c
AgeCommit message (Expand)Author
2020-06-17scsi: target: fix hang when multiple threads try to destroy the same iscsi se...Maurizio Lombardi
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-03-20scsi: target: iscsi: Free conn_ops when zalloc_cpumask_var failedtangwenji
2019-03-20scsi: target: iscsi: Fix np_ip_proto and np_sock_type in iscsit_setup_nptangwenji
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-09-17scsi: iscsi: target: fix spelling mistake "entires" -> "entries"Colin Ian King
2018-08-30scsi: iscsi: target: Fix conn_ops double freeMike Christie
2018-08-30scsi: iscsi: target: Set conn->sess to NULL when iscsi_login_set_conn_values ...Vincent Pelletier
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-08-21target/iscsi: Allocate session IDs from an IDAMatthew Wilcox
2018-08-21iscsi target: fix session creation failure handlingMike Christie
2018-07-02scsi: target: Rename transport_init_session() into transport_alloc_session()Bart Van Assche
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2017-11-01target/iscsi: Convert timers to use timer_setup()Kees Cook
2017-11-01target/iscsi: Simplify timer manipulation codeBart Van Assche
2017-08-06iscsi-target: Fix iscsi_np reset hung task during parallel deleteNicholas Bellinger
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-06-19iscsi: ensure RNG is seeded before useJason A. Donenfeld
2017-05-31iscsi-target: Always wait for kthread_should_stop() before kthread exitJiang Yi
2017-05-04iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatementNicholas Bellinger
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-10iscsi: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King
2017-02-09target/iscsi: Fix spelling of "perform"Bart Van Assche
2016-12-09target: Minimize #include directivesBart Van Assche
2016-10-19iscsi-target: fix spelling mistake "Unsolicitied" -> "Unsolicited"Colin Ian King
2016-07-20iscsi-target: Fix panic when adding second TCP connection to iSCSI sessionFeng Li
2016-05-10iscsi-target: remove usage of ->shutdown_sessionChristoph Hellwig
2016-05-09iscsi-target: export symbolsVarun Prakash
2016-05-09iscsi-target: add int (*iscsit_validate_params)()Varun Prakash
2016-01-27iscsi-target: Use shash and ahashHerbert Xu
2015-09-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-08-26target/iscsi: Replace __kernel_sockaddr_storage with sockaddr_storageAndy Grover
2015-08-26target/iscsi: Replace conn->login_ip with login_sockaddrAndy Grover
2015-08-26target/iscsi: Keep local_ip as the actual sockaddrAndy Grover
2015-08-26target/iscsi: Fix np_ip bracket issue by removing np_ipAndy Grover
2015-08-02target: Drop iSCSI use of mutex around max_cmd_sn incrementRoland Dreier
2015-07-24iscsi-target: Fix iscsit_start_kthreads failure OOPsNicholas Bellinger
2015-05-30iscsi-target: remove support for obsolete markersChristophe Vu-Brugier
2015-05-02ISCSI: fix minor memory leakEvgenii Lepikhin
2015-03-26target: mark iscsit_start_kthreads staticChristoph Hellwig
2015-03-26iscsi-target: Drop legacy iscsi_target_tq.c logicNicholas Bellinger
2015-03-26iscsi-target: Convert iscsi_thread_set usage to kthread.hNicholas Bellinger
2015-01-30iscsi-target: Move iscsi_target_[core,stat].h under linux includeSagi Grimberg
2014-12-15iscsi-target: nullify session in failed login sequenceSagi Grimberg
2014-12-12iscsi,iser-target: Expose supported protection ops according to t10_piSagi Grimberg
2014-12-12iscsi,iser-target: Initiate termination only onceSagi Grimberg
2014-09-17iscsi-target: remove unnecessary check in iscsit_setup_np error pathJoern Engel
2014-09-17iscsi-target: Drop duplicate __iscsi_target_login_thread checkNicholas Bellinger