1. 06 5月, 2009 1 次提交
  2. 02 5月, 2009 1 次提交
  3. 01 5月, 2009 6 次提交
  4. 30 4月, 2009 1 次提交
  5. 17 4月, 2009 7 次提交
  6. 18 3月, 2009 1 次提交
  7. 12 3月, 2009 2 次提交
    • S
      [CIFS] fix build error · 4717bed6
      Steve French 提交于
      Signed-off-by: NSteve French <sfrench@us.ibm.com>
      4717bed6
    • S
      [CIFS] Add new nostrictsync cifs mount option to avoid slow SMB flush · be652445
      Steve French 提交于
      If this mount option is set, when an application does an
      fsync call then the cifs client does not send an SMB Flush
      to the server (to force the server to write all dirty data
      for this file immediately to disk), although cifs still sends
      all dirty (cached) file data to the server and waits for the
      server to respond to the write write.  Since SMB Flush can be
      very slow, and some servers may be reliable enough (to risk
      delaying slightly flushing the data to disk on the server),
      turning on this option may be useful to improve performance for
      applications that fsync too much, at a small risk of server
      crash.  If this mount option is not set, by default cifs will
      send an SMB flush request (and wait for a response) on every
      fsync call.
      Signed-off-by: NSteve French <sfrench@us.ibm.com>
      be652445
  8. 21 2月, 2009 1 次提交
  9. 31 1月, 2009 1 次提交
  10. 29 1月, 2009 3 次提交
  11. 26 12月, 2008 11 次提交
  12. 18 11月, 2008 1 次提交
  13. 17 11月, 2008 1 次提交
  14. 15 11月, 2008 3 次提交