All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bryant G. Ly" <bryantly@linux.vnet.ibm.com>
To: lixiubo@cmss.chinamobile.com, 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
Subject: Re: [PATCHv4 0/4] tcmu: bug fix and dynamic growing data area support
Date: Tue, 21 Mar 2017 14:12:56 -0500	[thread overview]
Message-ID: <37ed1429-2876-8ea3-69c0-db93830170bd@linux.vnet.ibm.com> (raw)
In-Reply-To: <1490085382-28658-1-git-send-email-lixiubo@cmss.chinamobile.com>

On 3/21/17 3:36 AM, lixiubo@cmss.chinamobile.com wrote:
> From: Xiubo Li <lixiubo@cmss.chinamobile.com>
>
> 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(-)

I have built this patch into our kernel and will get back to you.

We will be doing larger scale testing to make sure everything still works.

-Bryant

  parent reply	other threads:[~2017-03-21 19:12 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-21  8:36 [PATCHv4 0/4] tcmu: bug fix and dynamic growing data area support lixiubo
2017-03-21  8:36 ` [PATCHv4 1/4] tcmu: Fix possible overwrite of t_data_sg's last iov[] lixiubo
2017-03-21 19:39   ` Mike Christie
2017-03-21  8:36 ` [PATCHv4 2/4] tcmu: Fix wrongly calculating of the base_command_size lixiubo
2017-03-21 19:53   ` Mike Christie
2017-03-21  8:36 ` [PATCHv4 3/4] tcmu: Add dynamic growing data area feature support lixiubo
2017-03-21  8:36 ` [PATCHv4 4/4] tcmu: Add global data block pool support lixiubo
2017-03-21 19:12 ` Bryant G. Ly [this message]
2017-03-23 16:02 ` [PATCHv4 0/4] tcmu: bug fix and dynamic growing data area support Ilias Tsitsimpis
     [not found]   ` <c28c75c3-0ab8-4320-9716-b36fc027ff50@email.android.com>
2017-03-25  8:57     ` Ilias Tsitsimpis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=37ed1429-2876-8ea3-69c0-db93830170bd@linux.vnet.ibm.com \
    --to=bryantly@linux.vnet.ibm.com \
    --cc=agrover@redhat.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=lixiubo@cmss.chinamobile.com \
    --cc=mchristi@redhat.com \
    --cc=nab@linux-iscsi.org \
    --cc=namei.unix@gmail.com \
    --cc=sheng@yasker.org \
    --cc=shli@kernel.org \
    --cc=target-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.