1. 13 Jun, 2003 3 commits
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/gregkh/linux/tty-2.5 · 97782e54
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      97782e54
    • Andrew Morton's avatar
      [PATCH] fix writeback for dirty ramdisk blockdev inodes · 71a1f72c
      Andrew Morton authored
      Once the blockdev inode for /dev/ram0 is dirtied we have a memory-backed
      inode on the blockdev superblock's s_dirty list.
      
      sync_sb_inodes() sees the memory-backed inode on the superblock and assumes
      that all the other inodes on the superblock are also memory-backed.  This is
      not true for the blockdev superblock!  We forget to write out dirty pages
      against the following blockdevs.
      
      Fix this by just leaving the inode dirty and moving on to inspect the other
      blockdev inodes on sb->s_io.
      
      (This is a little inefficient: an alternative is to leave dirtied
      memory-backed inodes on inode_in_use, so nobody ever even considers them for
      writeout.  But that introduces an inconsistency and is a bit kludgey).
      71a1f72c
    • Kurt Robideau's avatar
      [PATCH] Rocket patch against 2.5.70-bk18 · 6fc97fff
      Kurt Robideau authored
      Here is rocket driver patch against 2.5.70-bk18.  Changes are:
      
      -  Removed non-GPL license text from headers
      -  Removed check_region()/request_region() raciness
      -  Made the driver a >2.5 driver only (as you had suggested)
      6fc97fff
  2. 12 Jun, 2003 2 commits
  3. 11 Jun, 2003 35 commits