Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-07-09 | export/fuse: Let permissions be adjustable | Max Reitz | 1 | -11/+62 |
2021-07-09 | export/fuse: Give SET_ATTR_SIZE its own branch | Max Reitz | 1 | -9/+11 |
2021-07-09 | export/fuse: Add allow-other option | Max Reitz | 1 | -5/+23 |
2021-07-09 | export/fuse: Pass default_permissions for mount | Max Reitz | 1 | -2/+6 |
2020-12-11 | fuse: Implement hole detection through lseek | Max Reitz | 1 | -0/+77 |
2020-12-11 | fuse: (Partially) implement fallocate() | Max Reitz | 1 | -0/+84 |
2020-12-11 | fuse: Allow growable exports | Max Reitz | 1 | -8/+36 |
2020-12-11 | fuse: Implement standard FUSE operations | Max Reitz | 1 | -0/+242 |
2020-12-11 | fuse: Allow exporting BDSs via FUSE | Max Reitz | 1 | -0/+295 |