| Age | Commit message (Expand) | Author | Files | Lines |
| 9 days | scsi: target: iscsi: Validate CHAP_R length before base64 decode | Alexandru Hossu | 1 | -1/+18 |
| 9 days | scsi: target: iscsi: Bound iscsi_encode_text_output() appends to rsp_buf | Michael Bommarito | 3 | -16/+55 |
| 9 days | scsi: target: iscsi: Fix CRC overread and double-free in iscsit_handle_text_c... | Michael Bommarito | 1 | -1/+4 |
| 2026-04-21 | scsi: target: iscsi: reject invalid size Extended CDB AHS | Carlos Bilbao | 1 | -4/+18 |
| 2026-02-28 | scsi: target: Use driver completion preference by default | Mike Christie | 1 | -0/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 8 | -22/+22 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 9 | -26/+26 |
| 2026-02-12 | Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -0/+1 |
| 2026-01-20 | kernel.h: drop hex.h and update all hex.h users | Randy Dunlap | 1 | -0/+1 |
| 2026-01-16 | scsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count() | Maurizio Lombardi | 1 | -1/+4 |
| 2026-01-16 | scsi: target: iscsi: Fix use-after-free in iscsit_dec_conn_usage_count() | Maurizio Lombardi | 1 | -1/+4 |
| 2025-11-04 | net: Convert proto_ops bind() callbacks to use sockaddr_unsized | Kees Cook | 1 | -1/+1 |
| 2025-09-15 | scsi: target: iscsi: fix typos and formatting in lio_target messages | Alok Tiwari | 1 | -3/+3 |
| 2025-09-09 | scsi: target: iscsi: Use int type to store negative value | Qianfeng Rong | 1 | -1/+2 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 3 | -5/+7 |
| 2025-05-27 | net: core: Convert inet_addr_is_any() to sockaddr_storage | Kees Cook | 1 | -1/+1 |
| 2025-04-11 | scsi: target: iscsi: Fix timeout on deleted connection | Dmitry Bogdanov | 1 | -1/+1 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 3 | -4/+4 |
| 2025-02-12 | scsi: target: iscsi: Fix typos | Andrew Kreimer | 1 | -3/+3 |
| 2025-01-26 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 10 | -183/+0 |
| 2025-01-02 | scsi: target: Remove unused functions | Dr. David Alan Gilbert | 10 | -183/+0 |
| 2024-12-01 | scsi: target: iscsi: switch to using the crc32c library | Eric Biggers | 5 | -179/+49 |
| 2024-12-01 | x86/crc32: expose CRC32 functions through lib | Eric Biggers | 1 | -1/+0 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 3 | -3/+3 |
| 2024-08-22 | scsi: target: Remove unused declarations | Yue Haibing | 5 | -15/+0 |
| 2024-03-10 | scsi: target: iscsi: Remove unused variable xfer_len | Colin Ian King | 1 | -2/+1 |
| 2023-10-13 | Merge patch series "scsi: target: Allow userspace to config cmd submission" | Martin K. Petersen | 4 | -9/+6 |
| 2023-10-13 | scsi: target: core: Kill transport_handle_cdb_direct() | Mike Christie | 2 | -2/+2 |
| 2023-10-13 | scsi: target: core: Move core_alua_check_nonop_delay() call | Mike Christie | 1 | -6/+0 |
| 2023-10-13 | scsi: target: Have drivers report if they support direct submissions | Mike Christie | 1 | -0/+3 |
| 2023-10-13 | scsi: target: iscs: Make write_pending_must_be_called a bit field | Mike Christie | 1 | -1/+1 |
| 2023-09-27 | scsi: target: Remove the references to http://www.linux-iscsi.org/ | Bart Van Assche | 1 | -3/+6 |
| 2023-07-31 | Merge patch series "scsi: target: iscsi: Get rid of sprintf in iscsi_target_c... | Martin K. Petersen | 1 | -36/+36 |
| 2023-07-31 | scsi: target: iscsi: Stop using sprintf() in iscsi_target_configfs.c | Konstantin Shelekhin | 1 | -9/+9 |
| 2023-07-31 | scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show() | Konstantin Shelekhin | 1 | -27/+27 |
| 2023-07-11 | scsi: target: iscsi: Remove the unused netif_timeout attribute | Maurizio Lombardi | 3 | -29/+0 |
| 2023-06-30 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2 | -4/+4 |
| 2023-06-24 | scsi: target: iscsi: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage | David Howells | 1 | -6/+9 |
| 2023-05-22 | scsi: target: iscsi: Prevent login threads from racing between each other | Maurizio Lombardi | 1 | -1/+3 |
| 2023-05-22 | scsi: target: iscsi: Fix hang in the iSCSI login code | Maurizio Lombardi | 5 | -91/+99 |
| 2023-05-16 | scsi: target: Replace all non-returning strlcpy() with strscpy() | Azeem Shaikh | 2 | -4/+4 |
| 2023-03-31 | Merge branch '6.3/scsi-fixes' into 6.4/scsi-staging | Martin K. Petersen | 1 | -5/+7 |
| 2023-03-24 | scsi: target: iscsi: Handle abort for WRITE_PENDING cmds | Dmitry Bogdanov | 1 | -0/+11 |
| 2023-03-24 | scsi: target: iscsit: Fix TAS handling during conn cleanup | Mike Christie | 1 | -7/+9 |
| 2023-03-24 | scsi: target: iscsit: Free cmds before session free | Dmitry Bogdanov | 1 | -3/+3 |
| 2023-03-24 | scsi: target: iscsit: Stop/wait on cmds during conn close | Mike Christie | 1 | -0/+10 |
| 2023-03-24 | scsi: target: iscsit: isert: Alloc per conn cmd counter | Mike Christie | 2 | -12/+9 |
| 2023-03-24 | scsi: target: Pass in cmd counter to use during cmd setup | Mike Christie | 1 | -4/+6 |
| 2023-03-24 | scsi: target: Move cmd counter allocation | Mike Christie | 1 | -0/+10 |
| 2023-03-06 | scsi: target: iscsi: Fix an error message in iscsi_check_key() | Maurizio Lombardi | 1 | -5/+7 |
| 2023-01-23 | net/sock: Introduce trace_sk_data_ready() | Peilin Ye | 1 | -0/+2 |
| 2022-12-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -2/+10 |
| 2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro | 1 | -2/+2 |
| 2022-11-24 | scsi: target: iscsi: Fix a race condition between login_work and the login th... | Maurizio Lombardi | 1 | -2/+10 |
| 2022-10-11 | treewide: use get_random_u32() when possible | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-07-26 | scsi: target: iscsi: Do not require target authentication | Dmitry Bogdanov | 2 | -6/+12 |
| 2022-07-26 | scsi: target: iscsi: Allow AuthMethod=None | Dmitry Bogdanov | 3 | -2/+15 |
| 2022-07-26 | scsi: target: iscsi: Support base64 in CHAP | Dmitry Bogdanov | 3 | -24/+94 |
| 2022-07-26 | scsi: target: iscsi: Add support for extended CDB AHS | Dmitry Bogdanov | 1 | -3/+52 |
| 2022-07-18 | scsi: target: iscsi: Fix clang -Wformat warnings | Justin Stitt | 2 | -3/+3 |
| 2022-06-16 | scsi: target: iscsi: Fix NULL pointer dereference in iscsi_conn_auth_required() | Yang Li | 1 | -2/+1 |
| 2022-06-07 | scsi: target: iscsi: Control authentication per ACL | Dmitry Bogdanov | 3 | -1/+39 |
| 2022-06-07 | scsi: target: iscsi: Extract auth functions | Dmitry Bogdanov | 1 | -48/+92 |
| 2022-06-07 | scsi: target: iscsi: Add upcast helpers | Dmitry Bogdanov | 3 | -62/+37 |
| 2022-05-25 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 36 | -715/+715 |
| 2022-05-17 | scsi: target: Fix incorrect use of cpumask_t | Mingzhe Zou | 2 | -20/+36 |
| 2022-05-10 | scsi: target: iscsi: Rename iscsi_session to iscsit_session | Max Gurtovoy | 21 | -119/+119 |
| 2022-05-10 | scsi: target: iscsi: Rename iscsi_conn to iscsit_conn | Max Gurtovoy | 29 | -368/+368 |
| 2022-05-10 | scsi: target: iscsi: Rename iscsi_cmd to iscsit_cmd | Max Gurtovoy | 23 | -297/+297 |
| 2022-03-14 | scsi: target: Add iscsi/cpus_allowed_list in configfs | Mingzhe Zou | 3 | -3/+114 |
| 2022-01-24 | scsi: target: iscsi: Make sure the np under each tpg is unique | ZouMingzhe | 1 | -0/+3 |
| 2021-10-18 | scsi: target: cxgbit: Enable Delayed ACK | Varun Prakash | 2 | -10/+26 |
| 2021-10-18 | scsi: target: cxgbit: Increase max DataSegmentLength | Varun Prakash | 1 | -5/+12 |
| 2021-10-04 | scsi: target: iscsi: Replace tpg enable attr with ops.enable | Dmitry Bogdanov | 1 | -59/+32 |
| 2021-07-27 | scsi: target: Remove redundant assignment to variable ret | Colin Ian King | 1 | -1/+1 |
| 2021-06-18 | scsi: target: iscsi: Remove redundant continue statement | Colin Ian King | 1 | -2/+0 |
| 2021-05-14 | scsi: target: iscsi: Drop unnecessary container_of() | Guenter Roeck | 1 | -7/+0 |
| 2021-05-14 | scsi: target: cxgbit: Unmap DMA buffer before calling target_execute_cmd() | Varun Prakash | 2 | -12/+28 |
| 2021-05-10 | scsi: target: iscsi: Switch to kmemdup_nul() | Yang Yingliang | 2 | -6/+2 |
| 2021-04-12 | Merge branch '5.12/scsi-fixes' into 5.13/scsi-staging | Martin K. Petersen | 1 | -2/+2 |
| 2021-04-05 | scsi: target: iscsi: Fix zero tag inside a trace event | Roman Bolshakov | 1 | -2/+1 |
| 2021-03-09 | scsi: target: iscsi: Initialize arrays at declaration time | Chaitanya Kulkarni | 1 | -2/+1 |
| 2021-03-09 | scsi: target: iscsi: Remove unused macro PRINT_BUF | Chaitanya Kulkarni | 1 | -17/+0 |
| 2021-03-09 | scsi: target: iscsi: Remove unused macro TEXT_LEN | Chaitanya Kulkarni | 1 | -1/+0 |
| 2021-03-09 | scsi: target: iscsi: Remove unused macro ISCSI_INST_LAST_FAILURE_TYPE | Chaitanya Kulkarni | 1 | -1/+0 |
| 2021-03-04 | scsi: target: core: Add gfp_t arg to target_cmd_init_cdb() | Mike Christie | 1 | -1/+2 |
| 2021-03-04 | scsi: target: core: Rename transport_init_se_cmd() | Mike Christie | 1 | -8/+8 |
| 2021-02-22 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 5 | -20/+17 |
| 2021-02-15 | cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 an... | Ayush Sawal | 1 | -2/+1 |
| 2021-01-26 | Merge branch '5.11/scsi-fixes' into 5.12/scsi-queue | Martin K. Petersen | 1 | -1/+1 |
| 2021-01-22 | scsi: target: iscsi: Redo iscsit_check_session_usage_count() return code | Sebastian Andrzej Siewior | 3 | -13/+10 |
| 2021-01-22 | scsi: target: iscsi: Avoid in_interrupt() usage in iscsit_check_session_usage... | Sebastian Andrzej Siewior | 3 | -5/+5 |
| 2021-01-22 | scsi: target: iscsi: Avoid in_interrupt() usage in iscsit_close_session() | Sebastian Andrzej Siewior | 3 | -7/+7 |
| 2021-01-20 | scsi: target: iscsi: Fix typo in comment | Valdis Klētnieks | 1 | -1/+1 |
| 2020-11-16 | scsi: target: iscsi: Fix cmd abort fabric stop race | Mike Christie | 1 | -4/+13 |
| 2020-10-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -2/+0 |
| 2020-09-15 | scsi: target: Remove redundant assignment to variable 'ret' | Jing Xiangfeng | 1 | -2/+0 |
| 2020-09-08 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 4 | -9/+20 |
| 2020-09-02 | scsi: target: iscsi: Fix hang in iscsit_access_np() when getting tpg->np_logi... | Hou Pu | 3 | -7/+5 |
| 2020-09-01 | scsi: target: iscsi: Fix data digest calculation | Varun Prakash | 1 | -2/+15 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2 | -2/+2 |
| 2020-08-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -3/+1 |
| 2020-08-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
| 2020-08-07 | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long | 1 | -1/+1 |
| 2020-08-04 | scsi: target: Make iscsit_register_transport() return void | Max Gurtovoy | 1 | -3/+1 |
| 2020-07-28 | scsi: target: iscsi: Fix inconsistent debug message | Hou Pu | 1 | -1/+1 |
| 2020-07-28 | scsi: target: iscsi: Fix login error when receiving | Hou Pu | 1 | -4/+30 |
| 2020-07-08 | scsi: target: cxgbit: Remove tx flow control code | Varun Prakash | 3 | -23/+4 |
| 2020-07-08 | scsi: target: cxgbit: Check connection state before issuing hardware command | Varun Prakash | 1 | -8/+24 |
| 2020-06-13 | Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 1 | -1/+1 |
| 2020-06-13 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -13/+16 |
| 2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -1/+1 |
| 2020-06-09 | scsi: target: Rename target_setup_cmd_from_cdb() to target_cmd_parse_cdb() | Sudhakar Panneerselvam | 1 | -1/+1 |
| 2020-06-09 | scsi: target: Fix NULL pointer dereference | Sudhakar Panneerselvam | 1 | -7/+11 |
| 2020-06-09 | scsi: target: Initialize LUN in transport_init_se_cmd() | Sudhakar Panneerselvam | 1 | -6/+5 |
| 2020-06-05 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -24/+6 |
| 2020-05-28 | ipv4: add ip_sock_set_freebind | Christoph Hellwig | 1 | -10/+3 |
| 2020-05-28 | tcp: add tcp_sock_set_nodelay | Christoph Hellwig | 1 | -12/+3 |
| 2020-05-28 | net: add sock_set_reuseaddr | Christoph Hellwig | 2 | -9/+2 |
| 2020-04-24 | scsi: target: iscsi: Remove the iscsi_data_count structure | Maurizio Lombardi | 1 | -24/+6 |
| 2020-04-02 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 4 | -62/+31 |
| 2020-03-26 | scsi: target: iscsi: calling iscsit_stop_session() inside iscsit_close_sessio... | Maurizio Lombardi | 1 | -2/+1 |
| 2020-03-26 | scsi: target: fix hang when multiple threads try to destroy the same iscsi se... | Maurizio Lombardi | 3 | -16/+29 |
| 2020-03-26 | scsi: target: remove boilerplate code | Maurizio Lombardi | 2 | -45/+2 |
| 2020-02-14 | scsi: Revert "target: iscsi: Wait for all commands to finish before freeing a... | Bart Van Assche | 1 | -8/+2 |
| 2020-02-14 | scsi: Revert "RDMA/isert: Fix a recently introduced regression related to log... | Bart Van Assche | 1 | -3/+3 |
| 2020-01-26 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 1 | -3/+3 |
| 2020-01-21 | scsi: RDMA/isert: Fix a recently introduced regression related to logout | Bart Van Assche | 1 | -3/+3 |
| 2019-12-09 | treewide: Use sizeof_field() macro | Pankaj Bharadiya | 1 | -1/+1 |
| 2019-12-02 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 5 | -104/+175 |
| 2019-11-19 | scsi: target: iscsi: Wait for all commands to finish before freeing a session | Bart Van Assche | 1 | -2/+8 |
| 2019-11-06 | scsi: target: iscsi: rename some variables to avoid confusion. | Maurizio Lombardi | 1 | -20/+20 |
| 2019-11-06 | scsi: target: iscsi: tie the challenge length to the hash digest size | Maurizio Lombardi | 2 | -13/+28 |
| 2019-11-06 | scsi: target: iscsi: CHAP: add support for SHA1, SHA256 and SHA3-256 | Maurizio Lombardi | 2 | -62/+120 |
| 2019-11-02 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 1 | -1/+2 |
| 2019-10-24 | scsi: cxgb4i: remove set but not used variable 'ppmax' | YueHaibing | 1 | -3/+0 |
| 2019-10-24 | scsi: target: cxgbit: Fix cxgbit_fw4_ack() | Bart Van Assche | 1 | -1/+2 |
| 2019-10-22 | scsi: target: remove unused extension parameters | David Disseldorp | 1 | -3/+0 |
| 2019-10-22 | scsi: target: fix SendTargets=All string compares | David Disseldorp | 1 | -8/+6 |
| 2019-10-22 | scsi: target: compare full CHAP_A Algorithm strings | David Disseldorp | 1 | -1/+1 |
| 2019-08-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -4/+7 |
| 2019-07-30 | net: Use skb_frag_off accessors | Jonathan Lemon | 1 | -2/+2 |
| 2019-07-24 | Build fixes for skb_frag_size conversion | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2019-07-22 | net: Use skb accessors in network drivers | Matthew Wilcox (Oracle) | 1 | -6/+7 |
| 2019-07-22 | scsi: target: cxgbit: add support for IEEE_8021QAZ_APP_SEL_STREAM selector | Varun Prakash | 2 | -4/+7 |
| 2019-07-11 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -13/+2 |
| 2019-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -2/+4 |
| 2019-07-06 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 1 | -8/+8 |
| 2019-07-02 | scsi: iscsi: set auth_protocol back to NULL if CHAP_A value is not supported | Maurizio Lombardi | 1 | -8/+8 |
| 2019-06-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 5 | -20/+5 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 5 | -20/+5 |
| 2019-06-18 | scsi: target/iscsi: fix possible condition with no effect (if == else) | Hariprasad Kelam | 1 | -13/+2 |
| 2019-06-10 | cxgb4/libcxgb/cxgb4i/cxgbit: enable eDRAM page pods for iSCSI | Varun Prakash | 1 | -2/+4 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 17 | -153/+17 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
| 2019-05-18 | treewide: prefix header search paths with $(srctree)/ | Masahiro Yamada | 1 | -3/+3 |
| 2019-05-08 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 3 | -42/+90 |
| 2019-04-25 | crypto: shash - remove shash_desc::flags | Eric Biggers | 1 | -1/+0 |
| 2019-04-12 | scsi: target/iscsi: Make sure PDU processing continues if parsing a command f... | Bart Van Assche | 1 | -21/+18 |
| 2019-04-12 | scsi: target/iscsi: Make iscsit_map_iovec() more robust | Bart Van Assche | 1 | -14/+36 |
| 2019-04-12 | scsi: target/iscsi: Handle too large immediate data buffers correctly | Bart Van Assche | 2 | -3/+25 |
| 2019-04-12 | scsi: target/iscsi: Only send R2T if needed | Bart Van Assche | 2 | -0/+8 |
| 2019-04-12 | scsi: target/iscsi: Detect conn_cmd_list corruption early | Bart Van Assche | 1 | -0/+2 |
| 2019-03-20 | scsi: target: iscsi: Free conn_ops when zalloc_cpumask_var failed | tangwenji | 1 | -3/+3 |
| 2019-03-20 | scsi: target: iscsi: Fix np_ip_proto and np_sock_type in iscsit_setup_np | tangwenji | 1 | -3/+0 |
| 2019-03-09 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 10 | -103/+54 |
| 2019-02-04 | scsi: target/iscsi: Simplify iscsit_handle_text_cmd() | Bart Van Assche | 1 | -14/+11 |
| 2019-02-04 | scsi: target/iscsi: Simplify iscsit_dump_data_payload() | Bart Van Assche | 1 | -32/+9 |
| 2019-02-04 | scsi: target/iscsi: Avoid iscsit_release_commands_from_conn() deadlock | Bart Van Assche | 1 | -2/+2 |
| 2019-02-04 | scsi: target/iscsi: Rename a function and a function pointer | Bart Van Assche | 4 | -5/+5 |
| 2019-02-04 | scsi: target/iscsi: Fix spelling of "unsolicited" | Bart Van Assche | 4 | -7/+7 |
| 2019-02-04 | scsi: target/iscsi: Convert comments about locking into runtime checks | Bart Van Assche | 4 | -27/+20 |
| 2019-02-04 | scsi: target/iscsi: Remove an incorrect comment | Bart Van Assche | 1 | -3/+0 |
| 2019-02-04 | scsi: target/core: Remove the write_pending_status() callback function | Bart Van Assche | 1 | -13/+0 |
| 2019-01-08 | scsi: target/iscsi: fix error msg typo when create lio_qr_cache failed | Leo Zhang | 1 | -1/+1 |
| 2018-12-28 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 3 | -40/+10 |
| 2018-12-28 | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -5/+7 |
| 2018-12-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -4/+4 |
| 2018-12-12 | scsi: target: iscsi: cxgbit: add missing spin_lock_init() | Varun Prakash | 1 | -0/+1 |
| 2018-12-12 | scsi: target: iscsi: cxgbit: fix csk leak | Varun Prakash | 1 | -1/+4 |
| 2018-12-07 | scsi: target/core: Fix TAS handling for aborted commands | Bart Van Assche | 2 | -33/+6 |
| 2018-12-07 | scsi: target/core: Simplify the code for aborting SCSI commands | Bart Van Assche | 1 | -0/+2 |
| 2018-11-30 | sbitmap: optimize wakeup check | Jens Axboe | 1 | -5/+7 |
| 2018-11-28 | scsi: target: replace fabric_ops.name with fabric_alias | David Disseldorp | 1 | -1/+1 |
| 2018-11-28 | scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops | David Disseldorp | 1 | -6/+1 |
| 2018-11-23 | cxgb4: use new fw interface to get the VIN and smt index | Santosh Rastapur | 1 | -4/+4 |
| 2018-11-01 | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -4/+2 |
| 2018-10-25 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 10 | -47/+65 |
| 2018-10-24 | iov_iter: Separate type from direction and use accessor functions | David Howells | 1 | -4/+2 |
| 2018-10-16 | scsi: target: stash sess_err_stats on Data-Out timeout | David Disseldorp | 1 | -0/+1 |
| 2018-10-16 | scsi: target: split out helper for cxn timeout error stashing | David Disseldorp | 3 | -30/+22 |
| 2018-10-16 | scsi: target: log NOP ping timeouts as errors | David Disseldorp | 1 | -3/+5 |
| 2018-10-16 | scsi: target: log Data-Out timeouts as errors | David Disseldorp | 1 | -5/+11 |
| 2018-10-16 | scsi: target: use ISCSI_IQN_LEN in iscsi_target_stat | David Disseldorp | 1 | -2/+2 |
| 2018-09-25 | scsi: target: iscsi: cxgbit: fix csk leak | Varun Prakash | 1 | -3/+20 |
| 2018-09-21 | scsi: target: iscsi: Use bin2hex instead of a re-implementation | Vincent Pelletier | 1 | -12/+3 |
| 2018-09-21 | scsi: target: iscsi: Use hex2bin instead of a re-implementation | Vincent Pelletier | 1 | -16/+14 |
| 2018-09-17 | scsi: iscsi: target: fix spelling mistake "entires" -> "entries" | Colin Ian King | 4 | -4/+4 |
| 2018-09-11 | scsi: iscsi: target: Don't use stack buffer for scatterlist | Laura Abbott | 1 | -8/+14 |
| 2018-08-30 | scsi: iscsi: target: Fix conn_ops double free | Mike Christie | 3 | -75/+77 |