aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/readdir.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-06fuse: get rid of ff->readdir.lockMiklos Szeredi1-4/+0
2023-10-18fuse: convert to new timestamp accessorsJeff Layton1-2/+4
2023-08-21fuse: cache btimeMiklos Szeredi1-1/+1
2023-08-16fuse: add ATTR_TIMEOUT macroMiklos Szeredi1-2/+2
2023-08-16fuse: nlookup missing decrement in fuse_direntplus_linkruanmeisi1-1/+9
2022-11-23fs/fuse: Replace kmap() with kmap_local_page()Fabio M. De Francesco1-2/+2
2022-10-20fuse: fix readdir cache raceMiklos Szeredi1-1/+9
2021-10-28fuse: only update necessary attributesMiklos Szeredi1-1/+1
2021-10-22fuse: use kmap_local_page()Peng Hao1-2/+2
2021-06-22fuse: fix illegal access to inode with reused nodeidAmir Goldstein1-2/+5
2021-03-08new helper: inode_wrong_type()Al Viro1-1/+1
2020-12-10fuse: fix bad inodeMiklos Szeredi1-2/+2
2020-09-18fuse: split fuse_mount off of fuse_connMax Reitz1-5/+5
2020-02-06fuse: use true,false for bool variablezhengbin1-1/+1
2019-11-12fuse: verify attributesMiklos Szeredi1-1/+1
2019-09-24fuse: fix beyond-end-of-page access in fuse_parse_cache()Tejun Heo1-1/+3
2019-09-10fuse: convert readdir to simple apiMiklos Szeredi1-27/+20
2019-09-10fuse: convert fuse_force_forget() to simple apiMiklos Szeredi1-0/+21
2019-02-13fuse: Protect fi->nlookup with fi->lockKirill Tkhai1-2/+2
2018-10-01fuse: use iversion for readdir cache verificationMiklos Szeredi1-1/+4
2018-10-01fuse: use mtime for readdir cache verificationMiklos Szeredi1-4/+34
2018-10-01fuse: add readdir cache versionMiklos Szeredi1-1/+44
2018-10-01fuse: allow using readdir cacheMiklos Szeredi1-4/+144
2018-10-01fuse: allow caching readdirMiklos Szeredi1-1/+90
2018-09-28fuse: extract fuse_emit() helperMiklos Szeredi1-4/+9
2018-09-28fuse: split out readdir.cMiklos Szeredi1-0/+259