Re: [PATCH] Endianness bugs in e2fsck

2007-07-18 Thread Kalpak Shah
On Tue, 2007-07-17 at 20:40 -0500, Eric Sandeen wrote: > Eric Sandeen wrote: > - > > set t->i_file_acl before we test it in > ext2fs_inode_data_blocks > > Signed-off-by: Eric Sandeen <[EMAIL PROTECTED]> > > Index: e2fsprogs-1.40.2/lib/ext2fs/swapfs.c > ==

[GIT PULL] ext4 update

2007-07-18 Thread Theodore Ts'o
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git for_linus It contains the following feature enhancements, including support for the new fallocate() system call. These have been in -mm for a while, consensus reached for the fallocate() interface b

- is_power_of_2-ext4-superc.patch removed from -mm tree

2007-07-18 Thread akpm
The patch titled is_power_of_2: ext3/super.c has been removed from the -mm tree. Its filename was is_power_of_2-ext4-superc.patch This patch was dropped because it was merged into mainline or a subsystem tree -- Subject: is_power_of_

- ext4-remove-extra-is_rdonly-check.patch removed from -mm tree

2007-07-18 Thread akpm
The patch titled ext4: remove extra IS_RDONLY() check has been removed from the -mm tree. Its filename was ext4-remove-extra-is_rdonly-check.patch This patch was dropped because it was merged into mainline or a subsystem tree -- Subj

Re: [PATCH] ext2 statfs improvement for block and inode free count

2007-07-18 Thread Andrew Morton
On Fri, 13 Jul 2007 18:36:54 -0700 Badari Pulavarty <[EMAIL PROTECTED]> wrote: > More statfs() improvements for ext2. ext2 already maintains > percpu counters for free blocks and inodes. Derive free > block count and inode count by summing up percpu counters, > instead of counting up all the group

Re: [PATCH 1/5][TAKE8] manpage for fallocate

2007-07-18 Thread Mark Fasheh
On Sat, Jul 14, 2007 at 12:16:25AM +0530, Amit K. Arora wrote: > After a successful call, subsequent writes are guaranteed not to fail because > of lack of disk space. If a write to an unwritten region requires a node split, that could result in the allocation of new meta data which obviously co

Re: [PATCH 1/5][TAKE8] manpage for fallocate

2007-07-18 Thread David Chinner
On Wed, Jul 18, 2007 at 08:41:55PM -0700, Mark Fasheh wrote: > On Sat, Jul 14, 2007 at 12:16:25AM +0530, Amit K. Arora wrote: > > After a successful call, subsequent writes are guaranteed not to fail > > because > > of lack of disk space. > > If a write to an unwritten region requires a node sp

Re: [PATCH 1/5][TAKE8] manpage for fallocate

2007-07-18 Thread Mark Fasheh
On Thu, Jul 19, 2007 at 03:10:52PM +1000, David Chinner wrote: > % git-log 84e1e99f112dead8f9ba036c02d24a9f5ce7f544 |head -10 > commit 84e1e99f112dead8f9ba036c02d24a9f5ce7f544 > Author: David Chinner <[EMAIL PROTECTED]> > Date: Mon Jun 18 16:50:27 2007 +1000 > > [XFS] Prevent ENOSPC from abo