summaryrefslogtreecommitdiffstats
path: root/fs/fuse/dir.c
AgeCommit message (Expand)Author
2020-12-10fuse: fix bad inodeMiklos Szeredi
2020-11-11fuse: add a flag FUSE_OPEN_KILL_SUIDGID for open() requestVivek Goyal
2020-11-11fuse: don't send ATTR_MODE to kill suid/sgid for handle_killpriv_v2Vivek Goyal
2020-11-11fuse: setattr should set FATTR_KILL_SUIDGIDVivek Goyal
2020-11-11fuse: always revalidate if exclusive createMiklos Szeredi
2020-11-11fuse: get rid of fuse_mount refcountMiklos Szeredi
2020-10-09fuse: implement crossmountsMax Reitz
2020-09-18fuse: split fuse_mount off of fuse_connMax Reitz
2020-09-10virtiofs: serialize truncate/punch_hole and dax fault pathVivek Goyal
2020-05-19fuse: always allow query of st_devMiklos Szeredi
2020-02-06fuse: Support RENAME_WHITEOUT flagVivek Goyal
2019-11-12fuse: verify nlinkMiklos Szeredi
2019-11-12fuse: verify attributesMiklos Szeredi
2019-10-23fuse: flush dirty data/metadata before non-truncate setattrMiklos Szeredi
2019-10-21fuse: don't advise readdirplus for negative lookupMiklos Szeredi
2019-09-24fuse: kmemcg account fs dataKhazhismel Kumykov
2019-09-24fuse: on 64-bit store time in d_fsdata directlyKhazhismel Kumykov
2019-09-12fuse: delete dentry if timeout is zeroMiklos Szeredi
2019-09-10fuse: convert readlink to simple apiMiklos Szeredi
2019-09-10fuse: flatten 'struct fuse_args'Miklos Szeredi
2019-02-13fuse: Protect fi->nlookup with fi->lockKirill Tkhai
2019-02-13fuse: Introduce fi->lock to protect write related fieldsKirill Tkhai
2019-02-13fuse: Convert fc->attr_version into atomic64_tKirill Tkhai
2019-02-13fuse: Add fuse_inode argument to fuse_prepare_release()Kirill Tkhai
2018-12-11fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin
2018-12-03fuse: fix revalidation of attributes for permission checkMiklos Szeredi
2018-12-03fuse: fix fsync on directoryMiklos Szeredi
2018-10-15fuse: enable caching of symlinksDan Schatzberg
2018-10-15fuse: don't need GETATTR after every READMiklos Szeredi
2018-10-15fuse: allow fine grained attr cache invaldationMiklos Szeredi
2018-10-01fuse: reduce size of struct fuse_inodeMiklos Szeredi
2018-10-01fuse: use iversion for readdir cache verificationMiklos Szeredi
2018-09-28fuse: split out readdir.cMiklos Szeredi
2018-08-21Merge tag 'fuse-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-08-01kill d_instantiate_no_diralias()Al Viro
2018-07-26fuse: fix initial parallel diropsMiklos Szeredi
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Al Viro
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 2Al Viro
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro
2018-07-12introduce FMODE_CREATED and switch to itAl Viro
2018-03-20fuse: honor AT_STATX_FORCE_SYNCMiklos Szeredi
2018-03-20fuse: honor AT_STATX_DONT_SYNCMiklos Szeredi
2018-03-20fuse: Restrict allow_other to the superblock's namespace or a descendantSeth Forshee
2018-03-20fuse: Support fuse filesystems outside of init_user_nsEric W. Biederman
2018-03-20fuse: atomic_o_trunc should truncate pagecacheMiklos Szeredi
2017-10-25fuse: fix READDIRPLUS skipping an entryMiklos Szeredi
2017-09-12fuse: getattr cleanupMiklos Szeredi
2017-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells