Re: [PATCH 1/8] far: remove i_alloc_sem abuse

2011-06-21 Thread OGAWA Hirofumi
) { + down_write(MSDOS_I(inode)-truncate_lock); truncate_setsize(inode, attr-ia_size); fat_truncate_blocks(inode, attr-ia_size); + up_write(MSDOS_I(inode)-truncate_lock); } setattr_copy(inode, attr); -- OGAWA Hirofumi hirof

Re: [PATCH 1/8] far: remove i_alloc_sem abuse

2011-06-21 Thread OGAWA Hirofumi
OGAWA Hirofumi hirof...@mail.parknet.co.jp writes: Christoph Hellwig h...@infradead.org writes: Add a new rw_semaphore to protect bmap against truncate. Previous i_alloc_sem was abused for this, but it's going away in this series. In FAT case, -i_mutex was better. But, last time I saw

Re: [PATCH V8 4/8] mm/fs: add hooks to support cleancache

2011-04-15 Thread OGAWA Hirofumi
felt those methods does refcount by quick read. But it seems to be false. There is no xen codes, so I don't know actually though.). And I agree, I also think the needing thing is consistency on the linux codes (term). Thanks. -- OGAWA Hirofumi hirof...@mail.parknet.co.jp -- To unsubscribe from

Re: [PATCH V8 1/8] mm/fs: cleancache documentation

2011-04-15 Thread OGAWA Hirofumi
and call for unpleasing reclaim to backend (because of limited space of backend) like updatedb. And already there is in FAQ though, I also have interest about async interface because of SDD backend (I'm not sure for now though). Is there any plan like SSD backend? Thanks. -- OGAWA Hirofumi hirof

Re: [PATCH V8 1/8] mm/fs: cleancache documentation

2011-04-15 Thread OGAWA Hirofumi
foundation to access other asynchronous devices. See: http://marc.info/?l=linux-mmm=130013567810410w=2 Thanks for info. -- OGAWA Hirofumi hirof...@mail.parknet.co.jp -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More

Re: [PATCH][RFC] Complex filesystem operations: split and join

2010-06-15 Thread OGAWA Hirofumi
, or emulate it by zero fill. Thanks. -- OGAWA Hirofumi hirof...@mail.parknet.co.jp -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH][RFC] Complex filesystem operations: split and join

2010-06-13 Thread OGAWA Hirofumi
remove codes completely for e.g. security reasons. And IMHO, those cache managements to such operations are not so easy. Thanks. -- OGAWA Hirofumi hirof...@mail.parknet.co.jp -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org