1. 28 7月, 2006 3 次提交
  2. 16 7月, 2006 2 次提交
  3. 15 7月, 2006 6 次提交
  4. 13 7月, 2006 4 次提交
  5. 11 7月, 2006 12 次提交
  6. 10 7月, 2006 1 次提交
    • J
      [PATCH] splice: fix problems with sys_tee() · aadd06e5
      Jens Axboe 提交于
      Several issues noticed/fixed:
      
      - We cannot reliably block in link_pipe() while holding both input and output
        mutexes. So do preparatory checks before locking down both mutexes and doing
        the link.
      
      - The ipipe->nrbufs vs i check was bad, because we could have dropped the
        ipipe lock in-between. This causes us to potentially look at unknown
        buffers if we were racing with someone else reading this pipe.
      Signed-off-by: NJens Axboe <axboe@suse.de>
      aadd06e5
  7. 08 7月, 2006 1 次提交
  8. 06 7月, 2006 7 次提交
  9. 04 7月, 2006 4 次提交