Age | Commit message (Expand) | Author | Files | Lines |
2017-09-07 | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+2 |
2017-08-23 | block: replace bi_bdev with a gendisk pointer and partitions index | Christoph Hellwig | 1 | -2/+2 |
2017-08-10 | target: Fix node_acl demo-mode + uncached dynamic shutdown regression | Nicholas Bellinger | 2 | -4/+4 |
2017-08-07 | iscsi-target: Fix iscsi_np reset hung task during parallel delete | Nicholas Bellinger | 2 | -2/+6 |
2017-07-31 | cxgbit: fix sg_nents calculation | Varun Prakash | 1 | -5/+7 |
2017-07-31 | iscsi-target: fix invalid flags in text response | Varun Prakash | 1 | -2/+2 |
2017-07-31 | iscsi-target: fix memory leak in iscsit_setup_text_cmd() | Varun Prakash | 1 | -0/+1 |
2017-07-31 | cxgbit: add missing __kfree_skb() | Varun Prakash | 1 | -4/+12 |
2017-07-31 | tcmu: free old string on reconfig | Bryant G. Ly | 1 | -0/+2 |
2017-07-31 | tcmu: Fix possible to/from address overflow when doing the memcpy | Xiubo Li | 1 | -6/+5 |
2017-07-15 | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -11/+25 |
2017-07-14 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 30 | -600/+1121 |
2017-07-13 | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s... | Michal Hocko | 1 | -1/+1 |
2017-07-12 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
2017-07-11 | iscsi-target: Add login_keys_workaround attribute for non RFC initiators | Nicholas Bellinger | 6 | -16/+55 |
2017-07-11 | tcmu: clean up the code and with one small fix | Xiubo Li | 1 | -13/+11 |
2017-07-11 | tcmu: Fix possbile memory leak / OOPs when recalculating cmd base size | Xiubo Li | 1 | -7/+5 |
2017-07-11 | target: export lio pgr/alua support as device attr | Mike Christie | 1 | -0/+24 |
2017-07-10 | target: Fix return sense reason in target_scsi3_emulate_pr_out | Tang Wenji | 1 | -5/+5 |
2017-07-10 | target: Fix cmd size for PR-OUT in passthrough_parse_cdb | Tang Wenji | 2 | -2/+2 |
2017-07-10 | tcmu: Fix dev_config_store | Bryant G. Ly | 1 | -8/+24 |
2017-07-07 | target: pscsi: Introduce TYPE_ZBC support | Damien Le Moal | 1 | -6/+11 |
2017-07-07 | target: Use macro for WRITE_VERIFY_32 operation codes | Damien Le Moal | 1 | -1/+1 |
2017-07-07 | target: fix SAM_STAT_BUSY/TASK_SET_FULL handling | Mike Christie | 1 | -3/+11 |
2017-07-07 | target: remove transport_complete | Mike Christie | 1 | -6/+0 |
2017-07-07 | pscsi: finish cmd processing from pscsi_req_done | Mike Christie | 2 | -26/+16 |
2017-07-07 | tcmu: fix sense handling during completion | Mike Christie | 1 | -2/+1 |
2017-07-07 | target: add helper to copy sense to se_cmd buffer | Mike Christie | 1 | -0/+18 |
2017-07-07 | target: do not require a transport_complete for SCF_TRANSPORT_TASK_SENSE | Mike Christie | 1 | -2/+2 |
2017-07-07 | target: make device_mutex and device_list static | Colin Ian King | 1 | -2/+2 |
2017-07-07 | tcmu: Fix flushing cmd entry dcache page | Xiubo Li | 1 | -2/+2 |
2017-07-07 | tcmu: fix multiple uio open/close sequences | Mike Christie | 1 | -1/+5 |
2017-07-07 | tcmu: drop configured check in destroy | Mike Christie | 1 | -4/+2 |
2017-07-07 | target: remove g_device_list | Mike Christie | 2 | -21/+12 |
2017-07-07 | xcopy: loop over devices using idr helper | Mike Christie | 1 | -29/+41 |
2017-07-07 | target: add helper to iterate over devices | Mike Christie | 2 | -0/+47 |
2017-07-07 | tcmu: perfom device add, del and reconfig synchronously | Mike Christie | 1 | -20/+193 |
2017-07-07 | target: add helper to find se_device by dev_index | Mike Christie | 1 | -0/+24 |
2017-07-07 | target: use idr for se_device dev index | Mike Christie | 1 | -4/+26 |
2017-07-07 | target: break up free_device callback | Mike Christie | 6 | -8/+35 |
2017-07-07 | tcmu: reconfigure netlink attr changes | Mike Christie | 1 | -29/+44 |
2017-07-07 | tcmu: make array tcmu_attrib_attrs static const | Colin Ian King | 1 | -1/+1 |
2017-07-07 | tcmu: Fix module removal due to stuck unmap_thread thread again | Xiubo Li | 1 | -1/+1 |
2017-07-07 | target: Fix COMPARE_AND_WRITE caw_sem leak during se_cmd quiesce | Jiang Yi | 1 | -0/+9 |
2017-07-07 | tcmu: Add Type of reconfig into netlink | Bryant G. Ly | 1 | -6/+14 |
2017-07-07 | tcmu: Make dev_config configurable | Bryant G. Ly | 1 | -0/+41 |
2017-07-07 | tcmu: Make dev_size configurable via userspace | Bryant G. Ly | 1 | -5/+54 |
2017-07-07 | tcmu: Add netlink for device reconfiguration | Bryant G. Ly | 1 | -0/+12 |
2017-07-07 | tcmu: Support emulate_write_cache | Bryant G. Ly | 1 | -0/+30 |
2017-07-07 | target/iscsi: Remove dead code from iscsit_process_scsi_cmd() | Bart Van Assche | 1 | -5/+1 |