[Bug 221356] [patch] Improve swapon_check_swzone() function in swap_pager.c

2017-10-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221356 o...@j.email.ne.jp changed: What|Removed |Added Resolution|--- |FIXED Status|Open

[Bug 221356] [patch] Improve swapon_check_swzone() function in swap_pager.c

2017-10-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221356 --- Comment #15 from Konstantin Belousov --- (In reply to ota from comment #14) I definitely did not worked on, and do not plan to do a work on the patch1. I am only committing bits which are ready and easy to understand

[Bug 221356] [patch] Improve swapon_check_swzone() function in swap_pager.c

2017-10-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221356 --- Comment #14 from o...@j.email.ne.jp --- (In reply to Konstantin Belousov from comment #12) Thank you for your feedback and comments for the 2nd and 3rd ones. I wasn't much confident about the change myself. It is good to hear from a

[Bug 221356] [patch] Improve swapon_check_swzone() function in swap_pager.c

2017-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221356 --- Comment #13 from commit-h...@freebsd.org --- A commit references this bug: Author: kib Date: Fri Oct 13 16:23:05 UTC 2017 New revision: 324600 URL: https://svnweb.freebsd.org/changeset/base/324600 Log: Evaluate the real size of the

[Bug 221356] [patch] Improve swapon_check_swzone() function in swap_pager.c

2017-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221356 --- Comment #12 from Konstantin Belousov --- (In reply to ota from comment #11) NO_SWAPPING and vm_swap_enabled control the swap-out activity, this is the action almost unrelated to the page swapping. If the swap pager

[Bug 221356] [patch] Improve swapon_check_swzone() function in swap_pager.c

2017-10-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221356 --- Comment #11 from o...@j.email.ne.jp --- Created attachment 187071 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=187071=edit set vm_swap_enabled=1 after swap zones are initialized This is a proposal and not an complete

[Bug 221356] [patch] Improve swapon_check_swzone() function in swap_pager.c

2017-10-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221356 --- Comment #10 from o...@j.email.ne.jp --- Thank you for taking few pieces of the 1st patch. After your announced changes and these patches got into 11-stable, I've been experimenting with swap. I prepared 2 additional patch sets; one is

[Bug 221356] [patch] Improve swapon_check_swzone() function in swap_pager.c

2017-10-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221356 --- Comment #9 from o...@j.email.ne.jp --- Created attachment 187070 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=187070=edit NO_SWAPPING in vm_pageout() After some experiments and reading swap_pager.c, we can put NO_SWAPPING

[Bug 221356] [patch] Improve swapon_check_swzone() function in swap_pager.c

2017-09-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221356 --- Comment #8 from commit-h...@freebsd.org --- A commit references this bug: Author: kib Date: Wed Sep 6 07:06:59 UTC 2017 New revision: 323210 URL: https://svnweb.freebsd.org/changeset/base/323210 Log: MFC r323018: Adjust interface

[Bug 221356] [patch] Improve swapon_check_swzone() function in swap_pager.c

2017-09-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221356 --- Comment #7 from commit-h...@freebsd.org --- A commit references this bug: Author: kib Date: Wed Sep 6 07:04:29 UTC 2017 New revision: 323209 URL: https://svnweb.freebsd.org/changeset/base/323209 Log: MFC r323017: Make the

[Bug 221356] [patch] Improve swapon_check_swzone() function in swap_pager.c

2017-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221356 --- Comment #6 from commit-h...@freebsd.org --- A commit references this bug: Author: kib Date: Wed Aug 30 10:17:00 UTC 2017 New revision: 323018 URL: https://svnweb.freebsd.org/changeset/base/323018 Log: Adjust interface of

[Bug 221356] [patch] Improve swapon_check_swzone() function in swap_pager.c

2017-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221356 --- Comment #5 from Konstantin Belousov --- (In reply to commit-hook from comment #4) As you see, I committed one trivial bit of your patch. Please re-merge with the HEAD if needed and put the rest of it on

[Bug 221356] [patch] Improve swapon_check_swzone() function in swap_pager.c

2017-08-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221356 --- Comment #4 from commit-h...@freebsd.org --- A commit references this bug: Author: kib Date: Wed Aug 30 09:44:05 UTC 2017 New revision: 323017 URL: https://svnweb.freebsd.org/changeset/base/323017 Log: Make the swap_pager_full

[Bug 221356] [patch] Improve swapon_check_swzone() function in swap_pager.c

2017-08-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221356 Ed Maste changed: What|Removed |Added Status|New |Open --- Comment

[Bug 221356] [patch] Improve swapon_check_swzone() function in swap_pager.c

2017-08-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221356 --- Comment #2 from o...@j.email.ne.jp --- Thank you for your feedback. I looked at https://reviews.freebsd.org/D11435 and my patch doesn't interfere much yet. Your side of changes looks quite involved and changes how swap information is

[Bug 221356] [patch] Improve swapon_check_swzone() function in swap_pager.c

2017-08-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221356 --- Comment #1 from Konstantin Belousov --- There is WIP https://reviews.freebsd.org/D11435 which affects significant part of the patch. In particular, the zone limiting bits might go out altogether. I suggest to wait

[Bug 221356] [patch] Improve swapon_check_swzone() function in swap_pager.c

2017-08-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221356 Bug ID: 221356 Summary: [patch] Improve swapon_check_swzone() function in swap_pager.c Product: Base System Version: 11.1-RELEASE Hardware: Any OS: