Re: [PATCH 3/6] direct-io: add support for write stream IDs

2015-04-17 Thread Jens Axboe
On 04/17/2015 05:51 PM, Dave Chinner wrote: On Fri, Apr 17, 2015 at 05:11:40PM -0600, Jens Axboe wrote: On 04/17/2015 05:06 PM, Dave Chinner wrote: On Thu, Apr 16, 2015 at 11:20:45PM -0700, Ming Lin wrote: On Sat, Apr 11, 2015 at 4:59 AM, Dave Chinner wrote: On Fri, Apr 10, 2015 at 04:50:05P

Re: [PATCH 3/6] direct-io: add support for write stream IDs

2015-04-17 Thread Dave Chinner
On Fri, Apr 17, 2015 at 05:11:40PM -0600, Jens Axboe wrote: > On 04/17/2015 05:06 PM, Dave Chinner wrote: > >On Thu, Apr 16, 2015 at 11:20:45PM -0700, Ming Lin wrote: > >>On Sat, Apr 11, 2015 at 4:59 AM, Dave Chinner wrote: > >>>On Fri, Apr 10, 2015 at 04:50:05PM -0700, Ming Lin wrote: > On We

Re: [PATCH 3/6] direct-io: add support for write stream IDs

2015-04-17 Thread Jens Axboe
On 04/17/2015 05:06 PM, Dave Chinner wrote: On Thu, Apr 16, 2015 at 11:20:45PM -0700, Ming Lin wrote: On Sat, Apr 11, 2015 at 4:59 AM, Dave Chinner wrote: On Fri, Apr 10, 2015 at 04:50:05PM -0700, Ming Lin wrote: On Wed, Mar 25, 2015 at 7:26 AM, Jens Axboe wrote: If iocb->ki_filp->f_streami

Re: [PATCH 3/6] direct-io: add support for write stream IDs

2015-04-17 Thread Dave Chinner
On Thu, Apr 16, 2015 at 11:20:45PM -0700, Ming Lin wrote: > On Sat, Apr 11, 2015 at 4:59 AM, Dave Chinner wrote: > > On Fri, Apr 10, 2015 at 04:50:05PM -0700, Ming Lin wrote: > >> On Wed, Mar 25, 2015 at 7:26 AM, Jens Axboe wrote: > >> >> If iocb->ki_filp->f_streamid is not set, then it should fa

Re: [PATCH 3/6] direct-io: add support for write stream IDs

2015-04-17 Thread Jens Axboe
On 04/10/2015 05:50 PM, Ming Lin wrote: On Wed, Mar 25, 2015 at 7:26 AM, Jens Axboe wrote: On 03/24/2015 08:43 PM, Dave Chinner wrote: On Tue, Mar 24, 2015 at 09:27:00AM -0600, Jens Axboe wrote: Get the streamid from the file, if any, and set it on the bio. Signed-off-by: Jens Axboe ---

Re: [PATCH 3/6] direct-io: add support for write stream IDs

2015-04-16 Thread Ming Lin
On Sat, Apr 11, 2015 at 4:59 AM, Dave Chinner wrote: > On Fri, Apr 10, 2015 at 04:50:05PM -0700, Ming Lin wrote: >> On Wed, Mar 25, 2015 at 7:26 AM, Jens Axboe wrote: >> > On 03/24/2015 08:43 PM, Dave Chinner wrote: >> >> >> >> On Tue, Mar 24, 2015 at 09:27:00AM -0600, Jens Axboe wrote: >> >>> >>

Re: [PATCH 3/6] direct-io: add support for write stream IDs

2015-04-11 Thread Dave Chinner
On Fri, Apr 10, 2015 at 04:50:05PM -0700, Ming Lin wrote: > On Wed, Mar 25, 2015 at 7:26 AM, Jens Axboe wrote: > > On 03/24/2015 08:43 PM, Dave Chinner wrote: > >> > >> On Tue, Mar 24, 2015 at 09:27:00AM -0600, Jens Axboe wrote: > >>> > >>> Get the streamid from the file, if any, and set it on the

Re: [PATCH 3/6] direct-io: add support for write stream IDs

2015-04-10 Thread Ming Lin
On Fri, Apr 10, 2015 at 4:50 PM, Ming Lin wrote: > On Wed, Mar 25, 2015 at 7:26 AM, Jens Axboe wrote: >> On 03/24/2015 08:43 PM, Dave Chinner wrote: >>> >>> On Tue, Mar 24, 2015 at 09:27:00AM -0600, Jens Axboe wrote: Get the streamid from the file, if any, and set it on the bio. >>

Re: [PATCH 3/6] direct-io: add support for write stream IDs

2015-04-10 Thread Ming Lin
On Wed, Mar 25, 2015 at 7:26 AM, Jens Axboe wrote: > On 03/24/2015 08:43 PM, Dave Chinner wrote: >> >> On Tue, Mar 24, 2015 at 09:27:00AM -0600, Jens Axboe wrote: >>> >>> Get the streamid from the file, if any, and set it on the bio. >>> >>> Signed-off-by: Jens Axboe >>> --- >>> fs/direct-io.c

Re: [PATCH 3/6] direct-io: add support for write stream IDs

2015-03-25 Thread Jens Axboe
On 03/24/2015 08:43 PM, Dave Chinner wrote: On Tue, Mar 24, 2015 at 09:27:00AM -0600, Jens Axboe wrote: Get the streamid from the file, if any, and set it on the bio. Signed-off-by: Jens Axboe --- fs/direct-io.c | 4 1 file changed, 4 insertions(+) diff --git a/fs/direct-io.c b/fs/dir

Re: [PATCH 3/6] direct-io: add support for write stream IDs

2015-03-24 Thread Dave Chinner
On Tue, Mar 24, 2015 at 09:27:00AM -0600, Jens Axboe wrote: > Get the streamid from the file, if any, and set it on the bio. > > Signed-off-by: Jens Axboe > --- > fs/direct-io.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/fs/direct-io.c b/fs/direct-io.c > index e181b6b2e297..5d

[PATCH 3/6] direct-io: add support for write stream IDs

2015-03-24 Thread Jens Axboe
Get the streamid from the file, if any, and set it on the bio. Signed-off-by: Jens Axboe --- fs/direct-io.c | 4 1 file changed, 4 insertions(+) diff --git a/fs/direct-io.c b/fs/direct-io.c index e181b6b2e297..5d2750346451 100644 --- a/fs/direct-io.c +++ b/fs/direct-io.c @@ -77,6 +77,7 @@