search for: gfs2_fs

Displaying 7 results from an estimated 7 matches for "gfs2_fs".

Did you mean: ocfs2_fs
2007 Aug 15
0
[git patch] fstype support + minor stuff
...is .gitignore | 2 usr/dash/.gitignore | 17 ++++++ usr/gzip/.gitignore | 3 + usr/kinit/.gitignore | 3 + usr/kinit/fstype/ext3_fs.h | 4 + usr/kinit/fstype/fstype.c | 51 ++++++++++++++++++ usr/kinit/fstype/gfs2_fs.h | 56 ++++++++++++++++++++ usr/kinit/fstype/reiser4_fs.h | 2 usr/kinit/fstype/squashfs_fs.h | 41 ++++++++++++++ usr/klibc/.gitignore | 9 +++ usr/klibc/Kbuild | 109 ++++++++++++++++++++------------------- usr/klibc/socketcalls/.gitignore |...
2010 Apr 25
2
[git pull] small fixes, sh4, getruage() README's
...u_to_be32(x) __cpu_to_be32(x) /* Needed by romfs_fs.h */ -#include "romfs_fs.h" +#include "btrfs.h" #include "cramfs_fs.h" -#include "minix_fs.h" #include "ext2_fs.h" #include "ext3_fs.h" -#include "xfs_sb.h" +#include "gfs2_fs.h" +#include "iso9660_sb.h" #include "luks_fs.h" #include "lvm2_sb.h" -#include "iso9660_sb.h" -#include "squashfs_fs.h" -#include "gfs2_fs.h" -#include "ocfs2_fs.h" +#include "minix_fs.h" #include "nilfs_f...
2010 Apr 03
1
[PATCH] btrfs support
...ot_level; + /* truncated here for klibc */ +} __attribute__ ((__packed__)); + +#endif /* __BTRFS_FS_H */ diff --git a/usr/kinit/fstype/fstype.c b/usr/kinit/fstype/fstype.c index 69e0e30..c50bf01 100644 --- a/usr/kinit/fstype/fstype.c +++ b/usr/kinit/fstype/fstype.c @@ -36,6 +36,7 @@ #include "gfs2_fs.h" #include "ocfs2_fs.h" #include "nilfs_fs.h" +#include "btrfs_fs.h" /* * Slightly cleaned up version of jfs_superblock to @@ -461,6 +462,18 @@ static int nilfs2_image(const void *buf, unsigned long long *bytes) return 0; } +static int btrfs_image(con...
2008 Mar 03
0
[PATCH] nilfs2 support for fstype
...orig/usr/kinit/fstype/fstype.c klibc-1.5.7/usr/kinit/fstype/fstype.c --- klibc-1.5.7.orig/usr/kinit/fstype/fstype.c 2007-09-04 09:17:12.000000000 +0100 +++ klibc-1.5.7/usr/kinit/fstype/fstype.c 2008-03-03 16:57:34.522813138 +0000 @@ -33,6 +33,7 @@ #include "squashfs_fs.h" #include "gfs2_fs.h" #include "ocfs2_fs.h" +#include "nilfs_fs.h" /* * Slightly cleaned up version of jfs_superblock to @@ -326,6 +327,19 @@ return 0; } +static int nilfs2_image(const void *buf, unsigned long long *bytes) +{ + const struct nilfs_super_block *sb = + (const stru...
2010 Jul 07
0
[git pull v2] x86_32, sh4, getrusage()
...u_to_be32(x) __cpu_to_be32(x) /* Needed by romfs_fs.h */ -#include "romfs_fs.h" +#include "btrfs.h" #include "cramfs_fs.h" -#include "minix_fs.h" #include "ext2_fs.h" #include "ext3_fs.h" -#include "xfs_sb.h" +#include "gfs2_fs.h" +#include "iso9660_sb.h" #include "luks_fs.h" #include "lvm2_sb.h" -#include "iso9660_sb.h" -#include "squashfs_fs.h" -#include "gfs2_fs.h" -#include "ocfs2_fs.h" +#include "minix_fs.h" #include "nilfs_f...
2007 Aug 21
1
[git patch] dmesg + fstype ocfs2
...an attems <max at stro.at> diff --git a/usr/kinit/fstype/fstype.c b/usr/kinit/fstype/fstype.c index 197a259..2f219e6 100644 --- a/usr/kinit/fstype/fstype.c +++ b/usr/kinit/fstype/fstype.c @@ -32,6 +32,7 @@ #include "iso9660_sb.h" #include "squashfs_fs.h" #include "gfs2_fs.h" +#include "ocfs2_fs.h" /* * Slightly cleaned up version of jfs_superblock to @@ -312,6 +313,19 @@ static int gfs2_image(const void *buf, unsigned long long *bytes) return 0; } +static int ocfs2_image(const void *buf, unsigned long long *bytes) +{ + const struct ocfs2_din...
2008 Mar 25
2
bunch of small fixes
hello hpa, nothing particular stands out, just syncing with latest Debian upload and subsequent patch emails. please review merge or nack. thanks :) maks git pull git://git.debian.org/~maks/klibc.git maks for the changes: Aaron Griffin (1): [klibc] kinit: skip md assembly if mdX exists Colin Watson (1): [klibc] mount/umount FUSE support Harald Jenny (1): [klibc] fstype: