1. 25 Jun, 2004 2 commits
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] ide: idle disk on resume · aecf22f1
      Bartlomiej Zolnierkiewicz authored
      From: Jens Axboe <axboe@suse.de>
      
      I need this patch to survive suspend on my powerbook, if the drive is
      sleeping when suspend is entered.  Otherwise it freezes on resume when it
      tries to read from the drive.
      
      Acked by Ben.
      Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@elka.pw.edu.pl>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      aecf22f1
    • Andries E. Brouwer's avatar
      [PATCH] isofs fixes · 953a66b9
      Andries E. Brouwer authored
      This fixes two things.
      
      On the one hand we have the old "cruft" mount option, that sometimes was
      enabled automatically, for ridiculously large files or CDROMs.  But what
      was ridiculous ten years ago, no longer is.  So, only decide that
      something is cruft when the user said so. 
      
      On the other hand, sometimes we get negative sizes.  That is caused by
      assignments inode->i_size = isonum_733(), where the latter was declared
      integer.  I made it unsigned int, as the standard also does.
      
      (Someone with problems replied:
        >> Could you test the below?
        > Ok I did, the patch seems to work great!  Thanks!
      )
      953a66b9
  2. 24 Jun, 2004 4 commits
  3. 25 Jun, 2004 1 commit
  4. 24 Jun, 2004 33 commits