On Wed, Mar 4, 2020 at 5:59 PM Vivek Goyal <vgoyal@xxxxxxxxxx> wrote: > > Divide the dax memory range into fixed size ranges (2MB for now) and put > them in a list. This will track free ranges. Once an inode requires a > free range, we will take one from here and put it in interval-tree > of ranges assigned to inode. > > Signed-off-by: Vivek Goyal <vgoyal@xxxxxxxxxx> > Signed-off-by: Peng Tao <tao.peng@xxxxxxxxxxxxxxxxx> Reviewed-by: Miklos Szeredi <mszeredi@xxxxxxxxxx>