summaryrefslogtreecommitdiffstats
path: root/fs/logfs/dir.c
Commit message (Collapse)AuthorAgeFilesLines
* [LogFS] Prevent 64bit divisions in hash_indexJoern Engel2009-11-281-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'
* [LogFS] Plug memory leak on error pathsJoern Engel2009-11-231-2/+6
| | | | Spotted by Dan Carpenter.
* [LogFS] add new flash file systemJoern Engel2009-11-201-0/+818
This is a new flash file system. See Documentation/filesystems/logfs.txt Signed-off-by: Joern Engel <joern@logfs.org>
OpenPOWER on IntegriCloud