Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fuse: use true,false for bool variable | zhengbin | 2020-02-06 | 1 | -1/+1 |
* | fuse: verify attributes | Miklos Szeredi | 2019-11-12 | 1 | -1/+1 |
* | fuse: fix beyond-end-of-page access in fuse_parse_cache() | Tejun Heo | 2019-09-24 | 1 | -1/+3 |
* | fuse: convert readdir to simple api | Miklos Szeredi | 2019-09-10 | 1 | -27/+20 |
* | fuse: convert fuse_force_forget() to simple api | Miklos Szeredi | 2019-09-10 | 1 | -0/+21 |
* | fuse: Protect fi->nlookup with fi->lock | Kirill Tkhai | 2019-02-13 | 1 | -2/+2 |
* | fuse: use iversion for readdir cache verification | Miklos Szeredi | 2018-10-01 | 1 | -1/+4 |
* | fuse: use mtime for readdir cache verification | Miklos Szeredi | 2018-10-01 | 1 | -4/+34 |
* | fuse: add readdir cache version | Miklos Szeredi | 2018-10-01 | 1 | -1/+44 |
* | fuse: allow using readdir cache | Miklos Szeredi | 2018-10-01 | 1 | -4/+144 |
* | fuse: allow caching readdir | Miklos Szeredi | 2018-10-01 | 1 | -1/+90 |
* | fuse: extract fuse_emit() helper | Miklos Szeredi | 2018-09-28 | 1 | -4/+9 |
* | fuse: split out readdir.c | Miklos Szeredi | 2018-09-28 | 1 | -0/+259 |