when write compressed file with O_TRUNC, there will be a lot of
unnecessary check valid blocks in f2fs_prepare_compress_overwrite,
especially when written in page size, remove it.
Signed-off-by: Fengnan Chang
---
fs/f2fs/data.c | 6 ++
1 file changed, 6 insertions(+)
diff --git a/fs/f2fs/da
> On Apr 27, 2021, at 3:09 PM, Randy Dunlap wrote:
>
> On 4/26/21 4:46 PM, Nick Terrell wrote:
>> From: Nick Terrell
>>
>> Please pull from
>>
>> g...@github.com:terrelln/linux.git tags/v10-zstd-1.4.10
>>
>> to get these changes. Alternatively the patchset is included.
>>
>> This patchset
On 4/26/21 4:46 PM, Nick Terrell wrote:
> From: Nick Terrell
>
> Please pull from
>
> g...@github.com:terrelln/linux.git tags/v10-zstd-1.4.10
>
> to get these changes. Alternatively the patchset is included.
>
> This patchset lists me as the maintainer for zstd and upgrades the zstd
> libra
"Theodore Ts'o" writes:
> On Tue, Apr 27, 2021 at 03:39:15PM +0530, Shreeya Patel wrote:
>> > > Hence, make UTF-8 encoding loadable by converting it into a module and
>> > > also add built-in UTF-8 support option for compiling it into the
>> > > kernel whenever required by the filesystem.
>> > Th
On Tue, Apr 27, 2021 at 03:39:15PM +0530, Shreeya Patel wrote:
> > > Hence, make UTF-8 encoding loadable by converting it into a module and
> > > also add built-in UTF-8 support option for compiling it into the
> > > kernel whenever required by the filesystem.
> > The way this is implemement looks
The modification in set_compress_inode is not unrelated. When a directory is
compressed, the file below is compressed too, the modification is try to
deal with this.
-邮件原件-
发件人: Chao Yu
发送时间: 2021年4月27日 20:29
收件人: Fengnan Chang ; jaeg...@kernel.org;
c...@kernel.org; linux-f2fs-devel@lis
On 2021/4/26 10:11, Fengnan Chang wrote:
when write compressed file with O_TRUNC, there will be a lot of
unnecessary check valid blocks in f2fs_prepare_compress_overwrite,
especially when written in page size, remove it.
Signed-off-by: Fengnan Chang
---
fs/f2fs/data.c | 4
1 file change
On 2021/4/27 16:21, Yangtao Li wrote:
When do_checkpoint() fails, the prefree bitmap is not cleared,
but these segments are already in the free state. If these segments
are used, the segments in use will be reset to the free state when
f2fs_clear_prefree_segments is called next time.
So reset fr
On 2021/4/22 19:25, Fengnan Chang wrote:
When we create a directory with enable compression, all file write into
directory will try to compress.But sometimes we may know, new file
cannot meet compression ratio requirements.
We need a nocompress extension to skip those files to avoid unnecessary
c
On 27/04/21 11:59 am, Christoph Hellwig wrote:
On Sat, Apr 24, 2021 at 02:21:36AM +0530, Shreeya Patel wrote:
utf8data.h_shipped has a large database table which is an auto-generated
decodification trie for the unicode normalization functions.
We can avoid carrying this large table in the kern
When do_checkpoint() fails, the prefree bitmap is not cleared,
but these segments are already in the free state. If these segments
are used, the segments in use will be reset to the free state when
f2fs_clear_prefree_segments is called next time.
So reset free segments to prefree status when do_ch
11 matches
Mail list logo