1. 18 9月, 2012 1 次提交
    • E
      userns: Convert struct dquot dq_id to be a struct kqid · 4c376dca
      Eric W. Biederman 提交于
      Change struct dquot dq_id to a struct kqid and remove the now
      unecessary dq_type.
      
      Make minimal changes to dquot, quota_tree, quota_v1, quota_v2, ext3,
      ext4, and ocfs2 to deal with the change in quota structures and
      signatures.  The ocfs2 changes are larger than most because of the
      extensive tracing throughout the ocfs2 quota code that prints out
      dq_id.
      
      quota_tree.c:get_index is modified to take a struct kqid instead of a
      qid_t because all of it's callers pass in dquot->dq_id and it allows
      me to introduce only a single conversion.
      
      The rest of the changes are either just replacing dq_type with dq_id.type,
      adding conversions to deal with the change in type and occassionally
      adding qid_eq to allow quota id comparisons in a user namespace safe way.
      
      Cc: Mark Fasheh <mfasheh@suse.com>
      Cc: Joel Becker <jlbec@evilplan.org>
      Cc: Jan Kara <jack@suse.cz>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: Andreas Dilger <adilger.kernel@dilger.ca>
      Cc: Theodore Tso <tytso@mit.edu>
      Signed-off-by: N"Eric W. Biederman" <ebiederm@xmission.com>
      4c376dca
  2. 24 2月, 2011 1 次提交
  3. 21 7月, 2010 1 次提交
  4. 22 5月, 2010 1 次提交
  5. 23 12月, 2009 2 次提交
  6. 10 12月, 2009 2 次提交
  7. 26 3月, 2009 2 次提交
  8. 06 1月, 2009 4 次提交
  9. 26 7月, 2008 1 次提交
  10. 30 4月, 2008 1 次提交
  11. 28 4月, 2008 1 次提交
  12. 23 3月, 2006 1 次提交
  13. 04 2月, 2006 1 次提交
  14. 15 1月, 2006 1 次提交
  15. 17 4月, 2005 2 次提交
    • N
      [PATCH] quota: possible bug in quota format v2 support · e821d94d
      Niu YaWei 提交于
      Don't put root block of quota tree to the free list (when quota file is
      completely empty).  That should not actually happen anyway (somebody should
      get accounted for the filesystem root and so quota file should never be
      empty) but better prevent it here than solve magical quota file
      corruption.
      Signed-off-by: NJan Kara <jack@suse.cz>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      e821d94d
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4