summaryrefslogtreecommitdiff
path: root/fs/fuse/readdir.c
AgeCommit message (Expand)Author
2023-10-18fuse: convert to new timestamp accessorsJeff Layton
2023-08-21fuse: cache btimeMiklos Szeredi
2023-08-16fuse: add ATTR_TIMEOUT macroMiklos Szeredi
2023-08-16fuse: nlookup missing decrement in fuse_direntplus_linkruanmeisi
2022-11-23fs/fuse: Replace kmap() with kmap_local_page()Fabio M. De Francesco
2022-10-20fuse: fix readdir cache raceMiklos Szeredi
2021-10-28fuse: only update necessary attributesMiklos Szeredi
2021-10-22fuse: use kmap_local_page()Peng Hao
2021-06-22fuse: fix illegal access to inode with reused nodeidAmir Goldstein
2021-03-08new helper: inode_wrong_type()Al Viro
2020-12-10fuse: fix bad inodeMiklos Szeredi
2020-09-18fuse: split fuse_mount off of fuse_connMax Reitz
2020-02-06fuse: use true,false for bool variablezhengbin
2019-11-12fuse: verify attributesMiklos Szeredi
2019-09-24fuse: fix beyond-end-of-page access in fuse_parse_cache()Tejun Heo
2019-09-10fuse: convert readdir to simple apiMiklos Szeredi
2019-09-10fuse: convert fuse_force_forget() to simple apiMiklos Szeredi
2019-02-13fuse: Protect fi->nlookup with fi->lockKirill Tkhai
2018-10-01fuse: use iversion for readdir cache verificationMiklos Szeredi
2018-10-01fuse: use mtime for readdir cache verificationMiklos Szeredi
2018-10-01fuse: add readdir cache versionMiklos Szeredi
2018-10-01fuse: allow using readdir cacheMiklos Szeredi
2018-10-01fuse: allow caching readdirMiklos Szeredi
2018-09-28fuse: extract fuse_emit() helperMiklos Szeredi
2018-09-28fuse: split out readdir.cMiklos Szeredi