search for: config_buffer_debug

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

2001 Jul 06
4
ext3 0.9.0 compile failure
Tried to compile 0.9.0 with kernel 2.4.6 on a RH7.1 machine with the latest gcc updates installed. gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -march=k6 -c -o sysctl.o sysctl.c sysctl.c:317: `journal_oom_retry' undeclared here (not in a function) sysctl.c:317: initializer
2001 Jun 11
1
Build fix for ext3-2.4-0.0.6
Hi, Andrew - The ext3-0.0.6 patch doesn't build if CONFIG_JBD_DEBUG is set and CONFIG_BUFFER_DEBUG is not set, because include/linux/buffer-trace.h is missing a definition for BUFFER_TRACE2 in one branch of a #ifdef. One-liner patch appended. <b
2001 Sep 24
1
ext3-2.4-0.9.10
An ext3 patch against linux 2.4.10 is at http://www.uow.edu.au/~andrewm/linux/ext3/ This patch is *lightly tested* - ie, it boots and does stuff. The changes to ext3 are small, but the kernel which it patches has recently changed a lot. If you're cautious, please wait a couple of days. The patch retains the buffer-tracing code. This will soon be broken out into a separate patch to make
2001 Oct 11
4
ext3 0.9.12 for 2.4.10-ac11
...during a truncate. - Merge Ted's directory scan speedup heuristic. - Remove the abort_write() address_space_operation() by ensuring that all prepare_write() callers always call commit_write(). - A number of changes to suit the new 2.4.10 VM and buffer-layer design. 0.9.11 ------ - Fix CONFIG_BUFFER_DEBUG builds - Fix truncate deadlock - Fix bmap oops on data-journaled filesystems - Add MODULE_LICENSE tags - Cleanup some error messages 0.9.12 ------ - Fix oops in directory readahead on empty (ie. deleted) directories - Handle new S_NOQUOTA flag for 2.4.10+ quota code - Revert i_truncate_sem...
2001 Oct 09
2
Assert in jbd-kernel.c
Hello. I have installed the ext3 file system on a test system, and sometimes I have a problem: I get an assert from within jbd-kernel.c, and whatever prgram was writing to the disk when this happens is unable to continue. The system is a server I built, which I named "dax". It is running Debian unstable, and I updated it to all the latest packages in Debian unstable as of today.
2001 Oct 27
3
Strange memory stats with 2.4.13 and ext3
Hi, My gateway/firewall/mailserver machine has been running 2.4.13 for a day or so now. Its basically a stock Linus kernel + ext3-0.9.13 patch (for -pre6, with the rej fixed). I'm getting this in /proc/meminfo: total: used: free: shared: buffers: cached: Mem: 130179072 117489664 12689408 0 46854144 69632 Swap: 1073987584 10907648 1063079936 MemTotal: 127128
2001 Aug 18
2
ext3 0.9.6 for kernel 2.4.9
This is just a rediff and retest - no ext3 changes in this release. http://www.uow.edu.au/~andrewm/linux/ext3/ The latest diff is against linux-2.4.9. The version of ext3 in -ac kernels is current. -ac's ext3 has the "buffer tracing" debug code removed from the non-ext3 files, so the 2.4.9 diff is more useful for bug hunting. I should generate a diff against -ac to enable