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

2014-11-23 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 FALLOC_FL_COLLAPSE_RANGE flag. As such, specifying FALLOC_FL_INSERT_RANGE flag will create new

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

2014-11-23 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 FALLOC_FL_COLLAPSE_RANGE flag. As such, specifying FALLOC_FL_INSERT_RANGE flag will create new