Re: [RFC] add FIEMAP ioctl to efficiently map file allocation

2007-05-02 Thread Anton Altaparmakov
On 2 May 2007, at 01:06, David Chinner wrote: On Tue, May 01, 2007 at 07:37:20PM +0100, Anton Altaparmakov wrote: On 1 May 2007, at 05:22, David Chinner wrote: On Mon, Apr 30, 2007 at 04:44:01PM -0600, Andreas Dilger wrote: The FIBMAP ioctl is for privileged users only, and I wonder if

[PATCH] e2fsprogs: Additions in EA checking

2007-05-02 Thread Kalpak Shah
Hi, This patch makes the following changes to EA checking: 1) Allow in-inode EAs to have a hash. 2) Connect zero-length inodes that have an EA to lost+found. 3) Addition of hash function for EAs Signed-off-by: Andreas Dilger [EMAIL PROTECTED] Signed-off-by: Kalpak Shah [EMAIL PROTECTED] Index:

Re: [RFC] add FIEMAP ioctl to efficiently map file allocation

2007-05-02 Thread David Chinner
On Tue, May 01, 2007 at 07:46:53PM +0100, Anton Altaparmakov wrote: On 1 May 2007, at 15:20, David Chinner wrote: So, either the filesystem will understand the flag or iff the unknown flag is in the incompat set, it will return EINVAL or else the unknown flag will be safely ignored.