aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-22wrappers for ->i_mutex accessAl Viro1-5/+5
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-3/+3
2015-12-29kill free_page_put_link()Al Viro1-3/+3
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-3/+6
2015-05-11new helper: free_page_put_link()Al Viro1-6/+1
2015-05-11switch ->put_link() from dentry to inodeAl Viro1-1/+1
2015-05-10don't pass nameidata to ->follow_link()Al Viro1-1/+1
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro1-15/+4
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-30/+30
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-1/+1
2015-01-06fuse: fix LOOKUP vs INIT compat handlingMiklos Szeredi1-24/+7
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-323/+215
2014-12-12fuse: introduce fuse_simple_request() helperMiklos Szeredi1-323/+215
2014-11-19switch d_materialise_unique() users to d_splice_alias()Al Viro1-2/+2
2014-10-09vfs: Make d_invalidate return voidEric W. Biederman1-3/+1
2014-10-09vfs: Remove unnecessary calls of check_submounts_and_dropEric W. Biederman1-3/+0
2014-08-07fs: call rename2 if existsMiklos Szeredi1-7/+0
2014-07-10fuse: restructure ->rename2()Miklos Szeredi1-14/+20
2014-07-07fuse: ignore entry-timeout on LOOKUP_REVALAnand Avati1-1/+2
2014-07-07fuse: timeout comparison fixMiklos Szeredi1-3/+3
2014-04-28fuse: add renameat2 supportMiklos Szeredi1-8/+47
2014-04-28fuse: clear FUSE_I_CTIME_DIRTY flag on setattrMaxim Patlasov1-9/+17
2014-04-28fuse: trust kernel i_ctime onlyMaxim Patlasov1-2/+20