1. 11 Mar, 2022 3 commits
    • Chuck Lever's avatar
      NFSD: Clean up _lm_ operation names · 35aff067
      Chuck Lever authored
      The common practice is to name function instances the same as the
      method names, but with a uniquifying prefix. Commit aef9583b
      ("NFSD: Get reference of lockowner when coping file_lock") missed
      this -- the new function names should both have been of the form
      "nfsd4_lm_*".
      
      Before more lock manager operations are added in NFSD, rename these
      two functions for consistency.
      Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
      35aff067
    • Chuck Lever's avatar
      arch: Remove references to CONFIG_NFSD_V3 in the default configs · f3e4080e
      Chuck Lever authored
      CONFIG_NFSD_V3 has been removed. NFSD support for NFSv3 can no
      longer be disabled.
      Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
      f3e4080e
    • Chuck Lever's avatar
      NFSD: Remove CONFIG_NFSD_V3 · 5f9a62ff
      Chuck Lever authored
      Eventually support for NFSv2 in the Linux NFS server is to be
      deprecated and then removed.
      
      However, NFSv2 is the "always supported" version that is available
      as soon as CONFIG_NFSD is set.  Before NFSv2 support can be removed,
      we need to choose a different "always supported" version.
      
      This patch removes CONFIG_NFSD_V3 so that NFSv3 is always supported,
      as NFSv2 is today. When NFSv2 support is removed, NFSv3 will become
      the only "always supported" NFS version.
      
      The defconfigs still need to be updated to remove CONFIG_NFSD_V3=y.
      Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
      5f9a62ff
  2. 28 Feb, 2022 21 commits
  3. 27 Feb, 2022 4 commits
  4. 26 Feb, 2022 12 commits