1. 24 10月, 2018 7 次提交
  2. 10 8月, 2018 1 次提交
  3. 09 8月, 2018 3 次提交
  4. 08 8月, 2018 3 次提交
  5. 06 7月, 2018 1 次提交
  6. 16 6月, 2018 1 次提交
  7. 15 6月, 2018 1 次提交
  8. 08 6月, 2018 1 次提交
  9. 01 6月, 2018 1 次提交
  10. 28 5月, 2018 3 次提交
  11. 13 4月, 2018 1 次提交
  12. 02 4月, 2018 2 次提交
  13. 27 1月, 2018 1 次提交
  14. 19 10月, 2017 1 次提交
  15. 05 9月, 2017 2 次提交
  16. 09 7月, 2017 1 次提交
  17. 06 7月, 2017 1 次提交
  18. 07 4月, 2017 1 次提交
    • S
      Handle mismatched open calls · 38bd4906
      Sachin Prabhu 提交于
      A signal can interrupt a SendReceive call which result in incoming
      responses to the call being ignored. This is a problem for calls such as
      open which results in the successful response being ignored. This
      results in an open file resource on the server.
      
      The patch looks into responses which were cancelled after being sent and
      in case of successful open closes the open fids.
      
      For this patch, the check is only done in SendReceive2()
      
      RH-bz: 1403319
      Signed-off-by: NSachin Prabhu <sprabhu@redhat.com>
      Reviewed-by: NPavel Shilovsky <pshilov@microsoft.com>
      Cc: Stable <stable@vger.kernel.org>
      38bd4906
  19. 03 3月, 2017 1 次提交
  20. 02 3月, 2017 1 次提交
  21. 02 2月, 2017 2 次提交
  22. 06 12月, 2016 1 次提交
    • P
      CIFS: Fix a possible memory corruption during reconnect · 53e0e11e
      Pavel Shilovsky 提交于
      We can not unlock/lock cifs_tcp_ses_lock while walking through ses
      and tcon lists because it can corrupt list iterator pointers and
      a tcon structure can be released if we don't hold an extra reference.
      Fix it by moving a reconnect process to a separate delayed work
      and acquiring a reference to every tcon that needs to be reconnected.
      Also do not send an echo request on newly established connections.
      
      CC: Stable <stable@vger.kernel.org>
      Signed-off-by: NPavel Shilovsky <pshilov@microsoft.com>
      53e0e11e
  23. 18 5月, 2016 1 次提交
  24. 15 1月, 2016 1 次提交
  25. 17 10月, 2014 1 次提交