| Age | Commit message (Expand) | Author | Files | Lines |
| 13 days | Merge tag 'fuse-update-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -21/+71 |
| 2026-06-15 | fuse: invalidate readdir cache on epoch bump | Jun Wu | 1 | -1/+4 |
| 2026-06-15 | fuse: Add SPDX ID lines to some files | Tim Bird | 1 | -3/+1 |
| 2026-06-15 | fuse: back uncached readdir buffers with pages | Matthew R. Ochs | 1 | -17/+66 |
| 2026-06-05 | VFS: use wait_var_event for waiting in d_alloc_parallel() | NeilBrown | 1 | -2/+1 |
| 2026-04-23 | Merge tag 'vfs-7.1-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+4 |
| 2026-04-24 | fuse: reject oversized dirents in page cache | Samuel Page | 1 | -0/+4 |
| 2026-03-03 | fuse: use offset_in_page() for page offset calculations | Joanne Koong | 1 | -4/+4 |
| 2025-05-29 | fuse: increase readdir buffer size | Miklos Szeredi | 1 | -19/+14 |
| 2025-05-29 | fuse: don't allow signals to interrupt getdents copying | Miklos Szeredi | 1 | -2/+2 |
| 2025-04-15 | fuse: add more control over cache invalidation behaviour | Luis Henriques | 1 | -0/+3 |
| 2024-11-18 | fuse: check attributes staleness on fuse_iget() | Zhang Tianci | 1 | -6/+9 |
| 2024-11-05 | fuse: remove pages for requests and exclusively use folios | Joanne Koong | 1 | -2/+1 |
| 2024-11-05 | fuse: convert readdir to use folios | Joanne Koong | 1 | -10/+11 |
| 2024-03-06 | fuse: get rid of ff->readdir.lock | Miklos Szeredi | 1 | -4/+0 |
| 2023-10-18 | fuse: convert to new timestamp accessors | Jeff Layton | 1 | -2/+4 |
| 2023-08-21 | fuse: cache btime | Miklos Szeredi | 1 | -1/+1 |
| 2023-08-16 | fuse: add ATTR_TIMEOUT macro | Miklos Szeredi | 1 | -2/+2 |
| 2023-08-16 | fuse: nlookup missing decrement in fuse_direntplus_link | ruanmeisi | 1 | -1/+9 |
| 2022-11-23 | fs/fuse: Replace kmap() with kmap_local_page() | Fabio M. De Francesco | 1 | -2/+2 |
| 2022-10-20 | fuse: fix readdir cache race | Miklos Szeredi | 1 | -1/+9 |
| 2021-10-28 | fuse: only update necessary attributes | Miklos Szeredi | 1 | -1/+1 |
| 2021-10-22 | fuse: use kmap_local_page() | Peng Hao | 1 | -2/+2 |
| 2021-06-22 | fuse: fix illegal access to inode with reused nodeid | Amir Goldstein | 1 | -2/+5 |
| 2021-03-08 | new helper: inode_wrong_type() | Al Viro | 1 | -1/+1 |
| 2020-12-10 | fuse: fix bad inode | Miklos Szeredi | 1 | -2/+2 |
| 2020-09-18 | fuse: split fuse_mount off of fuse_conn | Max Reitz | 1 | -5/+5 |
| 2020-02-06 | fuse: use true,false for bool variable | zhengbin | 1 | -1/+1 |
| 2019-11-12 | fuse: verify attributes | Miklos Szeredi | 1 | -1/+1 |
| 2019-09-24 | fuse: fix beyond-end-of-page access in fuse_parse_cache() | Tejun Heo | 1 | -1/+3 |
| 2019-09-10 | fuse: convert readdir to simple api | Miklos Szeredi | 1 | -27/+20 |
| 2019-09-10 | fuse: convert fuse_force_forget() to simple api | Miklos Szeredi | 1 | -0/+21 |
| 2019-02-13 | fuse: Protect fi->nlookup with fi->lock | Kirill Tkhai | 1 | -2/+2 |
| 2018-10-01 | fuse: use iversion for readdir cache verification | Miklos Szeredi | 1 | -1/+4 |
| 2018-10-01 | fuse: use mtime for readdir cache verification | Miklos Szeredi | 1 | -4/+34 |
| 2018-10-01 | fuse: add readdir cache version | Miklos Szeredi | 1 | -1/+44 |
| 2018-10-01 | fuse: allow using readdir cache | Miklos Szeredi | 1 | -4/+144 |
| 2018-10-01 | fuse: allow caching readdir | Miklos Szeredi | 1 | -1/+90 |
| 2018-09-28 | fuse: extract fuse_emit() helper | Miklos Szeredi | 1 | -4/+9 |
| 2018-09-28 | fuse: split out readdir.c | Miklos Szeredi | 1 | -0/+259 |