summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* iscsi-target: Correctly set 0xffffffff field within ISCSI_OP_REJECT PDUNicholas Bellinger2012-09-231-0/+1
* sbp-target: fix return value check in sbp_register_configfs()Wei Yongjun2012-09-231-2/+2
* qla2xxx: Fix endianness of task management response codeRoland Dreier2012-09-231-1/+1
* target: fix return code in target_core_init_configfs error pathPeter Senna Tschudin2012-09-181-1/+7
* target: move the dereference below the NULL testWei Yongjun2012-09-181-4/+6
* tcm_fc: move the dereference below the NULL testWei Yongjun2012-09-181-1/+2
* target: go through normal processing for all zero-length commandsPaolo Bonzini2012-09-181-17/+0
* target: do not submit a zero-bio I/O requestPaolo Bonzini2012-09-181-0/+6
* target: support zero allocation length in SBC commandsPaolo Bonzini2012-09-181-8/+15
* target: fix truncation of mode data, support zero allocation lengthPaolo Bonzini2012-09-181-10/+7
* target: support zero allocation length in INQUIRYPaolo Bonzini2012-09-181-25/+6
* target: use list_move_tail instead of list_del/list_add_tailWei Yongjun2012-09-181-2/+1
* target/iscsi: Don't log "iSCSI Login negotiation failed." twiceRoland Dreier2012-09-181-1/+0
* target: Drop se_subsystem_api->[write_cache,fua_write]_emulated flagsNicholas Bellinger2012-09-184-9/+6
* target: remove unused including <generated/utsrelease.h>Wei Yongjun2012-09-182-2/+0
* tcm_fc: remove unused including <generated/utsrelease.h>Wei Yongjun2012-09-183-3/+0
* target/rd: Allow WriteCacheEnabled=1 operation with rd_mcp backendsNicholas Bellinger2012-09-181-0/+1
* target/iblock: Use match_strlcpy for Opt_udev_path string assignmentNicholas Bellinger2012-09-181-6/+3
* target: Fix minor spelling typos in drivers/targetMasanari Iida2012-09-188-15/+15
* target: Simplify fabric sense data length handlingRoland Dreier2012-09-1811-154/+79
* target: Remove unused target_core_fabric_ops.get_fabric_sense_len methodRoland Dreier2012-09-189-56/+0
* target/sbp: Remove strict param from sbp_parse_wwnAndy Grover2012-09-181-4/+4
* target: Cleanup transport_subsystem_check_initAndy Grover2012-09-181-3/+1
* target: Remove request_module for target_core_stgtAndy Grover2012-09-181-4/+0
* Merge tag 'mfd-for-linus-3.6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-09-1656-243/+331
|\
| * mfd: MAX77693: Fix NULL pointer error when initializing irqsChanwoo Choi2012-09-162-7/+26
| * mfd: MAX77693: Fix interrupt handling bugChanwoo Choi2012-09-161-5/+31
| * mfd: core: Push irqdomain mapping out into devicesMark Brown2012-09-1553-111/+122
| * mfd: lpc_ich: Fix a 3.5 kernel regression for iTCO_wdt driverFeng Tang2012-08-231-19/+1
| * mfd: Move tps65217 regulator plat data handling to regulatorAnilKumar Ch2012-08-222-102/+152
* | Merge tag 'for-3.6-rc6' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2012-09-162-0/+36
|\ \
| * | pwm: pwm-tiehrpwm: Fix conflicting channel period settingPhilip, Avinash2012-09-101-0/+29
| * | pwm: pwm-tiecap: Disable APWM mode after configurePhilip, Avinash2012-09-101-0/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2012-09-168-125/+137
|\ \ \
| * | | target: go through normal processing for zero-length REQUEST_SENSEPaolo Bonzini2012-09-071-9/+2
| * | | target: support zero allocation length in REQUEST SENSEPaolo Bonzini2012-09-071-17/+18
| * | | target: support zero-size allocation lengths in transport_kmap_data_sgPaolo Bonzini2012-09-071-4/+9
| * | | target: fail REPORT LUNS with less than 16 bytes of payloadPaolo Bonzini2012-09-071-0/+7
| * | | target: report too-small parameter lists everywherePaolo Bonzini2012-09-073-2/+30
| * | | target: go through normal processing for zero-length PSCSI commandsPaolo Bonzini2012-09-072-5/+7
| * | | target: fix use-after-free with PSCSI sense dataPaolo Bonzini2012-09-062-36/+21
| * | | target: simplify code around transport_get_sense_dataPaolo Bonzini2012-09-061-36/+13
| * | | target: move transport_get_sense_dataPaolo Bonzini2012-09-061-55/+55
| * | | target: Check idr_get_new return value in iscsi_login_zero_tsih_s1Benjamin Wang2012-08-271-1/+10
| * | | target: Fix ->data_length re-assignment bug with SCSI overflowNicholas Bellinger2012-08-241-2/+7
* | | | Merge tag 'pm-for-3.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-09-162-12/+34
|\ \ \ \
| * | | | ACPI / PM: Use KERN_DEBUG when no power resources are foundAaron Lu2012-09-141-1/+1
| * | | | ACPI / PM: Fix resource_lock dead lock in acpi_power_on_deviceLin Ming2012-09-141-11/+23
| * | | | ACPI / PM: Infer parent power state from child if unknown, v2Rafael J. Wysocki2012-09-141-0/+10
* | | | | Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds2012-09-157-36/+31
|\ \ \ \ \