1. 17 Mar, 2005 4 commits
    • Linus Torvalds's avatar
      umount: avoid racy block-size set · ed9a0a9f
      Linus Torvalds authored
      Setting the block size back to the original blocksize at umount time
      is unnecessary, and can cause buffer errors and infinite loops in
      __getblk_slow, and possibly other problems. 
      
      Just getting bdev_lock instead causes other issues, namely AB-BA deadlocks
      with /proc/meminfo etc. Just drop it, and replace with a "sync_blockdev()"
      to cause a flush (which was a side effect of changing the blocksize before).
      
      Debugging and testing by Jeff Mahoney <jeffm@suse.com>
      ed9a0a9f
    • Linus Torvalds's avatar
      isofs: more "corrupted iso image" error cases · 34ea9d86
      Linus Torvalds authored
      Thanks to Michal Zalewski for testing.
      34ea9d86
    • Tony Luck's avatar
      Merge intel.com:/data/home/aegl/BK/work/17 · 63c0f261
      Tony Luck authored
      into intel.com:/data/home/aegl/BK/linux-ia64-release-2.6.12
      63c0f261
    • Linus Torvalds's avatar
      Merge · cae3cf8f
      Linus Torvalds authored
      cae3cf8f
  2. 16 Mar, 2005 35 commits
  3. 15 Mar, 2005 1 commit