- 23 Nov, 2005 1 commit
-
-
Andrew Morton authored
Work around gcc-2.95.x macro expansion bug. Cc: David Woodhouse <dwmw2@infradead.org> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
- 07 Nov, 2005 1 commit
-
-
Thomas Gleixner authored
Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
-
- 06 Nov, 2005 13 commits
-
-
Artem B. Bityutskiy authored
Signed-off-by:
Artem B. Bityutskiy <dedekind@infradead.org> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
-
Artem B. Bityutskiy authored
Simplify the debugging code further. Update the TODO list Signed-off-by:
Artem B. Bityutskiy <dedekind@infradead.org> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
-
Artem B. Bityutskiy authored
Signed-off-by:
Artem B. Bityutskiy <dedekind@infradead.org> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
-
Ferenc Havasi authored
The goal of summary is to speed up the mount time. Erase block summary (EBS) stores summary information at the end of every (closed) erase block. It is no longer necessary to scan all nodes separetly (and read all pages of them) just read this "small" summary, where every information is stored which is needed at mount time. This summary information is stored in a JFFS2_FEATURE_RWCOMPAT_DELETE. During the mount process if there is no summary info the orignal scan process will be executed. EBS works with NAND and NOR flashes, too. There is a user space tool called sumtool to generate this summary information for a JFFS2 image. Signed-off-by:
Ferenc Havasi <havasi@inf.u-szeged.hu> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
-
Artem B. Bityutskiy authored
Signed-off-by:
Artem B. Bityutskiy <dedekind@infradead.org> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
-
Artem B. Bityutskiy authored
Signed-off-by:
Artem B. Bityutskiy <dedekind@infradead.org> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
-
Artem B. Bityutskiy authored
Remove more noisy debugs. Add current->pid to debug messages. Remove bogus includes. Signed-off-by:
Artem B. Bityutskiy <dedekind@infradead.org> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
-
Artem B. Bityutskiy authored
Remove extra noisy debugs Signed-off-by:
Artem B. Bityutskiy <dedekind@infradead.org> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
-
Artem B. Bityutskiy authored
Signed-off-by:
Artem B. Bityutskiy <dedekind@infradead.org> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
-
Artem B. Bityutskiy authored
Small comment cleanups. Remove a unused macro Signed-off-by:
Artem B. Bityutskiy <dedekind@infradead.org> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
-
Artem B. Bityutskiy authored
Rename functions to a name matching the functionality. Remove stall debug code Signed-off-by:
Artem B. Bityutskiy <dedekind@infradead.org> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
-
Artem B. Bityutskiy authored
Various simplifiactions. printk format corrections. Convert more code to use the new debug functions. Signed-off-by:
Artem B. Bityutskiy <dedekind@infradead.org> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
-
Artem B. Bityutskiy authored
Move debug functions into a seperate source file Signed-off-by:
Artem B. Bityutskiy <dedekind@infradead.org> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
-