aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-24fuse: implement ->tmpfile()Miklos Szeredi1-3/+21
2022-07-21fuse: Add module param for CAP_SYS_ADMIN access bypassing allow_otherDave Marchevsky1-0/+9
2022-07-21fuse: fix deadlock between atomic O_TRUNC and page invalidationMiklos Szeredi1-1/+6
2022-05-09fuse: Convert fuse to read_folioMatthew Wilcox (Oracle)1-5/+5
2022-03-15fuse: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)1-1/+1
2021-11-25fuse: send security context of inode on fileVivek Goyal1-0/+91
2021-10-28fuse: only update necessary attributesMiklos Szeredi1-4/+2
2021-10-28fuse: take cache_mask into account in getattrMiklos Szeredi1-1/+3
2021-10-28fuse: add cache_maskMiklos Szeredi1-1/+2
2021-10-28fuse: move reverting attributes to fuse_change_attributes()Miklos Szeredi1-9/+0
2021-10-28fuse: simplify local variables holding writeback cache stateMiklos Szeredi1-4/+4
2021-10-28fuse: selective attribute invalidationMiklos Szeredi1-2/+2
2021-10-28fuse: don't increment nlink in link()Miklos Szeredi1-19/+11
2021-10-22fuse: decrement nlink on overwriting renameMiklos Szeredi1-22/+27
2021-10-22fuse: move fuse_invalidate_attr() into fuse_update_ctime()Miklos Szeredi1-7/+2
2021-10-22fuse: annotate lock in fuse_reverse_inval_entry()Miklos Szeredi1-1/+1
2021-10-22fuse: make sure reclaim doesn't write the inodeMiklos Szeredi1-0/+8
2021-07-13fuse: Convert to using invalidate_lockJan Kara1-5/+6
2021-06-22fuse: fix illegal access to inode with reused nodeidAmir Goldstein1-1/+1
2021-06-22fuse: Switch to fc_mount() for submountsGreg Kurz1-23/+6
2021-06-22fuse: Call vfs_get_tree() for submountsGreg Kurz1-48/+5
2021-06-09fuse: Fix infinite loop in sget_fc()Greg Kurz1-0/+11
2021-06-09fuse: Fix crash if superblock of submount gets killed earlyGreg Kurz1-4/+4
2021-06-09fuse: Fix crash in fuse_dentry_automount() error pathGreg Kurz1-1/+5
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+5
2021-04-12fuse: convert to fileattrMiklos Szeredi1-0/+4
2021-04-12fuse: unsigned open flagsMiklos Szeredi1-1/+1
2021-03-08new helper: inode_wrong_type()Al Viro1-3/+3
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-16/+21
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24attr: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-2/+3
2020-12-10fuse: fix bad inodeMiklos Szeredi1-5/+32
2020-11-11fuse: add a flag FUSE_OPEN_KILL_SUIDGID for open() requestVivek Goyal1-0/+6
2020-11-11fuse: don't send ATTR_MODE to kill suid/sgid for handle_killpriv_v2Vivek Goyal1-1/+1
2020-11-11fuse: setattr should set FATTR_KILL_SUIDGIDVivek Goyal1-0/+10
2020-11-11fuse: always revalidate if exclusive createMiklos Szeredi1-1/+1
2020-11-11fuse: get rid of fuse_mount refcountMiklos Szeredi1-2/+1
2020-10-09fuse: implement crossmountsMax Reitz1-1/+77
2020-09-18fuse: split fuse_mount off of fuse_connMax Reitz1-54/+56
2020-09-10virtiofs: serialize truncate/punch_hole and dax fault pathVivek Goyal1-7/+25
2020-05-19fuse: always allow query of st_devMiklos Szeredi1-1/+11
2020-02-06fuse: Support RENAME_WHITEOUT flagVivek Goyal1-1/+1
2019-11-12fuse: verify nlinkMiklos Szeredi1-1/+2
2019-11-12fuse: verify attributesMiklos Szeredi1-6/+16
2019-10-23fuse: flush dirty data/metadata before non-truncate setattrMiklos Szeredi1-0/+13
2019-10-21fuse: don't advise readdirplus for negative lookupMiklos Szeredi1-1/+2
2019-09-24fuse: kmemcg account fs dataKhazhismel Kumykov1-1/+2
2019-09-24fuse: on 64-bit store time in d_fsdata directlyKhazhismel Kumykov1-6/+30
2019-09-12fuse: delete dentry if timeout is zeroMiklos Szeredi1-3/+25