Files
ubports_kernel_google_msm/fs/ext4
Allison Henderson 02fac1297e ext4: fix partial page writes
While running extended fsx tests to verify the preceeding patches,
a similar bug was also found in the write operation

When ever a write operation begins or ends in a hole,
or extends EOF, the partial page contained in the hole
or beyond EOF needs to be zeroed out.

To correct this the new ext4_discard_partial_page_buffers_no_lock
routine is used to zero out the partial page, but only for buffer
heads that are already unmapped.

Signed-off-by: Allison Henderson <achender@linux.vnet.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2011-09-06 21:53:01 -04:00
..
2011-07-25 14:30:23 -04:00
2011-09-06 21:49:44 -04:00
2011-07-25 14:30:23 -04:00
2011-09-06 21:49:44 -04:00
2011-09-06 21:53:01 -04:00
2011-05-25 07:41:26 -04:00