Age | Commit message (Expand) | Author |
2024-12-01 | scsi: target: iscsi: switch to using the crc32c library | Eric Biggers |
2023-07-11 | scsi: target: iscsi: Remove the unused netif_timeout attribute | Maurizio Lombardi |
2023-05-22 | scsi: target: iscsi: Remove unused transport_timer | Maurizio Lombardi |
2023-05-22 | scsi: target: iscsi: Fix hang in the iSCSI login code | Maurizio Lombardi |
2023-03-24 | scsi: target: Move sess cmd counter to new struct | Mike Christie |
2022-06-07 | scsi: target: iscsi: Control authentication per ACL | Dmitry Bogdanov |
2022-06-07 | scsi: target: iscsi: Add upcast helpers | Dmitry Bogdanov |
2022-05-10 | scsi: target: iscsi: Rename iscsi_session to iscsit_session | Max Gurtovoy |
2022-05-10 | scsi: target: iscsi: Rename iscsi_conn to iscsit_conn | Max Gurtovoy |
2022-05-10 | scsi: target: iscsi: Rename iscsi_cmd to iscsit_cmd | Max Gurtovoy |
2022-03-14 | scsi: target: Add iscsi/cpus_allowed_list in configfs | Mingzhe Zou |
2020-08-04 | scsi: target: Make iscsit_register_transport() return void | Max Gurtovoy |
2020-07-28 | scsi: target: iscsi: Fix login error when receiving | Hou Pu |
2020-04-24 | scsi: target: iscsi: Remove the iscsi_data_count structure | Maurizio Lombardi |
2020-03-26 | scsi: target: fix hang when multiple threads try to destroy the same iscsi se... | Maurizio Lombardi |
2019-04-12 | scsi: target/iscsi: Handle too large immediate data buffers correctly | Bart Van Assche |
2019-02-04 | scsi: target/iscsi: Rename a function and a function pointer | Bart Van Assche |
2019-02-04 | scsi: target/iscsi: Fix spelling of "unsolicited" | Bart Van Assche |
2018-10-16 | scsi: target: use ISCSI_IQN_LEN in iscsi_target_stat | David Disseldorp |
2018-06-19 | scsi: target: Convert target drivers to use sbitmap | Matthew Wilcox |
2017-11-14 | Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs | Linus Torvalds |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-19 | target: make config_item_type const | Bhumika Goyal |
2017-08-06 | iscsi-target: Fix iscsi_np reset hung task during parallel delete | Nicholas Bellinger |
2017-07-11 | iscsi-target: Add login_keys_workaround attribute for non RFC initiators | Nicholas Bellinger |
2017-07-06 | iscsi-target: Kill left-over iscsi_target_do_cleanup | Nicholas Bellinger |
2017-05-31 | iscsi-target: Fix initial login PDU asynchronous socket close OOPs | Nicholas Bellinger |
2017-02-18 | target/iscsi: split iscsit_check_dataout_hdr() | Varun Prakash |
2016-12-09 | target: Minimize #include directives | Bart Van Assche |
2016-05-16 | cxgbit: Use type ISCSI_CXGBIT + cxgbit tpg_np attribute | Nicholas Bellinger |
2016-05-16 | iscsi-target: Convert transport drivers to signal rdma_shutdown | Nicholas Bellinger |
2016-05-09 | iscsi-target: export symbols | Varun Prakash |
2016-05-09 | iscsi-target: add new offload transport type | Varun Prakash |
2016-05-09 | iscsi-target: move iscsit_thread_check_cpumask() | Varun Prakash |
2016-05-09 | iscsi-target: add void (*iscsit_get_r2t_ttt)() | Varun Prakash |
2016-05-09 | iscsi-target: add int (*iscsit_validate_params)() | Varun Prakash |
2016-05-09 | iscsi-target: add void (*iscsit_get_rx_pdu)() | Varun Prakash |
2016-05-09 | iscsi-target: add void (*iscsit_release_cmd)() | Varun Prakash |
2016-05-09 | iscsi-target: add int (*iscsit_xmit_pdu)() | Varun Prakash |
2016-01-27 | iscsi-target: Use shash and ahash | Herbert Xu |
2015-09-11 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds |
2015-08-26 | target/iscsi: Replace __kernel_sockaddr_storage with sockaddr_storage | Andy Grover |
2015-08-26 | target/iscsi: Replace conn->login_ip with login_sockaddr | Andy Grover |
2015-08-26 | target/iscsi: Keep local_ip as the actual sockaddr | Andy Grover |
2015-08-26 | target/iscsi: Fix np_ip bracket issue by removing np_ip | Andy Grover |
2015-08-02 | target: Drop iSCSI use of mutex around max_cmd_sn increment | Roland Dreier |
2015-08-02 | iscsi-target: Add tpg_enabled_sendtargets for disabled discovery | David Disseldorp |
2015-07-24 | iscsi-target: Fix iscsit_start_kthreads failure OOPs | Nicholas Bellinger |
2015-07-04 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds |
2015-06-02 | target: Minimize SCSI header #include directives | Bart Van Assche |