aboutsummaryrefslogtreecommitdiff
path: root/fs/dyn_sync_cntrl.c
Commit message (Collapse)AuthorAgeFilesLines
* fsync: __FUNCTION__ > __func__ & indentation cleanupMister Oyster2017-12-261-19/+17
|
* fsync: revert to a version with fbsuspend instead of earlysuspendMister Oyster2017-12-231-98/+64
| | | | | This reverts commit fdd3da71eb0fae04ef0e67cd02eab371a26449c6. This reverts commit 384cf00787041088f91a0604dec112317135a369.
* fsync: cleanupMister Oyster2017-09-221-22/+18
| | | | Signed-off-by: Mister Oyster <oysterized@gmail.com>
* fs: reduce permissions of dynamic sync control sysfs to 0660fire8552017-09-221-1/+1
| | | | this fixes compiling because 0666 isn't allowed
* Revert to dynamic sync control v1.5Mister Oyster2017-09-151-48/+86
| | | | | This reverts commit 6e4b043748ce83d6c7ba6dbf9ba50bd857d659d6. This reverts commit 1abef3b2cf1b835192ba2484e42f4a1dbba26807.
* fs: Add dynamic sync controljollaman9992017-05-291-0/+171
| | | | | | | | | | | | | | Adative for jolla-kernel Original by @faux123 The dynamic sync control interface uses Android kernel's unique early suspend / lat resume interface. While screen is on, file sync is disabled when screen is off, a file sync is called to flush all outstanding writes and restore file sync operation as normal. Signed-off-by: Paul Reioux <reioux@gmail.com>
* Revert "Dynamic Fsync Control"Mister Oyster2017-05-291-209/+0
| | | | This reverts commit d2cdb4e1ce3df4e28b0e51807455ddf424ff2e71.
* Dynamic Fsync ControlPaul Reioux2016-08-261-0/+209