linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8][e2fsprogs] 64-bit block number support - first part
@ 2007-08-30 15:28 Valerie Clement
  2007-08-30 15:31 ` [PATCH 1/8][e2fsprogs] use existing function ext2fs_group_first_block() Valerie Clement
                   ` (9 more replies)
  0 siblings, 10 replies; 22+ messages in thread
From: Valerie Clement @ 2007-08-30 15:28 UTC (permalink / raw)
  To: linux-ext4, Theodore Ts'o

This is a series of 8 patches that prepares for the 64-bit block number support in e2fsprogs:
- change a few variable types to blk_t type to support 64-bit block numbers in a next step,

- introduce a new option to mkfs to build ext4 filesystems with larger group descriptor sizes,

- introduce helper functions, similar to those existing in the ext4 kernel code, to access 64-bit block counters split in two 32-bit words.

Code compiled and "make check" passed.

The patchset is composed of the following patches:
1/8 :  use existing function ext2fs_group_first_block()
    This function will be change in a next step to support 64-bit block numbers.
    This patch will allow to make the change in a single place.

2/8 : convert block number definition to blk_t

3/8 : add new -D <desc-size> option to mkfs

4/8 : add new macro to get descriptor number

5/8 : add new inline functions to get blocks counters
6/8 : change access to the filesystem blocks counter
7/8 : change access to the reserved blocks counter
8/8 : change access to the free blocks counter

Regards
  Valerie

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

end of thread, other threads:[~2007-10-17 14:53 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-30 15:28 [PATCH 0/8][e2fsprogs] 64-bit block number support - first part Valerie Clement
2007-08-30 15:31 ` [PATCH 1/8][e2fsprogs] use existing function ext2fs_group_first_block() Valerie Clement
2007-10-14 22:53   ` Theodore Tso
2007-08-30 15:33 ` [PATCH 2/8][e2fsprogs] convert block number definition to blk_t Valerie Clement
2007-10-15  1:02   ` Theodore Tso
2007-08-30 15:37 ` [PATCH 3/8][e2fsprogs] add new -D <desc-size> option to mkfs Valerie Clement
2007-08-30 14:12   ` Andreas Dilger
2007-08-30 19:12   ` Mingming Cao
2007-08-30 20:51     ` Andreas Dilger
2007-09-01  0:25       ` Mingming Cao
2007-09-04  6:29         ` Andreas Dilger
2007-10-15  1:51   ` Theodore Tso
2007-08-30 15:38 ` [PATCH 4/8][e2fsprogs] add new macro to get descriptor number Valerie Clement
2007-10-15  2:09   ` Theodore Tso
2007-08-30 15:39 ` [PATCH 5/8][e2fsprogs] add new inline functions to get blocks counters Valerie Clement
2007-08-30 15:40 ` [PATCH 6/8][e2fsprogs] change access to the filesystem blocks counter Valerie Clement
2007-08-30 15:42 ` [PATCH 7/8][e2fsprogs] change access to the reserved " Valerie Clement
2007-08-30 15:43 ` [PATCH 8/8][e2fsprogs] change access to the free " Valerie Clement
2007-08-30 16:20 ` [PATCH 1/8][e2fsprogs] use existing function ext2fs_group_first_block() Valerie Clement
2007-10-14 15:12 ` [PATCH 0/8][e2fsprogs] 64-bit block number support - first part Theodore Tso
2007-10-17 14:13   ` Valerie Clement
2007-10-17 14:53     ` Theodore Tso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).