android_kernel_samsung_univ.../fs/ext4
Lukas Czerner 1a66c7c3be ext4: use filemap_write_and_wait_range() correctly in collapse range
Currently we're passing -1 as lend argumnet for
filemap_write_and_wait_range() which is wrong since lend is signed type
so it would cause some confusion and we might not write_and_wait for the
entire range we're expecting to write.

Fix it by using LLONG_MAX instead.

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2014-04-18 10:41:52 -04:00
..
acl.c
acl.h
balloc.c ext4: fix ext4_count_free_clusters() with EXT4FS_DEBUG and bigalloc enabled 2014-04-14 23:36:15 -04:00
bitmap.c
block_validity.c
dir.c
ext4_extents.h
ext4_jbd2.c jbd2: improve error messages for inconsistent journal heads 2014-03-12 16:38:03 -04:00
ext4_jbd2.h
ext4.h ext4: move ext4_update_i_disksize() into mpage_map_and_submit_extent() 2014-04-11 10:35:17 -04:00
extents_status.c ext4: fix 64-bit number truncation warning 2014-04-07 10:18:56 -04:00
extents_status.h ext4: add ext4_es_store_pblock_status() 2014-02-19 20:15:15 -05:00
extents.c ext4: use filemap_write_and_wait_range() correctly in collapse range 2014-04-18 10:41:52 -04:00
file.c ext4: use i_size_read in ext4_unaligned_aio() 2014-04-12 12:45:25 -04:00
fsync.c
hash.c
ialloc.c
indirect.c
inline.c
inode.c fs: disallow all fallocate operation on active swapfile 2014-04-12 10:05:37 -04:00
ioctl.c ext4: clean up error handling in swap_inode_boot_loader() 2014-02-17 20:44:36 -05:00
Kconfig
Makefile
mballoc.c ext4: silence sparse check warning for function ext4_trim_extent 2014-04-12 23:01:28 -04:00
mballoc.h ext4: remove unused ac_ex_scanned 2014-02-20 13:32:10 -05:00
migrate.c
mmp.c
move_extent.c ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate 2014-02-23 15:18:59 -05:00
namei.c ext4: add cross rename support 2014-04-01 17:08:44 +02:00
page-io.c ext4: note the error in ext4_end_bio() 2014-04-07 10:54:20 -04:00
resize.c
super.c ext4: initialize multi-block allocator before checking block descriptors 2014-04-07 10:54:20 -04:00
symlink.c
truncate.h
xattr_security.c
xattr_trusted.c
xattr_user.c
xattr.c ext4: fix jbd2 warning under heavy xattr load 2014-04-07 10:54:21 -04:00
xattr.h ext4: each filesystem creates and uses its own mb_cache 2014-03-18 19:24:49 -04:00