summaryrefslogtreecommitdiffstats
path: root/fs/fuse/dir.c
AgeCommit message (Expand)AuthorLines
2023-09-05Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-29/+130
2023-08-29fuse: conditionally fill kstat in fuse_do_statx()Bernd Schubert-5/+8
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-5/+5
2023-08-21fuse: invalidate dentry on EEXIST creates or ENOENT deletesJiachen Zhang-4/+7
2023-08-21fuse: cache btimeMiklos Szeredi-5/+9
2023-08-21fuse: implement statxMiklos Szeredi-5/+101
2023-08-16fuse: add ATTR_TIMEOUT macroMiklos Szeredi-18/+8
2023-08-16fuse: handle empty request_mask in statxMiklos Szeredi-1/+6
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton-1/+1
2023-07-24fuse: convert to ctime accessor functionsJeff Layton-4/+4
2023-06-07fuse: revalidate: don't invalidate if interruptedMiklos Szeredi-1/+1
2023-06-07fuse: remove duplicate check for nodeidzyfjeff-2/+0
2023-02-27Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-29/+97
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-16/+16
2023-01-26fuse: fix all W=1 kernel-doc warningsRandy Dunlap-1/+1
2023-01-26fuse: optional supplementary group in create requestsMiklos Szeredi-3/+61
2023-01-26fuse: add request extensionMiklos Szeredi-28/+38
2023-01-24fuse: fixes after adapting to new posix acl apiChristian Brauner-2/+4
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner-3/+3
2023-01-19fs: port ->tmpfile() to pass mnt_idmapChristian Brauner-1/+1
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner-4/+4
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner-2/+2
2022-12-12Merge tag 'fuse-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-18/+25
2022-11-23fuse: Rearrange fuse_allow_current_process checksDave Marchevsky-15/+20
2022-11-23fuse: always revalidate rename target dentryJiachen Zhang-1/+1
2022-11-23fuse: add "expire only" mode to FUSE_NOTIFY_INVAL_ENTRYMiklos Szeredi-2/+4
2022-10-20fs: rename current get acl methodChristian Brauner-2/+2
2022-09-24fuse: implement ->tmpfile()Miklos Szeredi-3/+21
2022-07-21fuse: Add module param for CAP_SYS_ADMIN access bypassing allow_otherDave Marchevsky-0/+9
2022-07-21fuse: fix deadlock between atomic O_TRUNC and page invalidationMiklos Szeredi-1/+6
2022-05-09fuse: Convert fuse to read_folioMatthew Wilcox (Oracle)-5/+5
2022-03-15fuse: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)-1/+1
2021-11-25fuse: send security context of inode on fileVivek Goyal-0/+91
2021-10-28fuse: only update necessary attributesMiklos Szeredi-4/+2
2021-10-28fuse: take cache_mask into account in getattrMiklos Szeredi-1/+3
2021-10-28fuse: add cache_maskMiklos Szeredi-1/+2
2021-10-28fuse: move reverting attributes to fuse_change_attributes()Miklos Szeredi-9/+0
2021-10-28fuse: simplify local variables holding writeback cache stateMiklos Szeredi-4/+4
2021-10-28fuse: selective attribute invalidationMiklos Szeredi-2/+2
2021-10-28fuse: don't increment nlink in link()Miklos Szeredi-19/+11
2021-10-22fuse: decrement nlink on overwriting renameMiklos Szeredi-22/+27
2021-10-22fuse: move fuse_invalidate_attr() into fuse_update_ctime()Miklos Szeredi-7/+2
2021-10-22fuse: annotate lock in fuse_reverse_inval_entry()Miklos Szeredi-1/+1
2021-10-22fuse: make sure reclaim doesn't write the inodeMiklos Szeredi-0/+8
2021-07-13fuse: Convert to using invalidate_lockJan Kara-5/+6