All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: James Simmons <jsimmons@infradead.org>
Cc: devel@driverdev.osuosl.org,
	Andreas Dilger <andreas.dilger@intel.com>,
	Oleg Drokin <oleg.drokin@intel.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Lustre Development List <lustre-devel@lists.lustre.org>,
	Bobi Jam <bobijam.xu@intel.com>,
	Jinshan Xiong <jinshan.xiong@intel.com>
Subject: [lustre-devel] [PATCH 32/41] staging: lustre: llite: restart short read/write for normal IO
Date: Sun, 9 Oct 2016 16:16:37 +0200	[thread overview]
Message-ID: <20161009141637.GA2092@kroah.com> (raw)
In-Reply-To: <1475461717-21631-33-git-send-email-jsimmons@infradead.org>

On Sun, Oct 02, 2016 at 10:28:28PM -0400, James Simmons wrote:
> From: Bobi Jam <bobijam.xu@intel.com>
> 
> If normal IO got short read/write, we'd restart the IO from where
> we've accomplished until we meet EOF or error happens.
> 
> Signed-off-by: Bobi Jam <bobijam.xu@intel.com>
> Signed-off-by: Jinshan Xiong <jinshan.xiong@intel.com>
> Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-6389
> Reviewed-on: http://review.whamcloud.com/14123
> Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
> Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
> Signed-off-by: James Simmons <jsimmons@infradead.org>
> ---
>  drivers/staging/lustre/lnet/libcfs/fail.c          |    1 +
>  .../staging/lustre/lustre/include/obd_support.h    |    2 +
>  drivers/staging/lustre/lustre/llite/file.c         |   41 ++++++++++++--------
>  drivers/staging/lustre/lustre/llite/vvp_io.c       |   19 ++++++++-
>  4 files changed, 45 insertions(+), 18 deletions(-)

