Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-13page-xfer: refactoring analyze_iov and fill_userbufAndrei Vagin
2022-05-13pre-dump: call vmsplice with SPLICE_F_GIFTAndrei Vagin
2022-05-13page-xfer: adjust a buffer to a pipe sizeAndrei Vagin
2022-05-13page-xfer: use negative values for error codesAndrei Vagin
2022-04-29Fix some codespell warningsKir Kolyshkin
2022-04-29page-xfer: stop waiting for a new command after a close commandAndrei Vagin
2022-04-29tls: allow to terminate connections synchronouslyAndrei Vagin
2021-09-03Run 'make indent' on all C filesAdrian Reber
2021-09-03criu: Throw error when parent path is provided but invalidBui Quang Minh
2020-10-20page-xfer: Argument cannot be negative (NEGATIVE_RETURNS)Adrian Reber
2020-10-20img-streamer: introduction of criu-image-streamerNicolas Viennot
2020-02-04style: Enforce kernel style -Wdeclaration-after-statementNicolas Viennot
2020-02-04Refactor time accounting macrosAbhishek Dubey
2020-02-04read mode pre-dump implementationAbhishek Dubey
2019-09-07mem/page-xfer: Add log prefixCyrill Gorcunov
2019-09-07page-xfer: Add TLS support with X509 certificatesRadostin Stoyanov
2019-09-07page-xfer: fix clang 'value is never read'Adrian Reber
2019-04-21page-xfer: Don't log addr/port on disconnectRadostin Stoyanov
2018-10-30remote: Refactor TCP server setupRadostin Stoyanov
2018-10-30page-xfer: Handle partial splicingCyrill Gorcunov
2018-07-09remote: Fix incorrect handling of `port` optionRadostin Stoyanov
2018-03-02Fix typosRadostin Stoyanov
2017-12-12pr_err: add \n where we miss themPavel Tikhomirov
2017-12-12page-server: implement epoll->hangup_eventMike Rapoport
2017-12-12util: epoll: rename revent to read eventMike Rapoport
2017-12-12page-xfer: remote-pages: allow receiving partial dataMike Rapoport
2017-12-12page-pipe: allow to share pipes between page pipe buffersAndrei Vagin
2017-11-23service: allow to execute page-server as a child processAndrei Vagin
2017-11-23stats: add counters for pipes and page_pipe_bufsAndrei Vagin
2017-11-23image-desc: Encode pagemap in unsigned long formatCyrill Gorcunov
2017-09-17page-xfer: Don't send zero pages if none foundPavel Emelyanov
2017-09-17page-xfer: Sanitize xfer core routinePavel Emelyanov
2017-09-17page-xfer: Move lazy bool on xferPavel Emelyanov
2017-09-17page-xfer: Move iov offset on xferPavel Emelyanov
2017-09-17page-xfer: Use send_psi everywherePavel Emelyanov
2017-09-17page-xfer: Rework send_psi to use send (and flags)Pavel Emelyanov
2017-09-17page-xfer: Tune up send_psi to accept less argsPavel Emelyanov
2017-09-17page-xfer: Fixup page server protocol for lazy pagesPavel Emelyanov
2017-09-16page-server: Make sync-read re-use the async reading codePavel Emelyanov
2017-09-16page-server: Split the code doing async page-read (v2)Pavel Emelyanov
2017-09-16page-server: Merge async and sync read API callsPavel Emelyanov
2017-09-16page-server: Unify async/sync callsPavel Emelyanov
2017-09-16page-server: Introduce page_server_start_sync_readPavel Emelyanov
2017-09-16lazy-pages: use random read from page-pipe instead of splitting itMike Rapoport
2017-09-16lazy-pages: fix lazy dumpMike Rapoport
2017-09-16Drop support for zero pagemap entriesMike Rapoport
2017-09-16page-xfer: add ability to send pages from local dumpMike Rapoport
2017-09-16page-xfer: page_server_get_pages: replace BUG_ONs with 'return -1'Mike Rapoport
2017-09-16uffd: Hide page server socket backPavel Emelyanov
2017-09-16page_server_async_read: fix pr_perror usageKir Kolyshkin