[PATCH v2 0/2] optimize empty entry hint

Yuezhang.Mo@sony.com posted 2 patches 3 years, 5 months ago
Only 0 patches received!
fs/exfat/dir.c   | 76 +++++++++++++++++++++++++++++++-----------------
fs/exfat/namei.c | 33 +++++++++++++--------
2 files changed, 70 insertions(+), 39 deletions(-)
[PATCH v2 0/2] optimize empty entry hint
Posted by Yuezhang.Mo@sony.com 3 years, 5 months ago
These commits reduce the number of directory entries traversed by
optimizing empty entry hint.

Changes for v2:
  - [1/2]
    - add exfat_reset_empty_hint()
    - rename exfat_hint_empty_entry() to exfat_set_empty_hint()
    - remove the condition `ei->hint_femp.count < num_entries`
  - [2/2]
    - Check the empty entries after unused entry in
      exfat_search_empty_slot()

Yuezhang Mo (2):
  exfat: simplify empty entry hint
  exfat: hint the empty entry which at the end of cluster chain

 fs/exfat/dir.c   | 76 +++++++++++++++++++++++++++++++-----------------
 fs/exfat/namei.c | 33 +++++++++++++--------
 2 files changed, 70 insertions(+), 39 deletions(-)

-- 
2.25.1