Skip to content

Commit

Permalink
fallocate support in ext4
Browse files Browse the repository at this point in the history
This patch implements ->fallocate() inode operation in ext4. With this
patch users of ext4 file systems will be able to use fallocate() system
call for persistent preallocation. Current implementation only supports
preallocation for regular files (directories not supported as of date)
with extent maps. This patch does not support block-mapped files currently.
Only FALLOC_ALLOCATE and FALLOC_RESV_SPACE modes are being supported as of
now.

Signed-off-by: Amit Arora <aarora@in.ibm.com>
  • Loading branch information
Amit Arora authored and Theodore Ts'o committed Jul 18, 2007
1 parent 97ac735 commit a2df2a6
Show file tree
Hide file tree
Showing 4 changed files with 232 additions and 41 deletions.
Loading

0 comments on commit a2df2a6

Please sign in to comment.