1. 02 May, 2002 6 commits
    • Linus Torvalds's avatar
      Resolve tweak overlap · a0c33a0e
      Linus Torvalds authored
      a0c33a0e
    • Linus Torvalds's avatar
      Remove left-over debug printk from Andrew · d71e8716
      Linus Torvalds authored
      d71e8716
    • Andrew Morton's avatar
      [PATCH] VM dirty page balancing · 9ae30597
      Andrew Morton authored
      - The balance_dirty_pages() logic is simply wrong.  It goes:
      
      	if (value > threshold)
      		go_and_write(value - threshold);
      
        which is just fine for a single process writing data.  But
        for many processes, they *all* go and bring things back into
        balance, and too much data gets written out.
      
      - The
      
      	go_and_write(this much)
      
        logic is inoperative, because I turned off the ->writeback_mapping()
        function in ext2.  So a call to writeback_unlocked_inodes(this_much)
        doesn't actually decrement and test *this_much.  It will walk every
        inode, all the time.  Silly.
      
      So quickly fixing the above things, the amount of dirty+writeback
      memory in the machine nicely stabilises at 500 megabytes across
      the run.
      9ae30597
    • Andrew Morton's avatar
      [PATCH] unneeded readpage in block_symlink · 5d891b38
      Andrew Morton authored
      The new consistency checks in buffer.c are complaining about
      block_symlink's ->readpage against an already uptodate
      page.
      5d891b38
    • Martin Dalecki's avatar
      [PATCH] 2.5.12 IDE 49 · 8f0e343b
      Martin Dalecki authored
      - Fix compilation of piix.c
      
      - Remove the PADAM_ prefix from sleep hwgroup member.
      
      - Fix Pacific Digital host chip driver API.
      
      - Fix Tekram host chip driver API.
      
      - Fold hwif_unregister() directly in to channel code.
      8f0e343b
    • Jens Axboe's avatar
      [PATCH] bio tagged command support · 2c66783a
      Jens Axboe authored
      Add support for request tagging of the block queue.
      2c66783a
  2. 01 May, 2002 15 commits
  3. 02 May, 2002 3 commits
  4. 01 May, 2002 16 commits