1. 24 5月, 2007 1 次提交
    • T
      NFS: Avoid a deadlock situation on write · 7fe7f848
      Trond Myklebust 提交于
      When processes are allowed to attempt to lock a non-contiguous range of nfs
      write requests, it is possible for generic_writepages to 'wrap round' the
      address space, and call writepage() on a request that is already locked by
      the same process.
      
      We avoid the deadlock by checking if the page index is contiguous with the
      list of nfs write requests that is already held in our
      nfs_pageio_descriptor prior to attempting to lock a new request.
      Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
      7fe7f848
  2. 15 5月, 2007 2 次提交
  3. 09 5月, 2007 2 次提交
  4. 01 5月, 2007 8 次提交
  5. 21 4月, 2007 4 次提交
  6. 16 4月, 2007 1 次提交
  7. 15 4月, 2007 1 次提交
  8. 17 3月, 2007 1 次提交
  9. 13 2月, 2007 1 次提交
  10. 04 2月, 2007 5 次提交
  11. 09 12月, 2006 1 次提交
  12. 08 12月, 2006 2 次提交
  13. 06 12月, 2006 11 次提交