summaryrefslogtreecommitdiffstats
path: root/fs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: fix do_last() regressionAl Viro2020-02-011-2/+2
* Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-291-34/+165
|\
| * namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolutionAleksa Sarai2019-12-081-16/+27
| * namei: LOOKUP_IN_ROOT: chroot-like scoped resolutionAleksa Sarai2019-12-081-3/+7
| * namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolutionAleksa Sarai2019-12-081-6/+74
| * namei: LOOKUP_NO_XDEV: block mountpoint crossingAleksa Sarai2019-12-081-4/+27
| * namei: LOOKUP_NO_MAGICLINKS: block magic-link resolutionAleksa Sarai2019-12-081-1/+9
| * namei: LOOKUP_NO_SYMLINKS: block symlink resolutionAleksa Sarai2019-12-081-0/+3
| * namei: allow set_root() to produce errorsAleksa Sarai2019-12-081-11/+24
| * namei: allow nd_jump_link() to produce errorsAleksa Sarai2019-12-081-1/+2
| * namei: only return -ECHILD from follow_dotdot_rcu()Aleksa Sarai2019-12-081-1/+1
* | do_last(): fetch directory ->i_mode and ->i_uid before it's too lateAl Viro2020-01-261-7/+10
* | fix autofs regression caused by follow_managed() changesAl Viro2020-01-151-0/+1
* | reimplement path_mountpoint() with less magicAl Viro2020-01-151-77/+12
|/
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-12-061-24/+32
|\
| * fs/namei.c: fix missing barriers when checking positivityAl Viro2019-11-151-3/+3
| * new helper: lookup_positive_unlocked()Al Viro2019-11-151-0/+20
| * fs/namei.c: pull positivity check into follow_managed()Al Viro2019-11-151-23/+11
* | audit: Report suspicious O_CREAT usageKees Cook2019-10-031-2/+6
|/
* fs/namei.c: keep track of nd->root refcount statusAl Viro2019-09-031-26/+15
* fs/namei.c: new helper - legitimize_root()Al Viro2019-08-301-10/+13
* audit_inode(): switch to passing AUDIT_INODE_...Al Viro2019-07-211-3/+3
* filename_mountpoint(): make LOOKUP_NO_EVAL unconditional thereAl Viro2019-07-211-1/+1
* filename_lookup(): audit_inode() argument is always 0Al Viro2019-07-211-1/+1
* fsnotify: add empty fsnotify_{unlink,rmdir}() hooksAmir Goldstein2019-06-201-0/+2
* Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-05-071-2/+2
|\
| * vfs: use READ_ONCE() to access ->i_linkEric Biggers2019-04-171-2/+2
* | switch fsnotify_move() to passing const struct qstr * for old_nameAl Viro2019-04-261-2/+2
* | ovl_lookup_real_one(): don't bother with strlen()Al Viro2019-04-261-1/+1
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-121-2/+2
|\
| * vfs: Add configuration parser helpersDavid Howells2019-02-281-2/+2
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-101-0/+1
|\ \
| * | ima: define ima_post_create_tmpfile() hook and add missing callMimi Zohar2019-02-041-0/+1
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-071-2/+0
|\ \
| * | linux/fs.h: move member alignment check next to definition of struct filenameRasmus Villemoes2019-03-071-2/+0
| |/
* | audit: ignore fcaps on umountRichard Guy Briggs2019-01-301-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
OpenPOWER on IntegriCloud