]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit71fb06f87dfec735981a4b902dcf6229635598dc
tree2c4311377c4aa72450e27f531e198fe3e1c67db0
parenta2d05f8a41239a1f47d794cdade9ebf66e9d12c8
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