All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Voit <david.voit@gmail.com>
To: linux-cifs@vger.kernel.org
Cc: David Voit <david.voit@gmail.com>
Subject: [PATCH v4 0/1] cifs-utils: CLDAP-Ping to find the correct site
Date: Wed,  3 Apr 2024 07:24:47 +0200	[thread overview]
Message-ID: <20240403052448.4290-1-david.voit@gmail.com> (raw)

Hi all,

after some off-list discussing and debugging the code now also
handles out-of-sync dc nodes. Other changes are minor style changes.
Also the error codes are now named and should show in which section the
error occured.

You can see a diff between the versions on my github repo:
https://github.com/davidvoit/cifs-utils/compare/linux-cifs-v3..linux-cifs-v4

Kind Regards,
David

David Voit (1):
  Implement CLDAP Ping to find the closest site

 Makefile.am    |  15 ++-
 cldap_ping.c   | 346 +++++++++++++++++++++++++++++++++++++++++++++++++
 cldap_ping.h   |  14 ++
 mount.cifs.c   |   5 +-
 resolve_host.c | 258 +++++++++++++++++++++++++++++++-----
 resolve_host.h |   6 +-
 6 files changed, 606 insertions(+), 38 deletions(-)
 create mode 100644 cldap_ping.c
 create mode 100644 cldap_ping.h

-- 
2.44.0


             reply	other threads:[~2024-04-03  5:25 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-03  5:24 David Voit [this message]
2024-04-03  5:24 ` [PATCH v4 1/1] Implement CLDAP Ping to find the closest site David Voit
2024-04-04  2:10   ` Jacob Shivers
2024-04-10 19:08   ` Paulo Alcantara
     [not found]     ` <CAPmGGo7XogXA8RppeqOtidWsgL84u+J4SUB7-st=A9a2ooPriQ@mail.gmail.com>
2024-04-20 20:55       ` Pavel Shilovsky
2024-04-22 15:10         ` Paulo Alcantara
2024-04-23 11:40           ` Jacob Shivers
2024-04-28  0:10             ` Pavel Shilovsky
2024-04-22 15:10         ` David Voit

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240403052448.4290-1-david.voit@gmail.com \
    --to=david.voit@gmail.com \
    --cc=linux-cifs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.