[PATCH] trivial: update broken URLs in Documentation/filesystems

2007-05-06 Thread Zach Carter


update several broken URLs in Documentation/filesystems.

Signed-off-by: Zach Carter [EMAIL PROTECTED]
---
Documentation/filesystems/befs.txt  |4 ++--
Documentation/filesystems/ext2.txt  |2 +-
Documentation/filesystems/ext3.txt  |4 ++--
Documentation/filesystems/isofs.txt |2 +-
4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Documentation/filesystems/befs.txt 
b/Documentation/filesystems/befs.txt
index 67391a1..ea954f2 100644
--- a/Documentation/filesystems/befs.txt
+++ b/Documentation/filesystems/befs.txt
@@ -61,7 +61,7 @@ step 2.  Configuration  make kernel

The linux kernel has many compile-time options. Most of them are beyond the
scope of this document. I suggest the Kernel-HOWTO document as a good general
-reference on this topic. http://www.linux.com/howto/Kernel-HOWTO.html
+reference on this topic. http://www.linuxdocs.org/HOWTOs/Kernel-HOWTO.html

However, to use the BeFS module, you must enable it at configure time.

@@ -79,7 +79,7 @@ Save your kernel configuration and then build your kernel.

step 3.  Install

-See the kernel howto http://www.linux.com/howto/Kernel-HOWTO.html for
+See the kernel howto http://www.linuxdocs.org/HOWTOs/Kernel-HOWTO.html for
instructions on this critical step.

USING BFS
diff --git a/Documentation/filesystems/ext2.txt 
b/Documentation/filesystems/ext2.txt
index 4333e83..e1dbcaa 100644
--- a/Documentation/filesystems/ext2.txt
+++ b/Documentation/filesystems/ext2.txt
@@ -377,6 +377,6 @@ Windows 95/98/NT/2000   
http://uranus.it.swin.edu.au/~jn/linux/Explore2fs.htm
Windows 95 (*)  http://www.yipton.demon.co.uk/content.html#FSDEXT2
DOS client (*)  ftp://metalab.unc.edu/pub/Linux/system/filesystems/ext2/
OS/2http://perso.wanadoo.fr/matthieu.willm/ext2-os2/
-RISC OS client ftp://ftp.barnet.ac.uk/pub/acorn/armlinux/iscafs/
+RISC OS client 
http://www.esw-heim.tu-clausthal.de/~marco/smorbrod/IscaFS/

(*) no longer actively developed/supported (as of Apr 2001)
diff --git a/Documentation/filesystems/ext3.txt 
b/Documentation/filesystems/ext3.txt
index 4aecc9b..37aaa22 100644
--- a/Documentation/filesystems/ext3.txt
+++ b/Documentation/filesystems/ext3.txt
@@ -194,5 +194,5 @@ programs:   http://e2fsprogs.sourceforge.net/
http://ext2resize.sourceforge.net

useful links:   http://www.zip.com.au/~akpm/linux/ext3/ext3-usage.html
-   http://www-106.ibm.com/developerworks/linux/library/l-fs7/
-   http://www-106.ibm.com/developerworks/linux/library/l-fs8/
+   http://www.ibm.com/developerworks/linux/library/l-fs7.html
+   http://www.ibm.com/developerworks/linux/library/l-fs8.html
diff --git a/Documentation/filesystems/isofs.txt 
b/Documentation/filesystems/isofs.txt
index 758e504..9c93324 100644
--- a/Documentation/filesystems/isofs.txt
+++ b/Documentation/filesystems/isofs.txt
@@ -36,7 +36,7 @@ Mount options unique to the isofs filesystem.

Recommended documents about ISO 9660 standard are located at:
http://www.y-adagio.com/public/standards/iso_cdromr/tocont.htm
-ftp://ftp.ecma.ch/ecma-st/Ecma-119.pdf
+http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-119.pdf
Quoting from the PDF This 2nd Edition of Standard ECMA-119 is technically 
identical with ISO 9660., so it is a valid and gratis substitute of the

official ISO specification.
--
1.5.0.6


-
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.kernel.org/majordomo-info.html


Re: [RFC][take 4] e2fsprogs: Add ext4migrate

2007-05-06 Thread Aneesh Kumar K.V



Andreas Dilger wrote:

On May 04, 2007  14:43 +0530, Aneesh Kumar K.V wrote:

Changes from from my previous patches are as follows:
a) support for files with holes
b) use the block iterator present in libext2fs
c) don't mark  the indirect blocks as unused early. If we mark the
   the blocks unused, they can be resued for extent index. If we later
   fail to migrate, the indirect blocks content would be overwritten.


If this code could also (or optionally just) increase the size of inodes
it would be very useful.  AFAIK right now it will only change the inodes
from block-mapped to extent-mapped?




That is correct. My next step is to enhance the tool to support 
migration to large inodes.


-aneesh
-
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.kernel.org/majordomo-info.html


Re: JBD: ext2online wants too many credits (744 256)

2007-05-06 Thread Andrew Morton
On Mon, 7 May 2007 00:26:26 +0200 Frank van Maarseveen [EMAIL PROTECTED] 
wrote:

 2.6.20.6, FC4:
 
 I created a 91248k ext3 fs with 4k blocksize:
 
 | mke2fs -j -b 4096 /dev/vol1/project 
 | mke2fs 1.38 (30-Jun-2005)
 | Filesystem label=
 | OS type: Linux
 | Block size=4096 (log=2)
 | Fragment size=4096 (log=2)
 | 23552 inodes, 23552 blocks
 | 1177 blocks (5.00%) reserved for the super user
 | First data block=0
 | Maximum filesystem blocks=25165824
 | 1 block group
 | 32768 blocks per group, 32768 fragments per group
 | 23552 inodes per group
 
 Writing inode tables: done
 Creating journal (1024 blocks): done
 Writing superblocks and filesystem accounting information: done
 
 Next, I tried to resize it to about 3G using ext2online while mounted:
 
 | # ext2online /dev/vol1/project 
 | ext2online v1.1.18 - 2001/03/18 for EXT2FS 0.5b
 | ext2online: ext2_ioctl: No space left on device
 |
 | ext2online: unable to resize /dev/mapper/vol1-project
 
 At that time the kernel said:
 
 |JBD: ext2online wants too many credits (744  256)
 
 What is the limitation I should be aware of? Has it something to do with
 the journal log size?
 
 The size actually did increase a bit, to 128112k.
 
 
 Steps to reproduce:
 Create a 3G partition, say /dev/vol1/project
 mke2fs -j -b 4096 /dev/vol1/project 22812
 mount it
 ext2online /dev/vol1/project said:
 
 | ext2online v1.1.18 - 2001/03/18 for EXT2FS 0.5b
 | ext2online: ext2_ioctl: No space left on device
 | 
 | ext2online: unable to resize /dev/mapper/vol1-project
 
 kernel said:
 
 | JBD: ext2online wants too many credits (721  256)
 

(added linux-ext4 to cc)
-
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.kernel.org/majordomo-info.html