Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1429120

Re: [PATCH 0/8] remove d_time from dentry

From Miklos Szeredi <mszeredi@redhat.com>
Newsgroups linux.kernel
Subject Re: [PATCH 0/8] remove d_time from dentry
Date 2016-06-22 23:30 +0200
Message-ID <rMXSG-lY-17@gated-at.bofh.it> (permalink)
References <rMRtT-4E1-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Pushed an updated one to

  git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git d_time

Changes:

 - rename d_allocate to d_init
 - use kfree_rcu() for fuse and nfs dentry->d_fsdata

Thanks,
Miklos

---
Miklos Szeredi (8):
      vfs: new d_init method
      ceph: don't use ->d_time
      cifs: don't use ->d_time
      vfat: don't use ->d_time
      fuse: don't use ->d_time
      nfs: don't use ->d_time
      ncpfs: don't use ->d_time
      vfs: remove ->d_time

---
 Documentation/filesystems/Locking |  2 ++
 Documentation/filesystems/vfs.txt |  3 +++
 fs/ceph/dir.c                     |  6 +++---
 fs/ceph/inode.c                   |  4 ++--
 fs/ceph/mds_client.c              |  4 ++--
 fs/ceph/super.h                   |  2 +-
 fs/cifs/cifsfs.h                  | 10 +++++++++
 fs/cifs/dir.c                     |  6 +++---
 fs/cifs/inode.c                   |  2 +-
 fs/dcache.c                       | 11 ++++++++++
 fs/fat/namei_vfat.c               | 19 +++++++++++++----
 fs/fuse/dir.c                     | 43 +++++++++++++++++++++------------------
 fs/ncpfs/dir.c                    | 21 ++++++++++++++++---
 fs/ncpfs/ncplib_kernel.h          | 16 ++++++++++++---
 fs/nfs/dir.c                      | 18 ++++++++++++----
 fs/nfs/getroot.c                  |  4 ++--
 fs/nfs/namespace.c                |  2 +-
 fs/nfs/unlink.c                   | 16 +++++++--------
 include/linux/dcache.h            |  8 ++++----
 include/linux/nfs_fs.h            | 19 ++++++++++++++++-
 20 files changed, 154 insertions(+), 62 deletions(-)

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 0/8] remove d_time from dentry Miklos Szeredi <mszeredi@redhat.com> - 2016-06-22 16:40 +0200
  [PATCH 8/8] vfs: remove ->d_time Miklos Szeredi <mszeredi@redhat.com> - 2016-06-22 16:40 +0200
  [PATCH 2/8] ceph: don't use ->d_time Miklos Szeredi <mszeredi@redhat.com> - 2016-06-22 16:40 +0200
    Re: [PATCH 2/8] ceph: don't use ->d_time "Yan, Zheng" <zyan@redhat.com> - 2016-06-23 08:30 +0200
  Re: [PATCH 0/8] remove d_time from dentry Miklos Szeredi <mszeredi@redhat.com> - 2016-06-22 23:30 +0200

csiph-web