Re: [PATCH 0/1][RFC] prepare_write positive return value V(2)

2007-02-25 Thread Andrew Morton
Could someone please review/test/comment upon this work? I don't think ext[34] is an area where I need to do everything myself ;) Thanks. - To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kerne

Re: [RFC] [PATCH 1/1] nanosecond timestamps

2007-02-25 Thread Andrew Morton
> On Fri, 02 Feb 2007 20:09:40 +0530 Kalpak Shah <[EMAIL PROTECTED]> wrote: > +#define EXT3_INODE_GET_XTIME(xtime, extra_xtime, inode, raw_inode) > \ > +do { > \ > + (inode)->xtime.tv_sec = le32_to_cpu((raw_inode)->xtime); > \ > +

Re: [Resubmit][PATCH 5/5] Secure Deletion and Trash-Bin Support for Ext4

2007-02-25 Thread Andrew Morton
> On Wed, 31 Jan 2007 11:11:10 -0600 Dave Kleikamp <[EMAIL PROTECTED]> wrote: > Have you considered putting ALL of the function in the vfs layer? Yes, I think that's where it should be implemented. I suspect we'll run into problems with the .trash/ thing. What directory do we put .trash in? The

Re: [Resubmit][Patch 0/2] Persistent preallocation in ext4

2007-02-25 Thread Andrew Morton
> On Wed, 17 Jan 2007 15:16:58 +0530 "Amit K. Arora" <[EMAIL PROTECTED]> wrote: > (1) The final interface is yet to be decided. We have the option of > chosing from one of these: > a> modifying posix_fallocate() in glibc > b> using fcntl > c> using ftruncate, or > d> using t