summaryrefslogtreecommitdiffstats
path: root/fs/fuse/dir.c
AgeCommit message (Expand)Author
2016-12-15fuse: fix clearing suid, sgid for chown()Miklos Szeredi
2016-10-22fuse: fix killing s[ug]id in setattrMiklos Szeredi
2016-10-22fuse: invalidate dir dentry after chmodMiklos Szeredi
2016-10-22fuse: listxattr: verify xattr listMiklos Szeredi
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
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-29kill free_page_put_link()Al Viro
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-05-11new helper: free_page_put_link()Al Viro
2015-05-11switch ->put_link() from dentry to inodeAl Viro
2015-05-10don't pass nameidata to ->follow_link()Al Viro
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2015-01-06fuse: fix LOOKUP vs INIT compat handlingMiklos Szeredi
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2014-12-12fuse: introduce fuse_simple_request() helperMiklos Szeredi
2014-11-19switch d_materialise_unique() users to d_splice_alias()Al Viro
2014-10-09vfs: Make d_invalidate return voidEric W. Biederman
2014-10-09vfs: Remove unnecessary calls of check_submounts_and_dropEric W. Biederman
2014-08-07fs: call rename2 if existsMiklos Szeredi
2014-07-10fuse: restructure ->rename2()Miklos Szeredi
2014-07-07fuse: ignore entry-timeout on LOOKUP_REVALAnand Avati
2014-07-07fuse: timeout comparison fixMiklos Szeredi
2014-04-28fuse: add renameat2 supportMiklos Szeredi
2014-04-28fuse: clear FUSE_I_CTIME_DIRTY flag on setattrMaxim Patlasov
2014-04-28fuse: trust kernel i_ctime onlyMaxim Patlasov
2014-04-28fuse: remove .update_timeMiklos Szeredi
2014-04-28fuse: allow ctime flushing to userspaceMaxim Patlasov
2014-04-28fuse: add .write_inodeMiklos Szeredi
2014-04-28fuse: update mtime on truncate(2)Maxim Patlasov
2014-04-02fuse: Trust kernel i_mtime onlyMaxim Patlasov
2014-04-02fuse: Trust kernel i_size onlyPavel Emelyanov
2014-01-22fuse: don't invalidate attrs when not using atimeAndrew Gallagher
2013-10-24vfs: introduce d_instantiate_no_diralias()Miklos Szeredi
2013-10-01fuse: no RCU mode in fuse_access()Miklos Szeredi
2013-10-01fuse: readdirplus: fix RCU walkMiklos Szeredi
2013-10-01fuse: don't check_submounts_and_drop() in RCU walkMiklos Szeredi
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov
2013-09-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2013-09-05fuse: drop dentry on failed revalidateAnand Avati