aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/readdir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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