Age | Commit message (Expand) | Author |
2021-03-24 | Add POLLRDNORM/POLLWRNORM support. | Bhasker Hariharan |
2020-11-13 | Have fuse.DeviceFD hold reference on fuse.filesystem. | Jamie Liu |
2020-09-24 | Add basic stateify annotations. | Adin Scannell |
2020-09-16 | fuse: fix FUSE_RELEASE reply handling | Jinmou Li |
2020-09-16 | fs/fuse: Move the 'marshal' and 'primitive' packages to the 'pkg' directory. | Andrei Vagin |
2020-09-16 | Unexport fusefs.inode.nodeID | Craig Chi |
2020-09-16 | Add FUSE umount support | Jinmou Li |
2020-09-16 | Improve FUSE async/noreply call logic | Jinmou Li |
2020-09-16 | Refactor FUSE connection for readability and structure | Jinmou Li |
2020-09-16 | Implement FUSE_WRITE | Jinmou Li |
2020-09-16 | Downgrade FUSE minor version support and clarify comments | Jinmou Li |
2020-09-16 | Support multiple FUSE kernel versions of FUSE_INIT response struct | Craig Chi |
2020-09-16 | fuse: use safe go_marshal API for FUSE | Ridwan Sharif |
2020-09-16 | fuse: Implement IterDirents for directory file description | Ridwan Sharif |
2020-09-16 | Implement FUSE_READ | Jinmou Li |
2020-09-16 | Implement FUSE_OPEN/OPENDIR | Boyuan He |
2020-09-11 | Move the 'marshal' and 'primitive' packages to the 'pkg' directory. | Rahat Mahmood |
2020-07-29 | Add FUSE_INIT | Jinmou Li |
2020-07-27 | Add device implementation for /dev/fuse | Ridwan Sharif |