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-04-29Fix some codespell warningsKir Kolyshkin
2022-04-29uffd: fix __u64 print format specifierPavel Tikhomirov
2022-04-29uffd: call disconnect_from_page_server to shutdown a page-server connectionAndrei Vagin
2022-04-29clang-format: do automatic comment fixupsPavel Tikhomirov
2021-09-03Run 'make indent' on all C filesAdrian Reber
2021-09-03kdat: make uffd_open return errno from syscall separatelyPavel Tikhomirov
2021-09-03uffd: check for exited task when reading uffd_msgMike Rapoport
2021-09-03uffd: cleanup read error handling in handle_uffd_eventPavel Tikhomirov
2021-09-03uffd: handle xrealloc() failureAdrian Reber
2021-09-03uffd: fix 'double free detected in tcache 2'Adrian Reber
2020-10-20uffd: Resource leak (RESOURCE_LEAK)Adrian Reber
2020-10-20uffd: uffd_open prints info, caller prints errorAngie Ni
2020-10-20close_service_fd: rename to status_readyKir Kolyshkin
2020-03-27uffd: use userns_call() to execute ioctl(UFFDIO_API)Mike Rapoport
2019-09-07kerndat: mark functions as static which are used in kerndat.c onlyAndrei Vagin
2019-09-07page-xfer: Add TLS support with X509 certificatesRadostin Stoyanov
2019-09-07util: cr_daemon: Drop keep_fd argumentRadostin Stoyanov
2019-04-21uffd: Show error msg on open_page_read failureRadostin Stoyanov
2019-04-21Remove unused #include <dirent.h>Radostin Stoyanov
2018-10-30Fix typosRadostin Stoyanov
2018-07-09lazy-pages: uffd_{copy, zeropage}: rework error handlingMike Rapoport
2018-07-09criu: musl scanf and printf don't support the L modifer for intergersAndrei Vagin
2018-05-17lazy-pages: replace crappy num_children with simple reference countingMike Rapoport
2018-05-17lazy-pages: reset poll_timeout to 0 as soon as restore is finishedMike Rapoport
2018-05-17lazy-pages: handle_exit: set uffd to negative value instead of 0Mike Rapoport
2018-05-17lazy-pages: use xfree() instead of free()Mike Rapoport
2018-05-12lazy-pages: make uffd_io_complete more robustMike Rapoport
2018-05-12lazy-pages: factor out insertion to sorted IOV listMike Rapoport
2018-05-12lazy-pages: fork: fix duplication of IOV listsMike Rapoport
2018-05-12lazy-pages: actually return to epoll_wait after completing forksMike Rapoport
2018-05-12lazy-pages: don't try to uffd_copy to removed memory regionsMike Rapoport
2018-05-12lazy-pages: return to epoll_wait after completing forksMike Rapoport
2018-05-12lazy-pages: update events handling to take requests into accountMike Rapoport
2018-05-12lazy-pages: cache buffer size in the lazy_pages_infoMike Rapoport
2018-05-12lazy-pages: handle_requests: fix return value propagationMike Rapoport
2018-05-12lazy-pages: merge_iov_lists: fix corner case of empty destinationMike Rapoport
2018-05-12lazy-pages: introduce merge_iov_lists helperMike Rapoport
2018-05-12lazy-pages: kill POLL_TIMEOUTMike Rapoport
2018-05-12lazy-pages: add ability to limit background transfer sizeMike Rapoport
2018-05-12lazy-pages: make complete_forks more robustMike Rapoport
2018-05-12lazy-pages: simplify background transfer logicMike Rapoport
2018-05-12lazy-pages: rename handle_remaining_pages to xfer_pagesMike Rapoport
2018-05-12lazy-pages: rename first_pending_iov to pick_next_rangeMike Rapoport
2018-05-12lazy-pages: rework requests queueingMike Rapoport
2018-05-12lazy-pages: rename iov->*base to iov->*startMike Rapoport
2018-05-12lazy-pages: lazy_iov: use end instead of lenMike Rapoport
2018-05-12lazy-pages: split_iov: always create the new iov above the one being splitMike Rapoport
2018-05-12lazy-pages: explicitly set process exited conditionMike Rapoport
2018-05-12service_fd: Place lazy pages sk to fdstoreKirill Tkhai
2018-03-02Fix typosRadostin Stoyanov