From mboxrd@z Thu Jan 1 00:00:00 1970 From: Namjae Jeon Subject: RE: [PATCH v5 0/5] fat: additions to support fat_fallocate Date: Mon, 29 Sep 2014 13:36:23 +0900 Message-ID: <005b01cfdb9e$ec2d4820$c487d860$@samsung.com> References: <000001cfd881$e289dba0$a79d92e0$@samsung.com> <20140925125525.e30bb8f92eb47a95a219b89a@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: 'OGAWA Hirofumi' , linux-fsdevel@vger.kernel.org To: 'Andrew Morton' Return-path: Received: from mailout1.samsung.com ([203.254.224.24]:22750 "EHLO mailout1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750901AbaI2EgZ (ORCPT ); Mon, 29 Sep 2014 00:36:25 -0400 Received: from epcpsbgr2.samsung.com (u142.gpu120.samsung.co.kr [203.254.230.142]) by mailout1.samsung.com (Oracle Communications Messaging Server 7u4-24.01 (7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0NCN00EDYBGNZD40@mailout1.samsung.com> for linux-fsdevel@vger.kernel.org; Mon, 29 Sep 2014 13:36:23 +0900 (KST) In-reply-to: <20140925125525.e30bb8f92eb47a95a219b89a@linux-foundation.org> Content-language: ko Sender: linux-fsdevel-owner@vger.kernel.org List-ID: > > > Namjae Jeon (5): > > fat: add i_disksize to represent uninitialized size > > fat: add fat_fallocate operation > > fat: skip cluster allocation on fallocated region > > fat: permit to return phy block number by fibmap in fallocated region > > Documentation/filesystems/vfat.txt: update the limitation for fat fallocate > > What happened to fat-zero-out-seek-range-on-_fat_get_block-v4.patch? > > It would be nice to get this patchset wrapped up some time - it's been > over a year... Hi Andrew, Sorry that I didn't note definitely and it was late for rework.. Actually I didn't have any idea to fix remained issue and was involved in some other works. I have reworked all routines with i_disksize redefinition (cluster size aligned) and also with changing the i_disksize definition fat-zero-out-seek-range-on- _fat_get_block-v4.patch is no more needed as is. Also, the functionality served more purpose with the naming skip cluster allocation on fallocated region. Thanks!