aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/readdir.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-06fuse: get rid of ff->readdir.lockGravatar Miklos Szeredi 1-4/+0
2023-10-18fuse: convert to new timestamp accessorsGravatar Jeff Layton 1-2/+4
2023-08-21fuse: cache btimeGravatar Miklos Szeredi 1-1/+1
2023-08-16fuse: add ATTR_TIMEOUT macroGravatar Miklos Szeredi 1-2/+2
2023-08-16fuse: nlookup missing decrement in fuse_direntplus_linkGravatar ruanmeisi 1-1/+9
2022-11-23fs/fuse: Replace kmap() with kmap_local_page()Gravatar Fabio M. De Francesco 1-2/+2
2022-10-20fuse: fix readdir cache raceGravatar Miklos Szeredi 1-1/+9
2021-10-28fuse: only update necessary attributesGravatar Miklos Szeredi 1-1/+1
2021-10-22fuse: use kmap_local_page()Gravatar Peng Hao 1-2/+2
2021-06-22fuse: fix illegal access to inode with reused nodeidGravatar Amir Goldstein 1-2/+5
2021-03-08new helper: inode_wrong_type()Gravatar Al Viro 1-1/+1
2020-12-10fuse: fix bad inodeGravatar Miklos Szeredi 1-2/+2
2020-09-18fuse: split fuse_mount off of fuse_connGravatar Max Reitz 1-5/+5
2020-02-06fuse: use true,false for bool variableGravatar zhengbin 1-1/+1
2019-11-12fuse: verify attributesGravatar Miklos Szeredi 1-1/+1
2019-09-24fuse: fix beyond-end-of-page access in fuse_parse_cache()Gravatar Tejun Heo 1-1/+3
2019-09-10fuse: convert readdir to simple apiGravatar Miklos Szeredi 1-27/+20
2019-09-10fuse: convert fuse_force_forget() to simple apiGravatar Miklos Szeredi 1-0/+21
2019-02-13fuse: Protect fi->nlookup with fi->lockGravatar Kirill Tkhai 1-2/+2
2018-10-01fuse: use iversion for readdir cache verificationGravatar Miklos Szeredi 1-1/+4
2018-10-01fuse: use mtime for readdir cache verificationGravatar Miklos Szeredi 1-4/+34
2018-10-01fuse: add readdir cache versionGravatar Miklos Szeredi 1-1/+44
2018-10-01fuse: allow using readdir cacheGravatar Miklos Szeredi 1-4/+144
2018-10-01fuse: allow caching readdirGravatar Miklos Szeredi 1-1/+90
2018-09-28fuse: extract fuse_emit() helperGravatar Miklos Szeredi 1-4/+9
2018-09-28fuse: split out readdir.cGravatar Miklos Szeredi 1-0/+259