- 08 Apr, 2002 2 commits
-
-
Jens Axboe authored
ide-dma incorrectly only clears high memory support if the verbose dma disabling is called, it should clear it for the non-verbose too.
-
Andy Grover authored
Hi Linus, Oops, SMP non-ACPI doesn't compile with the previous ACPI update. This fixes that.
-
- 06 Apr, 2002 6 commits
-
-
http://linux-acpi.bkbits.net/linux-acpiLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
-
Alexander Viro authored
Take ->i_sem in all callers of notify_change().
-
Ben Collins authored
ieee1394 updates: - New drivers: eth1394, admtp - nodemgr cleanup - Fixes for ohci - fixed for node probes - small misc performance fixes - New /proc interface for subsystem, node listing, and dv1394
-
Andrew Morton authored
ext3 was missed - the removal of the BKL in notify_change means that the filesytem fails quite quickly on SMP in -pre2. Sorry, I should have spotted that when the patch floated past.
-
Linus Torvalds authored
-
- 05 Apr, 2002 30 commits
-
-
Andy Grover authored
ACPI PCI IRQ improvements (Dominik Brodowski and Paul D) Wakeup fix (Pavel Machek)
-
Andy Grover authored
Better IRQ routing ACPI 2.0-enumerated processor perf state support ACPI poweroff via magic sysrq
-
Andy Grover authored
add support for GPE fields to be in any address space, not just IO. comment and debug print cleanups
-
Andrew Morton authored
This chunk is present in 2.4, missing in 2.5. It stops the loop thread from waiting on its owm buffers.
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Linus Torvalds authored
-
bk://linuxusb.bkbits.net/dir_move-2.5Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Linus Torvalds authored
It's up to other architectures to worry about portability for now.
-
Dave Hansen authored
Moved i_sem down into notify_change() and out of the UMSDOS function. Moved BKL down from notify_change into filesystems.
-
Neil Brown authored
typo in that last patch, sorry.
-
Neil Brown authored
This increases the max read/write size for nfsd from 8K to 32K. This requires making NFSv2 return the right number in statfs requests. NFSv3 already does that.
-
Neil Brown authored
[PATCH] PATCH 3 of 4 : knfsd : Store the fsid in the returned attributes instead of the device number When a filesystem is exported with fsid= we should use that fsid instead of the i_dev number when returning NFS attributes, so that there is no chance of clients that depend on the filesys id in the attributes getting confused by device numbers changing. We only do this if the reference filehandle uses fsid to identify the filesystem, so that a server can be converted from non-fsid= to using fsid= without confusing active clients.
-
Neil Brown authored
Previously we could only export FS_REQUIRES_DEV filesystems as we need a devno to put in the filehandle. Now that we have fsid= (NFSEXP_FSID) we don't need a devno to put in the filehandle so we can relax this requirement.
-
Neil Brown authored
Use symbolic names for some common size components in the response size calculation for the NFSD. This makes it easier to get the numbers right and to review them. This patch also fixes a few number for nfsv3 that were wrong.
-
Jens Axboe authored
Lets just kill this check -- it usually only catches drivers queueing something in front of a started request on their own (such as shoving a request sense in front of a failed packet command, for instance). So it's either working around this detection in some drivers, or killing it. I vote for the latter, patch attached against 2.5.8-pre1 :-)
-
Greg Kroah-Hartman authored
moved the USB_STORAGE Config.help items into the drivers/usb/storage directory.
-
http://linux-isdn.bkbits.net/linux-2.5.makeLinus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Greg Kroah-Hartman authored
added a README file to explain what the different subdirectories are for.
-
Linus Torvalds authored
-
Greg Kroah-Hartman authored
moved class/storage/ back to storage/ created input/ orderd the makefiles and config.in menus better.
-
Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Patrick Mochel authored
-
Patrick Mochel authored
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Patrick Mochel authored
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Patrick Mochel authored
into hera.kernel.org:/home/mochel/BK/linux-2.5
-
- 04 Apr, 2002 2 commits
-
-
Greg Kroah-Hartman authored
more file movement cleanups. Now handles misc drivers compiled into the kernel corectly.
-
Greg Kroah-Hartman authored
moved the host drivers help to the host directory
-