aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/dir.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-18fuse: convert to new timestamp accessorsGravatar Jeff Layton 1-5/+5
2023-09-05Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-29/+130
2023-08-29fuse: conditionally fill kstat in fuse_do_statx()Gravatar Bernd Schubert 1-5/+8
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-5/+5
2023-08-21fuse: invalidate dentry on EEXIST creates or ENOENT deletesGravatar Jiachen Zhang 1-4/+7
2023-08-21fuse: cache btimeGravatar Miklos Szeredi 1-5/+9
2023-08-21fuse: implement statxGravatar Miklos Szeredi 1-5/+101
2023-08-16fuse: add ATTR_TIMEOUT macroGravatar Miklos Szeredi 1-18/+8
2023-08-16fuse: handle empty request_mask in statxGravatar Miklos Szeredi 1-1/+6
2023-08-09fs: pass the request_mask to generic_fillattrGravatar Jeff Layton 1-1/+1
2023-07-24fuse: convert to ctime accessor functionsGravatar Jeff Layton 1-4/+4
2023-06-07fuse: revalidate: don't invalidate if interruptedGravatar Miklos Szeredi 1-1/+1
2023-06-07fuse: remove duplicate check for nodeidGravatar zyfjeff 1-2/+0
2023-02-27Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-29/+97
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-16/+16
2023-01-26fuse: fix all W=1 kernel-doc warningsGravatar Randy Dunlap 1-1/+1
2023-01-26fuse: optional supplementary group in create requestsGravatar Miklos Szeredi 1-3/+61
2023-01-26fuse: add request extensionGravatar Miklos Szeredi 1-28/+38
2023-01-24fuse: fixes after adapting to new posix acl apiGravatar Christian Brauner 1-2/+4
2023-01-19fs: port ->permission() to pass mnt_idmapGravatar Christian Brauner 1-3/+3
2023-01-19fs: port ->tmpfile() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->rename() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapGravatar Christian Brauner 1-4/+4
2023-01-19fs: port ->mkdir() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapGravatar Christian Brauner 1-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapGravatar Christian Brauner 1-2/+2
2022-12-12Merge tag 'fuse-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-18/+25
2022-11-23fuse: Rearrange fuse_allow_current_process checksGravatar Dave Marchevsky 1-15/+20
2022-11-23fuse: always revalidate rename target dentryGravatar Jiachen Zhang 1-1/+1
2022-11-23fuse: add "expire only" mode to FUSE_NOTIFY_INVAL_ENTRYGravatar Miklos Szeredi 1-2/+4
2022-10-20fs: rename current get acl methodGravatar Christian Brauner 1-2/+2
2022-09-24fuse: implement ->tmpfile()Gravatar Miklos Szeredi 1-3/+21
2022-07-21fuse: Add module param for CAP_SYS_ADMIN access bypassing allow_otherGravatar Dave Marchevsky 1-0/+9
2022-07-21fuse: fix deadlock between atomic O_TRUNC and page invalidationGravatar Miklos Szeredi 1-1/+6
2022-05-09fuse: Convert fuse to read_folioGravatar Matthew Wilcox (Oracle) 1-5/+5
2022-03-15fuse: Convert from launder_page to launder_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2021-11-25fuse: send security context of inode on fileGravatar Vivek Goyal 1-0/+91
2021-10-28fuse: only update necessary attributesGravatar Miklos Szeredi 1-4/+2
2021-10-28fuse: take cache_mask into account in getattrGravatar Miklos Szeredi 1-1/+3
2021-10-28fuse: add cache_maskGravatar Miklos Szeredi 1-1/+2
2021-10-28fuse: move reverting attributes to fuse_change_attributes()Gravatar Miklos Szeredi 1-9/+0
2021-10-28fuse: simplify local variables holding writeback cache stateGravatar Miklos Szeredi 1-4/+4
2021-10-28fuse: selective attribute invalidationGravatar Miklos Szeredi 1-2/+2
2021-10-28fuse: don't increment nlink in link()Gravatar Miklos Szeredi 1-19/+11
2021-10-22fuse: decrement nlink on overwriting renameGravatar Miklos Szeredi 1-22/+27
2021-10-22fuse: move fuse_invalidate_attr() into fuse_update_ctime()Gravatar Miklos Szeredi 1-7/+2
2021-10-22fuse: annotate lock in fuse_reverse_inval_entry()Gravatar Miklos Szeredi 1-1/+1
2021-10-22fuse: make sure reclaim doesn't write the inodeGravatar Miklos Szeredi 1-0/+8