Re: [f2fs-dev] [PATCH v3] f2fs: introduce fragment allocation mode mount option

2021-08-31 Thread Chao Yu
On 2021/8/31 13:10, Daeho Jeong wrote: From: Daeho Jeong Added three options into "mode=" mount option to make it possible for developers to make the filesystem fragmented or simulate filesystem fragmentation/after-GC situation itself. The developers use these modes to understand filesystem fra

[f2fs-dev] [PATCH v2] f2fs: multidevice: support direct IO

2021-08-31 Thread Chao Yu
Commit 3c62be17d4f5 ("f2fs: support multiple devices") missed to support direct IO for multiple device feature, this patch adds to support the missing part of multidevice feature. In addition, for multiple device image, we should be aware of any issued direct write IO rather than just buffered wri

Re: [f2fs-dev] [GIT PULL] vfs: new code for 5.15

2021-08-31 Thread pr-tracker-bot
The pull request you sent on Tue, 31 Aug 2021 09:23:55 -0700: > git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/vfs-5.15-merge-1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/916d636e0a2df48be48b573d8ec9070408d7681f Thank you! -- Deet-doot-dot, I am a bot. h

Re: [f2fs-dev] [GIT PULL] fscrypt updates for 5.15

2021-08-31 Thread pr-tracker-bot
The pull request you sent on Mon, 30 Aug 2021 09:47:17 -0700: > https://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git tags/fscrypt-for-linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/cd358208d703fca446b52f3cf8f23c18f9e7705e Thank you! -- Deet-doot-dot, I am a b

[f2fs-dev] [GIT PULL] vfs: new code for 5.15

2021-08-31 Thread Darrick J. Wong
Hi Linus, Please pull this single VFS patch that prevents userspace from setting project quota ids on files that the VFS considers invalid. This branch merges cleanly against your upstream branch as of a few minutes ago, and does not introduce any fstests regressions for ext4 or xfs. --D The fo