1. 28 9月, 2006 1 次提交
  2. 02 6月, 2006 1 次提交
  3. 01 6月, 2006 2 次提交
  4. 22 4月, 2006 1 次提交
  5. 01 4月, 2006 1 次提交
  6. 31 3月, 2006 1 次提交
  7. 27 3月, 2006 1 次提交
  8. 23 3月, 2006 1 次提交
  9. 03 3月, 2006 1 次提交
  10. 02 3月, 2006 1 次提交
  11. 22 2月, 2006 1 次提交
  12. 10 1月, 2006 1 次提交
  13. 09 1月, 2006 1 次提交
    • O
      [PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait) · 28fd1298
      OGAWA Hirofumi 提交于
      This patch add EXPORT_SYMBOL(filemap_write_and_wait) and use it.
      
      See mm/filemap.c:
      
      And changes the filemap_write_and_wait() and filemap_write_and_wait_range().
      
      Current filemap_write_and_wait() doesn't wait if filemap_fdatawrite()
      returns error.  However, even if filemap_fdatawrite() returned an
      error, it may have submitted the partially data pages to the device.
      (e.g. in the case of -ENOSPC)
      
      <quotation>
      Andrew Morton writes,
      
      If filemap_fdatawrite() returns an error, this might be due to some
      I/O problem: dead disk, unplugged cable, etc.  Given the generally
      crappy quality of the kernel's handling of such exceptions, there's a
      good chance that the filemap_fdatawait() will get stuck in D state
      forever.
      </quotation>
      
      So, this patch doesn't wait if filemap_fdatawrite() returns the -EIO.
      
      Trond, could you please review the nfs part?  Especially I'm not sure,
      nfs must use the "filemap_fdatawrite(inode->i_mapping) == 0", or not.
      Acked-by: NTrond Myklebust <trond.myklebust@fys.uio.no>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      28fd1298
  14. 13 12月, 2005 1 次提交
  15. 02 12月, 2005 1 次提交
  16. 30 11月, 2005 3 次提交
  17. 29 11月, 2005 1 次提交
  18. 20 11月, 2005 1 次提交
  19. 19 11月, 2005 3 次提交
  20. 18 11月, 2005 1 次提交
  21. 16 11月, 2005 1 次提交
  22. 12 11月, 2005 1 次提交
  23. 05 11月, 2005 1 次提交
  24. 21 10月, 2005 1 次提交
  25. 06 10月, 2005 2 次提交
  26. 21 9月, 2005 1 次提交
  27. 19 9月, 2005 1 次提交
  28. 01 9月, 2005 1 次提交
  29. 31 8月, 2005 1 次提交
  30. 24 8月, 2005 1 次提交
  31. 23 8月, 2005 1 次提交
    • S
      [CIFS] Finish up of case-insensitive dentry handling for cifs. This · b92327fe
      Steve French 提交于
      will eventually (or should eventually) be common code for jfs, smbfs,
      etc. but in the meantime is small enough and necessary when mounting
      case insensitive to Windows (nocase).
      
      Signed-off-by: Shaggy (shaggy@austin.ibm.com)
      Signed-off-by: Steve French (sfrench@us.ibm.com)
      b92327fe
  32. 19 8月, 2005 1 次提交
  33. 22 7月, 2005 1 次提交
    • S
      [CIFS] Add compat with SFU (part 2) · eda3c029
      Steve French 提交于
      Creating FIFOs to non-Unix servers (with cifs mounts for which sfu option
      was specified) now works.
      
      Signed-off-by: Steve French (sfrench@us.ibm.com)
      
      Thanks to Martin Koeppe for his assistance
      eda3c029
  34. 23 6月, 2005 1 次提交