summaryrefslogtreecommitdiff
path: root/fs/fuse/dir.c (follow)
Commit message (Expand)AuthorAge
* Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas2020-03-08
|\
| * Merge 4.4.207 into android-4.4-pGreg Kroah-Hartman2019-12-21
| |\
| | * fuse: verify attributesMiklos Szeredi2019-12-21
| | * fuse: verify nlinkMiklos Szeredi2019-12-21
* | | Merge android-4.4-p.199 (3f5703c) into msm-4.4Srinivasarao P2019-11-11
|\| |
| * | Merge 4.4.199 into android-4.4-pGreg Kroah-Hartman2019-11-06
| |\|
| | * fuse: flush dirty data/metadata before non-truncate setattrMiklos Szeredi2019-11-06
* | | Merge android-4.4.139 (7ba5557) into msm-4.4Blagovest Kolenichev2018-07-03
|\| |
| * | Merge 4.4.139 into android-4.4Greg Kroah-Hartman2018-07-03
| |\|
| | * fuse: atomic_o_trunc should truncate pagecacheMiklos Szeredi2018-07-03
* | | Merge android-4.4.96 (aed4c54) into msm-4.4Blagovest Kolenichev2017-12-12
|\| |
| * | Merge 4.4.96 into android-4.4Greg Kroah-Hartman2017-11-02
| |\|
| | * fuse: fix READDIRPLUS skipping an entryMiklos Szeredi2017-11-02
| * | Merge tag 'v4.4.27' into android-4.4.yDmitry Shmidt2016-10-27
| |\|
| * | fuse: Add support for d_canonical_pathDaniel Rosenberg2016-04-25
* | | Merge tag 'lsk-v4.4-16.12-android' into branch 'msm-4.4'Runmin Wang2017-02-28
|\ \ \
| * \ \ Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi2016-10-24
| |\ \ \ | | | |/ | | |/|
| | * | fuse: fix killing s[ug]id in setattrMiklos Szeredi2016-10-22
| | * | fuse: invalidate dir dentry after chmodMiklos Szeredi2016-10-22
| | * | fuse: listxattr: verify xattr listMiklos Szeredi2016-10-22
| | |/
* | | Merge remote-tracking branch 'msm4.4/tmp-da9a92f' into msm-4.4Runmin Wang2016-10-28
|\| |
| * | fuse: Add support for d_canonical_pathDaniel Rosenberg2016-05-19
| |/
* / fuse: Add support for passthrough read/writeNikhilesh Reddy2016-03-22
|/
* new helper: free_page_put_link()Al Viro2015-05-11
* switch ->put_link() from dentry to inodeAl Viro2015-05-11
* don't pass nameidata to ->follow_link()Al Viro2015-05-10
* new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-10
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-22
* fuse: fix LOOKUP vs INIT compat handlingMiklos Szeredi2015-01-06
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2014-12-17
|\
| * fuse: introduce fuse_simple_request() helperMiklos Szeredi2014-12-12
* | switch d_materialise_unique() users to d_splice_alias()Al Viro2014-11-19
|/
* vfs: Make d_invalidate return voidEric W. Biederman2014-10-09
* vfs: Remove unnecessary calls of check_submounts_and_dropEric W. Biederman2014-10-09
* fs: call rename2 if existsMiklos Szeredi2014-08-07
* fuse: restructure ->rename2()Miklos Szeredi2014-07-10
* fuse: ignore entry-timeout on LOOKUP_REVALAnand Avati2014-07-07
* fuse: timeout comparison fixMiklos Szeredi2014-07-07
* fuse: add renameat2 supportMiklos Szeredi2014-04-28
* fuse: clear FUSE_I_CTIME_DIRTY flag on setattrMaxim Patlasov2014-04-28
* fuse: trust kernel i_ctime onlyMaxim Patlasov2014-04-28
* fuse: remove .update_timeMiklos Szeredi2014-04-28
* fuse: allow ctime flushing to userspaceMaxim Patlasov2014-04-28
* fuse: add .write_inodeMiklos Szeredi2014-04-28
* fuse: update mtime on truncate(2)Maxim Patlasov2014-04-28
* fuse: Trust kernel i_mtime onlyMaxim Patlasov2014-04-02
* fuse: Trust kernel i_size onlyPavel Emelyanov2014-04-02
* fuse: don't invalidate attrs when not using atimeAndrew Gallagher2014-01-22
* vfs: introduce d_instantiate_no_diralias()Miklos Szeredi2013-10-24