1. 24 7月, 2012 2 次提交
  2. 02 6月, 2012 2 次提交
  3. 23 5月, 2012 1 次提交
  4. 17 5月, 2012 10 次提交
  5. 20 4月, 2012 1 次提交
    • J
      cifs: fix offset handling in cifs_iovec_write · 3af9d8f2
      Jeff Layton 提交于
      In the recent update of the cifs_iovec_write code to use async writes,
      the handling of the file position was broken. That patch added a local
      "offset" variable to handle the offset, and then only updated the
      original "*poffset" before exiting.
      
      Unfortunately, it copied off the original offset from the beginning,
      instead of doing so after generic_write_checks had been called. Fix
      this by moving the initialization of "offset" after that in the
      function.
      Signed-off-by: NJeff Layton <jlayton@redhat.com>
      Signed-off-by: NSteve French <sfrench@us.ibm.com>
      3af9d8f2
  6. 02 4月, 2012 2 次提交
  7. 01 4月, 2012 1 次提交
  8. 24 3月, 2012 8 次提交
  9. 20 3月, 2012 1 次提交
  10. 19 3月, 2012 1 次提交
  11. 07 3月, 2012 1 次提交
  12. 09 12月, 2011 1 次提交
  13. 09 11月, 2011 1 次提交
  14. 04 11月, 2011 2 次提交
  15. 30 10月, 2011 1 次提交
  16. 29 10月, 2011 1 次提交
  17. 25 10月, 2011 4 次提交