commit | 05ba1f0823004e947748523782e9c2f07f3bff0d | [log] [tgz] |
---|---|---|
author | Anatol Pomozov <anatol.pomozov@gmail.com> | Sun Apr 22 18:45:24 2012 -0700 |
committer | Miklos Szeredi <mszeredi@suse.cz> | Wed Apr 25 12:25:05 2012 +0200 |
tree | 3ec44b97f0725b0b9045152c31802a66aa62aec2 | |
parent | e2690695ce5085677b84fbf2e38d2ed57cad39cd [diff] |
fuse: add FALLOCATE operation fallocate filesystem operation preallocates media space for the given file. If fallocate returns success then any subsequent write to the given range never fails with 'not enough space' error. Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>