summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)Author
2011-07-27iscsi-target: Fix snprintf usage with MAX_PORTAL_LENNicholas Bellinger
2011-07-27iscsi-target: Fix uninitialized usage of cmd->pad_bytesNicholas Bellinger
2011-07-27iscsi-target: strlen() doesn't count the terminatorDan Carpenter
2011-07-27iscsi-target: Fix NULL dereference on allocation failureDan Carpenter
2011-07-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2011-07-26target: Convert to DIV_ROUND_UP_SECTOR_T usage for sectors / dev_max_sectorsNicholas Bellinger
2011-07-26iscsi-target: Add iSCSI fabric support for target v4.1Nicholas Bellinger
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2011-07-22target: remove custom hex2bin() implementationAndy Shevchenko
2011-07-22target: fix typo Assoication -> AssociationAndy Shevchenko
2011-07-22target: Update QUEUE ALGORITHM MODIFIER control page defaultNicholas Bellinger
2011-07-22target: ->map_task_SG conversion to ->map_control_SG and ->map_data_SGNicholas Bellinger
2011-07-22target: Follow up core updates from AGrover and HCH (round 4)Andy Grover
2011-07-22target: Eliminate usage of struct se_memAndy Grover
2011-07-22target: Pass 2nd param of transport_split_cdb by valueAndy Grover
2011-07-22target: Enforce 1 page max for control cdb buffer sizesAndy Grover
2011-07-22target: Make all control CDBs scatter-gatherAndy Grover
2011-07-22target: Implement Block Device Characteristics VPD pageRoland Dreier
2011-07-22target: Fix reporting of supported VPD pagesRoland Dreier
2011-07-22target: Allow for built-in target modulesRoland Dreier
2011-07-22tcm_fc: Convert to wake_up_process and schedule_timeout_interruptibleNicholas Bellinger
2011-07-22tcm_fc: Makefile cleanupsNicholas Bellinger
2011-07-22loopback: Fix memory leak in tcm_loop_make_scsi_hba()Jesper Juhl
2011-07-22loopback: Remove duplicate scsi/scsi_tcq.h includeJesper Juhl
2011-07-22loopback: off by one in tcm_loop_make_naa_tpg()Dan Carpenter
2011-07-22target/iblock: Remove unused iblock_dev membersRoland Dreier
2011-07-22target/iblock: Use request_queue->nr_request for se_device defaultsNicholas Bellinger
2011-07-22target: Make se_tmr_lock IRQ-safeRoland Dreier
2011-07-22target: Make se_dev_check_online() locking IRQ-safeRoland Dreier
2011-07-22target: Make transport_lookup_cmd_lun() locking IRQ-safeRoland Dreier
2011-07-22target: Add SCF_EMULATE_QUEUE_FULL -> transport_handle_queue_fullNicholas Bellinger
2011-07-22target: Add transport_handle_cdb_direct optimizationNicholas Bellinger
2011-07-22target: merge release_cmd methodsChristoph Hellwig
2011-07-22target: remove the unused SCF_* flagsChristoph Hellwig
2011-07-22target: remove the always-noop ->new_cmd_failure methodChristoph Hellwig
2011-07-22target: Updates from AGrover and HCH (round 3)Andy Grover
2011-07-22target: Fix WRITE_SAME_[16,32] number of blocks=0 caseNicholas Bellinger
2011-07-22target: Fix WRITE_SAME_16 t_task_lba assignment bugNicholas Bellinger
2011-07-22target: More core cleanups from AGrover (round 2)Andy Grover
2011-07-22target: Fix double test of inquiry_prodRoland Dreier
2011-07-22target: Core cleanups from AGrover (round 1)Andy Grover
2011-07-22target: Remove unused su_group usage in fabric register/dergisterNicholas Bellinger
2011-07-22target: Remove unnecessary *cdb transport_get_lun_for_cmd parameterNicholas Bellinger
2011-07-22target: use MAINTENANCE_IN and MAINTENANCE_OUT definitions in scsi.hNicholas Bellinger
2011-07-22target: Check LUN numbers in transport_get_lun_for_[cmd,tmr]Fubo Chen
2011-07-11Merge branch 'master' into for-nextJiri Kosina
2011-06-29[SCSI] tcm_fc: Fixing reference counting problem which was causing ft_sess to...Kiran Patil
2011-06-29[SCSI] libfc, tcm_fc: add ddp_targ() to libfc function template to supprot FC...Yi Zou
2011-06-24tcm_fc: Fix conversion spec warningNicholas Bellinger