1. 15 3月, 2011 8 次提交
  2. 28 10月, 2010 7 次提交
  3. 03 8月, 2010 2 次提交
  4. 28 5月, 2010 1 次提交
  5. 22 5月, 2010 1 次提交
  6. 13 3月, 2010 2 次提交
  7. 06 3月, 2010 1 次提交
  8. 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
  9. 24 9月, 2009 3 次提交
  10. 23 10月, 2008 1 次提交
  11. 18 10月, 2008 4 次提交
  12. 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
  13. 15 5月, 2008 1 次提交
  14. 07 2月, 2008 1 次提交
  15. 18 10月, 2007 1 次提交
  16. 10 10月, 2007 1 次提交
  17. 15 7月, 2007 2 次提交
  18. 09 5月, 2007 1 次提交
  19. 27 3月, 2007 1 次提交