linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] vfs pagesize
@ 2025-03-22 10:16 Christian Brauner
  2025-03-24 21:01 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Brauner @ 2025-03-22 10:16 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Christian Brauner, linux-fsdevel, linux-kernel

Hey Linus,

/* Summary */

This enables block sizes greater than the page size for block devices.
With this we can start supporting block devices with logical block sizes
larger than 4k. It also allows to lift the device cache sector size
support to 64k. This allows filesystems which can use larger sector
sizes up to 64k to ensure that the filesystem will not generate writes
that are smaller than the specified sector size.

/* 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.pagesize

for you to fetch changes up to a64e5a596067bddba87fcc2ce37e56c3fca831b7:

  bdev: add back PAGE_SIZE block size validation for sb_set_blocksize() (2025-03-07 12:56:05 +0100)

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

Thanks!
Christian

----------------------------------------------------------------
vfs-6.15-rc1.pagesize

----------------------------------------------------------------
Christian Brauner (1):
      Merge patch series "enable bs > ps for block devices"

Hannes Reinecke (2):
      fs/mpage: avoid negative shift for large blocksize
      block/bdev: enable large folio support for large logical block sizes

Luis Chamberlain (6):
      fs/buffer: simplify block_read_full_folio() with bh_offset()
      fs/mpage: use blocks_per_folio instead of blocks_per_page
      fs/buffer fs/mpage: remove large folio restriction
      block/bdev: lift block size restrictions to 64k
      bdev: use bdev_io_min() for statx block size
      bdev: add back PAGE_SIZE block size validation for sb_set_blocksize()

Matthew Wilcox (1):
      fs/buffer: remove batching from async read

 block/bdev.c           | 13 ++++++-----
 fs/bcachefs/fs.c       |  2 +-
 fs/buffer.c            | 58 ++++++++++++++++++++------------------------------
 fs/mpage.c             | 49 ++++++++++++++++++++----------------------
 fs/xfs/xfs_super.c     |  3 ++-
 include/linux/blkdev.h |  8 ++++++-
 include/linux/fs.h     |  1 +
 7 files changed, 65 insertions(+), 69 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] vfs pagesize
  2025-03-22 10:16 [GIT PULL] vfs pagesize Christian Brauner
@ 2025-03-24 21:01 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-03-24 21:01 UTC (permalink / raw)
  To: Christian Brauner
  Cc: Linus Torvalds, Christian Brauner, linux-fsdevel, linux-kernel

The pull request you sent on Sat, 22 Mar 2025 11:16:07 +0100:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-03-24 21:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-22 10:16 [GIT PULL] vfs pagesize Christian Brauner
2025-03-24 21:01 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).