Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fuse: split fuse_mount off of fuse_conn | Max Reitz | 2020-09-18 | 1 | -5/+5 |
* | virtiofs: add logic to free up a memory range | Vivek Goyal | 2020-09-10 | 1 | -6/+517 |
* | virtiofs: maintain a list of busy elements | Vivek Goyal | 2020-09-10 | 1 | -0/+25 |
* | virtiofs: serialize truncate/punch_hole and dax fault path | Vivek Goyal | 2020-09-10 | 1 | -0/+49 |
* | virtiofs: define dax address space operations | Vivek Goyal | 2020-09-10 | 1 | -0/+18 |
* | virtiofs: add DAX mmap support | Stefan Hajnoczi | 2020-09-10 | 1 | -0/+59 |
* | virtiofs: implement dax read/write operations | Vivek Goyal | 2020-09-10 | 1 | -0/+565 |
* | virtiofs: implement FUSE_INIT map_alignment field | Stefan Hajnoczi | 2020-09-10 | 1 | -1/+14 |
* | virtiofs: keep a list of free dax memory ranges | Vivek Goyal | 2020-09-10 | 1 | -1/+90 |
* | virtiofs: add a mount option to enable dax | Vivek Goyal | 2020-09-10 | 1 | -0/+36 |