mbox series

[0/4] nfs-utils patches

Message ID 20200722055354.28132-1-nazard@nazar.ca (mailing list archive)
Headers show
Series nfs-utils patches | expand

Message

Doug Nazar July 22, 2020, 5:53 a.m. UTC
A few more as I progress through all the utils. There isn't any
dependency on the previous patches.

Although idmapd client support is depreciated, the kernel still falls
back to using it if the upcall fails.

Wasn't originally going to send the last patch upstream, but figured
might as well, and let you decide if it's wanted. Basically allows you
to load the plugins from a development source tree for testing instead
of requiring them to be installed in their final location.

Thanks,
Doug


Doug Nazar (4):
  exportfs: Fix a few valgrind warnings
  idmapd: Add graceful exit and resource cleanup
  idmapd: Fix client mode support
  nfsidmap: Allow overriding location of method libraries

 support/nfs/exports.c          |   1 +
 support/nfsidmap/libnfsidmap.c |  40 +++++--
 utils/exportfs/exportfs.c      |   7 +-
 utils/idmapd/idmapd.c          | 211 +++++++++++++++++++++++----------
 4 files changed, 183 insertions(+), 76 deletions(-)

Comments

Steve Dickson July 27, 2020, 2:42 p.m. UTC | #1
On 7/22/20 1:53 AM, Doug Nazar wrote:
> A few more as I progress through all the utils. There isn't any
> dependency on the previous patches.
> 
> Although idmapd client support is depreciated, the kernel still falls
> back to using it if the upcall fails.
> 
> Wasn't originally going to send the last patch upstream, but figured
> might as well, and let you decide if it's wanted. Basically allows you
> to load the plugins from a development source tree for testing instead
> of requiring them to be installed in their final location.
> 
> Thanks,
> Doug
> 
> 
> Doug Nazar (4):
>   exportfs: Fix a few valgrind warnings
>   idmapd: Add graceful exit and resource cleanup
>   idmapd: Fix client mode support
>   nfsidmap: Allow overriding location of method libraries
Series committed... (tag: nfs-utils-2-5-2-rc3)

steved.
> 
>  support/nfs/exports.c          |   1 +
>  support/nfsidmap/libnfsidmap.c |  40 +++++--
>  utils/exportfs/exportfs.c      |   7 +-
>  utils/idmapd/idmapd.c          | 211 +++++++++++++++++++++++----------
>  4 files changed, 183 insertions(+), 76 deletions(-)
>