aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* ANDROID: vfs: Add permission2 for filesystems with per mount permissionsDaniel Rosenberg2019-02-151-54/+133
* ANDROID: vfs: Add setattr2 for filesystems with per mount permissionsDaniel Rosenberg2019-02-151-1/+1
* Revert "vfs: Allow userns root to call mknod on owned filesystems."Christian Brauner2018-12-221-2/+1
* namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca2018-08-231-3/+50
* Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-211-1/+1
|\
| * Revert "vfs: update ovl inode before relatime check"Miklos Szeredi2018-07-181-1/+1
| |
| \
*-. \ Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/...Linus Torvalds2018-08-131-24/+12
|\ \ \
| * | | fold generic_readlink() into its only callerAl Viro2018-07-191-24/+12
| |/ /
* | | few more cleanups of link_path_walk() callersAl Viro2018-07-121-19/+11
* | | allow link_path_walk() to take ERR_PTR()Al Viro2018-07-121-33/+5
* | | make path_init() unconditionally paired with terminate_walk()Al Viro2018-07-121-16/+16
* | | switch atomic_open() and lookup_open() to returning 0 in all success casesAl Viro2018-07-121-17/+17
* | | ->atomic_open(): return 0 in all success casesAl Viro2018-07-121-15/+15
* | | get rid of 'opened' in path_openat() and the helpers downstreamAl Viro2018-07-121-14/+8
* | | get rid of 'opened' argument of ->atomic_open() - part 3Al Viro2018-07-121-2/+1
* | | getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro2018-07-121-1/+1
* | | IMA: don't propagate opened through the entire thingAl Viro2018-07-121-2/+1
* | | introduce FMODE_CREATED and switch to itAl Viro2018-07-121-7/+8
* | | switch all remaining checks for FILE_OPENED to FMODE_OPENEDAl Viro2018-07-121-5/+2
| |/ |/|
* | now we can fold open_check_o_direct() into do_dentry_open()Al Viro2018-07-121-6/+1
* | lift fput() on late failures into path_openat()Al Viro2018-07-121-16/+12
* | fold put_filp() into fput()Al Viro2018-07-121-2/+2
* | get rid of cred argument of vfs_open() and do_dentry_open()Al Viro2018-07-121-2/+2
* | pass ->f_flags value to alloc_empty_file()Al Viro2018-07-121-3/+1
* | pass creds to get_empty_filp(), make sure dentry_open() passes the right credsAl Viro2018-07-121-1/+1
|/
* Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-06-161-0/+29
|\
| * afs: Display manually added cells in dynamic root mountDavid Howells2018-06-151-0/+29
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+2
* | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-041-4/+12
|\ \
| * | vfs: Allow userns root to call mknod on owned filesystems.Eric W. Biederman2018-05-241-1/+2
| * | vfs: Don't allow changing the link count of an inode with an invalid uid or gidEric W. Biederman2018-05-241-3/+10
| |/
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-06-041-3/+1
|\ \
| * | vfs: namei: use path_equal() in follow_dotdot()Danilo Krummrich2018-05-171-3/+1
| |/
* | Merge branch 'work.rmdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-4/+4
|\ \
| * | rmdir(),rename(): do shrink_dcache_parent() only on successAl Viro2018-05-271-4/+4
| |/
* / Revert "fs: fold open_check_o_direct into do_dentry_open"Al Viro2018-06-031-1/+6
|/
* Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-04-091-67/+57
|\
| * getname_kernel() needs to make sure that ->name != ->iname in long caseAl Viro2018-04-081-1/+2
| * make lookup_one_len() safe to use with directory locked sharedAl Viro2018-04-061-1/+3
| * new helper: __lookup_slow()Al Viro2018-04-061-9/+18
| * merge common parts of lookup_one_len{,_unlocked} into common helperAl Viro2018-04-061-56/+34
* | Merge tag 'audit-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-061-2/+3
|\ \
| * | audit: add refused symlink to audit_namesRichard Guy Briggs2018-03-211-0/+1
| * | audit: remove path param from link denied functionRichard Guy Briggs2018-03-211-2/+2
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-061-6/+3
|\ \ \
| * | | fs: fold open_check_o_direct into do_dentry_openChristoph Hellwig2018-03-281-6/+1
| * | | vfs: make sure struct filename->iname is word-alignedRasmus Villemoes2018-03-191-0/+2
* | | | Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-04-041-24/+17
|\ \ \ \ | | |_|/ | |/| |
| * | | fold lookup_real() into __lookup_hash()Al Viro2018-03-291-24/+17
| |/ /
* | | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-021-16/+45
|\ \ \