- 31 Mar, 2004 2 commits
-
-
bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
http://jfs.bkbits.net/linux-2.5Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
- 01 Apr, 2004 1 commit
-
-
Dave Kleikamp authored
into austin.ibm.com:/shaggy/bk/jfs-2.5
-
- 31 Mar, 2004 4 commits
-
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.6
-
Nivedita Singhvi authored
-
Hideaki Yoshifuji authored
-
http://xfs.org:8090/xfs-linux-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
- 01 Apr, 2004 16 commits
-
-
Timothy Shimmin authored
estimate. We must add in for the worst case of a log stripe taking us the full distance for a log stripe boundary. SGI Modid: xfs-linux:xfs-kern:169304a
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:169300a
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:169208a
-
Nathan Scott authored
else we panic. SGI Modid: xfs-linux:xfs-kern:169200a
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:169199a
-
Christoph Hellwig authored
SGI Modid: xfs-linux:xfs-kern:169135a
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:169048a
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:169038a
-
Nathan Straz authored
SGI Modid: xfs-linux:xfs-kern:168809a
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:168693a
-
Glen Overby authored
feature bit in sb_versionnum to use to indicate that the new feature bit field is to be used. SGI Modid: xfs-linux:xfs-kern:168665a
-
Glen Overby authored
Add XFS_ALLOCFREE_LOG_RES to IFREE log reservation. SGI Modid: xfs-linux:xfs-kern:168597a
-
Christoph Hellwig authored
SGI Modid: xfs-linux:xfs-kern:168167a
-
Eric Sandeen authored
previously saved FSTRANS state. Otherwise we can lose process flags. SGI Modid: xfs-linux:xfs-kern:168082a
-
Nathan Scott authored
take the iolock here, and readers no longer conflict with concurrent fsync activity. Kudos to Steve! SGI Modid: xfs-linux:xfs-kern:167949a
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:167944a
-
- 31 Mar, 2004 17 commits
-
-
Linus Torvalds authored
-
Linus Torvalds authored
People need the global wake events even when not sleeping: they are used for lid open events at least on some laptops. As such, they should be enabled by default. You can disable them with "acpi_leave_gpes_disabled" if your machine doesn't need them, and you want to get a few less GPE's.
-
Harald Welte authored
-
Andrew Morton authored
Spotted by Suparna: if the first range check fails, we leak a ref on the io context.
-
Bart De Schuymer authored
Currently, to be able to send a reset in the FORWARD chain of iptables for bridged traffic, ip forwarding must be enabled. This causes confusion and in some situations people really don't want to enable ip forwarding. The patch below lets the user send reset packets for bridged frames in the FORWARD chain, with ip forwarding disabled (as long as there is a route).
-
bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Adrian Bunk authored
In the ALSA cleanup for duplicate PCI ID's, they weren't exactly duplicated, resulting in problems in the au8810.c driver. This fixes the problem
-
bk://kernel.bkbits.net/wesolows/sparc32-2.6David S. Miller authored
into nuts.davemloft.net:/disk1/BK/sparc-2.6
-
David S. Miller authored
into nuts.davemloft.net:/disk1/BK/sparc-2.6
-
Jeff Garzik authored
The last fix apparently only worked for device 0, since the driver screwed up the port offsets (due to a wonky VIA hardware layout, really). This patch fixes device 1 detection for the users still seeing problems in -rc3.
-
Jeff Garzik authored
In both uniprocessor and SMP, the fealnx driver's TX-submit path can race against the interrupt handler, with disastrous results. Add the lock that needed to be there all along, to fix this. There's another problem in the RX path, that will be sent as a separate patch, as soon as we get that patch 100% nailed down, and acceptable for a Release Candidate.
-
Dave Kleikamp authored
-
bk://linux-sam.bkbits.net/kbuildLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Linus Torvalds authored
Every pointer in <syscalls.h> had better be a user pointer. Also add some others that a quick sanity check picked up on.
-
Alexander Stohr authored
This cleans up a larger amount of superfluos ";;" statements in current Linux kernel sources by converting them to the regular single ";" statments. It seems to be a common problem that at the end of a line the semicolon key is producing an echo.
-
http://linux-sound.bkbits.net/linux-soundLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> Rusty Russell <rusty@rustcorp.com.au> The iSeries has an arch-specific mapping from physical <-> absolute addresses. Fortunately this is only used in a few places. However, the following arch-specific macros/functions are provided in addition to the standard macros: __a2p() __a2v() __p2a() __p2v() __v2a() __v2p() absolute_to_phys() phys_to_absolute() virt_to_absolute() absolute_to_virt() Reduce them to these, with slightly shorter names, and taking either pointers or unsigned long (as per __va and __pa) rather than making the caller cast: abs_to_phys() phys_to_abs() And helper macros: virt_to_abs() abs_to_virt() As is standard, virtual addresses are returned as void *, physical and absolute as unsigned long. Note that the change the iSeries_setup is a little subtle: ea is set to __va(pa) above, so "phys_to_abs(pa)" is the same as "virt_to_abs(ea)". Also, REALADDR is renamed to ISERIES_HV_ADDR and used in a couple of places where appropriate.
-