| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-07-15 | 2 | -11/+25 |
|\ |
|
| * | iscsi: ensure RNG is seeded before use | Jason A. Donenfeld | 2017-06-19 | 2 | -11/+25 |
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2017-07-13 | 30 | -600/+1121 |
|\ \ |
|
| * | | iscsi-target: Add login_keys_workaround attribute for non RFC initiators | Nicholas Bellinger | 2017-07-11 | 6 | -16/+55 |
| * | | tcmu: clean up the code and with one small fix | Xiubo Li | 2017-07-11 | 1 | -13/+11 |
| * | | tcmu: Fix possbile memory leak / OOPs when recalculating cmd base size | Xiubo Li | 2017-07-11 | 1 | -7/+5 |
| * | | target: export lio pgr/alua support as device attr | Mike Christie | 2017-07-10 | 1 | -0/+24 |
| * | | target: Fix return sense reason in target_scsi3_emulate_pr_out | Tang Wenji | 2017-07-09 | 1 | -5/+5 |
| * | | target: Fix cmd size for PR-OUT in passthrough_parse_cdb | Tang Wenji | 2017-07-09 | 2 | -2/+2 |
| * | | tcmu: Fix dev_config_store | Bryant G. Ly | 2017-07-09 | 1 | -8/+24 |
| * | | target: pscsi: Introduce TYPE_ZBC support | Damien Le Moal | 2017-07-06 | 1 | -6/+11 |
| * | | target: Use macro for WRITE_VERIFY_32 operation codes | Damien Le Moal | 2017-07-06 | 1 | -1/+1 |
| * | | target: fix SAM_STAT_BUSY/TASK_SET_FULL handling | Mike Christie | 2017-07-06 | 1 | -3/+11 |
| * | | target: remove transport_complete | Mike Christie | 2017-07-06 | 1 | -6/+0 |
| * | | pscsi: finish cmd processing from pscsi_req_done | Mike Christie | 2017-07-06 | 2 | -26/+16 |
| * | | tcmu: fix sense handling during completion | Mike Christie | 2017-07-06 | 1 | -2/+1 |
| * | | target: add helper to copy sense to se_cmd buffer | Mike Christie | 2017-07-06 | 1 | -0/+18 |
| * | | target: do not require a transport_complete for SCF_TRANSPORT_TASK_SENSE | Mike Christie | 2017-07-06 | 1 | -2/+2 |
| * | | target: make device_mutex and device_list static | Colin Ian King | 2017-07-06 | 1 | -2/+2 |
| * | | tcmu: Fix flushing cmd entry dcache page | Xiubo Li | 2017-07-06 | 1 | -2/+2 |
| * | | tcmu: fix multiple uio open/close sequences | Mike Christie | 2017-07-06 | 1 | -1/+5 |
| * | | tcmu: drop configured check in destroy | Mike Christie | 2017-07-06 | 1 | -4/+2 |
| * | | target: remove g_device_list | Mike Christie | 2017-07-06 | 2 | -21/+12 |
| * | | xcopy: loop over devices using idr helper | Mike Christie | 2017-07-06 | 1 | -29/+41 |
| * | | target: add helper to iterate over devices | Mike Christie | 2017-07-06 | 2 | -0/+47 |
| * | | tcmu: perfom device add, del and reconfig synchronously | Mike Christie | 2017-07-06 | 1 | -20/+193 |
| * | | target: add helper to find se_device by dev_index | Mike Christie | 2017-07-06 | 1 | -0/+24 |
| * | | target: use idr for se_device dev index | Mike Christie | 2017-07-06 | 1 | -4/+26 |
| * | | target: break up free_device callback | Mike Christie | 2017-07-06 | 6 | -8/+35 |
| * | | tcmu: reconfigure netlink attr changes | Mike Christie | 2017-07-06 | 1 | -29/+44 |
| * | | tcmu: make array tcmu_attrib_attrs static const | Colin Ian King | 2017-07-06 | 1 | -1/+1 |
| * | | tcmu: Fix module removal due to stuck unmap_thread thread again | Xiubo Li | 2017-07-06 | 1 | -1/+1 |
| * | | target: Fix COMPARE_AND_WRITE caw_sem leak during se_cmd quiesce | Jiang Yi | 2017-07-06 | 1 | -0/+9 |
| * | | tcmu: Add Type of reconfig into netlink | Bryant G. Ly | 2017-07-06 | 1 | -6/+14 |
| * | | tcmu: Make dev_config configurable | Bryant G. Ly | 2017-07-06 | 1 | -0/+41 |
| * | | tcmu: Make dev_size configurable via userspace | Bryant G. Ly | 2017-07-06 | 1 | -5/+54 |
| * | | tcmu: Add netlink for device reconfiguration | Bryant G. Ly | 2017-07-06 | 1 | -0/+12 |
| * | | tcmu: Support emulate_write_cache | Bryant G. Ly | 2017-07-06 | 1 | -0/+30 |
| * | | target/iscsi: Remove dead code from iscsit_process_scsi_cmd() | Bart Van Assche | 2017-07-06 | 1 | -5/+1 |
| * | | target/iscsi: Simplify iscsit_free_cmd() | Bart Van Assche | 2017-07-06 | 1 | -35/+4 |
| * | | target/iscsi: Remove second argument of __iscsit_free_cmd() | Bart Van Assche | 2017-07-06 | 3 | -20/+15 |
| * | | target/tcm_loop: Make TMF processing slightly faster | Bart Van Assche | 2017-07-06 | 1 | -16/+9 |
| * | | target/tcm_loop: Use target_submit_tmr() instead of open-coding this function | Bart Van Assche | 2017-07-06 | 1 | -29/+3 |
| * | | target/tcm_loop: Replace a waitqueue and a counter by a completion | Bart Van Assche | 2017-07-06 | 2 | -10/+5 |
| * | | target/tcm_loop: Merge struct tcm_loop_cmd and struct tcm_loop_tmr | Bart Van Assche | 2017-07-06 | 2 | -19/+10 |
| * | | target: Introduce a function that shows the command state | Bart Van Assche | 2017-07-06 | 2 | -27/+113 |
| * | | iscsi-target: Kill left-over iscsi_target_do_cleanup | Nicholas Bellinger | 2017-07-06 | 1 | -24/+0 |
| * | | target: Fix a deadlock between the XCOPY code and iSCSI session shutdown | Bart Van Assche | 2017-07-06 | 1 | -41/+69 |
| * | | target: Use {get,put}_unaligned_be*() instead of open coding these functions | Bart Van Assche | 2017-07-06 | 8 | -171/+75 |
| * | | target: Fix transport_init_se_cmd() | Bart Van Assche | 2017-07-06 | 1 | -0/+1 |