1. 03 Nov, 2003 1 commit
    • Linus Torvalds's avatar
      Only truncate file types that can be truncated on minixfs. · 51c9a1e6
      Linus Torvalds authored
      Only regular files, directories and symbolic links can have any
      blocks allocated to them - other types of files have different
      metadata in their inodes and should not get to the truncation
      paths. Enforce this in fs/minix/inode.c.
      
      Without this, deleting a block or character device can cause
      minix filesystem corruption. Noted by Konstantin Boldyshev.
      51c9a1e6
  2. 02 Nov, 2003 2 commits
  3. 01 Nov, 2003 3 commits
    • Linus Torvalds's avatar
      Forward-port PIRQ table updates from 2.4.x · 3f5ae09d
      Linus Torvalds authored
      This separates out the PIRQ table parsing to vendor-specific
      code, which allows us to handle specific vendor quirks. In
      particular, SiS has a really funky notion of what PCI device
      ID's are meant to be.
      
      Some hardware designers seem to be hitting the recreational
      drugs a bit too heavily. Tssk, tssk.
      
      The Sis96x irq routing update is confirmed to fix at least
      one laptop.
      3f5ae09d
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] AMD/nForce driver update · d11cad54
      Bartlomiej Zolnierkiewicz authored
      From Vojtech Pavlik <vojtech@suse.cz>.
      
      Change AMD8111 and nForce2 max speed to UDMA133.
      
      Add workaround for Serenade mainboards which only handle UDMA100.
      
      Fix printing of chipset name.
      
      Fix some whitspace issues.
      d11cad54
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] add support for new nForce IDE controllers · 4ad8b26a
      Bartlomiej Zolnierkiewicz authored
      Original 2.4.23-pre4 patch by Allen Martin <AMartin@nvidia.com>.
      
      This does not add any new code, it only adds new PCI ID's and related
      info to the existing driver.
      4ad8b26a
  4. 31 Oct, 2003 1 commit
  5. 30 Oct, 2003 2 commits
  6. 31 Oct, 2003 3 commits
  7. 30 Oct, 2003 15 commits
  8. 29 Oct, 2003 13 commits