All of lore.kernel.org
 help / color / mirror / Atom feed
* Locality of extent status tree traversal
@ 2019-05-07 16:12 Probir Roy
  2019-05-07 17:59 ` Theodore Ts'o
  0 siblings, 1 reply; 5+ messages in thread
From: Probir Roy @ 2019-05-07 16:12 UTC (permalink / raw)
  To: linux-ext4

Hi,

I am running Phoronix-fio benchmark on Linux kernel 4.18.0-rc5. I
observe the same nodes have been traversed on the extent status tree
in "ext4_es_lookup_extent" function when ext4 write begins. What's the
locality signature of "ext4_es_lookup_extent" in general? Is it
possible that same logical block being looked up repeatedly
(Temporal)? Is it possible that co-located logical blocks are searched
by ext4_es_lookup_extent (spatial)?  Or is it totally random?

-- 
Probir Roy

^ permalink raw reply	[flat|nested] 5+ messages in thread
* locality of extent status tree traversal
@ 2019-05-06 17:51 Probir Roy
  0 siblings, 0 replies; 5+ messages in thread
From: Probir Roy @ 2019-05-06 17:51 UTC (permalink / raw)
  To: kernelnewbies

Hi,

I am running Phoronix-fio benchmark on Linux kernel 4.18.0-rc5. I
observe the same nodes have been traversed on the extent status tree
in "ext4_es_lookup_extent" function when ext4 write begins. What's the
locality signature of ext4_es_lookup_extent? Is it possible that same
logical block being looked up repeatedly (Temporal)? Is it possible
that co-located logical blocks are searched by ext4_es_lookup_extent
(spatial)?

-- 
Probir Roy

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-05-07 21:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-07 16:12 Locality of extent status tree traversal Probir Roy
2019-05-07 17:59 ` Theodore Ts'o
2019-05-07 18:56   ` Probir Roy
2019-05-07 21:40     ` Theodore Ts'o
  -- strict thread matches above, loose matches on Subject: below --
2019-05-06 17:51 locality " Probir Roy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.