git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e269069
)
fuse: add FALLOCATE operation
author
Anatol Pomozov
<anatol.pomozov@gmail.com>
Mon, 23 Apr 2012 01:45:24 +0000
(18:45 -0700)
committer
Miklos Szeredi
<mszeredi@suse.cz>
Wed, 25 Apr 2012 10:25:05 +0000
(12:25 +0200)
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>
No differences found