[PATCH 1/3]: ufs: alloc metadata null page fix

2007-01-22 Thread Evgeniy Dushistov
These series of patches result of UFS1 write support stress testing, like running fsx-linux, untar and build linux kernel etc We pass from ufs::get_block_t to levels below: pointer to the current page, to make possible things like reallocation of blocks on the fly, and we also uses this pointer

[PATCH 3/3] ufs: rellocation fix

2007-01-22 Thread Evgeniy Dushistov
In blocks reallocation function sometimes does not update some of buffer_head::b_blocknr, which may and cause data damage. Signed-off-by: Evgeniy Dushistov [EMAIL PROTECTED] --- Index: linux-2.6.20-rc5/fs/ufs/balloc.c === ---

Re: [PATCH 3/3] pipefs and sockfs respin -- make .drop_inode = generic_delete_inode

2007-01-22 Thread Christoph Hellwig
On Mon, Jan 22, 2007 at 09:16:06AM -0500, Jeff Layton wrote: A little late since I sent some patches to akpm already, but I'm thinking that this might be the better way to go. Rather than trying to have the filesystems manage i_nlink, just make drop_inode for the filesystems be

[git patch] mention JFFS impending death

2007-01-22 Thread Jeff Garzik
JFFS is already marked CONFIG_BROKEN in fs/Kconfig, with a note that it's going away in 2.6.21, but the corresponding update to feature-removal-schedule.txt was accidentally omitted. Fixed. Please pull from 'kill-jffs-prep' branch of