summaryrefslogtreecommitdiffstats
path: root/fs/fuse/dir.c
Commit message (Expand)AuthorAgeFilesLines
* fuse: convert to new timestamp accessorsJeff Layton2023-10-181-5/+5
* Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-09-051-29/+130
|\
| * fuse: conditionally fill kstat in fuse_do_statx()Bernd Schubert2023-08-291-5/+8
| * fuse: invalidate dentry on EEXIST creates or ENOENT deletesJiachen Zhang2023-08-211-4/+7
| * fuse: cache btimeMiklos Szeredi2023-08-211-5/+9
| * fuse: implement statxMiklos Szeredi2023-08-211-5/+101
| * fuse: add ATTR_TIMEOUT macroMiklos Szeredi2023-08-161-18/+8
| * fuse: handle empty request_mask in statxMiklos Szeredi2023-08-161-1/+6
* | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-5/+5
|\ \ | |/ |/|
| * fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
| * fuse: convert to ctime accessor functionsJeff Layton2023-07-241-4/+4
* | fuse: revalidate: don't invalidate if interruptedMiklos Szeredi2023-06-071-1/+1
* | fuse: remove duplicate check for nodeidzyfjeff2023-06-071-2/+0
|/
* Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-271-29/+97
|\
| * fuse: fix all W=1 kernel-doc warningsRandy Dunlap2023-01-261-1/+1
| * fuse: optional supplementary group in create requestsMiklos Szeredi2023-01-261-3/+61
| * fuse: add request extensionMiklos Szeredi2023-01-261-28/+38
* | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-16/+16
|\ \
| * | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
| * | fs: port ->tmpfile() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-4/+4
| * | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
| * | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
| |/
* / fuse: fixes after adapting to new posix acl apiChristian Brauner2023-01-241-2/+4
|/
* Merge tag 'fuse-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-121-18/+25
|\
| * fuse: Rearrange fuse_allow_current_process checksDave Marchevsky2022-11-231-15/+20
| * fuse: always revalidate rename target dentryJiachen Zhang2022-11-231-1/+1
| * fuse: add "expire only" mode to FUSE_NOTIFY_INVAL_ENTRYMiklos Szeredi2022-11-231-2/+4
* | fs: rename current get acl methodChristian Brauner2022-10-201-2/+2
|/
* fuse: implement ->tmpfile()Miklos Szeredi2022-09-241-3/+21
* fuse: Add module param for CAP_SYS_ADMIN access bypassing allow_otherDave Marchevsky2022-07-211-0/+9
* fuse: fix deadlock between atomic O_TRUNC and page invalidationMiklos Szeredi2022-07-211-1/+6
* fuse: Convert fuse to read_folioMatthew Wilcox (Oracle)2022-05-091-5/+5
* fuse: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)2022-03-151-1/+1
* fuse: send security context of inode on fileVivek Goyal2021-11-251-0/+91
* fuse: only update necessary attributesMiklos Szeredi2021-10-281-4/+2
* fuse: take cache_mask into account in getattrMiklos Szeredi2021-10-281-1/+3
* fuse: add cache_maskMiklos Szeredi2021-10-281-1/+2
* fuse: move reverting attributes to fuse_change_attributes()Miklos Szeredi2021-10-281-9/+0
* fuse: simplify local variables holding writeback cache stateMiklos Szeredi2021-10-281-4/+4
* fuse: selective attribute invalidationMiklos Szeredi2021-10-281-2/+2
* fuse: don't increment nlink in link()Miklos Szeredi2021-10-281-19/+11
* fuse: decrement nlink on overwriting renameMiklos Szeredi2021-10-221-22/+27
* fuse: move fuse_invalidate_attr() into fuse_update_ctime()Miklos Szeredi2021-10-221-7/+2
* fuse: annotate lock in fuse_reverse_inval_entry()Miklos Szeredi2021-10-221-1/+1
* fuse: make sure reclaim doesn't write the inodeMiklos Szeredi2021-10-221-0/+8