Re: [PATCH 04/40] staging/lustre/llite: Access to released file trigs a restore

2013-11-18 Thread Greg Kroah-Hartman
On Mon, Nov 18, 2013 at 02:07:02PM +0800, Peng Tao wrote: > >> > So, why would I believe that you all are really going to start doing the > >> > major cleanup work on this code that is so obviously needed? Why would > >> > I take new features that you are spending your time on instead? > >> > >

Re: [PATCH 04/40] staging/lustre/llite: Access to released file trigs a restore

2013-11-18 Thread Greg Kroah-Hartman
On Mon, Nov 18, 2013 at 02:07:02PM +0800, Peng Tao wrote: So, why would I believe that you all are really going to start doing the major cleanup work on this code that is so obviously needed? Why would I take new features that you are spending your time on instead? My apologize. I

Re: [PATCH 04/40] staging/lustre/llite: Access to released file trigs a restore

2013-11-17 Thread Greg Kroah-Hartman
On Mon, Nov 18, 2013 at 11:07:12AM +0800, Peng Tao wrote: > On Sun, Nov 17, 2013 at 3:59 AM, Greg Kroah-Hartman > wrote: > > On Sat, Nov 16, 2013 at 10:36:18AM +, Dilger, Andreas wrote: > >> >So, sorry, I have to stop here at this series. I've applied the first 3 > >> >to the opw-next branch

Re: [PATCH 04/40] staging/lustre/llite: Access to released file trigs a restore

2013-11-17 Thread Peng Tao
On Sun, Nov 17, 2013 at 3:59 AM, Greg Kroah-Hartman wrote: > On Sat, Nov 16, 2013 at 10:36:18AM +, Dilger, Andreas wrote: >> >So, sorry, I have to stop here at this series. I've applied the first 3 >> >to the opw-next branch of staging.git so they can live somewhere until >> >3.13-rc1 is

Re: [PATCH 04/40] staging/lustre/llite: Access to released file trigs a restore

2013-11-17 Thread Peng Tao
On Sun, Nov 17, 2013 at 3:59 AM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Sat, Nov 16, 2013 at 10:36:18AM +, Dilger, Andreas wrote: So, sorry, I have to stop here at this series. I've applied the first 3 to the opw-next branch of staging.git so they can live somewhere until

Re: [PATCH 04/40] staging/lustre/llite: Access to released file trigs a restore

2013-11-17 Thread Greg Kroah-Hartman
On Mon, Nov 18, 2013 at 11:07:12AM +0800, Peng Tao wrote: On Sun, Nov 17, 2013 at 3:59 AM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Sat, Nov 16, 2013 at 10:36:18AM +, Dilger, Andreas wrote: So, sorry, I have to stop here at this series. I've applied the first 3 to the

Re: [PATCH 04/40] staging/lustre/llite: Access to released file trigs a restore

2013-11-16 Thread Greg Kroah-Hartman
On Sat, Nov 16, 2013 at 10:36:18AM +, Dilger, Andreas wrote: > >So, sorry, I have to stop here at this series. I've applied the first 3 > >to the opw-next branch of staging.git so they can live somewhere until > >3.13-rc1 is out. > > > >I know you spent a lot of time making these 120 patches

Re: [PATCH 04/40] staging/lustre/llite: Access to released file trigs a restore

2013-11-16 Thread Dilger, Andreas
On 2013/11/14 9:09 PM, "Greg Kroah-Hartman" wrote: >On Fri, Nov 15, 2013 at 12:13:06AM +0800, Peng Tao wrote: >> From: JC Lafoucriere >> >> When a client accesses data in a released file, >> or truncate it, client must trig a restore request. >> During this restore, the client must not glimpse

Re: [PATCH 04/40] staging/lustre/llite: Access to released file trigs a restore

2013-11-16 Thread Dilger, Andreas
On 2013/11/14 9:09 PM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Fri, Nov 15, 2013 at 12:13:06AM +0800, Peng Tao wrote: From: JC Lafoucriere jacques-charles.lafoucri...@cea.fr When a client accesses data in a released file, or truncate it, client must trig a restore request.

Re: [PATCH 04/40] staging/lustre/llite: Access to released file trigs a restore

2013-11-16 Thread Greg Kroah-Hartman
On Sat, Nov 16, 2013 at 10:36:18AM +, Dilger, Andreas wrote: So, sorry, I have to stop here at this series. I've applied the first 3 to the opw-next branch of staging.git so they can live somewhere until 3.13-rc1 is out. I know you spent a lot of time making these 120 patches to send

Re: [PATCH 04/40] staging/lustre/llite: Access to released file trigs a restore

2013-11-15 Thread Peng Tao
On Fri, Nov 15, 2013 at 12:09 PM, Greg Kroah-Hartman wrote: > On Fri, Nov 15, 2013 at 12:13:06AM +0800, Peng Tao wrote: >> From: JC Lafoucriere >> >> When a client accesses data in a released file, >> or truncate it, client must trig a restore request. >> During this restore, the client must not

Re: [PATCH 04/40] staging/lustre/llite: Access to released file trigs a restore

2013-11-15 Thread Peng Tao
On Fri, Nov 15, 2013 at 12:09 PM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Fri, Nov 15, 2013 at 12:13:06AM +0800, Peng Tao wrote: From: JC Lafoucriere jacques-charles.lafoucri...@cea.fr When a client accesses data in a released file, or truncate it, client must trig a restore

Re: [PATCH 04/40] staging/lustre/llite: Access to released file trigs a restore

2013-11-14 Thread Greg Kroah-Hartman
On Fri, Nov 15, 2013 at 12:13:06AM +0800, Peng Tao wrote: > From: JC Lafoucriere > > When a client accesses data in a released file, > or truncate it, client must trig a restore request. > During this restore, the client must not glimpse and > must use size from MDT. To bring the "restore is

[PATCH 04/40] staging/lustre/llite: Access to released file trigs a restore

2013-11-14 Thread Peng Tao
From: JC Lafoucriere When a client accesses data in a released file, or truncate it, client must trig a restore request. During this restore, the client must not glimpse and must use size from MDT. To bring the "restore is running" information on the client we add a new t_state bit field to

[PATCH 04/40] staging/lustre/llite: Access to released file trigs a restore

2013-11-14 Thread Peng Tao
From: JC Lafoucriere jacques-charles.lafoucri...@cea.fr When a client accesses data in a released file, or truncate it, client must trig a restore request. During this restore, the client must not glimpse and must use size from MDT. To bring the restore is running information on the client we add

Re: [PATCH 04/40] staging/lustre/llite: Access to released file trigs a restore

2013-11-14 Thread Greg Kroah-Hartman
On Fri, Nov 15, 2013 at 12:13:06AM +0800, Peng Tao wrote: From: JC Lafoucriere jacques-charles.lafoucri...@cea.fr When a client accesses data in a released file, or truncate it, client must trig a restore request. During this restore, the client must not glimpse and must use size from MDT.