aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libiscsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+20
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-58/+6
2019-03-07scsi: libiscsi: Hold back_lock when calling iscsi_complete_taskLee Duncan1-2/+20
2019-02-15scsi: libiscsi: Fix race between iscsi_xmit_task and iscsi_complete_taskAnoob Soman1-0/+6
2019-02-12scsi: libiscsi: Use scsi_[gs]et_resid() where appropriateBart Van Assche1-1/+1
2019-02-05scsi: remove bidirectional command supportChristoph Hellwig1-58/+6
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+10
2018-12-20scsi: iscsi: Capture iscsi debug messages using tracepointsFred Herard1-0/+10
2018-11-28scsi: libiscsi: Fix NULL pointer dereference in iscsi_eh_session_resetFred Herard1-2/+2
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+2
2018-07-30scsi: libiscsi: Annotate fall-throughBart Van Assche1-0/+1
2018-07-30scsi: libiscsi: Annotate locking assumptionsBart Van Assche1-0/+1
2018-07-12scsi: libiscsi: fix possible NULL pointer dereference in case of TMFVarun Prakash1-6/+6
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook1-1/+1
2018-05-29libiscsi: don't try to bypass SCSI EHChristoph Hellwig1-2/+2
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig1-1/+1
2018-01-03scsi: doc: fix iscsi-related kernel-doc warningsRandy Dunlap1-1/+3
2018-01-03scsi: libiscsi: Allow sd_shutdown on bad transportRafael David Tinoco1-1/+23
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+6
2017-10-27scsi: libiscsi: Convert timers to use timer_setup()Kees Cook1-10/+6
2017-10-11scsi: libiscsi: fix shifting of DID_REQUEUE host byteJohannes Thumshirn1-1/+1
2017-10-02scsi: libiscsi: Fix use-after-free race during iscsi_session_teardownKhazhismel Kumykov1-4/+4
2017-08-25scsi: libiscsi: Fix indentationBart Van Assche1-1/+1
2017-06-12scsi: libiscsi: use kvzalloc for iscsi_pool_initKyle Fortin1-2/+2
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+4
2017-03-15scsi: libiscsi: qedi: convert iscsi_task.refcount from atomic_t to refcount_tElena Reshetova1-4/+4
2017-03-07Merge remote-tracking branch 'mkp-scsi/fixes' into fixesJames Bottomley1-1/+25
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-28scsi: libiscsi: add lock around task lists to fix list corruption regressionChris Leech1-1/+25
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig1-3/+2
2016-10-17scsi: libiscsi: Fix locking in __iscsi_conn_send_pduJitendra Bhivare1-2/+2
2016-04-11libiscsi: Remove set-but-not-used variablesBart Van Assche1-4/+2
2016-04-11libiscsi: Unexport iscsi_eh_target_reset()Bart Van Assche1-2/+1
2015-09-17libiscsi: Fix iscsi_check_transport_timeouts possible infinite loopAriel Nahum1-6/+11
2015-09-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-6/+3
2015-08-12libiscsi: Fix host busy blocking during connection teardownJohn Soni Jose1-23/+2
2015-07-23libiscsi: Use scsi helper to set information descriptorSagi Grimberg1-6/+3
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-7/+0
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-13/+1
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-2/+2
2014-09-30iscsi_tcp: export port being usedMike Christie1-0/+1
2014-09-15libiscsi: fix potential buffer overrun in __iscsi_conn_send_pduMike Christie1-0/+10
2014-08-01libiscsi: return new error code when nop times outMike Christie1-1/+1
2014-07-25scsi: convert host_busy to atomic_tChristoph Hellwig1-2/+2
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-4/+4
2014-06-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-9/+9
2014-06-11libiscsi, iser: Adjust data_length to include protection informationSagi Grimberg1-9/+9
2014-05-19scsi/libiscsi: Fix static checker warning on bh lockingShlomo Pongratz1-2/+2
2014-04-03Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-0/+32