Age | Commit message (Expand) | Author | Files | Lines |
2017-07-10 | target: Fix cmd size for PR-OUT in passthrough_parse_cdb | Tang Wenji | 1 | -1/+1 |
2017-07-07 | target: Use macro for WRITE_VERIFY_32 operation codes | Damien Le Moal | 1 | -1/+1 |
2017-07-07 | target: make device_mutex and device_list static | Colin Ian King | 1 | -2/+2 |
2017-07-07 | target: remove g_device_list | Mike Christie | 1 | -18/+12 |
2017-07-07 | target: add helper to iterate over devices | Mike Christie | 1 | -0/+45 |
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 | 1 | -0/+2 |
2017-07-07 | target: Use {get,put}_unaligned_be*() instead of open coding these functions | Bart Van Assche | 1 | -4/+4 |
2017-07-07 | target: Remove se_device.dev_list | Bart Van Assche | 1 | -1/+0 |
2017-07-07 | target: Use symbolic value for WRITE_VERIFY_16 | Bart Van Assche | 1 | -1/+1 |
2017-07-07 | target: Add support for TMR percpu reference counting | Nicholas Bellinger | 1 | -4/+10 |
2017-06-09 | target/configfs: Kill se_device->dev_link_magic | Nicholas Bellinger | 1 | -1/+0 |
2017-06-09 | target/iblock: Convert WRITE_SAME to blkdev_issue_zeroout | Nicholas Bellinger | 1 | -1/+1 |
2017-05-12 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 1 | -0/+38 |
2017-05-02 | target/user: PGR Support | Bryant G. Ly | 1 | -0/+38 |
2017-04-08 | block: remove the discard_zeroes_data flag | Christoph Hellwig | 1 | -1/+1 |
2017-02-27 | target: Fix NULL dereference during LUN lookup + active I/O shutdown | Nicholas Bellinger | 1 | -2/+8 |
2017-02-09 | target: Remove se_tmr_req.tmr_lun | Bart Van Assche | 1 | -1/+0 |
2017-02-08 | target: Don't BUG_ON during NodeACL dynamic -> explicit conversion | Nicholas Bellinger | 1 | -1/+9 |
2016-12-09 | target: Minimize #include directives | Bart Van Assche | 1 | -0/+1 |
2016-07-20 | target: Fix max_unmap_lba_count calc overflow | Mike Christie | 1 | -3/+5 |
2016-03-11 | target: Remove enum transport_lunflags_table | Andy Grover | 1 | -27/+14 |
2016-01-30 | target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectors | Mike Christie | 1 | -0/+44 |
2016-01-07 | target/sbc: Add LBPRZ attribute + control CDB emulation | Jamie Pocas | 1 | -0/+2 |
2015-09-25 | target: Make TCM_WRITE_PROTECT failure honor D_SENSE bit | Nicholas Bellinger | 1 | -17/+23 |
2015-09-25 | target: Fix PR registration + APTPL RCU conversion regression | Nicholas Bellinger | 1 | -2/+3 |
2015-07-31 | target: Remove cmd->se_ordered_id (unused except debug log lines) | Roland Dreier | 1 | -1/+0 |
2015-07-31 | target: remove initiatorname field in se_acl_lun | Chris Zankel | 1 | -5/+3 |
2015-07-07 | target: Use struct t10_pi_tuple | Sagi Grimberg | 1 | -1/+1 |
2015-07-05 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 1 | -1007/+282 |
2015-06-24 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -2/+2 |
2015-06-23 | target: Send UA when changing LUN inventory | Hannes Reinecke | 1 | -4/+19 |
2015-06-23 | target: Convert se_lun->lun_deve_lock to normal spinlock | Nicholas Bellinger | 1 | -6/+6 |
2015-06-16 | target: Remove TARGET_MAX_LUNS_PER_TRANSPORT | Hannes Reinecke | 1 | -9/+0 |
2015-06-16 | target: use 64-bit LUNs | Hannes Reinecke | 1 | -15/+15 |
2015-06-16 | target: Drop duplicate + unused se_dev_check_wce | Nicholas Bellinger | 1 | -12/+0 |
2015-06-02 | target: Minimize SCSI header #include directives | Bart Van Assche | 1 | -2/+2 |
2015-06-01 | target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usage | Nicholas Bellinger | 1 | -16/+31 |
2015-06-01 | target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lun | Christoph Hellwig | 1 | -150/+29 |
2015-06-01 | target: Simplify LUN shutdown code | Bart Van Assche | 1 | -1/+0 |
2015-06-01 | target: simplify backend attribute implementation | Christoph Hellwig | 1 | -504/+0 |
2015-06-01 | target: simplify backend driver registration | Christoph Hellwig | 1 | -3/+3 |
2015-06-01 | target: Only reset specific dynamic entries during lun_group creation | Nicholas Bellinger | 1 | -1/+1 |
2015-06-01 | target: Drop unused se_lun->lun_acl_list | Nicholas Bellinger | 1 | -15/+0 |
2015-06-01 | target: Convert se_tpg->acl_node_lock to ->acl_node_mutex | Nicholas Bellinger | 1 | -9/+5 |
2015-06-01 | target: Convert se_portal_group->tpg_lun_list[] to RCU hlist | Nicholas Bellinger | 1 | -85/+7 |
2015-06-01 | target/pr: Use atomic bitop for se_dev_entry->deve_flags reservation check | Nicholas Bellinger | 1 | -0/+1 |
2015-06-01 | target: Convert se_node_acl->device_list[] to RCU hlist | Nicholas Bellinger | 1 | -176/+180 |
2015-05-31 | target: fix a log message in se_dev_set_emulate_rest_reord() | Christophe Vu-Brugier | 1 | -1/+1 |