ext4: Add multi block allocator for ext4
authorAlex Tomas <alex@clusterfs.com>
Tue, 29 Jan 2008 05:19:52 +0000 (00:19 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 29 Jan 2008 05:19:52 +0000 (00:19 -0500)
commitc9de560ded61faa5b754137b7753da252391c55a
tree2c4311377c4aa72450e27f531e198fe3e1c67db0
parent1988b51e476bd097d910c9245b53f2e38aedaf0d
ext4: Add multi block allocator for ext4

Signed-off-by: Alex Tomas <alex@clusterfs.com>
Signed-off-by: Andreas Dilger <adilger@clusterfs.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
13 files changed:
Documentation/filesystems/ext4.txt
Documentation/filesystems/proc.txt
fs/ext4/Makefile
fs/ext4/balloc.c
fs/ext4/extents.c
fs/ext4/inode.c
fs/ext4/mballoc.c [new file with mode: 0644]
fs/ext4/migrate.c
fs/ext4/super.c
fs/ext4/xattr.c
include/linux/ext4_fs.h
include/linux/ext4_fs_i.h
include/linux/ext4_fs_sb.h