mbox series

[GIT,PULL] vfs orangefs

Message ID 20250322-vfs-orangefs-b012666207bd@brauner (mailing list archive)
State New
Headers show
Series [GIT,PULL] vfs orangefs | expand

Pull-request

git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.15-rc1.orangefs

Message

Christian Brauner March 22, 2025, 10:17 a.m. UTC
Hey Linus,

/* Summary */

This contains the work to remove orangefs_writepage() and partially
convert it to folios. A few regular bugfixes are included as well.

/* Testing */

gcc version 14.2.0 (Debian 14.2.0-6)
Debian clang version 16.0.6 (27+b1)

No build failures or warnings were observed.

/* Conflicts */

Merge conflicts with mainline
=============================

No known conflicts.

Merge conflicts with other trees
================================

No known conflicts.

The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

  git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.15-rc1.orangefs

for you to fetch changes up to 215434739c3b719882f0912a58d8d7294fd7ff71:

  Merge patch series "Orangefs fixes for 6.15" (2025-03-06 09:26:13 +0100)

Please consider pulling these changes from the signed vfs-6.15-rc1.orangefs tag.

Thanks!
Christian

----------------------------------------------------------------
vfs-6.15-rc1.orangefs

----------------------------------------------------------------
Christian Brauner (1):
      Merge patch series "Orangefs fixes for 6.15"

Matthew Wilcox (Oracle) (9):
      orangefs: Do not truncate file size
      orangefs: Move s_kmod_keyword_mask_map to orangefs-debugfs.c
      orangefs: make open_for_read and open_for_write boolean
      orangefs: Remove orangefs_writepage()
      orangefs: Convert orangefs_writepage_locked() to take a folio
      orangefs: Pass mapping to orangefs_writepages_work()
      orangefs: Unify error & success paths in orangefs_writepages_work()
      orangefs: Simplify bvec setup in orangefs_writepages_work()
      orangefs: Convert orangefs_writepages to contain an array of folios

 fs/orangefs/file.c             |   4 +-
 fs/orangefs/inode.c            | 149 ++++++++++++++++++-----------------------
 fs/orangefs/orangefs-debug.h   |  43 ------------
 fs/orangefs/orangefs-debugfs.c |  43 ++++++++++++
 4 files changed, 109 insertions(+), 130 deletions(-)

Comments

pr-tracker-bot@kernel.org March 24, 2025, 9:01 p.m. UTC | #1
The pull request you sent on Sat, 22 Mar 2025 11:17:23 +0100:

> git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.15-rc1.orangefs

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

Thank you!