search for: ext3_fs

Displaying 20 results from an estimated 26 matches for "ext3_fs".

Did you mean: ext2_fs
2005 Jun 20
0
[patch 2/3] fs/ext3/resize.c: fix sparse warnings
An embedded and charset-unspecified text was scrubbed... Name: sparse-fs_ext3_resize.patch URL: <http://listman.redhat.com/archives/ext3-users/attachments/20050620/8e33ffa8/attachment.ksh>
2008 Jun 16
0
latest fixes
...oiret (1): Makefile (ARCH): Support sh4 as sh. David H?rdeman (1): [klibc] mount: allow multiple fs on vfstype arg maximilian attems (2): [klibc] run-init: drop executable stack [klibc] fstype: fix ext4dev detection Makefile | 2 +- usr/kinit/fstype/ext3_fs.h | 39 ++++++++++++++++++++++++++++++++++++--- usr/kinit/fstype/fstype.c | 8 ++++++-- usr/kinit/run-init/Kbuild | 4 ++++ usr/utils/mount_main.c | 4 +++- 5 files changed, 50 insertions(+), 7 deletions(-) commit c8428ceced1769a2cf9202390c68bbb4b8e32469 Author: maximilian attems...
2005 Aug 23
1
Minor fs/Kconfig cleanup
Hello, the current ocfs2 code nicely adds "select JBD" for EXT3_FS, but doesn't remove the following line, which is obsolete after that. Here's a patch: Index: linux-2.6.12/fs/Kconfig =================================================================== --- linux-2.6.12.orig/fs/Kconfig +++ linux-2.6.12/fs/Kconfig @@ -140,7 +140,6 @@ config EXT3_FS_SECURITY...
2005 Feb 15
1
[PATCH] ext3: Fix sparse -Wbitwise warnings.
Signed-off-by: Alexey Dobriyan <adobriyan at mail.ru> --- fs/ext3/resize.c | 20 ++++++++++---------- fs/ext3/super.c | 8 ++++---- include/linux/ext3_fs.h | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) Index: linux-warnings/include/linux/ext3_fs.h =================================================================== --- linux-warnings/include/linux/ext3_fs.h (revision 14) +++ linux-warnings/include/linux/ext3_fs.h (revision 20) @@ -45...
2002 Aug 22
3
journal aborting and remounting /boot as ro
...forum but I'd be grateful for your help on something. My /boot filesystem is being remounted shortly after start-up as read-only. I get the following messages... journal_bmap_Ra7a5f568: journal block not found at offset 12 on ide0(3,1) Aborting journal on device ide0(3,1) ext3_abort called EXT3_fs abort (device ide0(3,1): ext3_journal_start: Detected aborted journal Remounting filesystem read-only Any ideas how I can fix this? My fstab looks like this... LABEL=/ / ext3 defaults 1 1 LABEL=/boot /boot ext3 defaults 1 2 none /dev/pts devpts gid=5,mode=620 0 0 none /proc pro...
2007 Aug 15
0
[git patch] fstype support + minor stuff
...fic entries usr/klibc/Kbuild: beautify klibc build fstype: add gfs2 support the diffstat 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...
2007 Mar 12
1
Error mounting
...ing is off-topic or it was already answered before. I'm having this problem; i've got an ext3 8GB partition and it doesn't mount, the cause of this: a user (yes me!) running fsck.ext3 with the filesystem mounted, ups! (snif, forgive me!!, totally newbie and mad) errors while booting: EXT3_fs error (device hda4): ext3_check_descriptors: Blockbitmap for group 0 not in group (block 41471)! EXT3_fs: group descriptors corrupted mount: error 22 mounting ext3flags defaults well, retrying without the options flags and repeats this again twice; then: pivotroot:pivot_root (/sysroot, /sysroot/...
2003 Jun 12
2
How can I read superblock(ext2, ext3)'s information?
...o it. For example, Input : "/dev/sdj2" Output : ext2_super_block struct's s_wtime (I saw it at "/usr/include/ext2fs/ext2_fs.h") Input : "/dev/sdj1" Output : ext3_super_block struct's s_wtime (I saw it at "/usr/include/linux/ext3_fs.h") Please give me an answer...
2003 Apr 28
1
[PATCH] Fix the build for utils/fstype.h
...2003 +++ b/utils/fstype.c Mon Apr 28 15:10:56 2003 @@ -19,7 +19,9 @@ #include <asm/byteorder.h> #include <linux/romfs_fs.h> +#define __KERNEL__ #include <linux/cramfs_fs.h> +#undef __KERNEL__ #include <linux/minix_fs.h> #include <linux/ext2_fs.h> #include "ext3_fs.h"
2005 Apr 21
1
[PATCH]: ioctl wrappers for EXT3_IOC_GROUP_{EXTEND,ADD}
...1 11:06:23.000000000 +0200 +++ linux-2.6.11.6/fs/compat_ioctl.c 2005-04-21 11:06:07.000000000 +0200 @@ -48,7 +48,8 @@ #include <linux/tty.h> #include <linux/vt_kern.h> #include <linux/fb.h> -#include <linux/ext2_fs.h> +#include <linux/ext3_jbd.h> +#include <linux/ext3_fs.h> #include <linux/videodev.h> #include <linux/netdevice.h> #include <linux/raw.h> @@ -127,10 +127,13 @@ #ifdef CODE /* Aiee. Someone does not find a difference between int and long */ -#define EXT2_IOC32_GETFLAGS _IOR('f', 1, int) -#define EXT2_IOC...
2007 Mar 29
3
tune2fs -l stale info
Hello, I just noticed that 'tune2fs -l' did not returned a "lively" updated information regarding the free inodes count (looks like it's always correct after unmounting). It became suprising after an online resizing operation, where the total inode count was immediatly updated (grown in my case) but the free inode count was the same: one could deduce that suddenly a lot of
2008 Feb 01
2
How to read group descriptor?
Hi All, I am trying to read group descriptor from disk. I am able to read the superblock structure successfully. But I am not getting successful to get the group descriptor. Here is my code. Please check out what is missing. #include<linux/ext3_fs.h> #include<sys/types.h> #include<sys/stat.h> #include<stdio.h> #include<unistd.h> #include<fcntl.h> #include<stdlib.h> #include<string.h> #define block_size 4096 #define boot_block_size 1024 int main() { char *buff = (char *)malloc(block_size); st...
2005 Jan 06
0
[2.6 patch] fs/ext3/: possible cleanups
...fs/ext3/balloc.c | 2 fs/ext3/dir.c | 2 fs/ext3/inode.c | 4 fs/ext3/resize.c | 4 fs/ext3/super.c | 45 ++----- fs/ext3/xattr.c | 242 +++++++++++++++++++-------------------- fs/ext3/xattr.h | 8 - include/linux/ext3_fs.h | 10 - include/linux/ext3_jbd.h | 2 9 files changed, 143 insertions(+), 176 deletions(-) Signed-off-by: Adrian Bunk <bunk at stusta.de> --- linux-2.6.10-mm2-full/fs/ext3/balloc.c.old 2005-01-06 23:19:18.000000000 +0100 +++ linux-2.6.10-mm2-full/fs/ext3/balloc.c 2005-01-06 23:19:...
2003 Nov 05
6
[PATCH] Link breaks for large NR_CPUS
...malloc(sizeof(*sbi), GFP_KERNEL); + sbi = vmalloc(sizeof(*sbi)); if (!sbi) return -ENOMEM; sb->s_fs_info = sbi; diff -Nru a/fs/ext3/super.c b/fs/ext3/super.c --- a/fs/ext3/super.c Tue Nov 4 07:19:37 2003 +++ b/fs/ext3/super.c Tue Nov 4 07:19:37 2003 @@ -25,6 +25,7 @@ #include <linux/ext3_fs.h> #include <linux/ext3_jbd.h> #include <linux/slab.h> +#include <linux/vmalloc.h> #include <linux/init.h> #include <linux/blkdev.h> #include <linux/parser.h> @@ -421,7 +422,7 @@ ext3_blkdev_remove(sbi); } sb->s_fs_info = NULL; - kfree(sbi); + v...
2004 Jun 30
0
problem loading initrd
.... RedHat nash (while running linuxrc) hangs after mounting /proc and says "Creating block devices". I am using the pxelinux.0 from the syslinux-2.10 distribution and the kernel and initrd were built on redhat 9.0. I built my kernel with BLK_DEV_RAM, RAMFS, TMPFS, DEVFS_FS, BLK_DEV_INITRD, EXT3_FS and EXT3_FS support. Attached below are: - linuxrc - contents of initrd - pxelinux.cfg/<Soekris-IP> and - kernel boot messages on minicom and tftp/pxe server. Looks like the problem lies either with the kernel options passed to my net4521 or with the initrd image itself. What should I do to...
2005 Nov 18
0
[2.6 patch] fs/ext3/: small cleanups
...005-11-18 02:52:02.000000000 +0100 +++ linux-2.6.15-rc1-mm1-full/fs/ext3/bitmap.c 2005-11-18 02:54:14.000000000 +0100 @@ -7,8 +7,11 @@ * Universite Pierre et Marie Curie (Paris VI) */ +#ifdef EXT3FS_DEBUG + #include <linux/buffer_head.h> -#include "bitmap.h" + +#include "ext3_fs.h" static int nibblemap[] = {4, 3, 3, 2, 3, 2, 2, 1, 3, 2, 2, 1, 2, 1, 1, 0}; @@ -24,3 +27,6 @@ nibblemap[(map->b_data[i] >> 4) & 0xf]; return (sum); } + +#endif /* EXT3FS_DEBUG */ + --- linux-2.6.15-rc1-mm1-full/fs/ext3/balloc.c.old 2005-11-18 02:52:55.000000000 +0...
2006 Feb 05
0
Add LUKS support to fstype, second version
...We currently detect (in order): - * gzip, cramfs, romfs, xfs, minix, ext3, ext2, reiserfs, jfs + * gzip, cramfs, romfs, xfs, luks, minix, ext3, ext2, reiserfs, jfs * * MINIX, ext3 and Reiserfs bits are currently untested. */ @@ -29,6 +29,7 @@ #include "ext2_fs.h" #include "ext3_fs.h" #include "xfs_sb.h" +#include "luks_fs.h" /* * Slightly cleaned up version of jfs_superblock to @@ -168,6 +169,19 @@ return 0; } +static int luks_image(const unsigned char *buf, unsigned long long *blocks) +{ + const struct luks_partition_header *lph = + (con...
2006 Mar 22
0
[patch] Add LVM2 detection to fstype
...* * We currently detect (in order): - * gzip, cramfs, romfs, xfs, luks, minix, ext3, ext2, reiserfs, jfs, swap + * gzip, cramfs, romfs, xfs, luks, lvm2, minix, ext3, ext2, reiserfs, jfs, swap * * MINIX, ext3 and Reiserfs bits are currently untested. */ @@ -30,6 +30,7 @@ #include "ext3_fs.h" #include "xfs_sb.h" #include "luks_fs.h" +#include "lvm2_sb.h" /* * Slightly cleaned up version of jfs_superblock to @@ -202,6 +203,26 @@ return 0; } +static int lvm2_image(const void *buf, unsigned long long *blocks) +{ + const struct lvm2_super_bl...
2007 Aug 10
1
[git patch] klibc small features
...guards fstype: add reiser4 support fstype: cleanup old comments toplevel .gitignore: start with a simple one and the diffstat .gitignore | 9 +++++++++ usr/include/pwd.h | 2 ++ usr/kinit/fstype/ext2_fs.h | 5 +++++ usr/kinit/fstype/ext3_fs.h | 5 +++++ usr/kinit/fstype/fstype.c | 18 ++++++++++++++++-- usr/kinit/fstype/fstype.h | 5 +---- usr/kinit/fstype/reiser4_fs.h | 31 +++++++++++++++++++++++++++++++ usr/kinit/fstype/reiserfs_fs.h | 5 +++++ usr/kinit/fstype/xfs_sb.h | 5 +++++ usr/utils/Kbuil...
2001 Nov 03
1
Patch for kernel 2.4.14pre7
...e fs/ext3/super.c patching file fs/ext3/symlink.c patching file fs/jbd/checkpoint.c patching file fs/jbd/commit.c patching file fs/jbd/journal.c patching file fs/jbd/Makefile patching file fs/jbd/recovery.c patching file fs/jbd/revoke.c patching file fs/jbd/transaction.c patching file include/linux/ext3_fs.h patching file include/linux/ext3_fs_i.h patching file include/linux/ext3_fs_sb.h patching file include/linux/ext3_jbd.h patching file include/linux/jbd.h patching file include/linux/journal-head.h patching file Documentation/Configure.help Hunk #1 succeeded at 12150 (offset 86 lines). vmscan.c.r...