summaryrefslogtreecommitdiffstats
path: root/drivers/target/iscsi
Commit message (Expand)AuthorAgeFilesLines
* scsi: target: cxgbit: add support for IEEE_8021QAZ_APP_SEL_STREAM selectorVarun Prakash2019-07-222-4/+7
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-121-13/+2Star
|\
| * scsi: target/iscsi: fix possible condition with no effect (if == else)Hariprasad Kelam2019-06-191-13/+2Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-2/+4
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-225-20/+5Star
| |\ \
| * | | cxgb4/libcxgb/cxgb4i/cxgbit: enable eDRAM page pods for iSCSIVarun Prakash2019-06-101-2/+4
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-07-061-8/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | scsi: iscsi: set auth_protocol back to NULL if CHAP_A value is not supportedMaurizio Lombardi2019-07-021-8/+8
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-195-20/+5Star
| |/ / |/| |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-3017-153/+17Star
* | | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
| |/ |/|
* | treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-181-3/+3
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-05-083-42/+90
|\|
| * scsi: target/iscsi: Make sure PDU processing continues if parsing a command f...Bart Van Assche2019-04-131-21/+18Star
| * scsi: target/iscsi: Make iscsit_map_iovec() more robustBart Van Assche2019-04-131-14/+36
| * scsi: target/iscsi: Handle too large immediate data buffers correctlyBart Van Assche2019-04-132-3/+25
| * scsi: target/iscsi: Only send R2T if neededBart Van Assche2019-04-132-0/+8
| * scsi: target/iscsi: Detect conn_cmd_list corruption earlyBart Van Assche2019-04-131-0/+2
| * scsi: target: iscsi: Free conn_ops when zalloc_cpumask_var failedtangwenji2019-03-211-3/+3
| * scsi: target: iscsi: Fix np_ip_proto and np_sock_type in iscsit_setup_nptangwenji2019-03-211-3/+0Star
* | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0Star
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-1010-103/+54Star
|\
| * scsi: target/iscsi: Simplify iscsit_handle_text_cmd()Bart Van Assche2019-02-051-14/+11Star
| * scsi: target/iscsi: Simplify iscsit_dump_data_payload()Bart Van Assche2019-02-051-32/+9Star
| * scsi: target/iscsi: Avoid iscsit_release_commands_from_conn() deadlockBart Van Assche2019-02-051-2/+2
| * scsi: target/iscsi: Rename a function and a function pointerBart Van Assche2019-02-054-5/+5
| * scsi: target/iscsi: Fix spelling of "unsolicited"Bart Van Assche2019-02-054-7/+7
| * scsi: target/iscsi: Convert comments about locking into runtime checksBart Van Assche2019-02-054-27/+20Star
| * scsi: target/iscsi: Remove an incorrect commentBart Van Assche2019-02-051-3/+0Star
| * scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche2019-02-051-13/+0Star
* | scsi: target/iscsi: fix error msg typo when create lio_qr_cache failedLeo Zhang2019-01-091-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-283-40/+10Star
|\
| * scsi: target/core: Fix TAS handling for aborted commandsBart Van Assche2018-12-082-33/+6Star
| * scsi: target/core: Simplify the code for aborting SCSI commandsBart Van Assche2018-12-081-0/+2
| * scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp2018-11-291-1/+1
| * scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp2018-11-291-6/+1Star
* | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-281-5/+7
|\ \
| * | sbitmap: optimize wakeup checkJens Axboe2018-11-301-5/+7
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-271-4/+4
|\ \
| * | cxgb4: use new fw interface to get the VIN and smt indexSantosh Rastapur2018-11-231-4/+4
| |/
* | scsi: target: iscsi: cxgbit: add missing spin_lock_init()Varun Prakash2018-12-131-0/+1
* | scsi: target: iscsi: cxgbit: fix csk leakVarun Prakash2018-12-131-1/+4
|/
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-021-4/+2Star
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-4/+2Star
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-10-2510-47/+65
|\ \ | |/ |/|
| * scsi: target: stash sess_err_stats on Data-Out timeoutDavid Disseldorp2018-10-161-0/+1
| * scsi: target: split out helper for cxn timeout error stashingDavid Disseldorp2018-10-163-30/+22Star
| * scsi: target: log NOP ping timeouts as errorsDavid Disseldorp2018-10-161-3/+5
| * scsi: target: log Data-Out timeouts as errorsDavid Disseldorp2018-10-161-5/+11
| * scsi: target: use ISCSI_IQN_LEN in iscsi_target_statDavid Disseldorp2018-10-161-2/+2