Add FALLOCATE operation
authorAnatol Pomozov <anatol.pomozov@gmail.com>
Mon, 23 Apr 2012 01:49:35 +0000 (18:49 -0700)
committerMiklos Szeredi <mszeredi@suse.cz>
Mon, 18 Jun 2012 11:32:43 +0000 (13:32 +0200)
commit96ac0e5d76db3714b7c8d37956f6e6b1d804a01a
tree4cd918bccb54e30edca0dadbe2b44a43b7ef1c91
parent46b9c3326d50aebe52c33d63885b83a47a2e74ea
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.
ChangeLog
configure.in
example/fusexmp.c
example/fusexmp_fh.c
include/fuse.h
include/fuse_kernel.h
include/fuse_lowlevel.h
lib/fuse.c
lib/fuse_lowlevel.c
lib/fuse_versionscript