[git pull] vfs.git sysv pile
From: Al Viro
Date: Thu Feb 23 2023 - 22:27:03 EST
Fabio's "switch to kmap_local_page()" patchset (originally after the
ext2 counterpart, with a lot of cleaning up done to it; as the matter of
fact, ext2 side is in need of similar cleanups - calling conventions there
are bloody awful). Plus the equivalents of minix stuff...
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.sysv
for you to fetch changes up to abb7c742397324f8676c5b622effdce911cd52e3:
sysv: fix handling of delete_entry and set_link failures (2023-01-19 23:24:42 -0500)
----------------------------------------------------------------
Al Viro (1):
sysv: fix handling of delete_entry and set_link failures
Christoph Hellwig (1):
sysv: don't flush page immediately for DIRSYNC directories
Fabio M. De Francesco (4):
fs/sysv: Use the offset_in_page() helper
fs/sysv: Change the signature of dir_get_page()
fs/sysv: Use dir_put_page() in sysv_rename()
fs/sysv: Replace kmap() with kmap_local_page()
fs/sysv/dir.c | 154 ++++++++++++++++++++++++++++++++------------------------
fs/sysv/namei.c | 42 ++++++++--------
fs/sysv/sysv.h | 3 +-
3 files changed, 111 insertions(+), 88 deletions(-)