summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* iscsi-target: Fix sendpage breakage with proper padding+DataDigest iovec offsetsNicholas Bellinger2011-09-161-7/+15
* iscsi-target: Disable markers + remove dangerous local scope array usageNicholas Bellinger2011-09-162-243/+7
* target: Skip non hex characters for VPD=0x83 NAA IEEE Registered ExtendedNicholas Bellinger2011-09-161-2/+33
* tcm_fc: Work queue based approach instead of managing own thread and event ba...Christoph Hellwig2011-09-163-93/+16
* tcm_fc: Invalidation of DDP context for FCoE target in error conditionsKiran Patil2011-09-161-32/+30
* target: Fix race between multiple invocations of target_qf_do_work()Roland Dreier2011-09-161-5/+4
* target: Convert acl_node_lock to be IRQ-disablingRoland Dreier2011-08-224-40/+40
* target: Make locking in transport_deregister_session() IRQ safeRoland Dreier2011-08-221-6/+7
* tcm_fc: init/exit functions should not be protected by "#ifdef MODULE"Roland Dreier2011-08-221-2/+0
* target: Print subpage too for unhandled MODE SENSE pagesRoland Dreier2011-08-221-2/+2
* iscsi-target: Fix iscsit_allocate_se_cmd_for_tmr failure path bugsDan Carpenter2011-08-221-3/+1
* iscsi-target: Implement iSCSI target IPv6 address printing.Chris Boot2011-08-221-13/+3
* target: Fix task SGL chaining breakage with transport_allocate_data_tasksNicholas Bellinger2011-08-221-13/+21
* target: Fix task count > 1 handling breakage and use max_sector page alignmentNicholas Bellinger2011-08-222-2/+33
* target: Add missing DATA_SG_IO transport_cmd_get_valid_sectors checkNicholas Bellinger2011-08-221-7/+8
* target: Fix SYNCHRONIZE_CACHE zero LBA + range breakageNicholas Bellinger2011-08-221-7/+7
* target: Remove duplicate task completions in transport_emulate_control_cdbNicholas Bellinger2011-08-221-6/+8
* target: Fix WRITE_SAME usage with transport_get_sizeNicholas Bellinger2011-08-221-3/+3
* target: Add WRITE_SAME (10) parsing and refactor passthrough checksNicholas Bellinger2011-08-222-57/+73
* target: Fix write payload exception handling with ->new_cmd_mapNicholas Bellinger2011-08-221-2/+8
* iscsi-target: forever loop bug in iscsit_attach_ooo_cmdsn()Dan Carpenter2011-08-221-1/+1
* iscsi-target: remove duplicate returnDan Carpenter2011-08-221-1/+0
* target: Convert target_core_rd.c to use use BUG_ONJulia Lawall2011-08-221-16/+8
* iscsi-target: Fix leak on failure in iscsi_copy_param_list()Jesper Juhl2011-08-221-27/+16
* target: Use ERR_CAST inlined functionThomas Meyer2011-08-222-3/+3
* target: Make standard INQUIRY return 'not connected' for tpg_virt_lun0Nicholas Bellinger2011-08-223-6/+21
* target: Change TCM_NON_EXISTENT_LUN response to ASC=LOGICAL UNIT NOT SUPPORTEDNicholas Bellinger2011-08-171-0/+7
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2011-08-038-59/+121
|\
| * tcm_fc: Handle DDP/SW fc_frame_payload_get failures in ft_recv_write_dataKiran Patil2011-08-033-49/+78
| * target: Fix bug for transport_generic_wait_for_tasks with direct operationNicholas Bellinger2011-07-301-2/+29
| * target: iscsi_target depends on NETRandy Dunlap2011-07-281-0/+1
| * target: Fix WRITE_SAME_16 lba assignment breakageNicholas Bellinger2011-07-281-1/+1
| * iscsi-target: Fix CONFIG_SMP=n and CONFIG_MODULES=n build failureNicholas Bellinger2011-07-271-1/+6
| * iscsi-target: Fix snprintf usage with MAX_PORTAL_LENNicholas Bellinger2011-07-271-1/+1
| * iscsi-target: Fix uninitialized usage of cmd->pad_bytesNicholas Bellinger2011-07-271-3/+3
| * iscsi-target: strlen() doesn't count the terminatorDan Carpenter2011-07-271-1/+1
| * iscsi-target: Fix NULL dereference on allocation failureDan Carpenter2011-07-271-1/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2011-07-2742-5/+22102
|\ \ | |/
| * target: Convert to DIV_ROUND_UP_SECTOR_T usage for sectors / dev_max_sectorsNicholas Bellinger2011-07-261-4/+3
| * iscsi-target: Add iSCSI fabric support for target v4.1Nicholas Bellinger2011-07-2641-1/+22099
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-254-5/+0
|\ \
| * \ Merge branch 'master' into for-nextJiri Kosina2011-07-1110-61/+73
| |\ \
| * | | treewide: remove duplicate includesVitaliy Ivanov2011-06-205-6/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-07-231-7/+19
|\ \ \ \ | |_|_|/ |/| | |
| * | | [SCSI] tcm_fc: Fixing reference counting problem which was causing ft_sess to...Kiran Patil2011-06-291-5/+16
| * | | [SCSI] libfc, tcm_fc: add ddp_targ() to libfc function template to supprot FC...Yi Zou2011-06-291-2/+3
| | |/ | |/|
* | | target: remove custom hex2bin() implementationAndy Shevchenko2011-07-223-50/+11
* | | target: fix typo Assoication -> AssociationAndy Shevchenko2011-07-222-6/+6
* | | target: Update QUEUE ALGORITHM MODIFIER control page defaultNicholas Bellinger2011-07-223-1/+47
* | | target: ->map_task_SG conversion to ->map_control_SG and ->map_data_SGNicholas Bellinger2011-07-223-27/+36
OpenPOWER on IntegriCloud