aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/dir.c
AgeCommit message (Expand)Author
2022-01-25Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/basev4.14/standard/preempt-rt/baseBruce Ashfield
2021-12-22fuse: annotate lock in fuse_reverse_inval_entry()Miklos Szeredi
2020-04-14Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2019-12-17fuse: verify attributesMiklos Szeredi
2019-12-17fuse: verify nlinkMiklos Szeredi
2019-11-18Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2019-11-06fuse: flush dirty data/metadata before non-truncate setattrMiklos Szeredi
2019-01-10Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2018-12-21fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin
2018-09-21Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2018-09-05fuse: fix initial parallel diropsMiklos Szeredi
2018-08-13Merge branch 'v4.14/standard/base' into v4.14/standard/preempt-rt/baseBruce Ashfield
2018-07-03fuse: atomic_o_trunc should truncate pagecacheMiklos Szeredi
2018-02-13fs/dcache: use swait_queue instead of waitqueueSebastian Andrzej Siewior
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
2017-02-22fuse: cleanup fuse_file refcountingMiklos Szeredi
2017-01-13fuse: fix time_to_jiffies nsec sanity checkDavid Sheets
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-12-06fuse: fix clearing suid, sgid for chown()Miklos Szeredi
2016-10-18fuse: fix root dentry initializationMiklos Szeredi
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-01fuse: Use generic xattr opsSeth Forshee
2016-10-01fuse: get rid of fc->flagsMiklos Szeredi
2016-10-01fuse: listxattr: verify xattr listMiklos Szeredi
2016-10-01fuse: use timespec64Miklos Szeredi
2016-10-01fuse: don't use ->d_timeMiklos Szeredi
2016-10-01fuse: Add posix ACL supportSeth Forshee
2016-10-01fuse: handle killpriv in userspace fsMiklos Szeredi
2016-10-01fuse: fix killing s[ug]id in setattrMiklos Szeredi
2016-10-01fuse: invalidate dir dentry after chmodMiklos Szeredi
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-09-22fuse: Propagate dentry down to inode_change_ok()Jan Kara
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-30qstr: constify instances in fuseAl Viro
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds
2016-07-05Use the right predicate in ->atomic_open() instancesAl Viro
2016-06-30fuse: serialize dirops by defaultMiklos Szeredi
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro
2016-05-02fuse: switch to ->iterate_shared()Al Viro