All of lore.kernel.org
 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 fixes
Date: Sat, 28 May 2016 01:10:50 +0100	[thread overview]
Message-ID: <20160528001050.GW14480@ZenIV.linux.org.uk> (raw)

	work.lookups followups - update docs, restore killability of
the places that used to take ->i_mutex killably now that we have
down_write_killable() merged.  Additionally, it turns out that I missed
a prereq for security_d_instantiate() stuff - ->getxattr() wasn't the
only thing that could be called before dentry is attached to inode; with
smack we needed the same treatment applied to ->setxattr() as well.

The following changes since commit 0985b65d3ba2c09f10a594b73df45c1f7f68d317:

  Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs (2016-05-25 15:59:09 -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 3767e255b390d72f9a33c08d9e86c5f21f25860f:

  switch ->setxattr() to passing dentry and inode separately (2016-05-27 20:09:16 -0400)

----------------------------------------------------------------
Al Viro (5):
      update D/f/directory-locking
      add down_write_killable_nested()
      restore killability of old mutex_lock_killable(&inode->i_mutex) users
      switch xattr_handler->set() to passing dentry and inode separately
      switch ->setxattr() to passing dentry and inode separately

 Documentation/filesystems/directory-locking        | 32 ++++++++++++++--------
 Documentation/filesystems/porting                  |  7 +++++
 .../staging/lustre/lustre/llite/llite_internal.h   |  4 +--
 drivers/staging/lustre/lustre/llite/xattr.c        |  6 ++--
 fs/9p/acl.c                                        |  6 ++--
 fs/9p/xattr.c                                      |  5 ++--
 fs/bad_inode.c                                     |  4 +--
 fs/btrfs/ioctl.c                                   | 18 +++++-------
 fs/btrfs/xattr.c                                   | 12 ++++----
 fs/ceph/xattr.c                                    |  7 +++--
 fs/cifs/xattr.c                                    |  9 +++---
 fs/ecryptfs/crypto.c                               |  9 +++---
 fs/ecryptfs/ecryptfs_kernel.h                      |  4 +--
 fs/ecryptfs/inode.c                                |  7 +++--
 fs/ecryptfs/mmap.c                                 |  3 +-
 fs/ext2/xattr_security.c                           |  7 +++--
 fs/ext2/xattr_trusted.c                            |  7 +++--
 fs/ext2/xattr_user.c                               |  9 +++---
 fs/ext4/xattr_security.c                           |  7 +++--
 fs/ext4/xattr_trusted.c                            |  7 +++--
 fs/ext4/xattr_user.c                               |  9 +++---
 fs/f2fs/xattr.c                                    | 12 ++++----
 fs/fuse/dir.c                                      |  6 ++--
 fs/gfs2/xattr.c                                    |  6 ++--
 fs/hfs/attr.c                                      |  6 ++--
 fs/hfs/hfs_fs.h                                    |  2 +-
 fs/hfsplus/xattr.c                                 | 12 ++++----
 fs/hfsplus/xattr.h                                 |  2 +-
 fs/hfsplus/xattr_security.c                        |  7 +++--
 fs/hfsplus/xattr_trusted.c                         |  7 +++--
 fs/hfsplus/xattr_user.c                            |  7 +++--
 fs/jffs2/security.c                                |  7 +++--
 fs/jffs2/xattr_trusted.c                           |  7 +++--
 fs/jffs2/xattr_user.c                              |  7 +++--
 fs/jfs/xattr.c                                     | 14 ++++------
 fs/kernfs/inode.c                                  | 11 ++++----
 fs/kernfs/kernfs-internal.h                        |  3 +-
 fs/libfs.c                                         |  5 ++--
 fs/nfs/nfs4proc.c                                  | 19 ++++++-------
 fs/ocfs2/xattr.c                                   | 23 +++++++++-------
 fs/orangefs/xattr.c                                | 10 ++++---
 fs/overlayfs/inode.c                               |  5 ++--
 fs/overlayfs/overlayfs.h                           |  5 ++--
 fs/overlayfs/readdir.c                             |  4 +--
 fs/posix_acl.c                                     |  6 ++--
 fs/readdir.c                                       | 12 ++++----
 fs/reiserfs/xattr_security.c                       |  9 +++---
 fs/reiserfs/xattr_trusted.c                        |  9 +++---
 fs/reiserfs/xattr_user.c                           |  9 +++---
 fs/ubifs/xattr.c                                   |  7 ++---
 fs/xattr.c                                         | 10 ++++---
 fs/xfs/xfs_xattr.c                                 |  9 +++---
 include/linux/fs.h                                 |  3 +-
 include/linux/rwsem.h                              |  2 ++
 include/linux/xattr.h                              |  7 +++--
 kernel/locking/rwsem.c                             | 16 +++++++++++
 mm/shmem.c                                         |  7 +++--
 security/smack/smack_lsm.c                         |  2 +-
 58 files changed, 265 insertions(+), 209 deletions(-)

             reply	other threads:[~2016-05-28  0:10 UTC|newest]

Thread overview: 119+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-28  0:10 Al Viro [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-27 11:55 [GIT PULL] vfs fixes Christian Brauner
2024-05-27 15:30 ` pr-tracker-bot
2024-04-26 14:59 Christian Brauner
2024-04-26 18:09 ` pr-tracker-bot
2024-04-05 11:22 Christian Brauner
2024-04-05 17:09 ` pr-tracker-bot
2024-03-18 12:19 Christian Brauner
2024-03-18 16:48 ` pr-tracker-bot
2024-03-18 19:14 ` Linus Torvalds
2024-03-18 19:41   ` Linus Torvalds
2024-03-19  6:58     ` Christian Brauner
2024-03-20 10:21       ` Christian Brauner
2024-03-06 15:45 Christian Brauner
2024-03-06 16:33 ` pr-tracker-bot
2024-03-01 12:45 Christian Brauner
2024-03-01 20:37 ` pr-tracker-bot
2024-02-22 14:03 Christian Brauner
2024-02-22 18:18 ` pr-tracker-bot
2024-02-12 13:00 Christian Brauner
2024-02-12 17:03 ` pr-tracker-bot
2024-01-13 12:31 Christian Brauner
2024-01-17 20:03 ` pr-tracker-bot
2023-11-24 10:27 Christian Brauner
2023-11-24 18:25 ` Linus Torvalds
2023-11-24 18:52   ` Linus Torvalds
2023-11-24 20:12     ` Linus Torvalds
2023-11-25 13:05       ` Christian Brauner
2023-11-25 13:10   ` Christian Brauner
2023-11-25 13:28     ` Omar Sandoval
2023-11-25 14:04       ` Christian Brauner
2023-11-24 18:26 ` pr-tracker-bot
2023-10-19 10:07 Christian Brauner
2023-10-19 16:37 ` Linus Torvalds
2023-10-20 11:14   ` Christian Brauner
2023-10-19 18:36 ` pr-tracker-bot
2023-09-26 10:39 Christian Brauner
2023-09-26 16:14 ` pr-tracker-bot
2023-07-06 11:52 Christian Brauner
2023-07-07  2:27 ` pr-tracker-bot
2023-07-02 11:28 Christian Brauner
2023-07-02 18:53 ` pr-tracker-bot
2023-05-25 12:22 Christian Brauner
2023-05-25 18:18 ` pr-tracker-bot
2023-05-12 15:31 Christian Brauner
2023-05-12 22:14 ` pr-tracker-bot
2023-04-03 11:04 Christian Brauner
2023-04-03 16:51 ` pr-tracker-bot
2023-03-12 12:18 Christian Brauner
2023-03-12 16:20 ` pr-tracker-bot
2020-09-22 21:29 [git pull] " Al Viro
2020-09-22 22:15 ` pr-tracker-bot
     [not found] <CAHk-=wgdsv1UA+QtgiJM8KQAG7N7_9iK_edchnzZYyj+nxmfLA@mail.gmail.com>
     [not found] ` <20200113195448.GT8904@ZenIV.linux.org.uk>
     [not found]   ` <CAHk-=whn5qk-e-KnYr6HNe5hp45v+XyDbsA2+szXvK3gC06A2w@mail.gmail.com>
2020-01-15  6:41     ` Al Viro
2020-01-15 19:35       ` pr-tracker-bot
2018-07-01 12:31 Al Viro
2018-07-01 19:36 ` Linus Torvalds
2018-07-01 20:05   ` Al Viro
2018-07-01 20:25     ` Linus Torvalds
2018-04-20 15:58 Al Viro
2018-04-20 18:29 ` Andrew Morton
2018-04-20 19:09   ` Al Viro
2018-04-20 19:57     ` Andrew Morton
2017-06-17  2:56 Al Viro
2017-04-09  5:40 Al Viro
2017-04-11  6:10 ` Linus Torvalds
2017-04-11  6:48   ` Al Viro
2017-04-11 21:02     ` Andreas Dilger
2017-04-12  7:00       ` Linus Torvalds
2017-04-15  6:41 ` Vegard Nossum
2017-04-15 16:51   ` Linus Torvalds
2017-04-15 17:08     ` Al Viro
2017-04-02 17:01 Al Viro
2017-04-02 23:59 ` Linus Torvalds
2017-04-03  0:10   ` Linus Torvalds
2017-04-03  0:30     ` Al Viro
2017-04-03  0:43       ` Al Viro
2017-04-03  0:58         ` Linus Torvalds
2017-04-03  2:21           ` Al Viro
2017-04-03  6:00             ` Eric W. Biederman
2017-04-03  7:46               ` Al Viro
2017-04-04  0:22               ` Ian Kent
2017-04-04  0:47               ` Ian Kent
2017-04-03  0:20   ` Al Viro
2016-06-17 20:50 Q. hlist_bl_add_head_rcu() in d_alloc_parallel() J. R. Okajima
2016-06-17 22:16 ` Al Viro
2016-06-19  5:24   ` J. R. Okajima
2016-06-19 16:55     ` Al Viro
2016-06-20  4:34       ` J. R. Okajima
2016-06-20  5:35         ` Al Viro
2016-06-20 14:51           ` Al Viro
2016-06-20 17:14             ` [git pull] vfs fixes Al Viro
2016-06-08  2:12 Al Viro
2016-02-28  1:09 Al Viro
2014-09-14 19:47 Al Viro
2014-09-26 20:38 ` Joachim Eastwood
2014-09-26 20:46 ` Joachim Eastwood
2014-09-26 20:58   ` Al Viro
2014-09-26 21:28     ` Joachim Eastwood
2014-09-26 21:52       ` Joachim Eastwood
2014-03-24 22:58 Imre Deak
2014-03-25  7:21 ` Sedat Dilek
2014-03-23  7:16 Al Viro
2014-03-23 10:57 ` Sedat Dilek
2014-03-23 15:35   ` Al Viro
2014-03-23 16:56     ` Al Viro
2014-03-23 16:36 ` Linus Torvalds
2014-03-23 16:45   ` Al Viro
2014-03-23 17:01     ` Linus Torvalds
2014-03-24  8:52       ` Sedat Dilek
2014-03-25  0:46         ` Linus Torvalds
2014-03-26 16:36           ` Sedat Dilek
2014-03-26 20:55             ` Linus Torvalds
2014-03-27  6:14               ` Sedat Dilek
2014-03-30 20:33               ` Al Viro
2014-03-30 20:55                 ` Al Viro
2014-03-30 22:39                   ` Linus Torvalds
2014-03-30 23:21                     ` Al Viro
2013-06-22  7:16 Al Viro
2013-03-27  0:36 Al Viro
2012-03-10 21:30 Al Viro
2012-03-10 21:49 ` Linus Torvalds
2012-03-10 22:14   ` Al Viro
2010-01-29  2:39 Al Viro
2010-01-17  7:57 Al Viro
2008-08-25  5:25 Al Viro
2008-08-25  5:29 ` 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=20160528001050.GW14480@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.