kernel-ark/fs/ext3
Mingming Cao b47b24781c [PATCH] ext3_get_blocks: multiple block allocation
Add support for multiple block allocation in ext3-get-blocks().

Look up the disk block mapping and count the total number of blocks to
allocate, then pass it to ext3_new_block(), where the real block allocation is
performed.  Once multiple blocks are allocated, prepare the branch with those
just allocated blocks info and finally splice the whole branch into the block
mapping tree.

Signed-off-by: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-03-26 08:57:01 -08:00
..
acl.c
acl.h
balloc.c [PATCH] ext3: Properly report backup block present in a group 2006-03-24 07:33:30 -08:00
bitmap.c [PATCH] ext3: Fix debug logging-only compilation error 2006-03-25 08:22:56 -08:00
dir.c [PATCH] ext3_get_blocks: Mapping multiple blocks at a once 2006-03-26 08:57:00 -08:00
file.c
fsync.c
hash.c
ialloc.c
inode.c [PATCH] ext3_get_blocks: multiple block allocation 2006-03-26 08:57:01 -08:00
ioctl.c
Makefile
namei.c
namei.h
resize.c
super.c [PATCH] fast ext3_statfs 2006-03-24 07:33:25 -08:00
symlink.c
xattr_security.c
xattr_trusted.c
xattr_user.c
xattr.c
xattr.h