From mboxrd@z Thu Jan 1 00:00:00 1970 From: lixiubo@cmss.chinamobile.com Subject: [PATCHv4 0/4] tcmu: bug fix and dynamic growing data area support Date: Tue, 21 Mar 2017 16:36:18 +0800 Message-ID: <1490085382-28658-1-git-send-email-lixiubo@cmss.chinamobile.com> Return-path: Sender: target-devel-owner@vger.kernel.org To: agrover@redhat.com, nab@linux-iscsi.org, mchristi@redhat.com Cc: shli@kernel.org, sheng@yasker.org, linux-scsi@vger.kernel.org, target-devel@vger.kernel.org, namei.unix@gmail.com, bryantly@linux.vnet.ibm.com, Xiubo Li List-Id: linux-scsi@vger.kernel.org From: Xiubo Li Changed for V4: - re-order the #3, #4 at the head. - merge most of the #5 to others. Changed for V3: - [PATCHv2 2/5] fix double usage of blocks and possible page fault call trace. - [PATCHv2 5/5] fix a mistake. Changed for V2: - [PATCHv2 1/5] just fixes some small spelling and other mistakes. And as the initial patch, here sets cmd area to 8M and data area to 1G(1M fixed and 1023M growing) - [PATCHv2 2/5] is a new one, adding global data block pool support. The max total size of the pool is 2G and all the targets will get growing blocks from here. Test this using multi-targets at the same time. - [PATCHv2 3/5] changed nothing, respin it to avoid the conflict. - [PATCHv2 4/5] and [PATCHv2 5/5] are new ones. Xiubo Li (4): tcmu: Fix possible overwrite of t_data_sg's last iov[] tcmu: Fix wrongly calculating of the base_command_size tcmu: Add dynamic growing data area feature support tcmu: Add global data block pool support drivers/target/target_core_user.c | 605 +++++++++++++++++++++++++++++++------- 1 file changed, 504 insertions(+), 101 deletions(-) -- 1.8.3.1