mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/6] udf: Extent cache and bunch of cleanups and other patches
@ 2012-10-09 15:08 Namjae Jeon
  0 siblings, 0 replies; only message in thread
From: Namjae Jeon @ 2012-10-09 15:08 UTC (permalink / raw)
  To: jack; +Cc: linux-kernel, Namjae Jeon, Namjae Jeon

From: Namjae Jeon <namjae.jeon@samsung.com>

This patchset implements extent caching in UDF.
While reading/writing to a file, currently, UDF reads metadata serially
which takes a lot of time depending on the number of extents present
in the file. Caching last accessd extent improves metadata read time.
Instead of reading file metadata from start, now we read from
the cached extent.

Namjae Jeon (6):
  udf: fix memory leak while allocating blocks during write
  udf: don't increment lenExtents while writing to a hole
  udf: update inode's iblock count when allocating new block
  udf: remove un-needed variable from inode_getblk
  udf: implement extent caching while reading-writing to a file
  udf: use extent cache when moving to last extent

---
1.7.9.5


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-09 15:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-09 15:08 [PATCH 0/6] udf: Extent cache and bunch of cleanups and other patches Namjae Jeon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®