30 Jun, 2006
1 commit
-
Signed-off-by: Joel Becker
Signed-off-by: Mark Fasheh
18 May, 2006
1 commit
-
We were using GFP_KERNEL in a handful of places which really wanted
GFP_NOFS. Fix this.Signed-off-by: Sunil Mushran
Signed-off-by: Mark Fasheh
25 Mar, 2006
1 commit
-
Signed-off-by: Mark Fasheh
02 Mar, 2006
1 commit
-
The extent map code has long noticed when the on-disk extent information
is corrupt. However, so far it has only returned an error. We should
take the filesystem read-only, as it is corrupt.Signed-off-by: Joel Becker
Signed-off-by: Mark Fasheh
04 Feb, 2006
2 commits
-
this changes if() BUG(); constructs to BUG_ON() which is
cleaner, contains unlikely() and can better optimized away.Signed-off-by: Eric Sesterhenn
Signed-off-by: Mark Fasheh -
Functions called by __init funtions mustn't be __exit.
Reported by Jan-Benedict Glaw .
Signed-off-by: Adrian Bunk
Signed-off-by: Mark Fasheh
04 Jan, 2006
1 commit
-
The OCFS2 file system module.
Signed-off-by: Mark Fasheh
Signed-off-by: Kurt Hackel