1. 30 4月, 2008 9 次提交
  2. 17 4月, 2008 2 次提交
  3. 30 4月, 2008 1 次提交
  4. 17 4月, 2008 3 次提交
  5. 28 4月, 2008 1 次提交
  6. 29 4月, 2008 1 次提交
  7. 17 4月, 2008 8 次提交
  8. 29 4月, 2008 1 次提交
    • E
      ext4: reduce mballoc stack usage with noinline_for_stack · 4ddfef7b
      Eric Sandeen 提交于
      mballoc.c is a whole lot of static functions, which gcc seems to
      really like to inline.
      
      With the changes below, on x86, I can at least get from:
      
      432 ext4_mb_new_blocks
      240 ext4_mb_free_blocks
      208 ext4_mb_discard_group_preallocations
      188 ext4_mb_seq_groups_show
      164 ext4_mb_init_cache
      152 ext4_mb_release_inode_pa
      136 ext4_mb_seq_history_show
      ...
      
      to
      
      220 ext4_mb_free_blocks
      188 ext4_mb_seq_groups_show
      176 ext4_mb_regular_allocator
      164 ext4_mb_init_cache
      156 ext4_mb_new_blocks
      152 ext4_mb_release_inode_pa
      136 ext4_mb_seq_history_show
      124 ext4_mb_release_group_pa
      ...
      
      which still has some big functions in there, but not 432 bytes!
      Signed-off-by: NEric Sandeen <sandeen@redhat.com>
      Signed-off-by: NMingming Cao <cmm@us.ibm.com>
      Signed-off-by: N"Theodore Ts'o" <tytso@mit.edu>
      4ddfef7b
  9. 30 4月, 2008 2 次提交
  10. 29 4月, 2008 4 次提交
  11. 17 4月, 2008 1 次提交
  12. 29 4月, 2008 5 次提交
  13. 17 4月, 2008 1 次提交
  14. 30 4月, 2008 1 次提交