aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-01fuse: Use generic xattr opsSeth Forshee1-175/+11
2016-10-01fuse: get rid of fc->flagsMiklos Szeredi1-4/+4
2016-10-01fuse: listxattr: verify xattr listMiklos Szeredi1-0/+19
2016-10-01fuse: use timespec64Miklos Szeredi1-3/+7
2016-10-01fuse: don't use ->d_timeMiklos Szeredi1-20/+23
2016-10-01fuse: Add posix ACL supportSeth Forshee1-0/+16
2016-10-01fuse: handle killpriv in userspace fsMiklos Szeredi1-17/+27
2016-10-01fuse: fix killing s[ug]id in setattrMiklos Szeredi1-4/+28
2016-10-01fuse: invalidate dir dentry after chmodMiklos Szeredi1-2/+10
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-1/+1
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-09-22fuse: Propagate dentry down to inode_change_ok()Jan Kara1-3/+4
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2016-07-30qstr: constify instances in fuseAl Viro1-2/+2
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds1-1/+2
2016-07-05Use the right predicate in ->atomic_open() instancesAl Viro1-1/+1
2016-06-30fuse: serialize dirops by defaultMiklos Szeredi1-0/+4
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-1/+2
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro1-3/+3
2016-05-02fuse: switch to ->iterate_shared()Al Viro1-49/+45
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro1-3/+2