All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv4 0/4] tcmu: bug fix and dynamic growing data area support
@ 2017-03-21  8:36 lixiubo
  2017-03-21  8:36 ` [PATCHv4 1/4] tcmu: Fix possible overwrite of t_data_sg's last iov[] lixiubo
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: lixiubo @ 2017-03-21  8:36 UTC (permalink / raw)
  To: agrover, nab, mchristi
  Cc: shli, sheng, linux-scsi, target-devel, namei.unix, bryantly, Xiubo Li

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(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-03-25  8:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCHv4 0/4] tcmu: bug fix and dynamic growing data area support Bryant G. Ly
2017-03-23 16:02 ` Ilias Tsitsimpis
     [not found]   ` <c28c75c3-0ab8-4320-9716-b36fc027ff50@email.android.com>
2017-03-25  8:57     ` Ilias Tsitsimpis

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.