summaryrefslogtreecommitdiffstats
path: root/fs/fuse/dir.c
AgeCommit message (Expand)AuthorLines
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
2021-06-22fuse: fix illegal access to inode with reused nodeidAmir Goldstein-1/+1
2021-06-22fuse: Switch to fc_mount() for submountsGreg Kurz-23/+6
2021-06-22fuse: Call vfs_get_tree() for submountsGreg Kurz-48/+5
2021-06-09fuse: Fix infinite loop in sget_fc()Greg Kurz-0/+11
2021-06-09fuse: Fix crash if superblock of submount gets killed earlyGreg Kurz-4/+4
2021-06-09fuse: Fix crash in fuse_dentry_automount() error pathGreg Kurz-1/+5
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+5
2021-04-12fuse: convert to fileattrMiklos Szeredi-0/+4
2021-04-12fuse: unsigned open flagsMiklos Szeredi-1/+1
2021-03-08new helper: inode_wrong_type()Al Viro-3/+3
2021-01-24fs: make helpers idmap mount awareChristian Brauner-16/+21
2021-01-24stat: handle idmapped mountsChristian Brauner-1/+1
2021-01-24attr: handle idmapped mountsChristian Brauner-1/+1
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner-2/+3
2020-12-10fuse: fix bad inodeMiklos Szeredi-5/+32
2020-11-11fuse: add a flag FUSE_OPEN_KILL_SUIDGID for open() requestVivek Goyal-0/+6
2020-11-11fuse: don't send ATTR_MODE to kill suid/sgid for handle_killpriv_v2Vivek Goyal-1/+1
2020-11-11fuse: setattr should set FATTR_KILL_SUIDGIDVivek Goyal-0/+10
2020-11-11fuse: always revalidate if exclusive createMiklos Szeredi-1/+1
2020-11-11fuse: get rid of fuse_mount refcountMiklos Szeredi-2/+1
2020-10-09fuse: implement crossmountsMax Reitz-1/+77
2020-09-18fuse: split fuse_mount off of fuse_connMax Reitz-54/+56
2020-09-10virtiofs: serialize truncate/punch_hole and dax fault pathVivek Goyal-7/+25
2020-05-19fuse: always allow query of st_devMiklos Szeredi-1/+11
2020-02-06fuse: Support RENAME_WHITEOUT flagVivek Goyal-1/+1
2019-11-12fuse: verify nlinkMiklos Szeredi-1/+2
2019-11-12fuse: verify attributesMiklos Szeredi-6/+16
2019-10-23fuse: flush dirty data/metadata before non-truncate setattrMiklos Szeredi-0/+13
2019-10-21fuse: don't advise readdirplus for negative lookupMiklos Szeredi-1/+2
2019-09-24fuse: kmemcg account fs dataKhazhismel Kumykov-1/+2
2019-09-24fuse: on 64-bit store time in d_fsdata directlyKhazhismel Kumykov-6/+30
2019-09-12fuse: delete dentry if timeout is zeroMiklos Szeredi-3/+25
2019-09-10fuse: convert readlink to simple apiMiklos Szeredi-27/+25
2019-09-10fuse: flatten 'struct fuse_args'Miklos Szeredi-88/+88
2019-02-13fuse: Protect fi->nlookup with fi->lockKirill Tkhai-2/+2
2019-02-13fuse: Introduce fi->lock to protect write related fieldsKirill Tkhai-13/+12
2019-02-13fuse: Convert fc->attr_version into atomic64_tKirill Tkhai-17/+2
2019-02-13fuse: Add fuse_inode argument to fuse_prepare_release()Kirill Tkhai-2/+4