mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/5] fat: additions to support fat_fallocate
@ 2013-11-17 11:37 Namjae Jeon
  2013-12-01 12:56 ` OGAWA Hirofumi
  0 siblings, 1 reply; 3+ messages in thread
From: Namjae Jeon @ 2013-11-17 11:37 UTC (permalink / raw)
  To: hirofumi, akpm; +Cc: linux-fsdevel, linux-kernel, Namjae Jeon, Namjae Jeon

From: Namjae Jeon <namjae.jeon@samsung.com>

This patch set provides support for doing fallocate operation
on FAT filesystem.
After series of review for the the feature
The complete functionality is broken down into smaller subsets.

v2:
 - remove a stary unlock(from Dan Carpenter)
 - check ->mmu_private and ->i_disksize to truncate uninitialized data.

Namjae Jeon (5):
 fat: add i_disksize to represent uninitialized size
 fat: add fat_fallocate operation
 fat: zero out seek range on _fat_get_block
 fat: fallback to buffered write in case of fallocatded region on direct IO
 fat: permit to return phy block number by fibmap in fallocated region
-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2 0/5] fat: additions to support fat_fallocate
  2013-11-17 11:37 [PATCH v2 0/5] fat: additions to support fat_fallocate Namjae Jeon
@ 2013-12-01 12:56 ` OGAWA Hirofumi
  2013-12-05 14:21   ` Namjae Jeon
  0 siblings, 1 reply; 3+ messages in thread
From: OGAWA Hirofumi @ 2013-12-01 12:56 UTC (permalink / raw)
  To: Namjae Jeon; +Cc: akpm, linux-fsdevel, linux-kernel, Namjae Jeon

Namjae Jeon <linkinjeon@gmail.com> writes:

> From: Namjae Jeon <namjae.jeon@samsung.com>
>
> This patch set provides support for doing fallocate operation
> on FAT filesystem.
> After series of review for the the feature
> The complete functionality is broken down into smaller subsets.
>
> v2:
>  - remove a stary unlock(from Dan Carpenter)
>  - check ->mmu_private and ->i_disksize to truncate uninitialized data.
>
> Namjae Jeon (5):
>  fat: add i_disksize to represent uninitialized size
>  fat: add fat_fallocate operation
>  fat: zero out seek range on _fat_get_block
>  fat: fallback to buffered write in case of fallocatded region on direct IO
>  fat: permit to return phy block number by fibmap in fallocated region

Let's add document about FAT's fallocate() behavior to
Documents/filesystem/vfat.txt.

I.e. it will be truncated evict_inode(). So, user has to assume
fallocate() is only valid until last close(), and user has to re-call
fallocate() after re-open to make sure fallocate() region.
-- 
OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2 0/5] fat: additions to support fat_fallocate
  2013-12-01 12:56 ` OGAWA Hirofumi
@ 2013-12-05 14:21   ` Namjae Jeon
  0 siblings, 0 replies; 3+ messages in thread
From: Namjae Jeon @ 2013-12-05 14:21 UTC (permalink / raw)
  To: OGAWA Hirofumi; +Cc: akpm, linux-fsdevel, linux-kernel, Namjae Jeon

2013/12/1, OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>:
> Namjae Jeon <linkinjeon@gmail.com> writes:
>
>> From: Namjae Jeon <namjae.jeon@samsung.com>
>>
>> This patch set provides support for doing fallocate operation
>> on FAT filesystem.
>> After series of review for the the feature
>> The complete functionality is broken down into smaller subsets.
>>
>> v2:
>>  - remove a stary unlock(from Dan Carpenter)
>>  - check ->mmu_private and ->i_disksize to truncate uninitialized data.
>>
>> Namjae Jeon (5):
>>  fat: add i_disksize to represent uninitialized size
>>  fat: add fat_fallocate operation
>>  fat: zero out seek range on _fat_get_block
>>  fat: fallback to buffered write in case of fallocatded region on direct
>> IO
>>  fat: permit to return phy block number by fibmap in fallocated region
>
> Let's add document about FAT's fallocate() behavior to
> Documents/filesystem/vfat.txt.
>
> I.e. it will be truncated evict_inode(). So, user has to assume
> fallocate() is only valid until last close(), and user has to re-call
> fallocate() after re-open to make sure fallocate() region.
Right. I will update vfat document.

Thanks for review.
> --
> OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-12-05 14:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-17 11:37 [PATCH v2 0/5] fat: additions to support fat_fallocate Namjae Jeon
2013-12-01 12:56 ` OGAWA Hirofumi
2013-12-05 14:21   ` Namjae Jeon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome