1. 27 7月, 2010 1 次提交
  2. 30 6月, 2010 2 次提交
  3. 29 6月, 2010 2 次提交
  4. 16 6月, 2010 1 次提交
  5. 15 6月, 2010 2 次提交
  6. 14 6月, 2010 1 次提交
  7. 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
  8. 05 6月, 2010 1 次提交
  9. 03 6月, 2010 1 次提交
  10. 28 5月, 2010 2 次提交
  11. 24 5月, 2010 5 次提交
  12. 22 5月, 2010 3 次提交
  13. 17 5月, 2010 18 次提交