summaryrefslogtreecommitdiffstats
path: root/fs/fuse/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2017-03-031-1/+1
|\
| * fuse: cleanup fuse_file refcountingMiklos Szeredi2017-02-221-1/+1
* | statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-3/+3
|/
* fuse: fix time_to_jiffies nsec sanity checkDavid Sheets2017-01-131-1/+1
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-1/+0
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
* | fuse: fix clearing suid, sgid for chown()Miklos Szeredi2016-12-061-5/+2
|/
* fuse: fix root dentry initializationMiklos Szeredi2016-10-181-0/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-2/+2
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-1/+1
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| * | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-1/+1
| |/
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-9/+0
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-9/+0
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-3/+4
|\ \ \
| * | | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
| * | | fuse: Propagate dentry down to inode_change_ok()Jan Kara2016-09-221-3/+4
| | |/ | |/|
* | | fuse: get rid of fc->flagsMiklos Szeredi2016-10-011-4/+4
* | | fuse: use timespec64Miklos Szeredi2016-10-011-3/+7
* | | fuse: don't use ->d_timeMiklos Szeredi2016-10-011-20/+23
* | | fuse: Add posix ACL supportSeth Forshee2016-10-011-0/+16
* | | fuse: handle killpriv in userspace fsMiklos Szeredi2016-10-011-17/+27
* | | fuse: fix killing s[ug]id in setattrMiklos Szeredi2016-10-011-4/+28
* | | fuse: invalidate dir dentry after chmodMiklos Szeredi2016-10-011-2/+10
| |/ |/|
* | fuse: Use generic xattr opsSeth Forshee2016-10-011-175/+11
* | fuse: listxattr: verify xattr listMiklos Szeredi2016-10-011-0/+19
|/
* Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-061-2/+2
|\
| * qstr: constify instances in fuseAl Viro2016-07-301-2/+2
* | Merge branch 'salted-string-hash'Linus Torvalds2016-07-281-1/+2
|\ \
| * | vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-1/+2
* | | Use the right predicate in ->atomic_open() instancesAl Viro2016-07-051-1/+1
| |/ |/|
* | fuse: serialize dirops by defaultMiklos Szeredi2016-06-301-0/+4
|/
* switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-271-3/+3
* fuse: switch to ->iterate_shared()Al Viro2016-05-021-49/+45
* ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-111-3/+2
* wrappers for ->i_mutex accessAl Viro2016-01-221-5/+5
* switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-3/+3
* kill free_page_put_link()Al Viro2015-12-291-3/+3
* replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-3/+6
* new helper: free_page_put_link()Al Viro2015-05-111-6/+1
* switch ->put_link() from dentry to inodeAl Viro2015-05-111-1/+1
* don't pass nameidata to ->follow_link()Al Viro2015-05-101-1/+1
* new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-101-15/+4
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-30/+30
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-1/+1
* fuse: fix LOOKUP vs INIT compat handlingMiklos Szeredi2015-01-061-24/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2014-12-171-323/+215
|\
| * fuse: introduce fuse_simple_request() helperMiklos Szeredi2014-12-121-323/+215
* | switch d_materialise_unique() users to d_splice_alias()Al Viro2014-11-191-2/+2
|/
* vfs: Make d_invalidate return voidEric W. Biederman2014-10-091-3/+1