1. 26 3月, 2020 2 次提交
  2. 25 3月, 2020 2 次提交
  3. 23 3月, 2020 1 次提交
  4. 18 3月, 2020 1 次提交
  5. 16 3月, 2020 22 次提交
  6. 26 2月, 2020 3 次提交
  7. 22 2月, 2020 1 次提交
    • S
      NFS: Ensure the fs_context has the correct fs_type before mounting · 1cef2184
      Scott Mayhew 提交于
      This is necessary because unless userspace explicitly requests fstype
      "nfs4" (either via "mount -t nfs4" or by calling the "mount.nfs4" helper
      directly), the fstype will default to "nfs".
      
      This was fine on older kernels because the super_block->s_type was set
      via mount_info->nfs_mod->nfs_fs, which was set when parsing the mount
      options and subsequently passed in the "type" argument of sget().
      
      After commit f2aedb71 ("NFS: Add fs_context support."), sget_fc(),
      which has no "type" argument, is called instead.  In sget_fc(), the
      super_block->s_type is set via fs_context->fs_type, which was set when
      the filesystem context was initially created.
      Reported-by: NPatrick Steinhardt <ps@pks.im>
      Fixes: f2aedb71 ("NFS: Add fs_context support.")
      Signed-off-by: NScott Mayhew <smayhew@redhat.com>
      Signed-off-by: NAnna Schumaker <Anna.Schumaker@Netapp.com>
      1cef2184
  8. 14 2月, 2020 3 次提交
  9. 13 2月, 2020 1 次提交
  10. 10 2月, 2020 2 次提交
  11. 08 2月, 2020 2 次提交