[git pull] vfs.git minix pile

From: Al Viro
Date: Thu Feb 23 2023 - 22:23:55 EST


Assorted fixes - mostly Christoph's

The following changes since commit b7bfaa761d760e72a969d116517eaa12e404c262:

Linux 6.2-rc3 (2023-01-08 11:49:43 -0600)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.minix

for you to fetch changes up to 2cb6a44220b974a7832d1a09630b4cee870b023a:

minix_rename(): minix_delete_entry() might fail (2023-01-19 19:29:26 -0500)

----------------------------------------------------------------
Al Viro (2):
minix: make minix_new_inode() return error as ERR_PTR(-E...)
minix_rename(): minix_delete_entry() might fail

Christoph Hellwig (4):
minix: move releasing pages into unlink and rename
minix: fix error handling in minix_delete_entry
minix: fix error handling in minix_set_link
minix: don't flush page immediately for DIRSYNC directories

fs/minix/bitmap.c | 16 ++++-----
fs/minix/dir.c | 62 ++++++++++++++++++---------------
fs/minix/minix.h | 5 +--
fs/minix/namei.c | 100 ++++++++++++++++++++++++++----------------------------
4 files changed, 91 insertions(+), 92 deletions(-)