| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2011-07-23 | 1 | -7/+19 |
|\ |
|
| * | [SCSI] tcm_fc: Fixing reference counting problem which was causing ft_sess to... | Kiran Patil | 2011-06-29 | 1 | -5/+16 |
| * | [SCSI] libfc, tcm_fc: add ddp_targ() to libfc function template to supprot FC... | Yi Zou | 2011-06-29 | 1 | -2/+3 |
* | | target: remove custom hex2bin() implementation | Andy Shevchenko | 2011-07-22 | 3 | -50/+11 |
* | | target: fix typo Assoication -> Association | Andy Shevchenko | 2011-07-22 | 2 | -6/+6 |
* | | target: Update QUEUE ALGORITHM MODIFIER control page default | Nicholas Bellinger | 2011-07-22 | 3 | -1/+47 |
* | | target: ->map_task_SG conversion to ->map_control_SG and ->map_data_SG | Nicholas Bellinger | 2011-07-22 | 3 | -27/+36 |
* | | target: Follow up core updates from AGrover and HCH (round 4) | Andy Grover | 2011-07-22 | 28 | -2037/+1385 |
* | | target: Eliminate usage of struct se_mem | Andy Grover | 2011-07-22 | 6 | -780/+307 |
* | | target: Pass 2nd param of transport_split_cdb by value | Andy Grover | 2011-07-22 | 3 | -17/+16 |
* | | target: Enforce 1 page max for control cdb buffer sizes | Andy Grover | 2011-07-22 | 1 | -0/+5 |
* | | target: Make all control CDBs scatter-gather | Andy Grover | 2011-07-22 | 8 | -217/+215 |
* | | target: Implement Block Device Characteristics VPD page | Roland Dreier | 2011-07-22 | 4 | -0/+37 |
* | | target: Fix reporting of supported VPD pages | Roland Dreier | 2011-07-22 | 1 | -48/+47 |
* | | target: Allow for built-in target modules | Roland Dreier | 2011-07-22 | 1 | -4/+0 |
* | | tcm_fc: Convert to wake_up_process and schedule_timeout_interruptible | Nicholas Bellinger | 2011-07-22 | 2 | -11/+10 |
* | | tcm_fc: Makefile cleanups | Nicholas Bellinger | 2011-07-22 | 1 | -13/+4 |
* | | loopback: Fix memory leak in tcm_loop_make_scsi_hba() | Jesper Juhl | 2011-07-22 | 1 | -9/+8 |
* | | loopback: Remove duplicate scsi/scsi_tcq.h include | Jesper Juhl | 2011-07-22 | 1 | -1/+0 |
* | | loopback: off by one in tcm_loop_make_naa_tpg() | Dan Carpenter | 2011-07-22 | 1 | -1/+1 |
* | | target/iblock: Remove unused iblock_dev members | Roland Dreier | 2011-07-22 | 2 | -19/+3 |
* | | target/iblock: Use request_queue->nr_request for se_device defaults | Nicholas Bellinger | 2011-07-22 | 2 | -4/+2 |
* | | target: Make se_tmr_lock IRQ-safe | Roland Dreier | 2011-07-22 | 2 | -12/+13 |
* | | target: Make se_dev_check_online() locking IRQ-safe | Roland Dreier | 2011-07-22 | 1 | -2/+3 |
* | | target: Make transport_lookup_cmd_lun() locking IRQ-safe | Roland Dreier | 2011-07-22 | 1 | -5/+5 |
* | | target: Add SCF_EMULATE_QUEUE_FULL -> transport_handle_queue_full | Nicholas Bellinger | 2011-07-22 | 1 | -15/+179 |
* | | target: Add transport_handle_cdb_direct optimization | Nicholas Bellinger | 2011-07-22 | 1 | -0/+24 |
* | | target: merge release_cmd methods | Christoph Hellwig | 2011-07-22 | 5 | -56/+32 |
* | | target: remove the unused SCF_* flags | Christoph Hellwig | 2011-07-22 | 1 | -25/+5 |
* | | target: remove the always-noop ->new_cmd_failure method | Christoph Hellwig | 2011-07-22 | 7 | -30/+0 |
* | | target: Updates from AGrover and HCH (round 3) | Andy Grover | 2011-07-22 | 14 | -689/+534 |
* | | target: Fix WRITE_SAME_[16,32] number of blocks=0 case | Nicholas Bellinger | 2011-07-22 | 2 | -10/+32 |
* | | target: Fix WRITE_SAME_16 t_task_lba assignment bug | Nicholas Bellinger | 2011-07-22 | 1 | -1/+1 |
* | | target: More core cleanups from AGrover (round 2) | Andy Grover | 2011-07-22 | 16 | -929/+751 |
* | | target: Fix double test of inquiry_prod | Roland Dreier | 2011-07-22 | 1 | -1/+1 |
* | | target: Core cleanups from AGrover (round 1) | Andy Grover | 2011-07-22 | 25 | -1855/+1687 |
* | | target: Remove unused su_group usage in fabric register/dergister | Nicholas Bellinger | 2011-07-22 | 1 | -15/+0 |
* | | target: Remove unnecessary *cdb transport_get_lun_for_cmd parameter | Nicholas Bellinger | 2011-07-22 | 3 | -3/+2 |
* | | target: use MAINTENANCE_IN and MAINTENANCE_OUT definitions in scsi.h | Nicholas Bellinger | 2011-07-22 | 1 | -2/+2 |
* | | target: Check LUN numbers in transport_get_lun_for_[cmd,tmr] | Fubo Chen | 2011-07-22 | 1 | -0/+12 |
|/ |
|
* | tcm_fc: Fix conversion spec warning | Nicholas Bellinger | 2011-06-24 | 1 | -1/+1 |
* | tcm_fc: Fix possible lock to unlock type deadlock | Dan Carpenter | 2011-06-24 | 1 | -1/+1 |
* | tcm_fc: Fix ft_send_tm LUN lookup OOPs | Kiran Patil | 2011-06-24 | 2 | -32/+34 |
* | target: Fix incorrect strlen() NULL terminator checks | Dan Carpenter | 2011-06-24 | 4 | -17/+17 |
* | target: Drop bogus ERR_PTR usage in target_fabric_configfs_init | Dan Carpenter | 2011-06-24 | 1 | -1/+1 |
* | target: Fix ERR_PTR dereferencing bugs | Dan Carpenter | 2011-06-24 | 2 | -4/+7 |
* | target: Convert transport_deregister_session_configfs nacl_sess_lock to save ... | Roland Dreier | 2011-06-24 | 1 | -3/+3 |
* | target: Fix transport_get_lun_for_tmr failure cases | Nicholas Bellinger | 2011-06-24 | 2 | -2/+9 |
* | [SCSI] target: Convert TASK_ATTR to scsi_tcq.h definitions | Nicholas Bellinger | 2011-05-24 | 4 | -20/+38 |
* | [SCSI] target: Convert REPORT_LUNs to use int_to_scsilun | Nicholas Bellinger | 2011-05-24 | 4 | -45/+5 |