Andreas Dilger wrote:
On May 07, 2007 13:58 -0700, Andrew Morton wrote:Final point: it's fairly disappointing that the present implementation is ext4-only, and extent-only. I do think we should be aiming at an ext4 bitmap-based implementation and an ext3 implementation.Actually, this is a non-issue. The reason that it is handled for extent-only is that this is the only way to allocate space in the filesystem without doing the explicit zeroing. For other filesystems (including ext3 and
Precisely /how/ do you avoid the zeroing issue, for extents?If I posix_fallocate() 20GB on ext4, it damn well better be zeroed, otherwise the implementation is broken.
Jeff - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH 4/5] ext4: fallocate support in ext4
- From: Andreas Dilger <[email protected]>
- Re: [PATCH 4/5] ext4: fallocate support in ext4
- From: Theodore Tso <[email protected]>
- Re: [PATCH 4/5] ext4: fallocate support in ext4
- References:
- Re: Interface for the new fallocate() system call
- From: "Amit K. Arora" <[email protected]>
- Re: Interface for the new fallocate() system call
- From: Andreas Dilger <[email protected]>
- Re: Interface for the new fallocate() system call
- From: "Amit K. Arora" <[email protected]>
- Re: Interface for the new fallocate() system call
- From: Jakub Jelinek <[email protected]>
- Re: Interface for the new fallocate() system call
- From: "Amit K. Arora" <[email protected]>
- [PATCH 0/5] fallocate system call
- From: "Amit K. Arora" <[email protected]>
- [PATCH 4/5] ext4: fallocate support in ext4
- From: "Amit K. Arora" <[email protected]>
- Re: [PATCH 4/5] ext4: fallocate support in ext4
- From: Andrew Morton <[email protected]>
- Re: [PATCH 4/5] ext4: fallocate support in ext4
- From: Andreas Dilger <[email protected]>
- Re: [PATCH 4/5] ext4: fallocate support in ext4
- From: Andrew Morton <[email protected]>
- Re: [PATCH 4/5] ext4: fallocate support in ext4
- From: Andreas Dilger <[email protected]>
- Re: Interface for the new fallocate() system call
- Prev by Date: Re: [PATCH 2/2] Call percpu smp cacheline algin interface
- Next by Date: Re: [PATCH] x86-64 highres/dyntick support
- Previous by thread: Re: [PATCH 4/5] ext4: fallocate support in ext4
- Next by thread: Re: [PATCH 4/5] ext4: fallocate support in ext4
- Index(es):