Re: [PATCH 2/3] ext4: journalled quota optimization

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jan Kara
Date: Tuesday, April 6, 2010 - 11:06 am

On Mon 05-04-10 07:30:37, dmonakhov@openvz.org wrote:
  I have to admit I'm really surprised (almost suspicious) about those
results :). If I consider the length of the whole write path doing block
allocation and how tiny part of the window you have to squeeze into, it's
hard for me to believe that you can achive such huge improvement. So if
the measurement is really correct, there must be something I miss...

  :-) We share this aim.

  Quota uses the same approach for fs-private data as VFS uses for inodes -
i.e., a filesystem can provide quota allocation and destruction functions
that allocate it's private quota structure which contains also the generic
quota structure. OCFS2 uses the opportunity already so you can check out
how it's exactly implemented.

									Honza
-- 
Jan Kara <jack@suse.cz>
SUSE Labs, CR
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/3] ext4/quota: journalled quota optimizations, Dmitry Monakhov, (Sat Mar 27, 5:15 am)
[PATCH 1/3] quota: optimize mark_dirty logic, Dmitry Monakhov, (Sat Mar 27, 5:15 am)
[PATCH 2/3] ext4: journalled quota optimization, Dmitry Monakhov, (Sat Mar 27, 5:15 am)
[PATCH 3/3] ext4: optimize quota write locking, Dmitry Monakhov, (Sat Mar 27, 5:15 am)
Re: [PATCH 2/3] ext4: journalled quota optimization, Jan Kara, (Tue Apr 6, 11:06 am)
Re: [PATCH 2/3] ext4: journalled quota optimization, Dmitry Monakhov, (Wed Apr 7, 1:12 am)