summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | target: Follow up core updates from AGrover and HCH (round 4)Andy Grover2011-07-2228-2037/+1385
* | | target: Eliminate usage of struct se_memAndy Grover2011-07-226-780/+307
* | | target: Pass 2nd param of transport_split_cdb by valueAndy Grover2011-07-223-17/+16
* | | target: Enforce 1 page max for control cdb buffer sizesAndy Grover2011-07-221-0/+5
* | | target: Make all control CDBs scatter-gatherAndy Grover2011-07-228-217/+215
* | | target: Implement Block Device Characteristics VPD pageRoland Dreier2011-07-224-0/+37
* | | target: Fix reporting of supported VPD pagesRoland Dreier2011-07-221-48/+47
* | | target: Allow for built-in target modulesRoland Dreier2011-07-221-4/+0
* | | tcm_fc: Convert to wake_up_process and schedule_timeout_interruptibleNicholas Bellinger2011-07-222-11/+10
* | | tcm_fc: Makefile cleanupsNicholas Bellinger2011-07-221-13/+4
* | | loopback: Fix memory leak in tcm_loop_make_scsi_hba()Jesper Juhl2011-07-221-9/+8
* | | loopback: Remove duplicate scsi/scsi_tcq.h includeJesper Juhl2011-07-221-1/+0
* | | loopback: off by one in tcm_loop_make_naa_tpg()Dan Carpenter2011-07-221-1/+1
* | | target/iblock: Remove unused iblock_dev membersRoland Dreier2011-07-222-19/+3
* | | target/iblock: Use request_queue->nr_request for se_device defaultsNicholas Bellinger2011-07-222-4/+2
* | | target: Make se_tmr_lock IRQ-safeRoland Dreier2011-07-222-12/+13
* | | target: Make se_dev_check_online() locking IRQ-safeRoland Dreier2011-07-221-2/+3
* | | target: Make transport_lookup_cmd_lun() locking IRQ-safeRoland Dreier2011-07-221-5/+5
* | | target: Add SCF_EMULATE_QUEUE_FULL -> transport_handle_queue_fullNicholas Bellinger2011-07-221-15/+179
* | | target: Add transport_handle_cdb_direct optimizationNicholas Bellinger2011-07-221-0/+24
* | | target: merge release_cmd methodsChristoph Hellwig2011-07-225-56/+32
* | | target: remove the unused SCF_* flagsChristoph Hellwig2011-07-221-25/+5
* | | target: remove the always-noop ->new_cmd_failure methodChristoph Hellwig2011-07-227-30/+0
* | | target: Updates from AGrover and HCH (round 3)Andy Grover2011-07-2214-689/+534
* | | target: Fix WRITE_SAME_[16,32] number of blocks=0 caseNicholas Bellinger2011-07-222-10/+32
* | | target: Fix WRITE_SAME_16 t_task_lba assignment bugNicholas Bellinger2011-07-221-1/+1
* | | target: More core cleanups from AGrover (round 2)Andy Grover2011-07-2216-929/+751
* | | target: Fix double test of inquiry_prodRoland Dreier2011-07-221-1/+1
* | | target: Core cleanups from AGrover (round 1)Andy Grover2011-07-2225-1855/+1687
* | | target: Remove unused su_group usage in fabric register/dergisterNicholas Bellinger2011-07-221-15/+0
* | | target: Remove unnecessary *cdb transport_get_lun_for_cmd parameterNicholas Bellinger2011-07-223-3/+2
* | | target: use MAINTENANCE_IN and MAINTENANCE_OUT definitions in scsi.hNicholas Bellinger2011-07-221-2/+2
* | | target: Check LUN numbers in transport_get_lun_for_[cmd,tmr]Fubo Chen2011-07-221-0/+12
|/ /
* | tcm_fc: Fix conversion spec warningNicholas Bellinger2011-06-241-1/+1
* | tcm_fc: Fix possible lock to unlock type deadlockDan Carpenter2011-06-241-1/+1
* | tcm_fc: Fix ft_send_tm LUN lookup OOPsKiran Patil2011-06-242-32/+34
* | target: Fix incorrect strlen() NULL terminator checksDan Carpenter2011-06-244-17/+17