All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9 v2 bigalloc] ext4: change unit of extent's ee_block and ee_len from block to cluster for bigalloc
@ 2011-11-18 10:42 Robin Dong
  2011-11-18 10:42 ` [PATCH 1/9 v2 bigalloc] ext4: get blocks from ext4_ext_get_actual_blocks Robin Dong
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Robin Dong @ 2011-11-18 10:42 UTC (permalink / raw)
  To: linux-ext4; +Cc: Robin Dong

From: Robin Dong <sanbai@taobao.com>

Hi,

This patch series change ee_block and ee_len (of extent) 's unit from "block" to "cluster",
since it could reduce the space occupied by meta data.

This patch series should be used after Ted's bigalloc-patchs and it now can't support:
1. delay allocation
2. 1k/2k blocksize


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

end of thread, other threads:[~2011-11-19  4:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-18 10:42 [PATCH 0/9 v2 bigalloc] ext4: change unit of extent's ee_block and ee_len from block to cluster for bigalloc Robin Dong
2011-11-18 10:42 ` [PATCH 1/9 v2 bigalloc] ext4: get blocks from ext4_ext_get_actual_blocks Robin Dong
2011-11-18 10:42 ` [PATCH 2/9 v2 bigalloc] ext4: change ext4_ext_map_blocks to allocate clusters instead of blocks Robin Dong
2011-11-18 10:42 ` [PATCH 3/9 v2 bigalloc] ext4: change unit of extent's ee_block to cluster Robin Dong
2011-11-18 10:42 ` [PATCH 4/9 v2 bigalloc] ext4: remove unused functions and tags Robin Dong
2011-11-18 10:43 ` [PATCH 5/9 v2 bigalloc] ext4: zero out extra pages when users write one page Robin Dong
2011-11-18 10:43 ` [PATCH 6/9 v2 bigalloc] ext4: zero out extra page when users truncate a file Robin Dong
2011-11-18 10:43 ` [PATCH 7/9 v2 bigalloc] ext4: allocate a cluster for a directory when it need spaces Robin Dong
2011-11-18 10:43 ` [PATCH 8/9 v2 bigalloc] ext4: align fallocate size to a whole cluster Robin Dong
2011-11-18 10:43 ` [PATCH 9/9 v2 bigalloc] ext4: make cluster works for mmap Robin Dong
2011-11-19  4:22 ` [PATCH 0/9 v2 bigalloc] ext4: change unit of extent's ee_block and ee_len from block to cluster for bigalloc Ted Ts'o

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.