1. 16 4月, 2010 1 次提交
  2. 15 4月, 2010 1 次提交
  3. 07 4月, 2010 1 次提交
    • M
      ide: Fix IDE taskfile with cfq scheduler · 720fc22a
      Mikulas Patocka 提交于
      When ide taskfile access is being used (for example with hdparm --security
      commands) and cfq scheduler is selected, the scheduler crashes on BUG in
      cfq_put_request.
      
      The reason is that the cfq scheduler is tracking counts of read and write
      requests separately; the ide-taskfile subsystem allocates a read request and
      then flips the flag to make it a write request. The counters in cfq will
      mismatch.
      
      This patch changes ide-taskfile to allocate the READ or WRITE request as
      required and don't change the flag later.
      Signed-off-by: NMikulas Patocka <mpatocka@redhat.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      720fc22a
  4. 01 4月, 2010 2 次提交
  5. 29 3月, 2010 1 次提交
  6. 27 3月, 2010 14 次提交
  7. 26 3月, 2010 14 次提交
  8. 25 3月, 2010 6 次提交