summaryrefslogtreecommitdiffstats
path: root/fs/fuse/dir.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fuse: Convert to using invalidate_lockJan Kara2021-07-131-5/+6
* fuse: fix illegal access to inode with reused nodeidAmir Goldstein2021-06-221-1/+1
* fuse: Switch to fc_mount() for submountsGreg Kurz2021-06-221-23/+6
* fuse: Call vfs_get_tree() for submountsGreg Kurz2021-06-221-48/+5
* fuse: Fix infinite loop in sget_fc()Greg Kurz2021-06-091-0/+11
* fuse: Fix crash if superblock of submount gets killed earlyGreg Kurz2021-06-091-4/+4
* fuse: Fix crash in fuse_dentry_automount() error pathGreg Kurz2021-06-091-1/+5
* Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-1/+5
|\
| * fuse: convert to fileattrMiklos Szeredi2021-04-121-0/+4
| * fuse: unsigned open flagsMiklos Szeredi2021-04-121-1/+1
* | new helper: inode_wrong_type()Al Viro2021-03-081-3/+3
|/
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-16/+21
* stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1