[Linux-cachefs] [PATCH 00/11] cachefilesd: Various fixes

David Howells dhowells at redhat.com
Mon Jan 25 14:52:37 UTC 2016



Apply some fixes to the cachefilesd package.  The notable ones that change
cachefilesd itself include the final two patches:

 (1) Add a -N option to allow culling to be disabled on the command line.

 (2) Add -Wsign-compare to the build.  This requires the indices into the
     cull tables to be made unsigned 0-based rather than signed -1-based.

The patches can be found here also:

	http://git.kernel.org/cgit/linux/kernel/git/dhowells/cachefilesd.git/log/?h=next

David
---
David Howells (9):
      The rpmbuild %dist macro moved so look for it more broadly
      spec: The licence is actually GPLv2+
      Fix Makefile to produce compressed tarballs
      SELinux: The cachefilesd-selinux rpm no longer exists
      The documentation directory is now unversioned
      spec: Do some specfile cleanups
      Apply some cleanups to cachefilesd
      Permit culling to be disabled on the command line
      Add -Wsign-compare to the build

John Snow (2):
      Updating .gitignore.
      Fixing null reference for malformed kernel status output.


 .gitignore              |    3 +
 Makefile                |   18 +++-
 README                  |   14 ++-
 cachefilesd.8           |    9 +-
 cachefilesd.c           |  202 +++++++++++++++++++++++++----------------------
 cachefilesd.conf.5      |    2 
 howto.txt               |    2 
 redhat/cachefilesd.spec |   12 ---
 selinux/move-cache.txt  |    9 +-
 9 files changed, 145 insertions(+), 126 deletions(-)




More information about the Linux-cachefs mailing list