1. 30 5月, 2014 1 次提交
  2. 18 4月, 2014 1 次提交
  3. 06 1月, 2014 1 次提交
  4. 30 9月, 2013 2 次提交
  5. 29 6月, 2013 1 次提交
  6. 07 6月, 2013 1 次提交
  7. 09 5月, 2013 1 次提交
    • A
      NFS4.1 Fix data server connection race · c23266d5
      Andy Adamson 提交于
      Unlike meta data server mounts which support multiple mount points to
      the same server via struct nfs_server, data servers support a single connection.
      
      Concurrent calls to setup the data server connection can race where the first
      call allocates the nfs_client struct, and before the cache struct nfs_client
      pointer can be set, a second call also tries to setup the connection, finds the
      already allocated nfs_client, bumps the reference count, re-initializes the
      session,etc. This results in a hanging data server session after umount.
      Signed-off-by: NAndy Adamson <andros@netapp.com>
      Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
      c23266d5
  8. 05 2月, 2013 1 次提交
  9. 06 12月, 2012 1 次提交
  10. 05 11月, 2012 1 次提交
  11. 15 10月, 2012 1 次提交
  12. 29 9月, 2012 2 次提交
  13. 29 6月, 2012 1 次提交
  14. 24 5月, 2012 1 次提交
    • T
      NFSv4.1: Fix session initialisation races · 7b38c368
      Trond Myklebust 提交于
      Session initialisation is not complete until the lease manager
      has run. We need to ensure that both nfs4_init_session and
      nfs4_init_ds_session do so, and that they check for any resulting
      errors in clp->cl_cons_state.
      
      Only after this is done, can nfs4_ds_connect check the contents
      of clp->cl_exchange_flags.
      Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
      Cc: Andy Adamson <andros@netapp.com>
      7b38c368
  15. 23 5月, 2012 1 次提交
  16. 20 5月, 2012 3 次提交
  17. 27 4月, 2012 1 次提交
  18. 12 3月, 2012 1 次提交
    • T
      NFS: Fix a number of sparse warnings · 17280175
      Trond Myklebust 提交于
      Fix a number of "warning: symbol 'foo' was not declared. Should it be
      static?" conditions.
      
      Fix 2 cases of "warning: Using plain integer as NULL pointer"
      
      fs/nfs/delegation.c:263:31: warning: restricted fmode_t degrades to integer
        - We want to allow upgrades to a WRITE delegation, but should otherwise
          consider servers that hand out duplicate delegations to be borken.
      Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
      17280175
  19. 07 2月, 2012 2 次提交
  20. 01 2月, 2012 2 次提交
  21. 13 1月, 2012 1 次提交
  22. 13 7月, 2011 4 次提交
  23. 30 5月, 2011 2 次提交
  24. 29 5月, 2011 2 次提交
  25. 12 5月, 2011 1 次提交
  26. 25 3月, 2011 1 次提交
  27. 12 3月, 2011 3 次提交