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-fsdevel@vger.kernel.org
Subject: [git pull] vfs.git misc stuff
Date: Tue, 21 May 2024 19:43:59 +0100	[thread overview]
Message-ID: <20240521184359.GR2118490@ZenIV> (raw)

	Stuff that should've been pushed in the last merge window,
but had fallen through the cracks ;-/

	One trivial conflict in io_uring.c/rw.c:io_write()
(with removal of call_write_iter()).

The following changes since commit 39cd87c4eb2b893354f3b850f916353f2658ae6f:

  Linux 6.9-rc2 (2024-03-31 14:32:39 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-misc

for you to fetch changes up to 7c98f7cb8fda964fbc60b9307ad35e94735fa35f:

  remove call_{read,write}_iter() functions (2024-04-15 16:03:25 -0400)

----------------------------------------------------------------
Assorted commits that had missed the last merge window...

----------------------------------------------------------------
Al Viro (5):
      close_on_exec(): pass files_struct instead of fdtable
      fd_is_open(): move to fs/file.c
      get_file_rcu(): no need to check for NULL separately
      kernel_file_open(): get rid of inode argument
      do_dentry_open(): kill inode argument

Miklos Szeredi (1):
      remove call_{read,write}_iter() functions

 drivers/block/loop.c              |  4 ++--
 drivers/target/target_core_file.c |  4 ++--
 fs/aio.c                          |  4 ++--
 fs/cachefiles/namei.c             |  3 +--
 fs/file.c                         | 19 ++++++++-----------
 fs/open.c                         | 11 +++++------
 fs/overlayfs/util.c               |  2 +-
 fs/proc/fd.c                      |  4 +---
 fs/read_write.c                   | 12 ++++++------
 fs/splice.c                       |  4 ++--
 include/linux/fdtable.h           | 15 +++++----------
 include/linux/fs.h                | 14 +-------------
 io_uring/rw.c                     |  4 ++--
 13 files changed, 38 insertions(+), 62 deletions(-)

             reply	other threads:[~2024-05-21 18:44 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-21 18:43 Al Viro [this message]
2024-05-21 20:26 ` [git pull] vfs.git misc stuff pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2022-04-02  1:52 Al Viro
2022-04-02  3:07 ` pr-tracker-bot
2021-02-27  6:00 Al Viro
2021-02-27 16:21 ` Linus Torvalds
2021-02-27 17:18   ` Al Viro
2021-02-27 16:29 ` pr-tracker-bot
2020-12-24 23:35 Al Viro
2020-12-25 19:09 ` pr-tracker-bot
2017-05-09  5:34 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=20240521184359.GR2118490@ZenIV \
    --to=viro@zeniv.linux.org.uk \
    --cc=linux-fsdevel@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.