1. 28 10月, 2010 1 次提交
  2. 03 8月, 2010 2 次提交
  3. 28 5月, 2010 1 次提交
  4. 22 5月, 2010 1 次提交
  5. 13 3月, 2010 2 次提交
  6. 06 3月, 2010 1 次提交
  7. 09 2月, 2010 1 次提交
    • M
      9p: Include fsync support for 9p client · 7a4439c4
      M. Mohan Kumar 提交于
      Implement the fsync in the client side by marking stat field values to 'don't touch' so that server may 
      interpret it as a request to guarantee that the contents of the associated file are committed to stable 
      storage before the Rwstat message is returned.
      
      Without this patch, calling fsync on a 9p file results in "Invalid argument" error. Please check the attached 
      C program.
      
      Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> 
      Signed-off-by: M. Mohan Kumar <mohan@in.ibm.com> 
      Acked-by: NVenkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com>
      Signed-off-by: NEric Van Hensbergen <ericvh@gmail.com>
      
      7a4439c4
  8. 24 9月, 2009 3 次提交
  9. 23 10月, 2008 1 次提交
  10. 18 10月, 2008 4 次提交
  11. 03 7月, 2008 1 次提交
    • E
      9p: fix O_APPEND in legacy mode · 2e4bef41
      Eric Van Hensbergen 提交于
      The legacy protocol's open operation doesn't handle an append operation
      (it is expected that the client take care of it).  We were incorrectly
      passing the extended protocol's flag through even in legacy mode.  This
      was reported in bugzilla report #10689.  This patch fixes the problem
      by disallowing extended protocol open modes from being passed in legacy
      mode and implemented append functionality on the client side by adding
      a seek after the open.
      Signed-off-by: NEric Van Hensbergen <ericvh@gmail.com>
      2e4bef41
  12. 15 5月, 2008 1 次提交
  13. 07 2月, 2008 1 次提交
  14. 18 10月, 2007 1 次提交
  15. 10 10月, 2007 1 次提交
  16. 15 7月, 2007 2 次提交
  17. 09 5月, 2007 1 次提交
  18. 27 3月, 2007 1 次提交
  19. 19 2月, 2007 1 次提交
    • E
      9p: implement optional loose read cache · e03abc0c
      Eric Van Hensbergen 提交于
      While cacheing is generally frowned upon in the 9p world, it has its
      place -- particularly in situations where the remote file system is
      exclusive and/or read-only.  The vacfs views of venti content addressable
      store are a real-world instance of such a situation.  To facilitate higher
      performance for these workloads (and eventually use the fscache patches),
      we have enabled a "loose" cache mode which does not attempt to maintain
      any form of consistency on the page-cache or dcache.  This results in over
      two orders of magnitude performance improvement for cacheable block reads
      in the Bonnie benchmark.  The more aggressive use of the dcache also seems
      to improve metadata operational performance.
      Signed-off-by: NEric Van Hensbergen <ericvh@gmail.com>
      e03abc0c
  20. 12 2月, 2007 1 次提交
  21. 27 1月, 2007 1 次提交
  22. 09 12月, 2006 1 次提交
  23. 04 12月, 2006 1 次提交
  24. 01 7月, 2006 1 次提交
  25. 16 5月, 2006 1 次提交
  26. 29 3月, 2006 1 次提交
  27. 26 3月, 2006 2 次提交
  28. 03 3月, 2006 1 次提交
  29. 19 1月, 2006 1 次提交
  30. 09 1月, 2006 2 次提交