aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-10fuse: convert readlink to simple apiMiklos Szeredi1-27/+25
2019-09-10fuse: flatten 'struct fuse_args'Miklos Szeredi1-88/+88
2019-02-13fuse: Protect fi->nlookup with fi->lockKirill Tkhai1-2/+2
2019-02-13fuse: Introduce fi->lock to protect write related fieldsKirill Tkhai1-13/+12
2019-02-13fuse: Convert fc->attr_version into atomic64_tKirill Tkhai1-17/+2
2019-02-13fuse: Add fuse_inode argument to fuse_prepare_release()Kirill Tkhai1-2/+4
2018-12-11fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin1-1/+1
2018-12-03fuse: fix revalidation of attributes for permission checkMiklos Szeredi1-1/+3
2018-12-03fuse: fix fsync on directoryMiklos Szeredi1-1/+19
2018-10-15fuse: enable caching of symlinksDan Schatzberg1-25/+83
2018-10-15fuse: don't need GETATTR after every READMiklos Szeredi1-1/+3
2018-10-15fuse: allow fine grained attr cache invaldationMiklos Szeredi1-5/+13
2018-10-01fuse: reduce size of struct fuse_inodeMiklos Szeredi1-1/+12
2018-10-01fuse: use iversion for readdir cache verificationMiklos Szeredi1-7/+14
2018-09-28fuse: split out readdir.cMiklos Szeredi1-257/+2
2018-08-21Merge tag 'fuse-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-4/+6
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+11
2018-08-01kill d_instantiate_no_diralias()Al Viro1-4/+11
2018-07-26fuse: fix initial parallel diropsMiklos Szeredi1-4/+6
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Al Viro1-1/+1
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 2Al Viro1-2/+2
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro1-1/+1
2018-07-12introduce FMODE_CREATED and switch to itAl Viro1-1/+1
2018-03-20fuse: honor AT_STATX_FORCE_SYNCMiklos Szeredi1-2/+9
2018-03-20fuse: honor AT_STATX_DONT_SYNCMiklos Szeredi1-4/+5
2018-03-20fuse: Restrict allow_other to the superblock's namespace or a descendantSeth Forshee1-1/+1
2018-03-20fuse: Support fuse filesystems outside of init_user_nsEric W. Biederman1-7/+7
2018-03-20fuse: atomic_o_trunc should truncate pagecacheMiklos Szeredi1-1/+12
2017-10-25fuse: fix READDIRPLUS skipping an entryMiklos Szeredi1-1/+2
2017-09-12fuse: getattr cleanupMiklos Szeredi1-17/+13
2017-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-1/+1
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-3/+3
2017-02-22fuse: cleanup fuse_file refcountingMiklos Szeredi1-1/+1
2017-01-13fuse: fix time_to_jiffies nsec sanity checkDavid Sheets1-1/+1
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-1/+0
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-12-06fuse: fix clearing suid, sgid for chown()Miklos Szeredi1-5/+2
2016-10-18fuse: fix root dentry initializationMiklos Szeredi1-0/+5
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+0
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+4
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-9/+0