summaryrefslogtreecommitdiff
path: root/fs/logfs/dir.c
AgeCommit message (Collapse)AuthorFilesLines
2009-11-28[LogFS] Prevent 64bit divisions in hash_indexJoern Engel1-5/+10
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 Engel1-2/+6
Spotted by Dan Carpenter.
2009-11-20[LogFS] add new flash file systemJoern Engel1-0/+818
This is a new flash file system. See Documentation/filesystems/logfs.txt Signed-off-by: Joern Engel <joern@logfs.org>