Theodore Ts'o
cccd147a57
ext4: optimize ext4_writepage() for attempted 4k delalloc writes
...
In cases where the file system block size is the same as the page
size, and ext4_writepage() is asked to write out a page which is
either has the unwritten bit set in the extent tree, or which does not
yet have a block assigned due to delayed allocation, we can bail out
early and, unlocking the page earlier and avoiding a round trip
through ext4_bio_write_page() with the attendant calls to
set_page_writeback() and redirty_page_for_writeback().
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2015-10-03 10:49:23 -04:00
..
2015-08-23 14:21:36 -05:00
2015-09-10 13:29:01 -07:00
2015-09-11 12:38:25 -07:00
2015-09-11 12:33:03 -07:00
2015-09-11 19:37:06 -05:00
2015-09-10 13:29:01 -07:00
2015-09-03 12:57:48 -07:00
2015-09-08 11:26:17 -07:00
2015-09-08 15:35:28 -07:00
2015-10-03 10:49:23 -04:00
2015-09-03 13:10:22 -07:00
2015-08-07 13:59:24 +02:00
2015-08-16 12:35:44 -07:00
2015-09-11 12:23:51 -07:00
2015-09-10 13:29:01 -07:00
2015-09-10 13:29:01 -07:00
2015-09-04 16:54:41 -07:00
2015-09-03 11:55:30 -07:00
2015-09-08 15:35:28 -07:00
2015-08-04 11:21:52 -04:00
2015-09-03 12:28:30 -07:00
2015-08-18 15:49:15 -07:00
2015-08-13 10:22:06 -04:00
2015-08-13 12:32:04 -06:00
2015-09-07 14:02:24 -07:00
2015-08-13 10:22:06 -04:00
2015-09-07 14:02:24 -07:00
2015-08-13 12:32:04 -06:00
2015-09-05 20:34:28 -07:00
2015-09-04 16:54:41 -07:00
2015-09-11 15:21:34 -07:00
2015-09-04 16:54:41 -07:00
2015-09-10 13:29:01 -07:00
2015-09-05 20:34:28 -07:00
2015-09-04 16:54:41 -07:00
2015-08-20 14:58:35 +02:00
2015-09-09 10:43:12 -07:00
2015-09-08 15:35:28 -07:00
2015-09-04 16:54:41 -07:00
2015-09-15 20:08:05 -04:00
2015-08-13 12:32:00 -06:00
2015-08-05 13:49:35 -07:00
2015-09-10 13:29:01 -07:00
2015-09-15 20:07:35 -04:00
2015-08-21 02:34:37 -04:00
2015-08-13 12:32:04 -06:00
2015-08-17 18:39:46 -04:00
2015-08-07 04:39:40 +03:00
2015-09-19 18:50:19 -07:00
2015-08-18 10:20:09 -07:00
2015-08-17 23:38:10 -04:00
2015-08-12 15:28:45 -05:00
2015-08-31 16:27:25 -04:00
2015-09-04 16:54:41 -07:00
2015-08-13 12:32:04 -06:00
2015-09-10 13:29:01 -07:00
2015-09-01 16:13:25 -07:00
2015-09-11 15:21:34 -07:00
2015-09-11 15:21:34 -07:00
2015-08-07 04:39:40 +03:00
2015-08-21 02:31:20 -04:00
2015-09-17 21:16:07 -07:00