1. 04 1月, 2012 6 次提交
  2. 10 9月, 2011 3 次提交
  3. 01 8月, 2011 1 次提交
  4. 31 7月, 2011 1 次提交
  5. 28 7月, 2011 3 次提交
  6. 27 7月, 2011 7 次提交
  7. 21 3月, 2011 1 次提交
  8. 22 2月, 2011 1 次提交
    • T
      ext4: fix compile warnings with EXT4FS_DEBUG enabled · da488945
      Theodore Ts'o 提交于
      Compile 2.6.38-rc1 with turning EXT4FS_DEBUG on,
      we get following compile warnings. This patch fixes them.
      
        CC      fs/ext4/hash.o
        CC      fs/ext4/resize.o
      fs/ext4/resize.c: In function 'setup_new_group_blocks':
      fs/ext4/resize.c:233:2: warning: format '%#04llx' expects type 'long long
      unsigned int', but argument 3 has type 'long unsigned int'
      fs/ext4/resize.c:251:2: warning: format '%#04llx' expects type 'long long
      unsigned int', but argument 3 has type 'long unsigned int'
        CC      fs/ext4/extents.o
        CC      fs/ext4/ext4_jbd2.o
        CC      fs/ext4/migrate.o
      Reported-by: NAkira Fujita <a-fujita@rs.jp.nec.com>
      Signed-off-by: N"Theodore Ts'o" <tytso@mit.edu>
      da488945
  9. 11 1月, 2011 1 次提交
  10. 24 12月, 2010 1 次提交
  11. 28 10月, 2010 2 次提交
  12. 15 6月, 2010 1 次提交
  13. 12 6月, 2010 1 次提交
    • T
      ext4: Clean up s_dirt handling · a0375156
      Theodore Ts'o 提交于
      We don't need to set s_dirt in most of the ext4 code when journaling
      is enabled.  In ext3/4 some of the summary statistics for # of free
      inodes, blocks, and directories are calculated from the per-block
      group statistics when the file system is mounted or unmounted.  As a
      result the superblock doesn't have to be updated, either via the
      journal or by setting s_dirt.  There are a few exceptions, most
      notably when resizing the file system, where the superblock needs to
      be modified --- and in that case it should be done as a journalled
      operation if possible, and s_dirt set only in no-journal mode.
      
      This patch will optimize out some unneeded disk writes when using ext4
      with a journal.
      Signed-off-by: N"Theodore Ts'o" <tytso@mit.edu>
      a0375156
  14. 16 5月, 2010 1 次提交
  15. 16 2月, 2010 1 次提交
  16. 07 12月, 2009 1 次提交
  17. 10 9月, 2009 1 次提交
  18. 19 6月, 2009 1 次提交
  19. 02 5月, 2009 1 次提交
  20. 26 4月, 2009 1 次提交
  21. 05 3月, 2009 1 次提交
  22. 27 1月, 2009 1 次提交
  23. 06 1月, 2009 2 次提交