Due to other changes in the filesystem tree, this patch no longer
applies :(

Can you rebase it and resend?

thanks,

greg k-h

WARNING: multiple messages have this Message-ID (diff)
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: James Simmons <jsimmons@infradead.org>
Cc: devel@driverdev.osuosl.org,
	Andreas Dilger <andreas.dilger@intel.com>,
	Oleg Drokin <oleg.drokin@intel.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Lustre Development List <lustre-devel@lists.lustre.org>,
	Bobi Jam <bobijam.xu@intel.com>,
	Jinshan Xiong <jinshan.xiong@intel.com>
Subject: Re: [PATCH 32/41] staging: lustre: llite: restart short read/write for normal IO
Date: Sun, 9 Oct 2016 16:16:37 +0200	[thread overview]
Message-ID: <20161009141637.GA2092@kroah.com> (raw)
In-Reply-To: <1475461717-21631-33-git-send-email-jsimmons@infradead.org>

On Sun, Oct 02, 2016 at 10:28:28PM -0400, James Simmons wrote:
> From: Bobi Jam <bobijam.xu@intel.com>
> 
> If normal IO got short read/write, we'd restart the IO from where
> we've accomplished until we meet EOF or error happens.
> 
> Signed-off-by: Bobi Jam <bobijam.xu@intel.com>
> Signed-off-by: Jinshan Xiong <jinshan.xiong@intel.com>
> Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-6389
> Reviewed-on: http://review.whamcloud.com/14123
> Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
> Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
> Signed-off-by: James Simmons <jsimmons@infradead.org>
> ---
>  drivers/staging/lustre/lnet/libcfs/fail.c          |    1 +
>  .../staging/lustre/lustre/include/obd_support.h    |    2 +
>  drivers/staging/lustre/lustre/llite/file.c         |   41 ++++++++++++--------
>  drivers/staging/lustre/lustre/llite/vvp_io.c       |   19 ++++++++-
>  4 files changed, 45 insertions(+), 18 deletions(-)

Due to other changes in the filesystem tree, this patch no longer
applies :(

Can you rebase it and resend?

thanks,

greg k-h

  reply	other threads:[~2016-10-09 14:16 UTC|newest]

Thread overview: 98+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-03  2:27 [lustre-devel] [PATCH 00/41] missing patches for lustre 2.7.50 to 2.7.55 James Simmons
2016-10-03  2:27 ` James Simmons
2016-10-03  2:27 ` [lustre-devel] [PATCH 01/41] staging: lustre: obdclass: fix race during key quiescency James Simmons
2016-10-03  2:27   ` James Simmons
2016-10-03  2:27 ` [lustre-devel] [PATCH 02/41] staging: lustre: obdclass: Add synchro in lu_context_key_degister() James Simmons
2016-10-03  2:27   ` James Simmons
2016-10-03  2:27 ` [lustre-devel] [PATCH 03/41] staging: lustre: llite: remove client Size on MDS support James Simmons
2016-10-03  2:27   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 04/41] staging: lustre: obd: " James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 05/41] staging: lustre: clio: Revise read ahead implementation James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 06/41] staging: lustre: ldlm: remove unnecessary EXPORT_SYMBOL James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 07/41] staging: lustre: llite: remove duplicate fiemap defines James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 08/41] staging: lustre: ptlrpc: ret -ECONNREFUSED if not context found in req James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 09/41] staging: lustre: llite: default dir stripe index only for mkdir James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 10/41] staging: lustre: libcfs: shortcut to create CPT from NUMA topology James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 11/41] staging: lustre: ptlrpc: Add OBD_CONNECT_MULTIMODRPCS flag James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 12/41] staging: lustre: clio: get rid of lov_stripe_md reference James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 13/41] staging: lustre: clio: use CIT_SETATTR for FSFILT_IOC_SETFLAGS James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 14/41] staging: lustre: ptlrpc: Add a tag field to ptlrpc messages James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 15/41] staging: lustre: osc: fix bug when setting max_pages_per_rpc James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 16/41] staging: lustre: ldlm: Do not use cbpending for group locks James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 17/41] staging: lustre: ptlrpc: remove old protocol compatibility James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 18/41] staging: lustre: llite: Report first encountered error James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 19/41] staging: lustre: ptlrpc: dont take unwrap in req_waittime calculation James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 20/41] staging: lustre: remove Size on MDS support James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 21/41] staging: lustre: mdc: Removed unneeded NULL check James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 22/41] staging: lustre: obd: remove unused LSM parameters James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 23/41] staging: lustre: mgc: MGC should retry for invalid import James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 24/41] staging: lustre: clio: add CIT_DATA_VERSION and remove IOC_LOV_GETINFO James Simmons
2016-10-03  2:28   ` James Simmons
2018-02-22  3:06   ` [lustre-devel] " NeilBrown
2018-02-22  3:06     ` NeilBrown
2016-10-03  2:28 ` [lustre-devel] [PATCH 25/41] staging: lustre: lov: add cl_object_layout_get() James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 26/41] staging: lustre: llite: remove lli_has_smd James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 27/41] staging: lustre: llite: add cl_object_maxbytes() James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 28/41] staging: lustre: hsm: make HSM modification requests replayable James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 29/41] staging: lustre: ptlrpc: Move NRS structures out of lustre_net.h James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 30/41] staging: lustre: quota: remove obsolete quota code James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 31/41] staging: lustre: obd: remove destroy cookie handling James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 32/41] staging: lustre: llite: restart short read/write for normal IO James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-09 14:16   ` Greg Kroah-Hartman [this message]
2016-10-09 14:16     ` Greg Kroah-Hartman
2016-10-11 23:22     ` [lustre-devel] " James Simmons
2016-10-11 23:22       ` James Simmons
2016-10-12  6:08       ` [lustre-devel] " Greg Kroah-Hartman
2016-10-12  6:08         ` Greg Kroah-Hartman
2016-10-13 22:45         ` [lustre-devel] " James Simmons
2016-10-13 22:45           ` James Simmons
2016-10-14  7:41           ` [lustre-devel] " Greg Kroah-Hartman
2016-10-14  7:41             ` Greg Kroah-Hartman
2016-10-03  2:28 ` [lustre-devel] [PATCH 33/41] staging: lustre: lov: use obd_get_info() to get def/max LOV EA sizes James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 34/41] staging: lustre: ldlm: cancel aged locks for LRUR James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 35/41] staging: lustre: hsm: Use file lease to implement migration James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-09 14:18   ` [lustre-devel] " Greg Kroah-Hartman
2016-10-09 14:18     ` Greg Kroah-Hartman
2016-10-03  2:28 ` [lustre-devel] [PATCH 36/41] staging: lustre: ldlm: interval tree search in ldlm_lock_match() James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 37/41] staging: lustre: lov: copy_to_user uses wrong casting James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 38/41] staging: lustre: mdc: add max modify RPCs in flight variable James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 39/41] staging: lustre: osc: remove remaining bits for capa support James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 40/41] staging: lustre: lov: move LSM to LOV layer James Simmons
2016-10-03  2:28   ` James Simmons
2016-10-03  2:28 ` [lustre-devel] [PATCH 41/41] staging: lustre: echo: request pages in batches James Simmons
2016-10-03  2:28   ` James Simmons

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=20161009141637.GA2092@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=andreas.dilger@intel.com \
    --cc=bobijam.xu@intel.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=jinshan.xiong@intel.com \
    --cc=jsimmons@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lustre-devel@lists.lustre.org \
    --cc=oleg.drokin@intel.com \
    /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.