1. 13 10月, 2009 2 次提交
  2. 09 10月, 2009 1 次提交
  3. 08 10月, 2009 11 次提交
  4. 07 10月, 2009 1 次提交
  5. 05 10月, 2009 6 次提交
  6. 03 10月, 2009 2 次提交
  7. 02 10月, 2009 6 次提交
  8. 01 10月, 2009 2 次提交
  9. 30 9月, 2009 1 次提交
    • T
      ext4: Use tracepoints for mb_history trace file · 296c355c
      Theodore Ts'o 提交于
      The /proc/fs/ext4/<dev>/mb_history was maintained manually, and had a
      number of problems: it required a largish amount of memory to be
      allocated for each ext4 filesystem, and the s_mb_history_lock
      introduced a CPU contention problem.  
      
      By ripping out the mb_history code and replacing it with ftrace
      tracepoints, and we get more functionality: timestamps, event
      filtering, the ability to correlate mballoc history with other ext4
      tracepoints, etc.
      Signed-off-by: N"Theodore Ts'o" <tytso@mit.edu>
      296c355c
  10. 29 9月, 2009 1 次提交
  11. 30 9月, 2009 1 次提交
  12. 24 9月, 2009 6 次提交