- 02 May, 2002 11 commits
-
-
http://linux-isdn.bkbits.net/linux-2.5.isdnLinus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Douglas Gilbert authored
Minor cleanups to a scsi fibre channel HBA driver that was broken by the introduction of SCSI_REPORT_LUNS to scsi.h in a patch that went into 2.5.11 . [ Another transfer from Dave's tree ]
-
Douglas Gilbert authored
Documentation enhancement from Kai.Makisara@metla.fi. [ This is a transfer from Dave's tree ]
-
Douglas Gilbert authored
Fix oopses on ISA scsi adapters. [ This is a transfer from Dave's tree ]
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Andrew Morton authored
- The balance_dirty_pages() logic is simply wrong. It goes: if (value > threshold) go_and_write(value - threshold); which is just fine for a single process writing data. But for many processes, they *all* go and bring things back into balance, and too much data gets written out. - The go_and_write(this much) logic is inoperative, because I turned off the ->writeback_mapping() function in ext2. So a call to writeback_unlocked_inodes(this_much) doesn't actually decrement and test *this_much. It will walk every inode, all the time. Silly. So quickly fixing the above things, the amount of dirty+writeback memory in the machine nicely stabilises at 500 megabytes across the run.
-
Andrew Morton authored
The new consistency checks in buffer.c are complaining about block_symlink's ->readpage against an already uptodate page.
-
Martin Dalecki authored
- Fix compilation of piix.c - Remove the PADAM_ prefix from sleep hwgroup member. - Fix Pacific Digital host chip driver API. - Fix Tekram host chip driver API. - Fold hwif_unregister() directly in to channel code.
-
Jens Axboe authored
Add support for request tagging of the block queue.
-
- 01 May, 2002 18 commits
-
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
David S. Miller authored
- Fix macro varargs usage, you need to specify a variable name before the triple dot or else most current compilers complain. See include/linux/ext2_fs.h:ext2_debug for another example where it is done correctly.
-
David S. Miller authored
- Fix bug in strsep/strchr changes, dereference *this_char not *value at top of while loop. This matches how the same code in fs/autofs4/inode.c looks right now. Withtout this autofs loading causes an OOPS as the first time through the loop *value is dereferencing a NULL pointer.
-
Kai Germaschewski authored
Allocate and free the avmcard structure using a shared function.
-
Kai Germaschewski authored
Remove unnecessary wrappers around irq handlers.
-
Kai Germaschewski authored
Interrupt handlers won't be reentered anyway.
-
Linus Torvalds authored
-
Hirofumi Ogawa authored
Fix some set_bit() warnings.
-
Alexander Viro authored
The real rule is not "block size is at most 32Kb", it's "block size is at most 8 times the fragment size".
-
http://fbdev.bkbits.net/fbdev-2.5Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Alexander Viro authored
(originally caught by Paul Larson <plars@austin.ibm.com>) Patch fixes a couple of idiotic bugs in notify_change() (my fault). Unary operations have higher priority than binary ones, so if (!valid & ATTR_MODE) doesn't do the right thing. I plead temporary braindamage...
-
Andrew Morton authored
The below patch on 2.5.12 takes the 'dbench 32' throughput on a 1024 megabyte machine from 35 megs/sec up to 125 megs/sec. That's on the second run. The first run is much slower because the ext2 bitmaps aren't in cache. Presumably, s/60/80/ will take it even higher.
-
Linus Torvalds authored
-
Bob Miller authored
Remove bogus BUG_ON(). On UP kernels spinlocks become NOPs so it is not possible to test the state of a lock.
-
Jürgen E. Fischer authored
Patch to the aha152x driver, which makes it work under 2.5.
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
http://ppc.bkbits.net/for-linus-ppc64Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 02 May, 2002 3 commits
-
-
Anton Blanchard authored
Drop back to eieio in spinlocks for the moment due to performance issues of sync on power3
-
Anton Blanchard authored
-
Anton Blanchard authored
-
- 01 May, 2002 8 commits
-
-
Anton Blanchard authored
into samba.org:/scratch/anton/linux-2.5_ppc64
-
John Kim authored
Pretty boring stuff. Four compile fixes for 2.5.12.
-
http://linux-isdn.bkbits.net/linux-2.5.makeLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Kai Germaschewski authored
If snd-pcm.o is selected built-in, snd-timer.o needs to be get built-in as well, since snd-pcm.o needs snd-timer.o's symbols.
-
Kai Germaschewski authored
Remove description of long obsolete (pre-2.4) Makefiles and describe the current system.
-
Kai Germaschewski authored
Get rid of long obsolete (and unused) MOD_IN_SUBDIRS and unnecessary MOD_DIRS variable.
-
http://gkernel.bkbits.net/misc-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
http://gkernel.bkbits.net/net-drivers-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-