]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
UBIFS: add new flash file system
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 14 Jul 2008 16:08:37 +0000 (19:08 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Tue, 15 Jul 2008 14:35:15 +0000 (17:35 +0300)
commit1e51764a3c2ac05a23a22b2a95ddee4d9bffb16d
tree919debdd48aef9eee9ff0e8f465ef2649325b993
parente56a99d5a42dcb91e622ae7a0289d8fb2ddabffb
UBIFS: add new flash file system

This is a new flash file system. See
http://www.linux-mtd.infradead.org/doc/ubifs.html

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: Adrian Hunter <ext-adrian.hunter@nokia.com>
32 files changed:
fs/ubifs/budget.c [new file with mode: 0644]
fs/ubifs/commit.c [new file with mode: 0644]
fs/ubifs/compress.c [new file with mode: 0644]
fs/ubifs/debug.c [new file with mode: 0644]
fs/ubifs/debug.h [new file with mode: 0644]
fs/ubifs/dir.c [new file with mode: 0644]
fs/ubifs/file.c [new file with mode: 0644]
fs/ubifs/find.c [new file with mode: 0644]
fs/ubifs/gc.c [new file with mode: 0644]
fs/ubifs/io.c [new file with mode: 0644]
fs/ubifs/ioctl.c [new file with mode: 0644]
fs/ubifs/journal.c [new file with mode: 0644]
fs/ubifs/key.h [new file with mode: 0644]
fs/ubifs/log.c [new file with mode: 0644]
fs/ubifs/lprops.c [new file with mode: 0644]
fs/ubifs/lpt.c [new file with mode: 0644]
fs/ubifs/lpt_commit.c [new file with mode: 0644]
fs/ubifs/master.c [new file with mode: 0644]
fs/ubifs/misc.h [new file with mode: 0644]
fs/ubifs/orphan.c [new file with mode: 0644]
fs/ubifs/recovery.c [new file with mode: 0644]
fs/ubifs/replay.c [new file with mode: 0644]
fs/ubifs/sb.c [new file with mode: 0644]
fs/ubifs/scan.c [new file with mode: 0644]
fs/ubifs/shrinker.c [new file with mode: 0644]
fs/ubifs/super.c [new file with mode: 0644]
fs/ubifs/tnc.c [new file with mode: 0644]
fs/ubifs/tnc_commit.c [new file with mode: 0644]
fs/ubifs/tnc_misc.c [new file with mode: 0644]
fs/ubifs/ubifs-media.h [new file with mode: 0644]
fs/ubifs/ubifs.h [new file with mode: 0644]
fs/ubifs/xattr.c [new file with mode: 0644]