1. 13 10月, 2011 2 次提交
  2. 12 10月, 2011 1 次提交
  3. 20 9月, 2011 1 次提交
  4. 05 8月, 2011 1 次提交
  5. 01 8月, 2011 1 次提交
    • J
      cifs: simplify refcounting for oplock breaks · ad635942
      Jeff Layton 提交于
      Currently, we take a sb->s_active reference and a cifsFileInfo reference
      when an oplock break workqueue job is queued. This is unnecessary and
      more complicated than it needs to be. Also as Al points out,
      deactivate_super has non-trivial locking implications so it's best to
      avoid that if we can.
      
      Instead, just cancel any pending oplock breaks for this filehandle
      synchronously in cifsFileInfo_put after taking it off the lists.
      That should ensure that this job doesn't outlive the structures it
      depends on.
      Reported-by: NAl Viro <viro@ZenIV.linux.org.uk>
      Signed-off-by: NJeff Layton <jlayton@redhat.com>
      Signed-off-by: NSteve French <sfrench@us.ibm.com>
      ad635942
  6. 21 7月, 2011 1 次提交
  7. 20 7月, 2011 3 次提交
  8. 19 7月, 2011 1 次提交
  9. 08 7月, 2011 1 次提交
  10. 07 7月, 2011 1 次提交
  11. 25 6月, 2011 15 次提交
  12. 20 6月, 2011 1 次提交
  13. 14 6月, 2011 1 次提交
  14. 27 5月, 2011 5 次提交
  15. 26 5月, 2011 1 次提交
  16. 24 5月, 2011 1 次提交
  17. 21 5月, 2011 1 次提交
  18. 19 5月, 2011 2 次提交