lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 05 Jun 2018 17:06:58 +0100
From:   David Howells <dhowells@...hat.com>
To:     viro@...IV.linux.org.uk
Cc:     dhowells@...hat.com, linux-fsdevel@...r.kernel.org,
        linux-afs@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/5] afs: Fixes and development


Hi Al,

Here's a set of AFS patches, one fixes, but mostly development.  The fix is:

 (1) Fix AFS to build if CONFIG_PROC_FS=n.

and the development patches:

 (1) Make AFS show all of a server's addresses in /proc/fs/afs/servers.

 (2) Allow DNS upcalls to ask for IPv6 addresses.

 (3) Add directories to the dynamic root pseudo-superblock to represent the
     names of known cells.

     This needs checking as it adds a VFS function to look up a dentry
     without creating one if it doesn't exist.  This is used to find a
     dentry if it exists so that we can delete it.

 (4) Optimise the handling of change notifications from the server
     (callback breaks) to avoid doing a volume lookup for every callback
     broken if there are two or more with the same volume ID.

The patches can be found here also:

	http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=afs-next

David
---
David Howells (5):
      afs: Handle CONFIG_PROC_FS=n
      afs: Show all of a server's addresses in /proc/fs/afs/servers
      afs: Enable IPv6 DNS lookups
      afs: Display manually added cells in dynamic root mount
      afs: Optimise callback breaking by not repeating volume lookup


 fs/afs/Makefile       |    4 +-
 fs/afs/addr_list.c    |    2 -
 fs/afs/callback.c     |  110 ++++++++++++++++++++++++++++++++++++-------
 fs/afs/cell.c         |   12 +++--
 fs/afs/dynroot.c      |  126 ++++++++++++++++++++++++++++++++++++++++++++++++-
 fs/afs/internal.h     |   30 +++++++++++-
 fs/afs/main.c         |    2 -
 fs/afs/proc.c         |   10 +++-
 fs/afs/server.c       |    2 -
 fs/afs/super.c        |   19 ++++++-
 fs/namei.c            |   29 +++++++++++
 include/linux/namei.h |    1 
 12 files changed, 310 insertions(+), 37 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