Message ID | 20250303172127.298602-1-sandeen@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | f2fs: first steps towards mount API conversion | expand |
Hello: This series was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim <jaegeuk@kernel.org>: On Mon, 3 Mar 2025 11:12:10 -0600 you wrote: > I have been struggling to get to a good series to convert f2fs to the > new mount API. f2fs is more complex, because much of the option parsing > assumes that the superblock has already been read from disk, and uses > that to test various on-disk features, etc. All of those tests will need > to be moved to after parsing is complete, and this series is just a > start. > > [...] Here is the summary with links: - [f2fs-dev,1/9] f2fs: use f2fs_sb_has_device_alias during option parsing https://git.kernel.org/jaegeuk/f2fs/c/64ee7503cbf6 - [f2fs-dev,2/9] f2fs: consolidate unsupported option handling errors https://git.kernel.org/jaegeuk/f2fs/c/277352b6cbed - [f2fs-dev,3/9] f2fs: factor out an f2fs_default_check function https://git.kernel.org/jaegeuk/f2fs/c/abd0e040e9a5 - [f2fs-dev,4/9] f2fs: make INLINECRYPT a mount option flag (no matching commit) - [f2fs-dev,5/9] f2fs: make LAZYTIME a mount option flag (no matching commit) - [f2fs-dev,6/9] f2fs: Pass sbi rather than sb to f2fs_set_test_dummy_encryption https://git.kernel.org/jaegeuk/f2fs/c/0edcb2197e76 - [f2fs-dev,7/9] f2fs: defer readonly check vs norecovery https://git.kernel.org/jaegeuk/f2fs/c/9cca49875997 - [f2fs-dev,8/9] f2fs: pass sbi rather than sb to quota qf_name helpers https://git.kernel.org/jaegeuk/f2fs/c/b7de231b9df4 - [f2fs-dev,9/9] f2fs: pass sbi rather than sb to parse_options() https://git.kernel.org/jaegeuk/f2fs/c/71e9bd3d5c04 You are awesome, thank you!