1. 30 Apr, 2003 18 commits
  2. 01 May, 2003 4 commits
  3. 30 Apr, 2003 18 commits
    • Paul Mackerras's avatar
      Merge samba.org:/home/paulus/kernel/linux-2.5 · f80da3c4
      Paul Mackerras authored
      into samba.org:/home/paulus/kernel/for-linus-ppc
      f80da3c4
    • Linus Torvalds's avatar
      Merge http://linux-ntfs.bkbits.net/ntfs-2.5 · f86096b8
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      f86096b8
    • Anton Altaparmakov's avatar
      NTFS: 2.1.4 release - Reduce compiler requirements. · 522c6443
      Anton Altaparmakov authored
      - Remove all uses of unnamed structs and unions in the driver to make
        old and newer gcc versions happy. Makes it a bit uglier IMO but at
        least people will stop hassling me
      522c6443
    • Anton Altaparmakov's avatar
      Merge cantab.net:/home/aia21/bklinux-2.5 · 0f9ee687
      Anton Altaparmakov authored
      into cantab.net:/home/aia21/ntfs-2.5
      0f9ee687
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/davem/sparc-2.5 · ad39cbdf
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      ad39cbdf
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/davem/net-2.5 · 2bb1ff4c
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      2bb1ff4c
    • Andrew Morton's avatar
      [PATCH] oom-killer locking fix · 5650a43b
      Andrew Morton authored
      From: William Lee Irwin III <wli@holomorphy.com>, Robert Love
      
      Add some spinlock protection around the oom-killer state.
      5650a43b
    • Andrew Morton's avatar
      [PATCH] config menu cleanups · 565b4425
      Andrew Morton authored
      From Robert Day, through "Randy.Dunlap" <rddunlap@osdl.org>
      
      This is a patch from Robert Day that does the following:
      
      1) shift menu item in "Processor type and features" menu
      2) clean up "Bus options" menu so it's actually hierarchical
      
      Part of it (moving X86_IO_APIC around) looked a little odd to me,
      so I asked Roman Zippel about it, and he replied:
      
      "It's correct, although I wouldn't call it a 'design quirk'. :)
      It forces one to group options which belong logically together and in this
      case X86_IO_APIC is really a bit misplaced, even if it's not visible."
      
      I have tested it (on 2.5.68-plain) and it does indeed make the menus
      more hierarchical.
      565b4425
    • Andrew Morton's avatar
      [PATCH] percpu counters cause UML compilation errors in with SMP · efa428ef
      Andrew Morton authored
      The percpu counters break UML SMP compilation (in current 2.5.58 bk snapshot)
      (first NR_CPUS undeclared in header, then dereference of incomplete structure
      in .c file)
      efa428ef
    • Andrew Morton's avatar
      [PATCH] aio support for block devices · 2bfd7eda
      Andrew Morton authored
      From: Janet Morgan <janetmor@us.ibm.com>
      
      Here's a small patch that adds aio_read and aio_write methods to the
      block device driver.
      2bfd7eda
    • Andrew Morton's avatar
      [PATCH] zone accounting race fix · 98605ba9
      Andrew Morton authored
      Fix a bug identified by Nikita Danilov: refill_inactive_zone() is deferring
      the update of zone->nr_inactive and zone->nr_active for too long - it needs
      to be consistent whenever zone->lock is not held.
      98605ba9
    • Andrew Morton's avatar
      [PATCH] lost_tick fixes · ba0846e2
      Andrew Morton authored
      From: john stultz <johnstul@us.ibm.com>
      
      - Whitespace fixes
      
      - Fix for the case where HZ != 1000 (pointed out by Mika Penttila).
      ba0846e2
    • Andrew Morton's avatar
      [PATCH] update nr_threads commentary · 75ab6eef
      Andrew Morton authored
      From: Manfred Spraul <manfred@colorfullife.com>
      
      Update some no-longer-true comments around nr_threads locking.
      75ab6eef
    • Andrew Morton's avatar
      [PATCH] fs/ext3/super.c fix for orphan recovery error path · d514577e
      Andrew Morton authored
      From: Ernie Petrides <petrides@redhat.com>
      
      The problem resolved by this patch is that if a root file system has an
      error recorded from a previous mount, and then (when rebooting) the orphan
      recovery procedure is initiated, the recovery is correctly skipped but the
      file system is incorrectly left in a writable state.
      
      This causes the subsequent fsck to fail due to the root file system
      being dirty, and then requires manual intervention to get the system
      fully booted.
      d514577e
    • Andrew Morton's avatar
      [PATCH] simple mwave code cleanup · d37224c6
      Andrew Morton authored
      From: Paul B Schroeder <paulsch@haywired.net>
      
      The following patch simply moves the 'nr_registered_attrs' and
      'device_registered' variables in mwavedd.c into the MWAVE_DEVICE_DATA struct
      which is defined in mwavedd.h..
      d37224c6
    • Andrew Morton's avatar
      [PATCH] buffer.c unused vars · 6fc1e309
      Andrew Morton authored
      - Remove dead variable from block_read_full_page (Oleg Drokin)
      6fc1e309
    • Christoph Hellwig's avatar
      [PATCH] improved bdevname · 0948aa6d
      Christoph Hellwig authored
      0948aa6d
    • Andrew Morton's avatar
      [PATCH] proc_file_read fix · 72007d2d
      Andrew Morton authored
      From: Miklos.Szeredi@eth.ericsson.se (Miklos Szeredi)
      
      This fixes a problem with method 0 of proc_file_read (when the whole file
      is copied to the page).  The calculation of the final bytecount is wrong,
      and hence smaller then page size reads will give a truncated file.
      
      Current 2.4 kernels do it this way as well.
      72007d2d