RE: [PATCH v2 0/10] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate

2014-06-03 Thread Namjae Jeon
> On Mon, Jun 02, 2014 at 03:06:13PM +0200, Lukáš Czerner wrote: > > > > So what will happen when there is not enough space when "inserting a > > > > range" ? And how should user proceed from there ? > > > If insert range fails with an ENOSPC error, user could use collapse > > > range on the same

RE: [PATCH v2 0/10] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate

2014-06-03 Thread Namjae Jeon
On Mon, Jun 02, 2014 at 03:06:13PM +0200, Lukáš Czerner wrote: So what will happen when there is not enough space when inserting a range ? And how should user proceed from there ? If insert range fails with an ENOSPC error, user could use collapse range on the same range to remove

Re: [PATCH v2 0/10] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate

2014-06-02 Thread Theodore Ts'o
On Mon, Jun 02, 2014 at 03:06:13PM +0200, Lukáš Czerner wrote: > > > So what will happen when there is not enough space when "inserting a > > > range" ? And how should user proceed from there ? > > If insert range fails with an ENOSPC error, user could use collapse > > range on the same range to

RE: [PATCH v2 0/10] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate

2014-06-02 Thread Lukáš Czerner
; 'Ashish Sangwan' > Subject: RE: [PATCH v2 0/10] fs: Introduce FALLOC_FL_INSERT_RANGE for > fallocate > > > > > > Date: Sat, 31 May 2014 16:40:29 +0900 > > > From: Namjae Jeon > > > To: 'Lukáš Czerner' > > > Cc: 'Dave Chinner' , 'Theodore

RE: [PATCH v2 0/10] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate

2014-06-02 Thread Namjae Jeon
Ts'o > > > > Cc: linux-ext4 , x...@oss.sgi.com, > > > > linux-fsde...@vger.kernel.org, linux-kernel@vger.kernel.org, > > > > Ashish Sangwan > > > > Subject: [PATCH v2 0/10] fs: Introduce FALLOC_FL_INSERT_RANGE for > > > > fal

RE: [PATCH v2 0/10] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate

2014-06-02 Thread Lukáš Czerner
; 'Ashish Sangwan' > Subject: RE: [PATCH v2 0/10] fs: Introduce FALLOC_FL_INSERT_RANGE for > fallocate > > > > > Date: Thu, 08 May 2014 19:23:19 +0900 > > > From: Namjae Jeon > > > To: Dave Chinner , Theodore Ts'o > > > Cc: linux-ext4 , x.

RE: [PATCH v2 0/10] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate

2014-06-02 Thread Lukáš Czerner
, linux-fsde...@vger.kernel.org, linux-kernel@vger.kernel.org, 'Ashish Sangwan' a.sang...@samsung.com Subject: RE: [PATCH v2 0/10] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate Date: Thu, 08 May 2014 19:23:19 +0900 From: Namjae Jeon namjae.j...@samsung.com To: Dave

RE: [PATCH v2 0/10] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate

2014-06-02 Thread Namjae Jeon
...@vger.kernel.org, linux-kernel@vger.kernel.org, 'Ashish Sangwan' a.sang...@samsung.com Subject: RE: [PATCH v2 0/10] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate Date: Thu, 08 May 2014 19:23:19 +0900 From: Namjae Jeon namjae.j...@samsung.com To: Dave Chinner da...@fromorbit.com

RE: [PATCH v2 0/10] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate

2014-06-02 Thread Lukáš Czerner
, linux-fsde...@vger.kernel.org, linux-kernel@vger.kernel.org, 'Ashish Sangwan' a.sang...@samsung.com Subject: RE: [PATCH v2 0/10] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate Date: Sat, 31 May 2014 16:40:29 +0900 From: Namjae Jeon namjae.j...@samsung.com

Re: [PATCH v2 0/10] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate

2014-06-02 Thread Theodore Ts'o
On Mon, Jun 02, 2014 at 03:06:13PM +0200, Lukáš Czerner wrote: So what will happen when there is not enough space when inserting a range ? And how should user proceed from there ? If insert range fails with an ENOSPC error, user could use collapse range on the same range to remove the

RE: [PATCH v2 0/10] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate

2014-05-31 Thread Namjae Jeon
> > Date: Thu, 08 May 2014 19:23:19 +0900 > > From: Namjae Jeon > > To: Dave Chinner , Theodore Ts'o > > Cc: linux-ext4 , x...@oss.sgi.com, > > linux-fsde...@vger.kernel.org, linux-kernel@vger.kernel.org, > > Ashish Sangwan > &

RE: [PATCH v2 0/10] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate

2014-05-31 Thread Namjae Jeon
Sangwan a.sang...@samsung.com Subject: [PATCH v2 0/10] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate In continuation of the work of making the process of non linear editing of media files faster, we introduce here the new flag FALLOC_FL_INSERT_RANGE for fallocate. This flag

Re: [PATCH v2 0/10] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate

2014-05-30 Thread Lukáš Czerner
On Thu, 8 May 2014, Namjae Jeon wrote: > Date: Thu, 08 May 2014 19:23:19 +0900 > From: Namjae Jeon > To: Dave Chinner , Theodore Ts'o > Cc: linux-ext4 , x...@oss.sgi.com, > linux-fsde...@vger.kernel.org, linux-kernel@vger.kernel.org, > Ashish Sangwan > Subjec

Re: [PATCH v2 0/10] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate

2014-05-30 Thread Lukáš Czerner
-kernel@vger.kernel.org, Ashish Sangwan a.sang...@samsung.com Subject: [PATCH v2 0/10] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate In continuation of the work of making the process of non linear editing of media files faster, we introduce here the new flag FALLOC_FL_INSERT_RANGE

[PATCH v2 0/10] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate

2014-05-08 Thread Namjae Jeon
In continuation of the work of making the process of non linear editing of media files faster, we introduce here the new flag FALLOC_FL_INSERT_RANGE for fallocate. This flag will work opposite to the newly added FALLOC_FL_COLLAPSE_RANGE flag. As such, specifying FALLOC_FL_INSERT_RANGE flag will

[PATCH v2 0/10] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate

2014-05-08 Thread Namjae Jeon
In continuation of the work of making the process of non linear editing of media files faster, we introduce here the new flag FALLOC_FL_INSERT_RANGE for fallocate. This flag will work opposite to the newly added FALLOC_FL_COLLAPSE_RANGE flag. As such, specifying FALLOC_FL_INSERT_RANGE flag will