linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Al Viro <viro@ZenIV.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org
Subject: [git pull] vfs.git
Date: Tue, 11 Oct 2016 04:07:44 +0100	[thread overview]
Message-ID: <20161011030744.GC19539@ZenIV.linux.org.uk> (raw)

	->rename2() work from Miklos + current_time() from Deepa.

The following changes since commit 08895a8b6b06ed2323cd97a36ee40a116b3db8ed:

  Linux 4.8-rc8 (2016-09-25 18:47:13 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus

for you to fetch changes up to 3873691e5ab34fa26948643d038a2b98c4437298:

  Merge remote-tracking branch 'ovl/rename2' into for-linus (2016-10-10 23:02:51 -0400)

----------------------------------------------------------------
Al Viro (1):
      Merge remote-tracking branch 'ovl/rename2' into for-linus

Deepa Dinamani (5):
      vfs: Add current_time() api
      fs: proc: Delete inode time initializations in proc_alloc_inode()
      fs: Replace CURRENT_TIME with current_time() for inode timestamps
      fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps
      fs: Replace current_fs_time() with current_time()

Miklos Szeredi (7):
      ncpfs: fix unused variable warning
      fs: support RENAME_NOREPLACE for local filesystems
      libfs: support RENAME_NOREPLACE in simple_rename()
      fs: make remaining filesystems use .rename2
      vfs: remove unused i_op->rename
      fs: rename "rename2" i_op to "rename"
      vfs: add note about i_op->rename changes to porting

 Documentation/filesystems/Locking           |  8 ++------
 Documentation/filesystems/directory-locking |  2 +-
 Documentation/filesystems/porting           |  4 ++++
 Documentation/filesystems/vfs.txt           |  9 ++-------
 arch/powerpc/platforms/cell/spufs/inode.c   |  2 +-
 arch/s390/hypfs/inode.c                     |  4 ++--
 drivers/char/sonypi.c                       |  2 +-
 drivers/infiniband/hw/qib/qib_fs.c          |  2 +-
 drivers/misc/ibmasm/ibmasmfs.c              |  2 +-
 drivers/oprofile/oprofilefs.c               |  2 +-
 drivers/platform/x86/sony-laptop.c          |  2 +-
 drivers/staging/lustre/lustre/llite/namei.c |  8 ++++++--
 drivers/usb/core/devio.c                    | 18 +++++++++---------
 drivers/usb/gadget/function/f_fs.c          |  8 ++++----
 drivers/usb/gadget/legacy/inode.c           |  2 +-
 fs/9p/v9fs.h                                |  3 ++-
 fs/9p/vfs_inode.c                           |  8 ++++++--
 fs/adfs/inode.c                             |  2 +-
 fs/affs/affs.h                              |  3 ++-
 fs/affs/amigaffs.c                          |  6 +++---
 fs/affs/inode.c                             |  2 +-
 fs/affs/namei.c                             |  6 +++++-
 fs/afs/dir.c                                |  9 +++++++--
 fs/attr.c                                   |  2 +-
 fs/autofs4/inode.c                          |  2 +-
 fs/autofs4/root.c                           |  6 +++---
 fs/bad_inode.c                              |  4 ++--
 fs/bfs/dir.c                                | 20 ++++++++++++--------
 fs/binfmt_misc.c                            |  2 +-
 fs/btrfs/file.c                             |  6 +++---
 fs/btrfs/inode.c                            | 24 ++++++++++++------------
 fs/btrfs/ioctl.c                            |  8 ++++----
 fs/btrfs/transaction.c                      |  4 ++--
 fs/btrfs/xattr.c                            |  2 +-
 fs/cachefiles/namei.c                       |  3 +--
 fs/ceph/dir.c                               |  6 +++++-
 fs/ceph/file.c                              |  4 ++--
 fs/ceph/inode.c                             |  2 +-
 fs/ceph/xattr.c                             |  2 +-
 fs/cifs/cifsfs.c                            |  2 +-
 fs/cifs/file.c                              |  4 ++--
 fs/coda/dir.c                               |  8 ++++++--
 fs/coda/file.c                              |  2 +-
 fs/coda/inode.c                             |  2 +-
 fs/configfs/inode.c                         |  6 +++---
 fs/debugfs/inode.c                          |  4 ++--
 fs/devpts/inode.c                           |  6 +++---
 fs/ecryptfs/inode.c                         |  6 +++++-
 fs/efivarfs/inode.c                         |  2 +-
 fs/exofs/dir.c                              |  6 +++---
 fs/exofs/inode.c                            |  4 ++--
 fs/exofs/namei.c                            | 14 +++++++++-----
 fs/ext2/acl.c                               |  2 +-
 fs/ext2/dir.c                               |  6 +++---
 fs/ext2/ialloc.c                            |  2 +-
 fs/ext2/inode.c                             |  4 ++--
 fs/ext2/ioctl.c                             |  4 ++--
 fs/ext2/namei.c                             | 12 ++++++++----
 fs/ext2/super.c                             |  2 +-
 fs/ext2/xattr.c                             |  2 +-
 fs/ext4/namei.c                             |  2 +-
 fs/f2fs/dir.c                               |  8 ++++----
 fs/f2fs/file.c                              |  8 ++++----
 fs/f2fs/inline.c                            |  2 +-
 fs/f2fs/namei.c                             | 14 +++++++-------
 fs/f2fs/xattr.c                             |  2 +-
 fs/fat/dir.c                                |  2 +-
 fs/fat/file.c                               |  6 +++---
 fs/fat/inode.c                              |  2 +-
 fs/fat/namei_msdos.c                        | 18 +++++++++++-------
 fs/fat/namei_vfat.c                         | 16 ++++++++++------
 fs/fuse/control.c                           |  2 +-
 fs/fuse/dir.c                               |  4 ++--
 fs/gfs2/bmap.c                              |  8 ++++----
 fs/gfs2/dir.c                               | 12 ++++++------
 fs/gfs2/inode.c                             | 10 +++++-----
 fs/gfs2/quota.c                             |  2 +-
 fs/gfs2/xattr.c                             |  8 ++++----
 fs/hfs/catalog.c                            |  8 ++++----
 fs/hfs/dir.c                                |  8 ++++++--
 fs/hfs/inode.c                              |  2 +-
 fs/hfsplus/catalog.c                        |  8 ++++----
 fs/hfsplus/dir.c                            | 12 ++++++++----
 fs/hfsplus/inode.c                          |  2 +-
 fs/hfsplus/ioctl.c                          |  2 +-
 fs/hostfs/hostfs_kern.c                     |  2 +-
 fs/hpfs/namei.c                             |  6 +++++-
 fs/hugetlbfs/inode.c                        | 10 +++++-----
 fs/inode.c                                  | 29 ++++++++++++++++++++++++++---
 fs/jffs2/acl.c                              |  2 +-
 fs/jffs2/dir.c                              |  9 +++++++--
 fs/jffs2/fs.c                               |  2 +-
 fs/jfs/acl.c                                |  2 +-
 fs/jfs/inode.c                              |  2 +-
 fs/jfs/jfs_inode.c                          |  2 +-
 fs/jfs/namei.c                              | 29 ++++++++++++++++-------------
 fs/jfs/super.c                              |  2 +-
 fs/jfs/xattr.c                              |  2 +-
 fs/kernfs/dir.c                             |  6 +++++-
 fs/kernfs/inode.c                           |  2 +-
 fs/libfs.c                                  | 20 ++++++++++++--------
 fs/locks.c                                  |  2 +-
 fs/logfs/dir.c                              | 12 ++++++++----
 fs/logfs/file.c                             |  2 +-
 fs/logfs/inode.c                            |  4 ++--
 fs/logfs/readwrite.c                        |  4 ++--
 fs/minix/bitmap.c                           |  2 +-
 fs/minix/dir.c                              |  6 +++---
 fs/minix/itree_common.c                     |  4 ++--
 fs/minix/namei.c                            | 10 +++++++---
 fs/namei.c                                  | 15 +++------------
 fs/ncpfs/dir.c                              | 11 +++++++----
 fs/nfs/dir.c                                |  6 +++++-
 fs/nfs/internal.h                           |  3 ++-
 fs/nfsd/blocklayout.c                       |  2 +-
 fs/nilfs2/dir.c                             |  6 +++---
 fs/nilfs2/inode.c                           |  4 ++--
 fs/nilfs2/ioctl.c                           |  2 +-
 fs/nilfs2/namei.c                           | 12 ++++++++----
 fs/nsfs.c                                   |  2 +-
 fs/ntfs/inode.c                             |  2 +-
 fs/ntfs/mft.c                               |  2 +-
 fs/ocfs2/acl.c                              |  2 +-
 fs/ocfs2/alloc.c                            |  2 +-
 fs/ocfs2/aops.c                             |  2 +-
 fs/ocfs2/dir.c                              |  4 ++--
 fs/ocfs2/dlmfs/dlmfs.c                      |  4 ++--
 fs/ocfs2/file.c                             | 12 ++++++------
 fs/ocfs2/move_extents.c                     |  2 +-
 fs/ocfs2/namei.c                            | 16 ++++++++++------
 fs/ocfs2/refcounttree.c                     |  4 ++--
 fs/ocfs2/xattr.c                            |  2 +-
 fs/omfs/dir.c                               | 10 +++++++---
 fs/omfs/inode.c                             |  2 +-
 fs/openpromfs/inode.c                       |  2 +-
 fs/orangefs/file.c                          |  2 +-
 fs/orangefs/inode.c                         |  2 +-
 fs/orangefs/namei.c                         | 16 ++++++++++------
 fs/overlayfs/dir.c                          |  2 +-
 fs/overlayfs/overlayfs.h                    |  4 ++--
 fs/pipe.c                                   |  2 +-
 fs/posix_acl.c                              |  2 +-
 fs/proc/base.c                              |  2 +-
 fs/proc/inode.c                             |  3 +--
 fs/proc/proc_sysctl.c                       |  2 +-
 fs/proc/self.c                              |  2 +-
 fs/proc/thread_self.c                       |  2 +-
 fs/pstore/inode.c                           |  2 +-
 fs/ramfs/inode.c                            |  6 +++---
 fs/reiserfs/inode.c                         |  2 +-
 fs/reiserfs/ioctl.c                         |  4 ++--
 fs/reiserfs/namei.c                         | 18 +++++++++++-------
 fs/reiserfs/stree.c                         |  8 ++++----
 fs/reiserfs/super.c                         |  2 +-
 fs/reiserfs/xattr.c                         |  6 +++---
 fs/reiserfs/xattr_acl.c                     |  2 +-
 fs/sysv/dir.c                               |  6 +++---
 fs/sysv/ialloc.c                            |  2 +-
 fs/sysv/itree.c                             |  4 ++--
 fs/sysv/namei.c                             | 10 +++++++---
 fs/tracefs/inode.c                          |  2 +-
 fs/ubifs/dir.c                              |  8 ++++++--
 fs/udf/ialloc.c                             |  2 +-
 fs/udf/inode.c                              |  4 ++--
 fs/udf/namei.c                              | 26 +++++++++++++++-----------
 fs/ufs/dir.c                                |  6 +++---
 fs/ufs/ialloc.c                             |  2 +-
 fs/ufs/inode.c                              |  6 +++---
 fs/ufs/namei.c                              | 12 ++++++++----
 fs/xfs/xfs_acl.c                            |  2 +-
 fs/xfs/xfs_inode.c                          |  2 +-
 fs/xfs/xfs_iops.c                           |  6 +++---
 fs/xfs/xfs_trans_inode.c                    |  2 +-
 include/linux/fs.h                          |  6 +++---
 ipc/mqueue.c                                | 18 +++++++++---------
 kernel/bpf/inode.c                          |  2 +-
 mm/shmem.c                                  | 22 +++++++++++-----------
 net/sunrpc/rpc_pipe.c                       |  2 +-
 security/apparmor/apparmorfs.c              |  2 +-
 security/inode.c                            |  2 +-
 security/selinux/selinuxfs.c                |  2 +-
 security/tomoyo/realpath.c                  |  4 ++--
 182 files changed, 587 insertions(+), 449 deletions(-)

             reply	other threads:[~2016-10-11  3:08 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-11  3:07 Al Viro [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-11-17  5:55 [git pull] vfs.git Al Viro
2016-11-11  6:05 Al Viro
2016-11-11 17:25 ` Linus Torvalds
2016-11-11 18:06   ` Ilya Dryomov
2016-11-12  3:36   ` Yan, Zheng
2016-05-16  3:32 Al Viro
2016-05-16 15:43 ` Linus Torvalds
2016-05-17  6:27   ` Al Viro
2016-05-17 18:27     ` Linus Torvalds
2016-05-17 20:11       ` Al Viro
2016-03-20  1:44 Al Viro
2016-03-20  1:55 ` Linus Torvalds
2016-03-20  1:59   ` Al Viro
2015-04-24 20:40 Al Viro
2014-12-10 19:13 [GIT PULL] vfs.git Al Viro
2014-12-11 16:18 ` Miklos Szeredi
2014-12-11 18:06   ` Al Viro
2014-12-11 18:34     ` Al Viro
2014-11-05 13:57 [git pull] vfs.git Al Viro
2014-11-02  5:58 Al Viro
2014-10-26  3:04 Al Viro
2014-05-28  6:38 Al Viro
2014-04-12 12:40 Al Viro
2014-04-13 18:53 ` Geert Uytterhoeven
2013-11-11 16:30 Al Viro
2013-11-13 14:52 ` J. Bruce Fields
2013-06-15  3:34 Al Viro
2012-12-21  0:21 Al Viro
2012-06-01 16:56 Al Viro
2012-06-01 17:38 ` Linus Torvalds
2012-06-01 17:48   ` Al Viro

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=20161011030744.GC19539@ZenIV.linux.org.uk \
    --to=viro@zeniv.linux.org.uk \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).