linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
* [f2fs-dev] [PATCH v2 0/1] Add 16K Support for f2fs
@ 2023-10-02 23:09 Daniel Rosenberg via Linux-f2fs-devel
  2023-10-02 23:09 ` [f2fs-dev] [PATCH v2 1/1] f2fs: Support Block Size == Page Size Daniel Rosenberg via Linux-f2fs-devel
  2023-10-23 15:30 ` [f2fs-dev] [PATCH v2 0/1] Add 16K Support for f2fs patchwork-bot+f2fs
  0 siblings, 2 replies; 3+ messages in thread
From: Daniel Rosenberg via Linux-f2fs-devel @ 2023-10-02 23:09 UTC (permalink / raw)
  To: linux-f2fs-devel; +Cc: Jaegeuk Kim, kernel-team, linux-kernel, Daniel Rosenberg

F2fs filesystems currently have two large restrictions around block size.
The block size must equal the page size, and the block size must be 4096.

The following patch, along with the associated f2fs-tools patch set, relax the
latter restriction, allowing you to use 16K block size f2fs on a 16K page size
system. It does not allow mounting 4K block size f2fs on a 16k page system.

Doing that would require a lot more work, requiring a refactor of all block
sized struct similar to the userspace patches, as well as handling the block
reading/writing at sub page boundaries. I'm currently leaving that to future
work.

changes for v2:
Adjusted format string

Daniel Rosenberg (1):
  f2fs: Support Block Size == Page Size

 fs/f2fs/data.c          |  2 +-
 fs/f2fs/inode.c         |  2 +-
 fs/f2fs/node.c          |  2 +-
 fs/f2fs/super.c         |  4 +--
 include/linux/f2fs_fs.h | 69 ++++++++++++++++++++++++-----------------
 5 files changed, 46 insertions(+), 33 deletions(-)


base-commit: 3e729e50d01e6a336132d1739866a6463f82faa9
-- 
2.42.0.582.g8ccd20d70d-goog



_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

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

end of thread, other threads:[~2023-10-23 15:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-02 23:09 [f2fs-dev] [PATCH v2 0/1] Add 16K Support for f2fs Daniel Rosenberg via Linux-f2fs-devel
2023-10-02 23:09 ` [f2fs-dev] [PATCH v2 1/1] f2fs: Support Block Size == Page Size Daniel Rosenberg via Linux-f2fs-devel
2023-10-23 15:30 ` [f2fs-dev] [PATCH v2 0/1] Add 16K Support for f2fs patchwork-bot+f2fs

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).