index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
hid
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-04-16
target: fix tcm_mod_builder.py
Christoph Hellwig
1
-1
/
+1
2015-04-16
target/file: Fix UNMAP with DIF protection support
Akinobu Mita
1
-25
/
+61
2015-04-16
target/file: Fix SG table for prot_buf initialization
Akinobu Mita
1
-15
/
+6
2015-04-16
target/file: Fix BUG() when CONFIG_DEBUG_SG=y and DIF protection enabled
Akinobu Mita
1
-7
/
+8
2015-04-16
target: Make core_tmr_abort_task() skip TMFs
Bart Van Assche
1
-2
/
+2
2015-04-16
target/sbc: Update sbc_dif_generate pr_debug output
Nicholas Bellinger
1
-3
/
+5
2015-04-16
target/sbc: Make internal DIF emulation honor ->prot_checks
Nicholas Bellinger
1
-0
/
+7
2015-04-16
target/sbc: Return INVALID_CDB_FIELD if DIF + sess_prot_type disabled
Nicholas Bellinger
1
-1
/
+5
2015-04-16
target: Ensure sess_prot_type is saved across session restart
Nicholas Bellinger
2
-7
/
+16
2015-04-14
target/rd: Don't pass incomplete scatterlist entries to sbc_dif_verify_*
Akinobu Mita
1
-3
/
+64
2015-04-14
target: Remove the unused flag SCF_ACK_KREF
Bart Van Assche
2
-4
/
+1
2015-04-14
target: Fix two sparse warnings
Bart Van Assche
2
-0
/
+4
2015-04-14
target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handling
Nicholas Bellinger
3
-10
/
+44
2015-04-14
target: simplify the target template registration API
Christoph Hellwig
25
-927
/
+356
2015-04-08
target: simplify target_xcopy_init_pt_lun
Christoph Hellwig
1
-23
/
+9
2015-04-08
target: remove the unused SCF_CMD_XCOPY_PASSTHROUGH flag
Christoph Hellwig
2
-3
/
+2
2015-04-08
target/rd: reduce code duplication in rd_execute_rw()
Akinobu Mita
1
-34
/
+32
2015-04-08
tcm_loop: fixup tpgt string to integer conversion
Ming Lin
1
-8
/
+6
2015-04-08
iser-target: Bump version to 1.0
Sagi Grimberg
1
-1
/
+1
2015-04-08
iser-target: Remove conn_ prefix from struct isert_conn members
Sagi Grimberg
2
-148
/
+148
2015-04-08
iser-target: Remove un-needed rdma_listen backlog
Sagi Grimberg
2
-2
/
+1
2015-04-08
iser-target: Remove redundant check on the device
Sagi Grimberg
1
-4
/
+5
2015-04-08
iser-target: Get rid of redundant max_accept
Sagi Grimberg
1
-4
/
+2
2015-04-08
iser-target: Split some logic in isert_connect_request to routines
Sagi Grimberg
1
-48
/
+70
2015-04-08
iser-target: Rename device find/release routines
Sagi Grimberg
1
-7
/
+6
2015-04-08
iser-target: Rename rend/recv completion routines
Sagi Grimberg
1
-5
/
+6
2015-04-08
iser-target: Remove redundant assignment to local variable
Sagi Grimberg
1
-3
/
+2
2015-04-08
iser-target: Introduce isert_[alloc|free]_comps
Sagi Grimberg
1
-46
/
+60
2015-04-08
iser-target: Split isert_setup_qp
Sagi Grimberg
1
-14
/
+42
2015-04-08
iser-target: Remove redundant casting on void pointers
Sagi Grimberg
1
-16
/
+16
2015-04-08
iser-target: Remove redundant local variable
Sagi Grimberg
1
-2
/
+1
2015-04-08
iser-target: Remove dead code
Sagi Grimberg
1
-1
/
+0
2015-04-08
iser-target: Remove redundant check on recv completion
Sagi Grimberg
1
-4
/
+0
2015-04-08
iser-target: Use a single DMA MR and PD per device
Sagi Grimberg
2
-48
/
+55
2015-04-08
iser-target: Fix possible deadlock in RDMA_CM connection error
Sagi Grimberg
1
-5
/
+9
2015-04-08
iser-target: Fix session hang in case of an rdma read DIF error
Sagi Grimberg
1
-2
/
+4
2015-04-08
iscsi/iser-target: Add fabric_prot_type attribute support
Nicholas Bellinger
4
-0
/
+44
2015-04-08
tcm_qla2xxx: Add fabric_prot_type attribute support
Nicholas Bellinger
2
-0
/
+45
2015-04-08
tcm_qla2xxx: Set TARGET_PROT_ALL for sup_prot_ops
Nicholas Bellinger
1
-1
/
+1
2015-04-08
vhost/scsi: Add fabric_prot_type attribute support
Nicholas Bellinger
1
-1
/
+51
2015-04-08
loopback: Add fabric_prot_type attribute support
Nicholas Bellinger
2
-2
/
+53
2015-04-08
target/rd: Add checks for backend DIF emulation
Nicholas Bellinger
1
-2
/
+4
2015-04-08
target/iblock: Add checks for backend DIF emulation
Nicholas Bellinger
1
-1
/
+1
2015-04-08
target/file: Add checks for backend DIF emulation
Nicholas Bellinger
1
-4
/
+4
2015-04-08
target: Add internal READ_INSERT support
Nicholas Bellinger
1
-0
/
+6
2015-04-08
target: Move cmd->prot_op check into target_read_prot_action
Nicholas Bellinger
1
-8
/
+13
2015-04-08
target: Add internal WRITE_STRIP support
Nicholas Bellinger
2
-0
/
+19
2015-04-08
target: Move cmd->prot_op check into target_write_prot_action
Nicholas Bellinger
1
-9
/
+22
2015-04-08
target: Update SPC/SBC emulation for sess_prot_type
Nicholas Bellinger
2
-7
/
+20
2015-04-08
target: Add protected fabric + unprotected device support
Nicholas Bellinger
4
-11
/
+50
[next]