summaryrefslogtreecommitdiffstats
path: root/fs/fuse/dir.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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/+11Star
* | 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-111-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-281-3/+3
* fuse: switch to ->iterate_shared()Al Viro2016-05-031-49/+45Star
* ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-111-3/+2Star
* wrappers for ->i_mutex accessAl Viro2016-01-231-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-091-3/+6
* new helper: free_page_put_link()Al Viro2015-05-111-6/+1Star
* switch ->put_link() from dentry to inodeAl Viro2015-05-111-1/+1
* don't pass nameidata to ->follow_link()Al Viro2015-05-111-1/+1
* new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-111-15/+4Star
* 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/+7Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2014-12-171-323/+215Star
|\
| * fuse: introduce fuse_simple_request() helperMiklos Szeredi2014-12-121-323/+215Star
* | 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/+1Star
* vfs: Remove unnecessary calls of check_submounts_and_dropEric W. Biederman2014-10-091-3/+0Star
* fs: call rename2 if existsMiklos Szeredi2014-08-071-7/+0Star
* fuse: restructure ->rename2()Miklos Szeredi2014-07-101-14/+20
* fuse: ignore entry-timeout on LOOKUP_REVALAnand Avati2014-07-071-1/+2
* fuse: timeout comparison fixMiklos Szeredi2014-07-071-3/+3
* fuse: add renameat2 supportMiklos Szeredi2014-04-281-8/+47
* fuse: clear FUSE_I_CTIME_DIRTY flag on setattrMaxim Patlasov2014-04-281-9/+17
* fuse: trust kernel i_ctime onlyMaxim Patlasov2014-04-281-2/+20
* fuse: remove .update_timeMiklos Szeredi2014-04-281-12/+0Star
* fuse: allow ctime flushing to userspaceMaxim Patlasov2014-04-281-2/+7
* fuse: add .write_inodeMiklos Szeredi2014-04-281-17/+11Star
* fuse: update mtime on truncate(2)Maxim Patlasov2014-04-281-0/+2
* fuse: Trust kernel i_mtime onlyMaxim Patlasov2014-04-021-17/+91
* fuse: Trust kernel i_size onlyPavel Emelyanov2014-04-021-2/+11
* fuse: don't invalidate attrs when not using atimeAndrew Gallagher2014-01-221-2/+12
* vfs: introduce d_instantiate_no_diralias()Miklos Szeredi2013-10-251-35/+5Star
* fuse: no RCU mode in fuse_access()Miklos Szeredi2013-10-011-3/+2Star
* fuse: readdirplus: fix RCU walkMiklos Szeredi2013-10-011-3/+9
* fuse: don't check_submounts_and_drop() in RCU walkMiklos Szeredi2013-10-011-1/+2
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-131-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2013-09-091-1/+14
|\
| * fuse: readdir: check for slash in namesMiklos Szeredi2013-09-031-0/+4