aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Merge android-4.4.139 (7ba5557) into msm-4.4Blagovest Kolenichev2018-07-031-1/+12
|\
| * Merge 4.4.139 into android-4.4Greg Kroah-Hartman2018-07-031-1/+12
| |\
| | * fuse: atomic_o_trunc should truncate pagecacheMiklos Szeredi2018-07-031-1/+12
* | | Merge android-4.4.96 (aed4c54) into msm-4.4Blagovest Kolenichev2017-12-121-1/+2
|\| |
| * | Merge 4.4.96 into android-4.4Greg Kroah-Hartman2017-11-021-1/+2
| |\|
| | * fuse: fix READDIRPLUS skipping an entryMiklos Szeredi2017-11-021-1/+2
| * | Merge tag 'v4.4.27' into android-4.4.yDmitry Shmidt2016-10-271-4/+55
| |\|
| * | fuse: Add support for d_canonical_pathDaniel Rosenberg2016-04-251-0/+45
* | | Merge tag 'lsk-v4.4-16.12-android' into branch 'msm-4.4'Runmin Wang2017-02-281-4/+55
|\ \ \
| * \ \ Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi2016-10-241-4/+55
| |\ \ \ | | | |/ | | |/|
| | * | fuse: fix killing s[ug]id in setattrMiklos Szeredi2016-10-221-4/+28
| | * | fuse: invalidate dir dentry after chmodMiklos Szeredi2016-10-221-2/+10
| | * | fuse: listxattr: verify xattr listMiklos Szeredi2016-10-221-0/+19
| | |/
* | | Merge remote-tracking branch 'msm4.4/tmp-da9a92f' into msm-4.4Runmin Wang2016-10-281-0/+45
|\| |
| * | fuse: Add support for d_canonical_pathDaniel Rosenberg2016-05-191-0/+45
| |/
* / fuse: Add support for passthrough read/writeNikhilesh Reddy2016-03-221-0/+3
|/
* 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
* vfs: Remove unnecessary calls of check_submounts_and_dropEric W. Biederman2014-10-091-3/+0
* fs: call rename2 if existsMiklos Szeredi2014-08-071-7/+0
* 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/+0
* fuse: allow ctime flushing to userspaceMaxim Patlasov2014-04-281-2/+7
* fuse: add .write_inodeMiklos Szeredi2014-04-281-17/+11
* 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-241-35/+5
* fuse: no RCU mode in fuse_access()Miklos Szeredi2013-10-011-3/+2
* 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-121-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
| * fuse: hotfix truncate_pagecache() issueMaxim Patlasov2013-09-031-1/+6