1. 10 Aug, 2002 4 commits
    • Alexander Viro's avatar
      [PATCH] clean up major_name · 7e06e792
      Alexander Viro authored
      ->major_name for per-disk gendisks set to full name - i.e.
      IDE gendisks have "hda", "hdb", etc. instead of "hd".
      As the result, we kill a lot of crap in check.c::disk_name().
      In particular, now we can afford ->minor_shift set to 0
      for ide-cd (disk_name() was the only obstacle)
      7e06e792
    • Alexander Viro's avatar
      [PATCH] make check_disk_change() use struct block_device · 814bd2ba
      Alexander Viro authored
      check_disk_change() converted to passing struct block_device.
      
      Old variant is still needed for a couple of places; wrapper
      is provided (__check_disk_change(kdev)).  do_open() logics
      with setting ->bd_op sanitized - now we do that before calling
      ->open().
      814bd2ba
    • Alexander Viro's avatar
      [PATCH] fix /proc/partitions braino · 5c2f6403
      Alexander Viro authored
      fix for embarrassing braino in /proc/partitions - size in kilobytes
      is _half_ the size in secotrs, not twice that size...
      5c2f6403
    • Alexander Viro's avatar
      [PATCH] seq_read() fix · 4f4b6a13
      Alexander Viro authored
      Present both in 2.4 and 2.5 ;-/
      4f4b6a13
  2. 01 Aug, 2002 36 commits