[PATCH 0/2] mm: optimize shadow entries removal

Shakeel Butt posted 2 patches 2 months, 2 weeks ago
There is a newer version of this series
mm/truncate.c | 96 ++++++++++++++++++++++-----------------------------
1 file changed, 41 insertions(+), 55 deletions(-)
[PATCH 0/2] mm: optimize shadow entries removal
Posted by Shakeel Butt 2 months, 2 weeks ago
Some of our production workloads which processes a large amount of data
spends considerable amount of CPUs on truncation and invalidation of
large sized files (100s of GiBs of size). Tracing the operations showed
that most of the time is in shadow entries removal. This patch series
optimizes the truncation and invalidation operations.

(This is 6.13+ material)

Shakeel Butt (2):
  mm: optimize truncation of shadow entries
  mm: optimize invalidation of shadow entries

 mm/truncate.c | 96 ++++++++++++++++++++++-----------------------------
 1 file changed, 41 insertions(+), 55 deletions(-)

-- 
2.43.5