Files
linux-apfs/drivers
Jens Axboe b31dc66a54 [PATCH] Kill PF_SYNCWRITE flag
A process flag to indicate whether we are doing sync io is incredibly
ugly. It also causes performance problems when one does a lot of async
io and then proceeds to sync it. Part of the io will go out as async,
and the other part as sync. This causes a disconnect between the
previously submitted io and the synced io. For io schedulers such as CFQ,
this will cause us lost merges and suboptimal behaviour in scheduling.

Remove PF_SYNCWRITE completely from the fsync/msync paths, and let
the O_DIRECT path just directly indicate that the writes are sync
by using WRITE_SYNC instead.

Signed-off-by: Jens Axboe <axboe@suse.de>
2006-06-23 17:10:39 +02:00
..
2006-06-20 01:21:29 -07:00
2006-06-23 07:43:06 -07:00
2006-06-17 21:25:58 -07:00
2006-06-20 01:21:29 -07:00
2006-06-23 07:43:08 -07:00
2006-06-19 13:06:05 +01:00
2006-06-19 15:37:31 +01:00
2006-06-15 15:36:43 -04:00
2006-06-05 12:29:17 -07:00
2006-06-20 01:21:29 -07:00
2006-06-23 07:43:08 -07:00
2006-06-23 17:10:39 +02:00
2006-06-23 07:43:06 -07:00
2006-06-17 21:18:43 -07:00
2006-06-17 21:18:43 -07:00