Difference between revisions of "Todo"

From CRIU
Jump to navigation Jump to search
Line 7: Line 7:
 
! comments
 
! comments
 
|-
 
|-
| crtools || Sockets dump/restore || xemul@/skinsbursky@ || partially implemented || [[Sockets]]
+
| kernel/crtools || TCP connection support || xemul@ || - || RFC accepted. Need to finalize.
 
|-
 
|-
| kernel/crtools || TCP connection support || xemul@ || - || RFC sent
+
| kernel/crtools || Switch from mincore to pagemap-like file in proc || xemul@ || - || As was discussed with Andrew Morton on LSF2012
|-
 
| kernel/crtools || Fix mincore bits || xemul@ || sent-for-review || -
 
|-
 
| kernel/crtools || Rework and submit MINCORE_ANON || xemul@ || sent-for-review || -
 
 
|-
 
|-
 
| kernel/crtools || Implement MINCORE_SWAP - swapped pages are skipped by us currently || xemul@ || sent-for-review || -
 
| kernel/crtools || Implement MINCORE_SWAP - swapped pages are skipped by us currently || xemul@ || sent-for-review || -
Line 29: Line 25:
 
| crtools || terminals || gorcunov@ || - || -
 
| crtools || terminals || gorcunov@ || - || -
 
|-
 
|-
| crtools || pipe data should be aligned to page size || avagin@ || - || otherwise splice of 0x10000 bytes will be blocked
+
| crtools/kernel || support inotify c/r || gorcunov@/jbottomley@ || - || a lot of SW uses inotify, need to dump and restore the watchers
|-
 
| crtools/kernel || support inotify c/r || avagin@ || - || a lot of SW uses inotify, need to dump and restore the watchers
 
 
|-
 
|-
 
| crtools || fowners support || gorcunov@ || - || -
 
| crtools || fowners support || gorcunov@ || - || -

Revision as of 17:26, 6 April 2012

component task assignee status comments
kernel/crtools TCP connection support xemul@ - RFC accepted. Need to finalize.
kernel/crtools Switch from mincore to pagemap-like file in proc xemul@ - As was discussed with Andrew Morton on LSF2012
kernel/crtools Implement MINCORE_SWAP - swapped pages are skipped by us currently xemul@ sent-for-review -
kernel/crtools Learn to work with namespaces (ipc and net are of the most interest) gorcunov@ not implemented depends on "object IDs"
crtools Shared objects (mm/fs/fdtable) support avagin@ not implemented depends on "object IDs"
kernel Provide own defconfig gorcunov@ not implemented suggested by avagin@
crtools Dump restoration logs to per-pid log file avagin@/gorcunov@ - Otherwise there's a mess with on-screen flood
crtools Rework dump_one_reg_file to use fhandles - - This is required to work with overmounted files and not to store the long file path (will not work with rsync-ed private :( )
crtools terminals gorcunov@ - -
crtools/kernel support inotify c/r gorcunov@/jbottomley@ - a lot of SW uses inotify, need to dump and restore the watchers
crtools fowners support gorcunov@ - -
crtools relocations in parasite and restorer fixup gorcunov@ - -