Files
android_kernel_xiaomi_sm8450/include/trace/events
Eric Whitney 0b02f4c0d6 ext4: fix reserved cluster accounting at delayed write time
The code in ext4_da_map_blocks sometimes reserves space for more
delayed allocated clusters than it should, resulting in premature
ENOSPC, exceeded quota, and inaccurate free space reporting.

Fix this by checking for written and unwritten blocks shared in the
same cluster with the newly delayed allocated block.  A cluster
reservation should not be made for a cluster for which physical space
has already been allocated.

Signed-off-by: Eric Whitney <enwlinux@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2018-10-01 14:19:37 -04:00
..
2018-04-16 11:53:35 +01:00
2017-12-13 15:10:01 -05:00
2018-04-04 13:41:27 +01:00
2018-06-19 10:06:29 -07:00
2017-09-25 20:38:26 +02:00
2018-02-23 14:29:59 +00:00
2018-07-26 10:17:47 +02:00
2018-02-13 21:30:22 +01:00
2018-08-01 13:28:23 +01:00
2017-12-19 10:56:24 +01:00
2018-04-18 23:37:39 -04:00