index
:
litmus-rt-imx6.git
chengyangfu
master
wip-mc2
wip-mc2-lvc
wip-mc2-new
wip-mc2-ver2
LITMUS^RT and MC^2 V1 support for the i.MX6 processor family.
Namhoon Kim
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
target
Commit message (
Expand
)
Author
Age
...
|
*
pscsi: fix REPORT LUNS handling
Christoph Hellwig
2012-11-06
|
*
target/pscsi: Make pscsi_configure_device + target_release_session static
Fengguang Wu
2012-11-06
|
*
target: provide generic sbc device type/revision helpers
Christoph Hellwig
2012-11-06
|
*
target/pscsi: call spc_emulate_report_luns directly
Christoph Hellwig
2012-11-06
|
*
target: move REPORT LUNS emulation to target_core_spc.c
Christoph Hellwig
2012-11-06
|
*
target: rename spc_ops
Christoph Hellwig
2012-11-06
|
*
target: kill struct se_subsystem_dev
Christoph Hellwig
2012-11-06
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2012-12-13
|
\
\
|
*
|
target: iscsi: fix comment typos in target/iscsi drivers
Masanari Iida
2012-11-19
|
*
|
Merge branch 'master' into for-next
Jiri Kosina
2012-10-28
|
|
\
\
|
*
|
|
iscsi: fix check keys
Alan Cox
2012-10-16
*
|
|
|
target: Fix handling of aborted commands
Roland Dreier
2012-11-17
|
|
_
|
/
|
/
|
|
*
|
|
target: Fix incorrect usage of nested IRQ spinlocks in ABORT_TASK path
Steve Hodgson
2012-11-01
*
|
|
iscsi-target: Fix missed wakeup race in TX thread
Roland Dreier
2012-11-01
*
|
|
target: Avoid integer overflow in se_dev_align_max_sectors()
Roland Dreier
2012-11-01
*
|
|
target: Don't return success from module_init() if setup fails
Roland Dreier
2012-11-01
*
|
|
target: Re-add explict zeroing of INQUIRY bounce buffer memory
Nicholas Bellinger
2012-11-01
*
|
|
target: reintroduce some obsolete SCSI-2 commands
Bernhard Kohl
2012-10-26
*
|
|
target: Fix double-free of se_cmd in target_complete_tmr_failure
Nicholas Bellinger
2012-10-26
|
|
/
|
/
|
*
|
Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2012-10-10
|
\
\
|
*
|
block: Generalized bio pool freeing
Kent Overstreet
2012-09-09
*
|
|
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2012-10-10
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
iscsi-target: Bump defaults for nopin_timeout + nopin_response_timeout values
Nicholas Bellinger
2012-10-03
|
*
|
iscsit: proper endianess conversions
Christoph Hellwig
2012-10-03
|
*
|
iscsit: use the itt_t abstract type
Christoph Hellwig
2012-10-03
|
*
|
iscsit: add missing endianess conversion in iscsit_check_inaddr_any
Christoph Hellwig
2012-10-02
|
*
|
iscsit: remove incorrect unlock in iscsit_build_sendtargets_resp
Christoph Hellwig
2012-10-02
|
*
|
iscsit: mark various functions static
Christoph Hellwig
2012-10-02
|
*
|
target/iscsi: precedence bug in iscsit_set_dataout_sequence_values()
Dan Carpenter
2012-10-02
|
*
|
target: Add control CDB READ payload zero work-around
Nicholas Bellinger
2012-10-02
|
*
|
tcm_loop: Convert I/O path to use target_submit_cmd_map_sgls
Nicholas Bellinger
2012-10-02
|
*
|
target: Add target_submit_cmd_map_sgls for SGL fabric memory passthrough
Nicholas Bellinger
2012-10-02
|
*
|
iscsi-target: Add explicit set of cache_dynamic_acls=1 for TPG demo-mode
Nicholas Bellinger
2012-10-02
|
*
|
iscsi-target: Change iscsi_target_seq_pdu_list.c to honor MaxXmitDataSegmentL...
Nicholas Bellinger
2012-10-02
|
*
|
iscsi-target: Add MaxXmitDataSegmentLength connection recovery check
Nicholas Bellinger
2012-10-02
|
*
|
iscsi-target: Convert incoming PDU payload checks to MaxXmitDataSegmentLength
Nicholas Bellinger
2012-10-02
|
*
|
iscsi-target: Enable MaxXmitDataSegmentLength operation in login path
Nicholas Bellinger
2012-10-02
|
*
|
iscsi-target: Add base MaxXmitDataSegmentLength code
Nicholas Bellinger
2012-10-02
|
*
|
target/file: Re-enable optional fd_buffered_io=1 operation
Nicholas Bellinger
2012-10-02
|
*
|
iscsi-target: Correctly set 0xffffffff field within ISCSI_OP_REJECT PDU
Nicholas Bellinger
2012-09-22
|
*
|
sbp-target: fix return value check in sbp_register_configfs()
Wei Yongjun
2012-09-22
|
*
|
target: fix return code in target_core_init_configfs error path
Peter Senna Tschudin
2012-09-17
|
*
|
target: move the dereference below the NULL test
Wei Yongjun
2012-09-17
|
*
|
tcm_fc: move the dereference below the NULL test
Wei Yongjun
2012-09-17
|
*
|
target: go through normal processing for all zero-length commands
Paolo Bonzini
2012-09-17
|
*
|
target: do not submit a zero-bio I/O request
Paolo Bonzini
2012-09-17
|
*
|
target: support zero allocation length in SBC commands
Paolo Bonzini
2012-09-17
|
*
|
target: fix truncation of mode data, support zero allocation length
Paolo Bonzini
2012-09-17
|
*
|
target: support zero allocation length in INQUIRY
Paolo Bonzini
2012-09-17
|
*
|
target: use list_move_tail instead of list_del/list_add_tail
Wei Yongjun
2012-09-17
[prev]
[next]