Unify process_alloc() and process_realloc() with PROCESS_ALLOC_MODE_REALLOC bit
[moveable_pool.git] / o.sh
2019-06-04 Nick DowningReplace process->para, process->paras with process...
2019-06-02 Nick DowningImplement the core_move_up() routine for INDIRECT_CORE...
2019-06-02 Nick DowningTidy up process_alloc() / process_realloc() allocating...
2019-06-02 Nick DowningUpdate generated subdirectories to do the process-...
2019-06-01 Nick DowningImplement process->para so that start of data is indepe...
2019-05-09 Nick DowningSeparate out block allocation bitmap stuff into a reuse...
2019-04-22 Nick DowningBack out change from commit f4338d0 to process_avail...
2019-04-21 Nick DowningDo proper computations about disk free space including...
2019-04-09 Nick DowningFirst cut at inode swapping, works, may have an inode...
2019-04-04 Nick DowningImplement partial transfer to/from swap for incomplete... pool_swap
2019-03-23 Nick DowningMake n_blocks the primary size and table_size only...
2019-03-23 Nick DowningRemove the reservation of spare space from pool object...
2019-03-19 Nick DowningImplement INDIRECT_CORE, fix calculations so that PREAL...
2019-03-19 Nick DowningAdd INDIRECT_SWAP option
2019-03-17 Nick DowningImplement MOVEABLE_CORE and MOVEABLE_SWAP compile time...
2019-03-17 Nick DowningImplement PREALLOCATE_CORE and PREALLOCATE_SWAP compile...
2019-03-16 Nick DowningTidy up debugging code
2019-03-14 Nick DowningProcess test, it is based on the pool test but involves...