- 19 Aug, 2004 25 commits
-
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:176195a Signed-off-by: Nathan Scott <nathans@sgi.com>
-
Eric Sandeen authored
SGI Modid: xfs-linux:xfs-kern:176159a Signed-off-by: Nathan Scott <nathans@sgi.com>
-
Eric Sandeen authored
in effect; limited by page cache index size (16T on ia32) SGI Modid: xfs-linux:xfs-kern:175103a Signed-off-by: Nathan Scott <nathans@sgi.com>
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:174873a Signed-off-by: Nathan Scott <nathans@sgi.com>
-
Felix Blyakher authored
SGI Modid: xfs-linux:xfs-kern:174868a Signed-off-by: Nathan Scott <nathans@sgi.com>
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:174857a Signed-off-by: Nathan Scott <nathans@sgi.com>
-
Nathan Scott authored
From Chris Wedgwood. SGI Modid: xfs-linux:xfs-kern:174819a Signed-off-by: Nathan Scott <nathans@sgi.com>
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:174818a Signed-off-by: Nathan Scott <nathans@sgi.com>
-
Nathan Scott authored
From Chris Wedgwood. SGI Modid: xfs-linux:xfs-kern:174817a Signed-off-by: Nathan Scott <nathans@sgi.com>
-
Nathan Scott authored
correctly. From Chris Wedgwood. SGI Modid: xfs-linux:xfs-kern:174816a Signed-off-by: Nathan Scott <nathans@sgi.com>
-
Nathan Scott authored
Removes a bit of dead code and a false positive from the Stanford lock checker to boot. SGI Modid: xfs-linux:xfs-kern:174815a Signed-off-by: Nathan Scott <nathans@sgi.com>
-
Nathan Scott authored
after stricter compilation options used by some OSDL folks. SGI Modid: xfs-linux:xfs-kern:174814a Signed-off-by: Nathan Scott <nathans@sgi.com>
-
Nathan Scott authored
extent write. SGI Modid: xfs-linux:xfs-kern:174810a Signed-off-by: Nathan Scott <nathans@sgi.com>
-
Felix Blyakher authored
in clear_inode path. SGI Modid: xfs-linux:xfs-kern:174683a Signed-off-by: Nathan Scott <nathans@sgi.com>
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:174341a Signed-off-by: Nathan Scott <nathans@sgi.com>
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:174339a Signed-off-by: Nathan Scott <nathans@sgi.com>
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:174338a Signed-off-by: Nathan Scott <nathans@sgi.com>
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:174337a Signed-off-by: Nathan Scott <nathans@sgi.com>
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:174335a Signed-off-by: Nathan Scott <nathans@sgi.com>
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:174336a Signed-off-by: Nathan Scott <nathans@sgi.com>
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:174253a Signed-off-by: Nathan Scott <nathans@sgi.com>
-
Nathan Scott authored
-
Nathan Scott authored
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:174249a Signed-off-by: Nathan Scott <nathans@sgi.com>
-
Glen Overby authored
SGI Modid: xfs-linux:xfs-kern:174094a Signed-off-by: Nathan Scott <nathans@sgi.com>
-
- 13 Aug, 2004 15 commits
-
-
Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Linus Torvalds authored
-
Jeff Garzik authored
Fix stupid thinkos in the fcntl f_op removal code.
-
Linus Torvalds authored
Tssk.
-
Linus Torvalds authored
Pointed out by Kai Makisara.
-
Len Brown authored
into intel.com:/home/lenb/src/linux-acpi-test-2.6.8
-
Len Brown authored
-
Len Brown authored
Fixes two common boot failures due to buggy SMM BIOS code SMP boot crash if SMI_CMD=ACPI written from CPU1 http://bugzilla.kernel.org/show_bug.cgi?id=2941 laptop crash due to LAPIC timer before SMI_CMD=ACPI http://bugzilla.kernel.org/show_bug.cgi?id=1269
-
Linus Torvalds authored
-
Len Brown authored
into intel.com:/home/lenb/src/linux-acpi-test-2.6.8
-
Len Brown authored
-
Matthew Wilcox authored
Update lasi 82596 driver: - Fix boot messages (Helge Deller) - Whitespace and __FILE__ usage (Joel Soete) - 64-bit compile warning fixes (James Bottomley)
-
Stefan Meyknecht authored
This trivial fix allows mounting MO-drives readwrite. Acked by Jens. Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Matthew Wilcox authored
- __PAGE_OFFSET is 0x10000000 (Randolph Chung) - PA8800 support (Grant Grundler) - debuglocks (Thibaut Varene) - PDC chassis disabling (Thibaut Varene) - Distinguish between Dinos in request_irq (Thibaut Varene) - Document interrupt registers (Randolph Chung) - Revamp CONFIG_DISCONTIGMEM support (Randolph Chung) - Remove STI console warning and special casing (Randolph Chung) - n4000 defconfig (Randolph Chung) - iosapic fixes (Bjorn Helgaas) - Fix a bug in entry.S where pa_dbit_lock was being trashed (Randolph Chung) - SMP support (Randolph Chung, Grant Grundler, James Bottomley) - Clear the pte in the fault handler (Joel Soete) - Change _exit prototype (Carlos O'Donell) - Better unwinding support (Randolph Chung) - GCC 3.4 fixes (Carlos O'Donell, Randolph Chung)
-
Matthew Wilcox authored
The newly introduced ->fcntl file_operation is badly thought out, not to mention undocumented. This patch replaces it with two better defined operations -- check_flags and dir_notify. Any other fcntl()s that filesystems are interested in can have their own properly typed f_op method when they need it. Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-