linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add VMUFAT file system support (v2)
@ 2012-03-24 16:55 Adrian McMenamin
  2012-04-12 20:52 ` Adrian McMenamin
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian McMenamin @ 2012-03-24 16:55 UTC (permalink / raw)
  To: viro, LKML, linux-fsdevel; +Cc: Linux-sh

Sega Dreamcasts come with a "visual memory unit" (VMU) with 128KB of
flash memory in a FAT type filesystem. This patch adds support for
this filesystem to the Linux kernel.

Signed-off-by: Adrian McMenamin <adrianmcmenamin@gmail.com>
---

 Documentation/filesystems/vmufat.txt |   83 ++++
 fs/Kconfig                           |    1 +
 fs/Makefile                          |    1 +
 fs/vmufat/Kconfig                    |   14 +
 fs/vmufat/Makefile                   |    7 +
 fs/vmufat/inode.c                    |  903 ++++++++++++++++++++++++++++++++++
 fs/vmufat/super.c                    |  522 ++++++++++++++++++++
 fs/vmufat/vmufat.h                   |  115 +++++
 include/linux/magic.h                |    1 +
 9 files changed, 1647 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/filesystems/vmufat.txt
 create mode 100644 fs/vmufat/Kconfig
 create mode 100644 fs/vmufat/Makefile
 create mode 100644 fs/vmufat/inode.c
 create mode 100644 fs/vmufat/super.c
 create mode 100644 fs/vmufat/vmufat.h


Patch may be pulled/reviewed at:

https://github.com/mcmenaminadrian/vmufat/commit/47305b24487ce6d6d9264bddf2ccf75e5123c1b1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Add VMUFAT file system support (v2)
  2012-03-24 16:55 [PATCH] Add VMUFAT file system support (v2) Adrian McMenamin
@ 2012-04-12 20:52 ` Adrian McMenamin
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian McMenamin @ 2012-04-12 20:52 UTC (permalink / raw)
  To: viro, LKML, linux-fsdevel; +Cc: Linux-sh

On 24 March 2012 16:55, Adrian McMenamin <lkmladrian@gmail.com> wrote:
> Sega Dreamcasts come with a "visual memory unit" (VMU) with 128KB of
> flash memory in a FAT type filesystem. This patch adds support for
> this filesystem to the Linux kernel.
>
> Signed-off-by: Adrian McMenamin <adrianmcmenamin@gmail.com>
> ---
>

Thought I should give this a bump as nobody has responded. Any
comments gratefully received.

Adrian

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-12 20:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-24 16:55 [PATCH] Add VMUFAT file system support (v2) Adrian McMenamin
2012-04-12 20:52 ` Adrian McMenamin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).