public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/6] UBIFS: save a bit of RAM
@ 2011-03-14 14:46 Artem Bityutskiy
  2011-03-14 14:46 ` [PATCH 1/6] UBIFS: allocate dump buffer on demand Artem Bityutskiy
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Artem Bityutskiy @ 2011-03-14 14:46 UTC (permalink / raw)
  To: Adrian Hunter; +Cc: MTD list

Hi,

this is a simple patch series which makes UBIFS use a bit less
RAM. It gets rid of a debugging buffer of PEB size, which is in
most cases 128KiB, but can be larger as well.

When UBIFS is compiled with debugging support (most typical setup
I believe), UBIFS allocate a PEB size buffer for miscellaneous
purposes. But mostly it uses the buffer in various self-checks.

However, most people never enable the self-checks, so the RAM is
wasted. This patch series makes UBIFS always allocate the RAM when
it is needed, and free it afterwords.

Artem.

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

end of thread, other threads:[~2011-03-14 14:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-14 14:46 [PATCH 0/6] UBIFS: save a bit of RAM Artem Bityutskiy
2011-03-14 14:46 ` [PATCH 1/6] UBIFS: allocate dump buffer on demand Artem Bityutskiy
2011-03-14 14:46 ` [PATCH 2/6] UBIFS: allocate scanning " Artem Bityutskiy
2011-03-14 14:46 ` [PATCH 3/6] UBIFS: allocate ltab checking " Artem Bityutskiy
2011-03-14 14:46 ` [PATCH 4/6] UBIFS: allocate lpt dump " Artem Bityutskiy
2011-03-14 14:46 ` [PATCH 5/6] UBIFS: allocate orphans scan " Artem Bityutskiy
2011-03-14 14:46 ` [PATCH 6/6] UBIFS: save 128KiB or more RAM Artem Bityutskiy

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