search for: ext3_jbd

Displaying 8 results from an estimated 8 matches for "ext3_jbd".

2003 Feb 04
0
[PATCH] Fix signed use of i_blocks in ext3 truncate
...> EXT3_MAX_TRANS_DATA) - needed = EXT3_MAX_TRANS_DATA; jbd_debug(2, "restarting handle %p\n", handle); - return ext3_journal_restart(handle, EXT3_DATA_TRANS_BLOCKS + needed); + return ext3_journal_restart(handle, blocks_for_truncate(inode)); } /* --- linux-2.4-tmp/include/linux/ext3_jbd.h.=K0000=.orig 2003-02-03 19:14:43.000000000 +0000 +++ linux-2.4-tmp/include/linux/ext3_jbd.h 2003-02-03 19:17:35.000000000 +0000 @@ -28,7 +28,7 @@ * indirection blocks, the group and superblock summaries, and the data * block to complete the transaction. */ -#define EXT3_SINGLEDATA_TRANS_BL...
2004 Jun 20
2
[PATCH] fixup journal-related ifdef mess
always use the 2.6 variants and fix up for 2.4 under the hood Index: src/journal.c =================================================================== --- src/journal.c (revision 1156) +++ src/journal.c (working copy) @@ -105,9 +105,17 @@ return status; } -#else -#define ocfs_journal_start journal_start -#define ocfs_journal_stop journal_stop + +#define journal_start(journal, nblocks) \ +
2005 Jan 06
0
[2.6 patch] fs/ext3/: possible cleanups
...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:26.000000000 +0100 @@ -1451,7 +1451,...
2003 Nov 05
6
[PATCH] Link breaks for large NR_CPUS
...+ 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); + vfree(sbi); return; } @@ -1044,...
2002 Dec 24
0
Cosmetical printk change, remounting problems.
...thinks): ext3_reserve_inode_write: aborting transaction: Journal has aborted in __ext3_journal_get_write_access<2>EXT3-fs error (device ide5(57,1)) in ext3_reserve_inode_write: Journal has aborted which clearly shows that there's a "\n" missing in the printk in ~/include/linux/ext3_jbd.h, line 97. (or the string printed misses one, don't know). ext3 remounted the drive readonly; I did a badblock test on it (which returned zero errors, *sigh*, I love flaky hardware), e2fsck'ed it (complained only about a missing lost+found an some wrong free block counts, nothing major),...
2001 Nov 03
1
Patch for kernel 2.4.14pre7
...ing 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.rej: *************** *** 115,120 **** set_page_dirty(page); goto drop_pte; } /* * Check PageDirty as...
2005 Apr 21
1
[PATCH]: ioctl wrappers for EXT3_IOC_GROUP_{EXTEND,ADD}
....6/fs/compat_ioctl.c.orig 2005-04-21 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('...
2001 Jul 18
2
Patch for latest ac release?
Lo, Is there already a patch out for latest 2.4.6-ac release? I'm pretty sure that the ext3 patch -ac2 can not be applied on this release. Bye. -- the trees the birds the air the grass the water the flies the trees