Nicholas A. Bellinger ([email protected])

Number of posts: 185 (0.19 per day)
First post: 2013-08-18 03:03:18
Last post: 2016-04-09 03:10:08

Date List Subject
2014-01-08 20:40:30 linux-kernel [PATCH 04/14] target/sbc: Add DIF TYPE1+TYPE3 read/write verify emulation
2014-01-08 20:39:50 linux-kernel [PATCH 05/14] target/spc: Add protection bit to standard INQUIRY output
2014-01-08 20:39:05 linux-kernel [PATCH 07/14] target/sbc: Add P_TYPE + PROT_EN bits to READ_CAPACITY_16
2014-01-08 20:39:00 linux-kernel [PATCH 08/14] target/spc: Expose ATO bit in control mode page
2014-01-08 20:38:41 linux-kernel [PATCH 09/14] target/configfs: Expose protection device attributes
2014-01-08 20:38:22 linux-kernel [PATCH 11/14] target/rd: Refactor rd_build_device_space + rd_release_device_space
2014-01-08 20:37:34 linux-kernel [PATCH 12/14] target/rd: Add support for protection SGL setup + release
2014-01-08 20:37:30 linux-kernel [PATCH 13/14] target/rd: Add DIF protection into rd_execute_rw
2014-01-08 20:37:08 linux-kernel [PATCH 14/14] tcm_loop: Enable DIF/DIX modes in SCSI host LLD
2014-01-08 20:36:39 linux-kernel [PATCH 10/14] target: Add protection SGLs to target_submit_cmd_map_sgls
2014-01-08 20:36:35 linux-kernel [PATCH 06/14] target/spc: Add protection related bits to INQUIRY EVPD=0x86
2014-01-08 20:36:32 linux-kernel [PATCH 01/14] target: Add DIF related base definitions
2014-01-08 20:36:24 linux-kernel [PATCH 02/14] target: Add DIF CHECK_CONDITION ASC/ASCQ exception cases
2014-01-08 20:36:16 linux-kernel [PATCH 00/14] target: Initial support for DIF Type1+Type3 emulation
2013-10-24 07:49:46 linux-kernel [PATCH 1/3] target: Add missing XCOPY I/O operation sense_buffer
2013-10-24 07:49:27 linux-kernel [PATCH 2/3] target: Generate failure for XCOPY I/O with non-zero scsi_status
2013-10-24 07:49:00 linux-kernel [PATCH 3/3] target: Fail XCOPY for non matching source + destination block_size
2013-10-24 07:48:54 linux-kernel [PATCH 0/3] target: Miscellaneous XCOPY bugfixes for v3.12-rc7 code
2013-09-09 22:21:49 linux-kernel [PATCH] target: Update copyright ownership/year information to 2013
2013-08-26 22:21:42 linux-kernel [PATCH-v2 1/9] target: Make target_core_subsystem defined as non static
2013-08-26 22:21:14 linux-kernel [PATCH-v2 3/9] target: Make helpers non static for EXTENDED_COPY command setup
2013-08-26 22:20:47 linux-kernel [PATCH-v2 5/9] target: Avoid non-existent tg_pt_gp_mem in target_alua_state_check
2013-08-26 22:20:26 linux-kernel [PATCH-v2 7/9] target: Enable EXTENDED_COPY setup in spc_parse_cdb
2013-08-26 22:19:47 linux-kernel [PATCH-v2 9/9] target: Enable global EXTENDED_COPY setup/release
2013-08-26 22:19:34 linux-kernel [PATCH-v2 8/9] target: Add Third Party Copy (3PC) bit in INQUIRY response
2013-08-26 22:19:29 linux-kernel [PATCH-v2 6/9] target: Add support for EXTENDED_COPY copy offload emulation
2013-08-26 22:19:24 linux-kernel [PATCH-v2 4/9] target: Add global device list for EXTENDED_COPY
2013-08-26 22:19:20 linux-kernel [PATCH-v2 2/9] target: Make spc_parse_naa_6h_vendor_specific non static
2013-08-26 22:19:16 linux-kernel [PATCH-v2 0/9] target: Add support for EXTENDED_COPY (VAAI) offload emulation
2013-08-26 21:33:32 linux-kernel [PATCH-v3 02/13] target: Add return for se_cmd->transport_complete_callback
2013-08-26 21:33:08 linux-kernel [PATCH-v3 04/13] target: Allow sbc_ops->execute_rw() to accept SGLs + data_direction
2013-08-26 21:32:44 linux-kernel [PATCH-v3 06/13] target: Refactor transport_generic_get_mem to target_alloc_sgl
2013-08-26 21:32:21 linux-kernel [PATCH-v3 08/13] target: Add transport_reset_sgl_orig() for COMPARE_AND_WRITE
2013-08-26 21:31:56 linux-kernel [PATCH-v3 09/13] target: Make __target_execute_cmd() available as extern
2013-08-26 21:31:34 linux-kernel [PATCH-v3 11/13] target: Add support for COMPARE_AND_WRITE emulation
2013-08-26 21:30:25 linux-kernel [PATCH-v3 13/13] target: Release COMPARE_AND_WRITE mutex in generic failure path
2013-08-26 21:30:22 linux-kernel [PATCH-v3 12/13] target: Add compare_and_write_post() completion callback fall through
2013-08-26 21:30:17 linux-kernel [PATCH-v3 10/13] target: Add MAXIMUM COMPARE AND WRITE LENGTH in Block Limits VPD
2013-08-26 21:30:11 linux-kernel [PATCH-v3 07/13] target: Do memory allocation for bidi commands using target_alloc_sgl
2013-08-26 21:30:04 linux-kernel [PATCH-v3 05/13] target: Convert se_cmd->t_bidi_data_sg checks to use SCF_BIDI
2013-08-26 21:30:00 linux-kernel [PATCH-v3 03/13] target: Add TCM_MISCOMPARE_VERIFY sense handling
2013-08-26 21:29:54 linux-kernel [PATCH-v3 01/13] scsi: Add CDB definition for COMPARE_AND_WRITE
2013-08-26 21:29:51 linux-kernel [PATCH-v3 00/13] target: Add support for COMPARE_AND_WRITE (VAAI) emulation
2013-08-23 02:46:05 linux-kernel [PATCH 2/9] target: Make spc_parse_naa_6h_vendor_specific non static
2013-08-23 02:45:39 linux-kernel [PATCH 3/9] target: Make helpers non static for EXTENDED_COPY command setup
2013-08-23 02:44:45 linux-kernel [PATCH 6/9] target: Add support for EXTENDED_COPY copy offload emulation
2013-08-23 02:44:12 linux-kernel [PATCH 7/9] target: Enable EXTENDED_COPY setup in spc_parse_cdb
2013-08-23 02:43:43 linux-kernel [PATCH 9/9] target: Enable global EXTENDED_COPY setup/release
2013-08-23 02:43:30 linux-kernel [PATCH 8/9] target: Add Third Party Copy (3PC) bit in INQUIRY response
2013-08-23 02:43:25 linux-kernel [PATCH 5/9] target: Avoid non-existent tg_pt_gp_mem in target_alua_state_check
2013-08-23 02:43:22 linux-kernel [PATCH 4/9] target: Add global device list for EXTENDED_COPY