1. 23 7月, 2012 1 次提交
  2. 10 7月, 2012 1 次提交
  3. 01 7月, 2012 1 次提交
    • A
      ext4: avoid uneeded calls to ext4_mb_load_buddy() while reading mb_groups · 1c8457ca
      Aditya Kali 提交于
      Currently ext4_mb_load_buddy is called for every group, irrespective
      of whether the group info is already in memory, while reading
      /proc/fs/ext4/<partition>/mb_groups proc file.  For the purpose of
      mb_groups proc file, it is unnecessary to load the file group info
      from disk if it was loaded in past.  These calls to ext4_mb_load_buddy
      make reading the mb_groups proc file expensive.
      
      Also, the locks around ext4_get_group_info are not required.
      
      This patch modifies the code to call ext4_mb_load_buddy only if the
      group info had never been loaded into memory in past. It also removes
      the mb group locking around ext4_get_group_info call.
      Signed-off-by: NAditya Kali <adityakali@google.com>
      Signed-off-by: N"Theodore Ts'o" <tytso@mit.edu>
      1c8457ca
  4. 01 6月, 2012 2 次提交
  5. 29 5月, 2012 2 次提交
  6. 30 4月, 2012 2 次提交
  7. 22 3月, 2012 3 次提交
  8. 20 3月, 2012 2 次提交
  9. 21 2月, 2012 4 次提交
  10. 19 12月, 2011 1 次提交
  11. 26 10月, 2011 4 次提交
  12. 21 10月, 2011 1 次提交
  13. 06 10月, 2011 1 次提交
  14. 10 9月, 2011 10 次提交
  15. 02 8月, 2011 3 次提交
  16. 01 8月, 2011 1 次提交
  17. 27 7月, 2011 1 次提交