An error occurred fetching the project authors.
  1. 11 Oct, 2011 1 commit
  2. 20 Sep, 2011 1 commit
  3. 05 Aug, 2011 1 commit
  4. 31 Jul, 2011 1 commit
    • Jeff Layton's avatar
      cifs: simplify refcounting for oplock breaks · ad635942
      Jeff Layton authored
      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: default avatarAl Viro <viro@ZenIV.linux.org.uk>
      Signed-off-by: default avatarJeff Layton <jlayton@redhat.com>
      Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
      ad635942
  5. 21 Jul, 2011 1 commit
  6. 20 Jul, 2011 3 commits
  7. 18 Jul, 2011 1 commit
  8. 08 Jul, 2011 1 commit
  9. 06 Jul, 2011 1 commit
  10. 24 Jun, 2011 15 commits
  11. 20 Jun, 2011 1 commit
  12. 13 Jun, 2011 1 commit
  13. 27 May, 2011 5 commits
  14. 25 May, 2011 1 commit
  15. 24 May, 2011 1 commit
  16. 20 May, 2011 1 commit
  17. 19 May, 2011 4 commits