1. 01 11月, 2011 1 次提交
  2. 24 3月, 2011 1 次提交
  3. 23 2月, 2011 1 次提交
    • D
      UDF: Fix compiler warning · 6f644e5f
      Dirk Behme 提交于
      Fix compiler warning
      
      fs/udf/balloc.c: In function 'udf_bitmap_new_block':
      fs/udf/balloc.c:273: warning: passing argument 1 of '_find_next_bit_le' from incompatible pointer type
      fs/udf/balloc.c:285: warning: passing argument 1 of '_find_next_bit_le' from incompatible pointer type
      fs/udf/balloc.c:311: warning: passing argument 1 of '_find_next_bit_le' from incompatible pointer type
      fs/udf/balloc.c:325: warning: passing argument 1 of '_find_next_bit_le' from incompatible pointer type
      
      The main fix is to add a cast in ext2_find_next_bit().
      
      As all other usage locations of udf_find_next_one_bit()
      directly use bh->b_data (which is a char *), the useless
      (char *) cast in line 311 can be removed, too.
      Signed-off-by: NDirk Behme <dirk.behme@de.bosch.com>
      Signed-off-by: NGeorge G. Davis <gdavis@mvista.com>
      Signed-off-by: NJan Kara <jack@suse.cz>
      6f644e5f
  4. 07 1月, 2011 1 次提交
  5. 24 5月, 2010 1 次提交
    • J
      udf: Remove dead quota code · 36350462
      Jan Kara 提交于
      Quota on UDF is non-functional at least since 2.6.16 (I'm too lazy to
      do more archeology) because it does not provide .quota_write and .quota_read
      functions and thus quotaon(8) just returns EINVAL. Since nobody complained
      for all those years and quota support is not even in UDF standard just nuke
      it.
      Signed-off-by: NJan Kara <jack@suse.cz>
      36350462
  6. 08 4月, 2010 1 次提交
  7. 10 3月, 2010 1 次提交
  8. 05 3月, 2010 1 次提交
    • C
      dquot: cleanup space allocation / freeing routines · 5dd4056d
      Christoph Hellwig 提交于
      Get rid of the alloc_space, free_space, reserve_space, claim_space and
      release_rsv dquot operations - they are always called from the filesystem
      and if a filesystem really needs their own (which none currently does)
      it can just call into it's own routine directly.
      
      Move shared logic into the common __dquot_alloc_space,
      dquot_claim_space_nodirty and __dquot_free_space low-level methods,
      and rationalize the wrappers around it to move as much as possible
      code into the common block for CONFIG_QUOTA vs not.  Also rename
      all these helpers to be named dquot_* instead of vfs_dq_*.
      Signed-off-by: NChristoph Hellwig <hch@lst.de>
      Signed-off-by: NJan Kara <jack@suse.cz>
      5dd4056d
  9. 04 3月, 2010 1 次提交
  10. 15 12月, 2009 1 次提交
  11. 24 6月, 2009 1 次提交
  12. 02 4月, 2009 4 次提交
  13. 26 3月, 2009 1 次提交
  14. 17 4月, 2008 1 次提交
  15. 14 2月, 2008 1 次提交
  16. 09 2月, 2008 7 次提交
  17. 17 10月, 2007 1 次提交
  18. 31 8月, 2007 1 次提交
  19. 22 7月, 2007 1 次提交
  20. 20 7月, 2007 1 次提交
  21. 09 5月, 2007 2 次提交
  22. 23 3月, 2006 1 次提交
  23. 04 2月, 2006 1 次提交
  24. 09 1月, 2006 1 次提交
  25. 03 1月, 2006 1 次提交
  26. 17 4月, 2005 1 次提交
    • 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