1. 28 3月, 2012 1 次提交
  2. 25 3月, 2012 1 次提交
  3. 21 3月, 2012 5 次提交
  4. 20 3月, 2012 1 次提交
  5. 13 3月, 2012 1 次提交
  6. 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
  7. 09 3月, 2012 2 次提交
  8. 08 3月, 2012 2 次提交
  9. 06 3月, 2012 6 次提交
  10. 03 3月, 2012 5 次提交
  11. 02 3月, 2012 2 次提交
  12. 18 2月, 2012 2 次提交
  13. 16 2月, 2012 1 次提交
  14. 15 2月, 2012 2 次提交
  15. 07 2月, 2012 4 次提交
  16. 04 2月, 2012 1 次提交
    • T
      NFSv4: Fix an Oops in the NFSv4 getacl code · 331818f1
      Trond Myklebust 提交于
      Commit bf118a34 (NFSv4: include bitmap
      in nfsv4 get acl data) introduces the 'acl_scratch' page for the case
      where we may need to decode multi-page data. However it fails to take
      into account the fact that the variable may be NULL (for the case where
      we're not doing multi-page decode), and it also attaches it to the
      encoding xdr_stream rather than the decoding one.
      
      The immediate result is an Oops in nfs4_xdr_enc_getacl due to the
      call to page_address() with a NULL page pointer.
      Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
      Cc: Andy Adamson <andros@netapp.com>
      Cc: stable@vger.kernel.org
      331818f1
  17. 01 2月, 2012 3 次提交