Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1433220imm; Wed, 26 Sep 2018 18:25:25 -0700 (PDT) X-Google-Smtp-Source: ACcGV604wO1D0gJq2eYzUYCcvnLQ5PQQrshyAO0uE2kXEbNy/KPaPCAkwdIGcDoQmjGteStbRbJS X-Received: by 2002:aa7:800f:: with SMTP id j15-v6mr8793726pfi.174.1538011525169; Wed, 26 Sep 2018 18:25:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538011525; cv=none; d=google.com; s=arc-20160816; b=Zar9e9+vSJ1HN057KaapwHtXPjqwdmKn3PhdKeOdzT0zadm4aTQ6n1q4kkFVqlW+pq oB6XxaTNCUA0NFQrA/jMGUhCy3alr0QSrf8ria1ZsDdMyhw/qiqF8H0qjyJUGBtDhY9p MvwOD8M5VtRqRj3fwpaY9iIFOTZshQe2mCPWhRO2i3ClHScDyb48qgcdb1dEZhv6PyfG ClLUuh/+aQ86fsA7wnumdwUi+kIrnr5WfKX19m6+MX9YIIhUiGCe0Mj/k1pORsum17Bk Qi+9fB9s4Kb+RRMVKSHBkrlNAow4OQbXOCwMDkmi44fM8aYftE0SMH1V2ofHJqovp8Xe 47pQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=bgXc1Ep2vvmnL1rCUemF6knOZEmXyLT3BNEhKHPu8Vc=; b=D1x9x4setcqrbknP9SJhTadyS3tx5BMpnt+dBqvWpc8Wi5bKqQJjrvZRUIkKlnFKA0 bYUfymeTGyp2emKRManJmn5dGQyx7ruhiNTDXIqFlqe6Osna1+AfVR7Ok70Cd8EpSxQ4 jfd2tPewFkTB8OUl5SKgpesi6FIYR8VG8k4Eucyvsrhf+2LSJaImTX4p/JCPzU5cty1S v7PXTmzSyvg5WYynI6HK0DoIvPh3MBeyMuy1C5BiPwgakLJvY2vhRBc9FoUnMGjkd/QS RBmo6RM7ZzSCZNPAIwuTu0ji6zYgFnBKeVBU40qqfq/1p8fUPCv4xsq+w3UcUPmSd02e bOsw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q15-v6si596644pfj.260.2018.09.26.18.25.09; Wed, 26 Sep 2018 18:25:25 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726659AbeI0Hja (ORCPT + 99 others); Thu, 27 Sep 2018 03:39:30 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:13157 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726588AbeI0Hja (ORCPT ); Thu, 27 Sep 2018 03:39:30 -0400 Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 6C6FC400CDD0A; Thu, 27 Sep 2018 09:23:45 +0800 (CST) Received: from [127.0.0.1] (10.134.22.195) by DGGEMS410-HUB.china.huawei.com (10.3.19.210) with Microsoft SMTP Server id 14.3.399.0; Thu, 27 Sep 2018 09:23:46 +0800 Subject: Re: [PATCH v4] f2fs: allow out-place-update for direct IO in LFS mode To: Chao Yu , CC: , References: <20180921131222.32057-1-chao@kernel.org> From: Chao Yu Message-ID: Date: Thu, 27 Sep 2018 09:23:45 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180921131222.32057-1-chao@kernel.org> Content-Type: text/plain; charset="windows-1252" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.134.22.195] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ping, On 2018/9/21 21:12, Chao Yu wrote: > From: Chao Yu > > Normally, DIO uses in-pllace-update, but in LFS mode, f2fs doesn't > allow triggering any in-place-update writes, so we fallback direct > write to buffered write, result in bad performance of large size > write. > > This patch adds to support triggering out-place-update for direct IO > to enhance its performance. > > Note that it needs to exclude direct read IO during direct write, > since new data writing to new block address will no be valid until > write finished. > > storage: zram > > time xfs_io -f -d /mnt/f2fs/file -c "pwrite 0 1073741824" -c "fsync" > > Before: > real 0m13.061s > user 0m0.327s > sys 0m12.486s > > After: > real 0m6.448s > user 0m0.228s > sys 0m6.212s > > Signed-off-by: Chao Yu > --- > v4: > - correct parameter in f2fs_sb_has_blkzoned() > fs/f2fs/data.c | 44 +++++++++++++++++++++++++++++++++++--------- > fs/f2fs/f2fs.h | 45 +++++++++++++++++++++++++++++++++++++++++---- > fs/f2fs/file.c | 3 ++- > 3 files changed, 78 insertions(+), 14 deletions(-) > > diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c > index b96f8588d565..38d5baa1c35d 100644 > --- a/fs/f2fs/data.c > +++ b/fs/f2fs/data.c > @@ -894,7 +894,7 @@ static int __allocate_data_block(struct dnode_of_data *dn, int seg_type) > > dn->data_blkaddr = datablock_addr(dn->inode, > dn->node_page, dn->ofs_in_node); > - if (dn->data_blkaddr == NEW_ADDR) > + if (dn->data_blkaddr != NULL_ADDR) > goto alloc; > > if (unlikely((err = inc_valid_block_count(sbi, dn->inode, &count)))) > @@ -950,7 +950,7 @@ int f2fs_preallocate_blocks(struct kiocb *iocb, struct iov_iter *from) > > if (direct_io) { > map.m_seg_type = f2fs_rw_hint_to_seg_type(iocb->ki_hint); > - flag = f2fs_force_buffered_io(inode, WRITE) ? > + flag = f2fs_force_buffered_io(inode, iocb, from) ? > F2FS_GET_BLOCK_PRE_AIO : > F2FS_GET_BLOCK_PRE_DIO; > goto map_blocks; > @@ -1069,7 +1069,15 @@ int f2fs_map_blocks(struct inode *inode, struct f2fs_map_blocks *map, > goto sync_out; > } > > - if (!is_valid_data_blkaddr(sbi, blkaddr)) { > + if (is_valid_data_blkaddr(sbi, blkaddr)) { > + /* use out-place-update for driect IO under LFS mode */ > + if (test_opt(sbi, LFS) && create && > + flag == F2FS_GET_BLOCK_DEFAULT) { > + err = __allocate_data_block(&dn, map->m_seg_type); > + if (!err) > + set_inode_flag(inode, FI_APPEND_WRITE); > + } > + } else { > if (create) { > if (unlikely(f2fs_cp_error(sbi))) { > err = -EIO; > @@ -2493,36 +2501,53 @@ static ssize_t f2fs_direct_IO(struct kiocb *iocb, struct iov_iter *iter) > struct address_space *mapping = iocb->ki_filp->f_mapping; > struct inode *inode = mapping->host; > struct f2fs_sb_info *sbi = F2FS_I_SB(inode); > + struct f2fs_inode_info *fi = F2FS_I(inode); > size_t count = iov_iter_count(iter); > loff_t offset = iocb->ki_pos; > int rw = iov_iter_rw(iter); > int err; > enum rw_hint hint = iocb->ki_hint; > int whint_mode = F2FS_OPTION(sbi).whint_mode; > + bool do_opu; > > err = check_direct_IO(inode, iter, offset); > if (err) > return err < 0 ? err : 0; > > - if (f2fs_force_buffered_io(inode, rw)) > + if (f2fs_force_buffered_io(inode, iocb, iter)) > return 0; > > + do_opu = allow_outplace_dio(inode, iocb, iter); > + > trace_f2fs_direct_IO_enter(inode, offset, count, rw); > > if (rw == WRITE && whint_mode == WHINT_MODE_OFF) > iocb->ki_hint = WRITE_LIFE_NOT_SET; > > - if (!down_read_trylock(&F2FS_I(inode)->i_gc_rwsem[rw])) { > - if (iocb->ki_flags & IOCB_NOWAIT) { > + if (iocb->ki_flags & IOCB_NOWAIT) { > + if (!down_read_trylock(&fi->i_gc_rwsem[rw])) { > + iocb->ki_hint = hint; > + err = -EAGAIN; > + goto out; > + } > + if (do_opu && !down_read_trylock(&fi->i_gc_rwsem[READ])) { > + up_read(&fi->i_gc_rwsem[rw]); > iocb->ki_hint = hint; > err = -EAGAIN; > goto out; > } > - down_read(&F2FS_I(inode)->i_gc_rwsem[rw]); > + } else { > + down_read(&fi->i_gc_rwsem[rw]); > + if (do_opu) > + down_read(&fi->i_gc_rwsem[READ]); > } > > err = blockdev_direct_IO(iocb, inode, iter, get_data_block_dio); > - up_read(&F2FS_I(inode)->i_gc_rwsem[rw]); > + > + if (do_opu) > + up_read(&fi->i_gc_rwsem[READ]); > + > + up_read(&fi->i_gc_rwsem[rw]); > > if (rw == WRITE) { > if (whint_mode == WHINT_MODE_OFF) > @@ -2530,7 +2555,8 @@ static ssize_t f2fs_direct_IO(struct kiocb *iocb, struct iov_iter *iter) > if (err > 0) { > f2fs_update_iostat(F2FS_I_SB(inode), APP_DIRECT_IO, > err); > - set_inode_flag(inode, FI_UPDATE_WRITE); > + if (!do_opu) > + set_inode_flag(inode, FI_UPDATE_WRITE); > } else if (err < 0) { > f2fs_write_failed(mapping, offset + count); > } > diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h > index 894a2503e722..72d46860cee3 100644 > --- a/fs/f2fs/f2fs.h > +++ b/fs/f2fs/f2fs.h > @@ -8,6 +8,7 @@ > #ifndef _LINUX_F2FS_H > #define _LINUX_F2FS_H > > +#include > #include > #include > #include > @@ -3486,11 +3487,47 @@ static inline bool f2fs_may_encrypt(struct inode *inode) > #endif > } > > -static inline bool f2fs_force_buffered_io(struct inode *inode, int rw) > +static inline int block_unaligned_IO(struct inode *inode, > + struct kiocb *iocb, struct iov_iter *iter) > { > - return (f2fs_post_read_required(inode) || > - (rw == WRITE && test_opt(F2FS_I_SB(inode), LFS)) || > - F2FS_I_SB(inode)->s_ndevs); > + unsigned int i_blkbits = READ_ONCE(inode->i_blkbits); > + unsigned int blocksize_mask = (1 << i_blkbits) - 1; > + loff_t offset = iocb->ki_pos; > + unsigned long align = offset | iov_iter_alignment(iter); > + > + return align & blocksize_mask; > +} > + > +static inline int allow_outplace_dio(struct inode *inode, > + struct kiocb *iocb, struct iov_iter *iter) > +{ > + struct f2fs_sb_info *sbi = F2FS_I_SB(inode); > + int rw = iov_iter_rw(iter); > + > + return (test_opt(sbi, LFS) && (rw == WRITE) && > + !block_unaligned_IO(inode, iocb, iter)); > +} > + > +static inline bool f2fs_force_buffered_io(struct inode *inode, > + struct kiocb *iocb, struct iov_iter *iter) > +{ > + struct f2fs_sb_info *sbi = F2FS_I_SB(inode); > + int rw = iov_iter_rw(iter); > + > + if (f2fs_post_read_required(inode)) > + return true; > + if (sbi->s_ndevs) > + return true; > + /* > + * for blkzoned device, fallback direct IO to buffered IO, so > + * all IOs can be serialized by log-structured write. > + */ > + if (f2fs_sb_has_blkzoned(sbi->sb)) > + return true; > + if (test_opt(sbi, LFS) && (rw == WRITE) && > + block_unaligned_IO(inode, iocb, iter)) > + return true; > + return false; > } > > #ifdef CONFIG_F2FS_FAULT_INJECTION > diff --git a/fs/f2fs/file.c b/fs/f2fs/file.c > index a75f3e145bf1..a388866e71ee 100644 > --- a/fs/f2fs/file.c > +++ b/fs/f2fs/file.c > @@ -3019,7 +3019,8 @@ static ssize_t f2fs_file_write_iter(struct kiocb *iocb, struct iov_iter *from) > if (!f2fs_overwrite_io(inode, iocb->ki_pos, > iov_iter_count(from)) || > f2fs_has_inline_data(inode) || > - f2fs_force_buffered_io(inode, WRITE)) { > + f2fs_force_buffered_io(inode, > + iocb, from)) { > clear_inode_flag(inode, > FI_NO_PREALLOC); > inode_unlock(inode); >