| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: target: consistently null-terminate t10_wwn strings | David Disseldorp | 2018-12-08 | 1 | -3/+11 |
* | scsi: target/core: Make ABORT and LUN RESET handling synchronous | Bart Van Assche | 2018-12-08 | 1 | -0/+1 |
* | scsi: target/core: Fix TAS handling for aborted commands | Bart Van Assche | 2018-12-08 | 2 | -2/+0 |
* | scsi: target/core: Simplify the code for aborting SCSI commands | Bart Van Assche | 2018-12-08 | 1 | -0/+7 |
* | scsi: target/core: Make it possible to wait from more than one context for co... | Bart Van Assche | 2018-12-08 | 1 | -1/+2 |
* | scsi: target/core: Use system workqueues for TMF | Bart Van Assche | 2018-12-08 | 1 | -1/+0 |
* | scsi: target/core: Make sure that target_wait_for_sess_cmds() waits long enough | Bart Van Assche | 2018-12-08 | 2 | -1/+2 |
* | scsi: target/core: Simplify transport_clear_lun_ref() | Bart Van Assche | 2018-12-08 | 1 | -1/+0 |
* | scsi: target: replace fabric_ops.name with fabric_alias | David Disseldorp | 2018-11-29 | 1 | -3/+9 |
* | scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops | David Disseldorp | 2018-11-29 | 1 | -1/+5 |
* | scsi: target: drop unused pi_prot_format attribute storage | David Disseldorp | 2018-11-29 | 1 | -1/+0 |
* | scsi: target: add emulate_pr backstore attr to toggle PR support | David Disseldorp | 2018-11-22 | 1 | -0/+3 |
* | scsi: target/core: Remove the SCF_COMPARE_AND_WRITE_POST flag | Bart Van Assche | 2018-10-16 | 1 | -1/+0 |
* | scsi: target: use ISCSI_IQN_LEN in iscsi_target_stat | David Disseldorp | 2018-10-16 | 2 | -5/+5 |
* | scsi: target: add session removal function | Mike Christie | 2018-08-02 | 1 | -0/+1 |
* | scsi: target: rename target_alloc_session | Mike Christie | 2018-08-02 | 1 | -1/+1 |
* | scsi: target: make transport_init_session_tags static | Mike Christie | 2018-08-02 | 1 | -2/+0 |
* | scsi: target: add helper to check if dev is configured | Mike Christie | 2018-07-31 | 1 | -0/+4 |
* | scsi: target: Remove se_dev_entry.ua_count | Bart Van Assche | 2018-07-02 | 1 | -1/+0 |
* | scsi: target: Remove second argument from fabric_make_tpg() | Bart Van Assche | 2018-07-02 | 1 | -1/+1 |
* | scsi: target: Simplify the code for waiting for command completion | Bart Van Assche | 2018-07-02 | 1 | -1/+1 |
* | scsi: target: Make the session shutdown code also wait for commands that are ... | Bart Van Assche | 2018-07-02 | 1 | -2/+1 |
* | scsi: target: Introduce transport_init_session() | Bart Van Assche | 2018-07-02 | 1 | -0/+1 |
* | scsi: target: Rename transport_init_session() into transport_alloc_session() | Bart Van Assche | 2018-07-02 | 1 | -1/+1 |
* | scsi: target: remove target_find_device | Mike Christie | 2018-06-26 | 1 | -2/+0 |
* | scsi: target: Convert target drivers to use sbitmap | Matthew Wilcox | 2018-06-20 | 2 | -3/+5 |
* | scsi: target: Abstract tag freeing | Matthew Wilcox | 2018-06-20 | 1 | -0/+5 |
* | scsi: target: transport should handle st FM/EOM/ILI reads | Lee Duncan | 2018-05-18 | 1 | -0/+1 |
* | target core: add device action configfs files | Mike Christie | 2018-01-17 | 2 | -0/+2 |
* | target: add SAM_STAT_BUSY sense reason | Mike Christie | 2018-01-13 | 1 | -0/+1 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2017-11-25 | 1 | -0/+2 |
|\ |
|
| * | target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK | Nicholas Bellinger | 2017-11-08 | 1 | -0/+1 |
| * | target: add sense code INSUFFICIENT REGISTRATION RESOURCES | tangwenji | 2017-11-04 | 1 | -0/+1 |
* | | Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs | Linus Torvalds | 2017-11-14 | 1 | -6/+6 |
|\ \ |
|
| * | | target: make config_item_type const | Bhumika Goyal | 2017-10-19 | 1 | -6/+6 |
| |/ |
|
* / | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 6 | -0/+6 |
|/ |
|
* | iscsi-target: Fix iscsi_np reset hung task during parallel delete | Nicholas Bellinger | 2017-08-06 | 1 | -0/+1 |
* | iscsi-target: Add login_keys_workaround attribute for non RFC initiators | Nicholas Bellinger | 2017-07-11 | 1 | -0/+9 |
* | target: remove transport_complete | Mike Christie | 2017-07-07 | 1 | -4/+0 |
* | target: add helper to copy sense to se_cmd buffer | Mike Christie | 2017-07-07 | 1 | -0/+2 |
* | target: remove g_device_list | Mike Christie | 2017-07-07 | 1 | -1/+0 |
* | target: add helper to find se_device by dev_index | Mike Christie | 2017-07-07 | 1 | -0/+2 |
* | target: use idr for se_device dev index | Mike Christie | 2017-07-07 | 1 | -1/+0 |
* | target: break up free_device callback | Mike Christie | 2017-07-07 | 1 | -0/+1 |
* | target: Introduce a function that shows the command state | Bart Van Assche | 2017-07-07 | 1 | -0/+1 |
* | iscsi-target: Kill left-over iscsi_target_do_cleanup | Nicholas Bellinger | 2017-07-07 | 1 | -1/+0 |
* | target: Use {get,put}_unaligned_be*() instead of open coding these functions | Bart Van Assche | 2017-07-07 | 1 | -0/+8 |
* | target: Remove se_device.dev_list | Bart Van Assche | 2017-07-07 | 1 | -2/+0 |
* | target: Add TARGET_SCF_LOOKUP_LUN_FROM_TAG support for ABORT_TASK | Nicholas Bellinger | 2017-07-07 | 1 | -1/+2 |
* | target/configfs: Kill se_lun->lun_link_magic | Nicholas Bellinger | 2017-06-09 | 1 | -2/+0 |