linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/14] 64-bit quotas and preparations for OCFS2 quotas
@ 2008-10-27 12:11 Jan Kara
  2008-10-27 12:11 ` [PATCH 01/14] quota: Add callbacks for allocating and destroying dquot structures Jan Kara
  0 siblings, 1 reply; 34+ messages in thread
From: Jan Kara @ 2008-10-27 12:11 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-fsdevel

Argh, I keep forgetting adding patches on command line. Sorry for double
post.

								Honza

^ permalink raw reply	[flat|nested] 34+ messages in thread
* [PATCH 00/14] 64-bit quotas and preparations for OCFS2 quotas
@ 2008-10-27 12:10 Jan Kara
  0 siblings, 0 replies; 34+ messages in thread
From: Jan Kara @ 2008-10-27 12:10 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-fsdevel


Hello,

the set of patches which will come in following emails implements 64-bit
quotas support and also does some cleanups and necessary changes for quota
support in OCFS2.
  64-bit quota support implements new version of quota disk format (which
shares most of the code with current quota format) so quota is no longer
limited by 4 TB space limits and 2^32 inode limit and usage (guys from Sun seem
to have problems with this ;).
  OCFS2 quota support needs some changes to the internal quota code since
it treats quota data as filesystem metadata - quota code does not have to
care about problems with accesses to quota files from userspace, but it has
to allow separate enabling of usage accounting and limits enforcement.
  Andrew, could you please put these patches to -mm for testing? Thanks.
Eventually, the patches (except for the last one implementing 64-bit quota
format specific functions) are probably going to hit linux-next via ocfs2
git tree but I guess that's not a problem.

								Honza

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

end of thread, other threads:[~2008-10-29 21:31 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-27 12:11 [PATCH 00/14] 64-bit quotas and preparations for OCFS2 quotas Jan Kara
2008-10-27 12:11 ` [PATCH 01/14] quota: Add callbacks for allocating and destroying dquot structures Jan Kara
2008-10-27 12:11   ` [PATCH 02/14] quota: Increase size of variables for limits and inode usage Jan Kara
2008-10-27 12:11     ` [PATCH 03/14] quota: Remove bogus 'optimization' in check_idq() and check_bdq() Jan Kara
2008-10-27 12:11       ` [PATCH 04/14] quota: Make _SUSPENDED just a flag Jan Kara
2008-10-27 12:11         ` [PATCH 05/14] quota: Allow to separately enable quota accounting and enforcing limits Jan Kara
2008-10-27 12:11           ` [PATCH 06/14] ext3: Use sb_any_quota_loaded() instead of sb_any_quota_enabled() Jan Kara
2008-10-27 12:11             ` [PATCH 07/14] ext4: " Jan Kara
2008-10-27 12:11               ` [PATCH 08/14] reiserfs: " Jan Kara
2008-10-27 12:11                 ` [PATCH 09/14] quota: Remove compatibility function sb_any_quota_enabled() Jan Kara
2008-10-27 12:11                   ` [PATCH 10/14] quota: Introduce DQUOT_QUOTA_SYS_FILE flag Jan Kara
2008-10-27 12:11                     ` [PATCH 11/14] quota: Move quotaio_v[12].h from include/linux/ to fs/ Jan Kara
2008-10-27 12:11                       ` [PATCH 12/14] quota: Split off quota tree handling into a separate file Jan Kara
2008-10-27 12:11                         ` [PATCH 13/14] quota: Convert union in mem_dqinfo to a pointer Jan Kara
2008-10-27 12:11                           ` [PATCH 14/14] quota: Support 64-bit quota format Jan Kara
2008-10-28  5:29                             ` Andrew Morton
2008-10-29  2:39                               ` Jan Kara
2008-10-29  0:41                             ` Mingming Cao
2008-10-29  1:02                               ` Andrew Morton
2008-10-29 21:31                                 ` Mingming Cao
2008-10-28  5:55                           ` [PATCH 13/14] quota: Convert union in mem_dqinfo to a pointer Andrew Morton
2008-10-29  2:40                             ` Jan Kara
2008-10-28  5:52                         ` [PATCH 12/14] quota: Split off quota tree handling into a separate file Andrew Morton
2008-10-29  2:43                           ` Jan Kara
2008-10-28 22:32                       ` [PATCH 11/14] quota: Move quotaio_v[12].h from include/linux/ to fs/ Andrew Morton
2008-10-29  3:21                         ` Jan Kara
2008-10-28  5:44                     ` [PATCH 10/14] quota: Introduce DQUOT_QUOTA_SYS_FILE flag Andrew Morton
2008-10-28 17:51                       ` Joel Becker
2008-10-28  5:40     ` [PATCH 02/14] quota: Increase size of variables for limits and inode usage Andrew Morton
2008-10-28  9:11       ` Boaz Harrosh
2008-10-29  3:01       ` Jan Kara
2008-10-28  5:33   ` [PATCH 01/14] quota: Add callbacks for allocating and destroying dquot structures Andrew Morton
2008-10-29  3:05     ` Jan Kara
  -- strict thread matches above, loose matches on Subject: below --
2008-10-27 12:10 [PATCH 00/14] 64-bit quotas and preparations for OCFS2 quotas Jan Kara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).