Searched hist:f10845877e962a7dcdc4cf9b9614bdfcdac46d59 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/xen/control/ |
H A D | control.c | diff f10845877e962a7dcdc4cf9b9614bdfcdac46d59 Thu Nov 05 21:52:49 CET 2020 Konstantin Belousov <kib@FreeBSD.org> Suspend all writeable local filesystems on power suspend.
This ensures that no writes are pending in memory, either metadata or user data, but not including dirty pages not yet converted to fs writes.
Only filesystems declared local are suspended.
Note that this does not guarantee absence of the metadata errors or leaks if resume is not done: for instance, on UFS unlinked but opened inodes are leaked and require fsck to gc.
Reviewed by: markj Discussed with: imp Tested by: imp (previous version), pho Sponsored by: The FreeBSD Foundation MFC after: 2 weeks Differential revision: https://reviews.freebsd.org/D27054
|
/freebsd/sys/dev/acpica/ |
H A D | acpi.c | diff f10845877e962a7dcdc4cf9b9614bdfcdac46d59 Thu Nov 05 21:52:49 CET 2020 Konstantin Belousov <kib@FreeBSD.org> Suspend all writeable local filesystems on power suspend.
This ensures that no writes are pending in memory, either metadata or user data, but not including dirty pages not yet converted to fs writes.
Only filesystems declared local are suspended.
Note that this does not guarantee absence of the metadata errors or leaks if resume is not done: for instance, on UFS unlinked but opened inodes are leaked and require fsck to gc.
Reviewed by: markj Discussed with: imp Tested by: imp (previous version), pho Sponsored by: The FreeBSD Foundation MFC after: 2 weeks Differential revision: https://reviews.freebsd.org/D27054
|
/freebsd/sys/sys/ |
H A D | mount.h | diff f10845877e962a7dcdc4cf9b9614bdfcdac46d59 Thu Nov 05 21:52:49 CET 2020 Konstantin Belousov <kib@FreeBSD.org> Suspend all writeable local filesystems on power suspend.
This ensures that no writes are pending in memory, either metadata or user data, but not including dirty pages not yet converted to fs writes.
Only filesystems declared local are suspended.
Note that this does not guarantee absence of the metadata errors or leaks if resume is not done: for instance, on UFS unlinked but opened inodes are leaked and require fsck to gc.
Reviewed by: markj Discussed with: imp Tested by: imp (previous version), pho Sponsored by: The FreeBSD Foundation MFC after: 2 weeks Differential revision: https://reviews.freebsd.org/D27054
|
/freebsd/sys/kern/ |
H A D | vfs_mount.c | diff f10845877e962a7dcdc4cf9b9614bdfcdac46d59 Thu Nov 05 21:52:49 CET 2020 Konstantin Belousov <kib@FreeBSD.org> Suspend all writeable local filesystems on power suspend.
This ensures that no writes are pending in memory, either metadata or user data, but not including dirty pages not yet converted to fs writes.
Only filesystems declared local are suspended.
Note that this does not guarantee absence of the metadata errors or leaks if resume is not done: for instance, on UFS unlinked but opened inodes are leaked and require fsck to gc.
Reviewed by: markj Discussed with: imp Tested by: imp (previous version), pho Sponsored by: The FreeBSD Foundation MFC after: 2 weeks Differential revision: https://reviews.freebsd.org/D27054
|