[GIT PULL] Updates to AFS filesystem

David Howells dhowells at redhat.com
Wed Feb 11 03:33:30 PST 2015


Hi Linus,

Could you pull these updates to the AFS filesystem please?  There are two
sets:

 (1) Replacements of rcu_assign_pointer() with RCU_INIT_POINTER().

 (2) Usage of 64-bit times on all arches to help deal with the 2038 problem.

Thanks,
David
---
The following changes since commit dc6d6844111d953d3fa2121da28d38be9359c911:

  Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband (2015-02-03 20:12:57 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/afs-20150211

for you to fetch changes up to 399cee992c718686f746745ea20d48b88ba195e2:

  afs: Prevent callback expiry timer overflow (2015-02-04 14:47:04 +0000)

----------------------------------------------------------------
AFS updates

----------------------------------------------------------------
Andreea-Cristina Bernat (2):
      afs: inode: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
      afs: security: Replace rcu_assign_pointer() with RCU_INIT_POINTER()

Tina Ruchandani (3):
      AFS: Correctly use 64-bit time for UUID
      afs: Migrate vlocation fields to 64-bit
      afs: Prevent callback expiry timer overflow

 fs/afs/callback.c  |  7 ++++---
 fs/afs/fsclient.c  |  2 +-
 fs/afs/inode.c     |  9 +++++----
 fs/afs/internal.h  | 11 ++++++-----
 fs/afs/main.c      |  6 ++----
 fs/afs/security.c  |  2 +-
 fs/afs/server.c    |  6 +++---
 fs/afs/vlocation.c | 16 +++++++++-------
 8 files changed, 31 insertions(+), 28 deletions(-)



More information about the linux-afs mailing list