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

2014-04-08 Thread Namjae Jeon
2014-04-08 9:54 GMT+09:00, Dave Chinner : > On Mon, Mar 31, 2014 at 11:53:31PM +0900, Namjae Jeon wrote: >> From: Namjae Jeon >> >> FALLOC_FL_INSERT_RANGE was mentioned as the opposite command of collapse >> range from discussion between Hugh Dickins and Dave Chinner. >> >> In continuation of the

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

2014-04-08 Thread Namjae Jeon
2014-04-08 9:54 GMT+09:00, Dave Chinner da...@fromorbit.com: On Mon, Mar 31, 2014 at 11:53:31PM +0900, Namjae Jeon wrote: From: Namjae Jeon namjae.j...@samsung.com FALLOC_FL_INSERT_RANGE was mentioned as the opposite command of collapse range from discussion between Hugh Dickins and Dave

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

2014-04-07 Thread Dave Chinner
On Mon, Mar 31, 2014 at 11:53:31PM +0900, Namjae Jeon wrote: > From: Namjae Jeon > > FALLOC_FL_INSERT_RANGE was mentioned as the opposite command of collapse > range from discussion between Hugh Dickins and Dave Chinner. > > In continuation of the work of making the process of non linear

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

2014-04-07 Thread Dave Chinner
On Mon, Mar 31, 2014 at 11:53:31PM +0900, Namjae Jeon wrote: From: Namjae Jeon namjae.j...@samsung.com FALLOC_FL_INSERT_RANGE was mentioned as the opposite command of collapse range from discussion between Hugh Dickins and Dave Chinner. In continuation of the work of making the process of

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

2014-03-31 Thread Namjae Jeon
2014-03-31 23:56 GMT+09:00 Christoph Hellwig : > On Mon, Mar 31, 2014 at 11:53:31PM +0900, Namjae Jeon wrote: >> This flag will work opposite to the newly added FALLOC_FL_COLLAPSE_RANGE >> flag. >> As such, specifying FALLOC_FL_INSERT_RANGE flag will insert zeroed-out space >> in between the file

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

2014-03-31 Thread Christoph Hellwig
On Mon, Mar 31, 2014 at 11:53:31PM +0900, Namjae Jeon wrote: > This flag will work opposite to the newly added FALLOC_FL_COLLAPSE_RANGE flag. > As such, specifying FALLOC_FL_INSERT_RANGE flag will insert zeroed-out space > in between the file within the range specified by offset and len. User can

[PATCH 0/3] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate

2014-03-31 Thread Namjae Jeon
From: Namjae Jeon FALLOC_FL_INSERT_RANGE was mentioned as the opposite command of collapse range from discussion between Hugh Dickins and Dave Chinner. In continuation of the work of making the process of non linear editing of media files faster, we introduce here the new flag

[PATCH 0/3] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate

2014-03-31 Thread Namjae Jeon
From: Namjae Jeon namjae.j...@samsung.com FALLOC_FL_INSERT_RANGE was mentioned as the opposite command of collapse range from discussion between Hugh Dickins and Dave Chinner. In continuation of the work of making the process of non linear editing of media files faster, we introduce here the new

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

2014-03-31 Thread Christoph Hellwig
On Mon, Mar 31, 2014 at 11:53:31PM +0900, Namjae Jeon wrote: This flag will work opposite to the newly added FALLOC_FL_COLLAPSE_RANGE flag. As such, specifying FALLOC_FL_INSERT_RANGE flag will insert zeroed-out space in between the file within the range specified by offset and len. User can

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

2014-03-31 Thread Namjae Jeon
2014-03-31 23:56 GMT+09:00 Christoph Hellwig h...@infradead.org: On Mon, Mar 31, 2014 at 11:53:31PM +0900, Namjae Jeon wrote: This flag will work opposite to the newly added FALLOC_FL_COLLAPSE_RANGE flag. As such, specifying FALLOC_FL_INSERT_RANGE flag will insert zeroed-out space in between