aboutsummaryrefslogtreecommitdiff
path: root/fs/logfs/dir.c
AgeCommit message (Collapse)Author
2009-11-28[LogFS] Prevent 64bit divisions in hash_indexJoern Engel
Randy Dunlap caught this built error on i386: fs/built-in.o: In function `hash_index': dir.c:(.text+0x6c1f2): undefined reference to `__umoddi3'
2009-11-23[LogFS] Plug memory leak on error pathsJoern Engel
Spotted by Dan Carpenter.
2009-11-20[LogFS] add new flash file systemJoern Engel
This is a new flash file system. See Documentation/filesystems/logfs.txt Signed-off-by: Joern Engel <joern@logfs.org>