summaryrefslogtreecommitdiffstats
path: root/drivers/target
AgeCommit message (Expand)AuthorLines
2012-11-27target: Clean up logic in transport_put_cmd()Roland Dreier-5/+4
2012-11-27target: Update copyright information to 2012Nicholas Bellinger-59/+19
2012-11-19target: iscsi: fix comment typos in target/iscsi driversMasanari Iida-5/+5
2012-11-17target: Fix handling of aborted commandsRoland Dreier-2/+4
2012-11-15target/iblock: Add WRITE_SAME w/ UNMAP=0 emulation supportNicholas Bellinger-7/+79
2012-11-15target: Add/check max_write_same_len device attribute + update block limits VPDNicholas Bellinger-1/+30
2012-11-15target/sbc: Seperate WRITE_SAME based on UNMAP flag in sbc_opsNicholas Bellinger-28/+23
2012-11-07target: Change sbc_emulate_noop to return sense_reason_tNicholas Bellinger-8/+2
2012-11-07sbp-target: remove depends on CONFIG_EXPERIMENTALKees Cook-1/+1
2012-11-07iscsi-target: Always send a response before terminating iSCSI connectionRoland Dreier-6/+12
2012-11-07iscsi-target: Fix bug in handling of ExpStatSN ACK during u32 wrap-aroundSteve Hodgson-4/+4
2012-11-07iscsi-target: Fix potential deadlock on lock taken in timerRoland Dreier-2/+2
2012-11-07target: Fix exception path pr_reg put regression for PR RELEASENicholas Bellinger-1/+1
2012-11-07target: Fix possible TFO->write_pending() sense_reason_t silent WRITE corruptionNicholas Bellinger-1/+1
2012-11-06target: Fix incorrect inversion of TPGS_EXPLICT_ALUA checkNicholas Bellinger-1/+1
2012-11-06target: pass sense_reason as a return valueChristoph Hellwig-991/+783
2012-11-06target: Fix incorrect starting offset after MODE_SENSE refactoringNicholas Bellinger-2/+5
2012-11-06target: Add emulation for MODE SELECTRoland Dreier-0/+53
2012-11-06target: Implement mode page 0x1c, "Informational Exceptions"Roland Dreier-0/+14
2012-11-06target: Refactor MODE SENSE emulationRoland Dreier-59/+176
2012-11-06iscsi-target: Use list_first_entry() where appropriateRoland Dreier-6/+5
2012-11-06target: remove ->get_device_revChristoph Hellwig-25/+1
2012-11-06target: simplify alua supportChristoph Hellwig-153/+65
2012-11-06target: simplify reservations codeChristoph Hellwig-269/+127
2012-11-06target: kill dev->dev_task_attr_typeChristoph Hellwig-72/+69
2012-11-06pscsi: fix REPORT LUNS handlingChristoph Hellwig-1/+2
2012-11-06target/pscsi: Make pscsi_configure_device + target_release_session staticFengguang Wu-2/+2
2012-11-06target: provide generic sbc device type/revision helpersChristoph Hellwig-44/+18
2012-11-06target/pscsi: call spc_emulate_report_luns directlyChristoph Hellwig-10/+4
2012-11-06target: move REPORT LUNS emulation to target_core_spc.cChristoph Hellwig-65/+64
2012-11-06target: rename spc_opsChristoph Hellwig-7/+7
2012-11-06target: kill struct se_subsystem_devChristoph Hellwig-1818/+1011
2012-11-01target: Fix incorrect usage of nested IRQ spinlocks in ABORT_TASK pathSteve Hodgson-3/+3
2012-11-01iscsi-target: Fix missed wakeup race in TX threadRoland Dreier-3/+26
2012-11-01target: Avoid integer overflow in se_dev_align_max_sectors()Roland Dreier-9/+9
2012-11-01target: Don't return success from module_init() if setup failsRoland Dreier-1/+2
2012-10-31target: Re-add explict zeroing of INQUIRY bounce buffer memoryNicholas Bellinger-0/+2
2012-10-28Merge branch 'master' into for-nextJiri Kosina-614/+613
2012-10-26target: reintroduce some obsolete SCSI-2 commandsBernhard Kohl-0/+18
2012-10-26target: Fix double-free of se_cmd in target_complete_tmr_failureNicholas Bellinger-1/+0
2012-10-16iscsi: fix check keysAlan Cox-0/+1
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds-9/+0
2012-10-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-605/+613
2012-10-03iscsi-target: Bump defaults for nopin_timeout + nopin_response_timeout valuesNicholas Bellinger-2/+2
2012-10-03iscsit: proper endianess conversionsChristoph Hellwig-138/+122
2012-10-03iscsit: use the itt_t abstract typeChristoph Hellwig-46/+37
2012-10-02iscsit: add missing endianess conversion in iscsit_check_inaddr_anyChristoph Hellwig-1/+1
2012-10-02iscsit: remove incorrect unlock in iscsit_build_sendtargets_respChristoph Hellwig-1/+0
2012-10-02iscsit: mark various functions staticChristoph Hellwig-25/+23
2012-10-02target/iscsi: precedence bug in iscsit_set_dataout_sequence_values()Dan Carpenter-3/+3