[git,pull] the rest of write_one_page() series

Message ID 20230424042638.GJ3390869@ZenIV
State New
Headers
Series [git,pull] the rest of write_one_page() series |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-write-one-page

Message

Al Viro April 24, 2023, 4:26 a.m. UTC
  The following changes since commit eeac8ede17557680855031c6f305ece2378af326:

  Linux 6.3-rc2 (2023-03-12 16:36:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-write-one-page

for you to fetch changes up to 2d683175827171c982f91996fdbef4f3fd8b1b01:

  mm,jfs: move write_one_page/folio_write_one to jfs (2023-03-12 20:00:42 -0400)

----------------------------------------------------------------
write_one_page series

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

----------------------------------------------------------------
Christoph Hellwig (3):
      ufs: don't flush page immediately for DIRSYNC directories
      ocfs2: don't use write_one_page in ocfs2_duplicate_clusters_by_page
      mm,jfs: move write_one_page/folio_write_one to jfs

 fs/jfs/jfs_metapage.c   | 39 ++++++++++++++++++++++++++++++++++-----
 fs/ocfs2/refcounttree.c |  9 +++++----
 fs/ufs/dir.c            | 29 +++++++++++++++++++----------
 include/linux/pagemap.h |  6 ------
 mm/page-writeback.c     | 40 ----------------------------------------
 5 files changed, 58 insertions(+), 65 deletions(-)
  

Comments

Linus Torvalds April 25, 2023, 2:24 a.m. UTC | #1
On Sun, Apr 23, 2023 at 9:26 PM Al Viro <viro@zeniv.linux.org.uk> wrote:
>
> write_one_page series

Hmm. These pull requests really could have done with better descriptions.

Yes, I see what it's doing, but I'd really like to have better merge
messages from the pull request.

                 Linus
  
Al Viro April 25, 2023, 2:35 a.m. UTC | #2
On Mon, Apr 24, 2023 at 07:24:05PM -0700, Linus Torvalds wrote:
> On Sun, Apr 23, 2023 at 9:26 PM Al Viro <viro@zeniv.linux.org.uk> wrote:
> >
> > write_one_page series
> 
> Hmm. These pull requests really could have done with better descriptions.
> 
> Yes, I see what it's doing, but I'd really like to have better merge
> messages from the pull request.

Point...  With this one it would be along the lines of "the parts of
Christoph's write_one_page() elimination series that missed the previous
merge window".

pull-fd: "routine whack-a-mole for new unwarranted callers of fget() that
really ought to have been using fdget() - that kind of stuff keeps
cropping up and needs to be hunted down once in a while".

pull-old_dio: "For a while fs/direct-io.c had been trying to keep up with
filesystems' demands; eventually the tricky cases started to convert to
iomap-based variant, so some of the stuff added for e.g. btrfs sake had
become unused.  Longer term we want to get rid of fs/direct-io.c completely,
but for now let's at least undo some of the now-useless complexity there"

pull-nios2, pull-misc: really can't improve the descriptions in those...
  
Linus Torvalds April 25, 2023, 2:42 a.m. UTC | #3
On Mon, Apr 24, 2023 at 7:35 PM Al Viro <viro@zeniv.linux.org.uk> wrote:
>
> Point...  With this one it would be along the lines of "the parts of
> Christoph's write_one_page() elimination series that missed the previous
> merge window".

That would have been nice, but I've pulled then now (ok, nios one
still pending), and it all was small enough that I decided that the
"one-liner description" was barely ok.

Your suggested ones do sound much better, and I'm hoping to see
descriptions more like that in the future, ok?

             Linus
  
pr-tracker-bot@kernel.org April 25, 2023, 2:49 a.m. UTC | #4
The pull request you sent on Mon, 24 Apr 2023 05:26:38 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-write-one-page

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0e497ad5255069b2d394168568790d26bbc8d365

Thank you!