aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2012-09-17target: go through normal processing for all zero-length commandsPaolo Bonzini1-17/+0
2012-09-17target: do not submit a zero-bio I/O requestPaolo Bonzini1-0/+6
2012-09-17target: support zero allocation length in SBC commandsPaolo Bonzini1-8/+15
2012-09-17target: fix truncation of mode data, support zero allocation lengthPaolo Bonzini1-10/+7
2012-09-17target: support zero allocation length in INQUIRYPaolo Bonzini1-25/+6
2012-09-17target: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-2/+1
2012-09-17target/iscsi: Don't log "iSCSI Login negotiation failed." twiceRoland Dreier1-1/+0
2012-09-17target: Drop se_subsystem_api->[write_cache,fua_write]_emulated flagsNicholas Bellinger4-9/+6
2012-09-17target: remove unused including <generated/utsrelease.h>Wei Yongjun2-2/+0
2012-09-17tcm_fc: remove unused including <generated/utsrelease.h>Wei Yongjun3-3/+0
2012-09-17target/rd: Allow WriteCacheEnabled=1 operation with rd_mcp backendsNicholas Bellinger1-0/+1
2012-09-17target/iblock: Use match_strlcpy for Opt_udev_path string assignmentNicholas Bellinger1-6/+3
2012-09-17target: Fix minor spelling typos in drivers/targetMasanari Iida8-15/+15
2012-09-17target: Simplify fabric sense data length handlingRoland Dreier7-127/+79
2012-09-17target: Remove unused target_core_fabric_ops.get_fabric_sense_len methodRoland Dreier5-31/+0
2012-09-17target/sbp: Remove strict param from sbp_parse_wwnAndy Grover1-4/+4
2012-09-17target: Cleanup transport_subsystem_check_initAndy Grover1-3/+1
2012-09-17target: Remove request_module for target_core_stgtAndy Grover1-4/+0
2012-09-09block: Generalized bio pool freeingKent Overstreet1-9/+0
2012-09-07target: go through normal processing for zero-length REQUEST_SENSEPaolo Bonzini1-9/+2
2012-09-07target: support zero allocation length in REQUEST SENSEPaolo Bonzini1-17/+18
2012-09-07target: support zero-size allocation lengths in transport_kmap_data_sgPaolo Bonzini1-4/+9
2012-09-07target: fail REPORT LUNS with less than 16 bytes of payloadPaolo Bonzini1-0/+7
2012-09-07target: report too-small parameter lists everywherePaolo Bonzini3-2/+30
2012-09-07target: go through normal processing for zero-length PSCSI commandsPaolo Bonzini2-5/+7
2012-09-05target: fix use-after-free with PSCSI sense dataPaolo Bonzini2-36/+21
2012-09-05target: simplify code around transport_get_sense_dataPaolo Bonzini1-36/+13
2012-09-05target: move transport_get_sense_dataPaolo Bonzini1-55/+55
2012-09-01scsi: fix various printk and comment typosMasanari Iida1-2/+2
2012-08-26target: Check idr_get_new return value in iscsi_login_zero_tsih_s1Benjamin Wang1-1/+10
2012-08-23target: Fix ->data_length re-assignment bug with SCSI overflowNicholas Bellinger1-2/+7
2012-08-21target: Remove unused se_cmd.cmd_spdtlRoland Dreier1-2/+0
2012-08-20tcm_fc: rcu_deref outside rcu lock/unlock sectionDenis Efremov1-1/+3
2012-08-17target: Fix regression bug with handling of zero-length data CDBsNicholas Bellinger1-3/+6
2012-08-16target/pscsi: Fix bug with REPORT_LUNs handling for SCSI passthroughNicholas Bellinger1-1/+8
2012-08-16target: fix NULL pointer dereference bug alloc_page() fails to get memoryYi Zou1-2/+2
2012-08-16tcm_fc: Avoid debug overhead when not debuggingMark Rustad2-1/+8
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-27/+5
2012-08-01delousing target_core_file a bitAl Viro1-27/+5
2012-07-21iscsi-target: Drop bogus struct file usage for iSCSI/SCTPAl Viro3-78/+6
2012-07-20target: NULL dereference on error pathDan Carpenter1-5/+6
2012-07-17target: Allow for target_submit_cmd() returning errorsRoland Dreier3-11/+19
2012-07-16target: Check number of unmap descriptors against our limitRoland Dreier1-0/+5
2012-07-16target: Fix possible integer underflow in UNMAP emulationRoland Dreier1-10/+10
2012-07-16target: Fix reading of data length fields for UNMAP commandsRoland Dreier1-3/+3
2012-07-16target: Add range checking to UNMAP emulationRoland Dreier1-0/+12
2012-07-16target: Add generation of LOGICAL BLOCK ADDRESS OUT OF RANGERoland Dreier1-0/+10
2012-07-16target: Make unnecessarily global se_dev_align_max_sectors() staticRoland Dreier1-1/+1
2012-07-16target: Remove se_session.sess_wait_listRoland Dreier1-12/+10
2012-07-16target: Check sess_tearing_down in target_get_sess_cmd()Roland Dreier1-5/+19