aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/dir.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-25fuse: fix READDIRPLUS skipping an entryGravatar Miklos Szeredi 1-1/+2
2017-09-12fuse: getattr cleanupGravatar Miklos Szeredi 1-17/+13
2017-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 1-1/+1
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 1-3/+3
2017-02-22fuse: cleanup fuse_file refcountingGravatar Miklos Szeredi 1-1/+1
2017-01-13fuse: fix time_to_jiffies nsec sanity checkGravatar David Sheets 1-1/+1
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 1-1/+0
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsGravatar Miklos Szeredi 1-1/+0
2016-12-06fuse: fix clearing suid, sgid for chown()Gravatar Miklos Szeredi 1-5/+2
2016-10-18fuse: fix root dentry initializationGravatar Miklos Szeredi 1-0/+5
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 1-1/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-9/+0
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+4
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 1-9/+0
2016-10-01fuse: Use generic xattr opsGravatar Seth Forshee 1-175/+11
2016-10-01fuse: get rid of fc->flagsGravatar Miklos Szeredi 1-4/+4
2016-10-01fuse: listxattr: verify xattr listGravatar Miklos Szeredi 1-0/+19
2016-10-01fuse: use timespec64Gravatar Miklos Szeredi 1-3/+7
2016-10-01fuse: don't use ->d_timeGravatar Miklos Szeredi 1-20/+23
2016-10-01fuse: Add posix ACL supportGravatar Seth Forshee 1-0/+16
2016-10-01fuse: handle killpriv in userspace fsGravatar Miklos Szeredi 1-17/+27
2016-10-01fuse: fix killing s[ug]id in setattrGravatar Miklos Szeredi 1-4/+28
2016-10-01fuse: invalidate dir dentry after chmodGravatar Miklos Szeredi 1-2/+10
2016-09-27fs: Replace current_fs_time() with current_time()Gravatar Deepa Dinamani 1-1/+1
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-09-22fuse: Propagate dentry down to inode_change_ok()Gravatar Jan Kara 1-3/+4
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2
2016-07-30qstr: constify instances in fuseGravatar Al Viro 1-2/+2
2016-07-28Merge branch 'salted-string-hash'Gravatar Linus Torvalds 1-1/+2
2016-07-05Use the right predicate in ->atomic_open() instancesGravatar Al Viro 1-1/+1
2016-06-30fuse: serialize dirops by defaultGravatar Miklos Szeredi 1-0/+4
2016-06-10vfs: make the string hashes salt the hashGravatar Linus Torvalds 1-1/+2
2016-05-27switch ->setxattr() to passing dentry and inode separatelyGravatar Al Viro 1-3/+3
2016-05-02fuse: switch to ->iterate_shared()Gravatar Al Viro 1-49/+45
2016-04-11->getxattr(): pass dentry and inode as separate argumentsGravatar Al Viro 1-3/+2
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-5/+5
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Gravatar Al Viro 1-3/+3
2015-12-29kill free_page_put_link()Gravatar Al Viro 1-3/+3
2015-12-08replace ->follow_link() with new method that could stay in RCU modeGravatar Al Viro 1-3/+6
2015-05-11new helper: free_page_put_link()Gravatar Al Viro 1-6/+1
2015-05-11switch ->put_link() from dentry to inodeGravatar Al Viro 1-1/+1
2015-05-10don't pass nameidata to ->follow_link()Gravatar Al Viro 1-1/+1
2015-05-10new ->follow_link() and ->put_link() calling conventionsGravatar Al Viro 1-15/+4
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-30/+30
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)Gravatar David Howells 1-1/+1
2015-01-06fuse: fix LOOKUP vs INIT compat handlingGravatar Miklos Szeredi 1-24/+7
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 1-323/+215
2014-12-12fuse: introduce fuse_simple_request() helperGravatar Miklos Szeredi 1-323/+215