aboutsummaryrefslogtreecommitdiff
path: root/fs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* allow build_open_flags() to return an errorAl Viro2019-05-021-4/+4
* do_last(): fix missing checks for LAST_BIND caseAl Viro2019-05-021-21/+3
* fs: allow open(dir, O_TMPFILE|..., 0) with mode 0Eric Rannaud2019-05-021-1/+2
* Safer ABI for O_TMPFILEAl Viro2019-05-021-1/+1
* allow the temp files created by open() to be linked toAl Viro2019-05-021-2/+14
* it's still short a few helpers, but infrastructure should be OK now...Al Viro2019-05-021-0/+60
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2018-11-291-1/+1
* enable protected_{symlinks,hardlinks} by defaultDaniel Micay2018-05-161-2/+2
* BACKPORT: dentry name snapshotsAl Viro2017-12-081-4/+4
* kernel: Fix potential refcount leak in su checkTom Marshall2017-05-221-1/+3
* kernel: Only expose su when daemon is runningTom Marshall2017-05-211-0/+8
* ANDROID: vfs: Missed updating truncate to truncate2Daniel Rosenberg2017-04-131-1/+1
* vfs: Add permission2 for filesystems with per mount permissionsDaniel Rosenberg2017-04-131-58/+135
* fs/namei.c: fix potential memory leak in path_lookupatimoseyon2016-09-101-1/+2
* Linux 3.10.99 (accumulative patch)Stefan Guendhoer2016-08-261-0/+4
* vfs: Test for and handle paths that are unreachable from their mnt_rootEric W. Biederman2016-08-261-2/+27
* 3.10.76 -> 3.10.77Jan Engelmohr2016-08-261-2/+4
* first commitMeizu OpenSource2016-08-151-0/+4104