Age | Commit message (Expand) | Author | Files | Lines |
2011-09-16 | iscsi-target: Fix sendpage breakage with proper padding+DataDigest iovec offsets | Nicholas Bellinger | 1 | -7/+15 |
2011-09-16 | iscsi-target: Disable markers + remove dangerous local scope array usage | Nicholas Bellinger | 2 | -243/+7 |
2011-09-16 | target: Skip non hex characters for VPD=0x83 NAA IEEE Registered Extended | Nicholas Bellinger | 1 | -2/+33 |
2011-09-16 | tcm_fc: Work queue based approach instead of managing own thread and event ba... | Christoph Hellwig | 3 | -93/+16 |
2011-09-16 | tcm_fc: Invalidation of DDP context for FCoE target in error conditions | Kiran Patil | 1 | -32/+30 |
2011-09-16 | target: Fix race between multiple invocations of target_qf_do_work() | Roland Dreier | 1 | -5/+4 |
2011-08-22 | target: Convert acl_node_lock to be IRQ-disabling | Roland Dreier | 4 | -40/+40 |
2011-08-22 | target: Make locking in transport_deregister_session() IRQ safe | Roland Dreier | 1 | -6/+7 |
2011-08-22 | tcm_fc: init/exit functions should not be protected by "#ifdef MODULE" | Roland Dreier | 1 | -2/+0 |
2011-08-22 | target: Print subpage too for unhandled MODE SENSE pages | Roland Dreier | 1 | -2/+2 |
2011-08-22 | iscsi-target: Fix iscsit_allocate_se_cmd_for_tmr failure path bugs | Dan Carpenter | 1 | -3/+1 |
2011-08-22 | iscsi-target: Implement iSCSI target IPv6 address printing. | Chris Boot | 1 | -13/+3 |
2011-08-22 | target: Fix task SGL chaining breakage with transport_allocate_data_tasks | Nicholas Bellinger | 1 | -13/+21 |
2011-08-22 | target: Fix task count > 1 handling breakage and use max_sector page alignment | Nicholas Bellinger | 2 | -2/+33 |
2011-08-22 | target: Add missing DATA_SG_IO transport_cmd_get_valid_sectors check | Nicholas Bellinger | 1 | -7/+8 |
2011-08-22 | target: Fix SYNCHRONIZE_CACHE zero LBA + range breakage | Nicholas Bellinger | 1 | -7/+7 |
2011-08-22 | target: Remove duplicate task completions in transport_emulate_control_cdb | Nicholas Bellinger | 1 | -6/+8 |
2011-08-22 | target: Fix WRITE_SAME usage with transport_get_size | Nicholas Bellinger | 1 | -3/+3 |
2011-08-22 | target: Add WRITE_SAME (10) parsing and refactor passthrough checks | Nicholas Bellinger | 2 | -57/+73 |
2011-08-22 | target: Fix write payload exception handling with ->new_cmd_map | Nicholas Bellinger | 1 | -2/+8 |
2011-08-22 | iscsi-target: forever loop bug in iscsit_attach_ooo_cmdsn() | Dan Carpenter | 1 | -1/+1 |
2011-08-22 | iscsi-target: remove duplicate return | Dan Carpenter | 1 | -1/+0 |
2011-08-22 | target: Convert target_core_rd.c to use use BUG_ON | Julia Lawall | 1 | -16/+8 |
2011-08-22 | iscsi-target: Fix leak on failure in iscsi_copy_param_list() | Jesper Juhl | 1 | -27/+16 |
2011-08-22 | target: Use ERR_CAST inlined function | Thomas Meyer | 2 | -3/+3 |
2011-08-22 | target: Make standard INQUIRY return 'not connected' for tpg_virt_lun0 | Nicholas Bellinger | 3 | -6/+21 |
2011-08-17 | target: Change TCM_NON_EXISTENT_LUN response to ASC=LOGICAL UNIT NOT SUPPORTED | Nicholas Bellinger | 1 | -0/+7 |
2011-08-03 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 8 | -59/+121 |
2011-08-03 | tcm_fc: Handle DDP/SW fc_frame_payload_get failures in ft_recv_write_data | Kiran Patil | 3 | -49/+78 |
2011-07-30 | target: Fix bug for transport_generic_wait_for_tasks with direct operation | Nicholas Bellinger | 1 | -2/+29 |
2011-07-28 | target: iscsi_target depends on NET | Randy Dunlap | 1 | -0/+1 |
2011-07-28 | target: Fix WRITE_SAME_16 lba assignment breakage | Nicholas Bellinger | 1 | -1/+1 |
2011-07-27 | iscsi-target: Fix CONFIG_SMP=n and CONFIG_MODULES=n build failure | Nicholas Bellinger | 1 | -1/+6 |
2011-07-27 | iscsi-target: Fix snprintf usage with MAX_PORTAL_LEN | Nicholas Bellinger | 1 | -1/+1 |
2011-07-27 | iscsi-target: Fix uninitialized usage of cmd->pad_bytes | Nicholas Bellinger | 1 | -3/+3 |
2011-07-27 | iscsi-target: strlen() doesn't count the terminator | Dan Carpenter | 1 | -1/+1 |
2011-07-27 | iscsi-target: Fix NULL dereference on allocation failure | Dan Carpenter | 1 | -1/+1 |
2011-07-27 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 42 | -5/+22102 |
2011-07-26 | target: Convert to DIV_ROUND_UP_SECTOR_T usage for sectors / dev_max_sectors | Nicholas Bellinger | 1 | -4/+3 |
2011-07-26 | iscsi-target: Add iSCSI fabric support for target v4.1 | Nicholas Bellinger | 41 | -1/+22099 |
2011-07-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 4 | -5/+0 |
2011-07-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 1 | -7/+19 |
2011-07-22 | target: remove custom hex2bin() implementation | Andy Shevchenko | 3 | -50/+11 |
2011-07-22 | target: fix typo Assoication -> Association | Andy Shevchenko | 2 | -6/+6 |
2011-07-22 | target: Update QUEUE ALGORITHM MODIFIER control page default | Nicholas Bellinger | 3 | -1/+47 |
2011-07-22 | target: ->map_task_SG conversion to ->map_control_SG and ->map_data_SG | Nicholas Bellinger | 3 | -27/+36 |
2011-07-22 | target: Follow up core updates from AGrover and HCH (round 4) | Andy Grover | 28 | -2037/+1385 |
2011-07-22 | target: Eliminate usage of struct se_mem | Andy Grover | 6 | -780/+307 |
2011-07-22 | target: Pass 2nd param of transport_split_cdb by value | Andy Grover | 3 | -17/+16 |
2011-07-22 | target: Enforce 1 page max for control cdb buffer sizes | Andy Grover | 1 | -0/+5 |