linux/fs/ext4
Kazuya Mio 446aaa6e7e ext4: initialize moved_len before calling ext4_move_extents()
The move_extent.moved_len is used to pass back the number of exchanged
blocks count to user space.  Currently the caller must clear this
field; but we spend more code space checking for this requirement than
simply zeroing the field ourselves, so let's just make life easier for
everyone all around.

Signed-off-by: Kazuya Mio <k-mio@sx.jp.nec.com>
Signed-off-by: Akira Fujita <a-fujita@rs.jp.nec.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2009-11-24 10:28:48 -05:00
..
Kconfig ext4: drop ext4dev compat 2009-10-01 02:21:07 -04:00
Makefile
acl.c
acl.h
balloc.c ext4: fold ext4_free_blocks() and ext4_mb_free_blocks() 2009-11-22 07:44:56 -05:00
bitmap.c
block_validity.c ext4: add check for wraparound in ext4_data_block_valid() 2009-11-22 20:48:34 -05:00
dir.c
ext4.h ext4: call ext4_forget() from ext4_free_blocks() 2009-11-23 07:17:05 -05:00
ext4_extents.h ext4: Split uninitialized extents for direct I/O 2009-09-28 15:49:08 -04:00
ext4_jbd2.c ext4: fold ext4_journal_forget() into ext4_forget() 2009-11-22 21:00:13 -05:00
ext4_jbd2.h ext4: fold ext4_journal_forget() into ext4_forget() 2009-11-22 21:00:13 -05:00
extents.c ext4: call ext4_forget() from ext4_free_blocks() 2009-11-23 07:17:05 -05:00
file.c const: mark struct vm_struct_operations 2009-09-27 11:39:25 -07:00
fsync.c ext4: avoid issuing unnecessary barriers 2009-11-23 07:24:57 -05:00
hash.c
ialloc.c
inode.c ext4: call ext4_forget() from ext4_free_blocks() 2009-11-23 07:17:05 -05:00
ioctl.c ext4: initialize moved_len before calling ext4_move_extents() 2009-11-24 10:28:48 -05:00
mballoc.c ext4: use ext4_data_block_valid() in ext4_free_blocks() 2009-11-22 20:48:42 -05:00
mballoc.h ext4: Use tracepoints for mb_history trace file 2009-09-30 00:32:42 -04:00
migrate.c ext4: call ext4_forget() from ext4_free_blocks() 2009-11-23 07:17:05 -05:00
move_extent.c ext4: initialize moved_len before calling ext4_move_extents() 2009-11-24 10:28:48 -05:00
namei.c ext4: fix potential buffer head leak when add_dirent_to_buf() returns ENOSPC 2009-11-23 07:25:49 -05:00
resize.c
super.c ext4: make "norecovery" an alias for "noload" 2009-11-19 14:28:50 -05:00
symlink.c
xattr.c ext4: call ext4_forget() from ext4_free_blocks() 2009-11-23 07:17:05 -05:00
xattr.h
xattr_security.c
xattr_trusted.c
xattr_user.c