search for: ext4_extent_head

Displaying 2 results from an estimated 2 matches for "ext4_extent_head".

Did you mean: ext4_extent_header
2013 Mar 02
0
[GIT-PULL] ext4 inline data support
...re/fs/ext2/bmap.c b/core/fs/ext2/bmap.c index ef2bf64..a65b320 100644 --- a/core/fs/ext2/bmap.c +++ b/core/fs/ext2/bmap.c @@ -10,6 +10,7 @@ #include <fs.h> #include <disk.h> #include <cache.h> +#include "assert.h" #include "ext2_fs.h" static const struct ext4_extent_header * @@ -178,7 +179,6 @@ bmap_traditional(struct inode *inode, block_t block, size_t *nblocks) return 0; } - /** * Map the logical block to physic block where the file data stores. * In EXT4, there are two ways to handle the map process, extents and indirect. @@ -203,7 +203,6 @@ block_t...
2012 Mar 20
13
[PATCH 0 of 3 v2] PV-GRUB: add support for ext4 and btrfs
Hi, The following patches add support for ext4 and btrfs to PV-GRUB. These patches are taken nearly verbatim from those provided by Fedora and Gentoo. We''ve been using these patches for the PV-GRUB images available in EC2 for some time now with no problems. Changes from v1: - Makefile has been changed to check the exit code from patch - The btrfs patch has been rebased to apply