Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a07d0e768c6610c8e358c27c9e16f10672a93a05
/
fs
/
namei.c
9c225f2
vfs: atomic f_pos accesses as per POSIX
by Linus Torvalds
· 11 years ago
c4ad8f9
execve: use 'struct filename *' for executable name passing
by Linus Torvalds
· 11 years ago
d22e633
Fix mountpoint reference leakage in linkat
by Oleg Drokin
· 11 years ago
9115eac
vfs: unexport the getname() symbol
by Jeff Layton
· 11 years ago
2982baa
fs: add get_acl helper
by Christoph Hellwig
· 11 years ago
a5c21dc
dcache: allow word-at-a-time name hashing with big-endian CPUs
by Will Deacon
· 11 years ago
d870b4a
fix bogus path_put() of nd->root after some unlazy_walk() failures
by Al Viro
· 11 years ago
3eaded86
Merge git://git.infradead.org/users/eparis/audit
by Linus Torvalds
· 11 years ago
9bc9ccd
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
146a859
locks: break delegations on link
by J. Bruce Fields
· 13 years ago
8e6d782
locks: break delegations on rename
by J. Bruce Fields
· 13 years ago
5a14696
locks: helper functions for delegation breaking
by J. Bruce Fields
· 12 years ago
b21996e
locks: break delegations on unlink
by J. Bruce Fields
· 13 years ago
9accbb9
namei: minor vfs_unlink cleanup
by J. Bruce Fields
· 12 years ago
6cedba8
vfs: take i_mutex on renamed file
by J. Bruce Fields
· 13 years ago
13a2c3b
dcache: fix outdated DCACHE_NEED_LOOKUP comment
by J. Bruce Fields
· 11 years ago
b18825a
VFS: Put a small type field into struct dentry::d_flags
by David Howells
· 11 years ago
8b61e74
get rid of {lock,unlock}_rcu_walk()
by Al Viro
· 11 years ago
48a066e
RCU'd vfsmounts
by Al Viro
· 11 years ago
14e972b
audit: add child record before the create to handle case where create fails
by Jeff Layton
· 11 years ago
474279d
split __lookup_mnt() in two functions
by Al Viro
· 11 years ago
606d6fe
fs/namei.c: fix new kernel-doc warning
by Randy Dunlap
· 11 years ago
03da633
atomic_open: take care of EEXIST in no-open case with O_CREAT|O_EXCL in fs/namei.c
by Al Viro
· 11 years ago
116cc02
vfs: don't set FILE_CREATED before calling ->atomic_open()
by Miklos Szeredi
· 11 years ago
bcceeeb
Add missing unlocks to error paths of mountpoint_last.
by Dave Jones
· 11 years ago
443ed25
... and fold the renamed __vfs_follow_link() into its only caller
by Al Viro
· 11 years ago
4aa3289
fs: remove vfs_follow_link
by Christoph Hellwig
· 11 years ago
b05430f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
d0d2727
vfs: make sure we don't have a stale root path if unlazy_walk() fails
by Linus Torvalds
· 11 years ago
e5c832d
vfs: fix dentry RCU to refcounting possibly sleeping dput()
by Linus Torvalds
· 11 years ago
2d86465
introduce kern_path_mountpoint()
by Al Viro
· 11 years ago
197df04
rename user_path_umountat() to user_path_mountpoint_at()
by Al Viro
· 11 years ago
3575952
take unlazy_walk() into umount_lookup_last()
by Al Viro
· 11 years ago
0d98439
vfs: use lockred "dead" flag to mark unrecoverably dead dentries
by Linus Torvalds
· 11 years ago
45d9a22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
8033426
vfs: allow umount to handle mountpoints without revalidating them
by Jeff Layton
· 11 years ago
1557008
vfs: reimplement d_rcu_to_refcount() using lockref_get_or_lock()
by Linus Torvalds
· 11 years ago
9847423
vfs: make the dentry cache use the lockref infrastructure
by Waiman Long
· 11 years ago
f0cc6ff
Revert "fs: Allow unprivileged linkat(..., AT_EMPTY_PATH) aka flink"
by Linus Torvalds
· 11 years ago
bb2314b
fs: Allow unprivileged linkat(..., AT_EMPTY_PATH) aka flink
by Andy Lutomirski
· 11 years ago
bb458c6
Safer ABI for O_TMPFILE
by Al Viro
· 11 years ago
da53be1
Don't pass inode to ->d_hash() and ->d_compare()
by Linus Torvalds
· 11 years ago
f4e0c30
allow the temp files created by open() to be linked to
by Al Viro
· 11 years ago
60545d0
[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now...
by Al Viro
· 11 years ago
f9652e1
allow build_open_flags() to return an error
by Al Viro
· 11 years ago
bc77daa
do_last(): fix missing checks for LAST_BIND case
by Al Viro
· 11 years ago
0525290
use can_lookup() instead of direct checks of ->i_op->lookup
by Al Viro
· 11 years ago
c4cc75c
Merge git://git.infradead.org/users/eparis/audit
by Linus Torvalds
· 11 years ago
33e2208
audit: vfs: fix audit_inode call in O_CREAT case of do_last
by Jeff Layton
· 12 years ago
7b54c16
vfs: don't BUG_ON() if following a /proc fd pseudo-symlink results in a symlink
by Linus Torvalds
· 12 years ago
dcf787f
constify path_get/path_put and fs_struct.c stuff
by Al Viro
· 12 years ago
ecf3d1f
vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry op
by Jeff Layton
· 12 years ago
cc2a527
lookup_slow: get rid of name argument
by Al Viro
· 12 years ago
e97cdc8
lookup_fast: get rid of name argument
by Al Viro
· 12 years ago
21b9b07
get rid of name and type arguments of walk_component()
by Al Viro
· 12 years ago
5f4a6a6
link_path_walk(): move assignments to nd->last/nd->last_type up
by Al Viro
· 12 years ago
1afc99b
propagate error from get_empty_filp() to its callers
by Al Viro
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
c6a9428
vfs: fix renameat to retry on ESTALE errors
by Jeff Layton
· 12 years ago
5d18f81
vfs: make do_unlinkat retry once on ESTALE errors
by Jeff Layton
· 12 years ago
c6ee920
vfs: make do_rmdir retry once on ESTALE errors
by Jeff Layton
· 12 years ago
9e790bd
vfs: add a flags argument to user_path_parent
by Jeff Layton
· 12 years ago
442e31c
vfs: fix linkat to retry once on ESTALE errors
by Jeff Layton
· 12 years ago
f46d356
vfs: fix symlinkat to retry on ESTALE errors
by Jeff Layton
· 12 years ago
b76d8b8
vfs: fix mkdirat to retry once on an ESTALE error
by Jeff Layton
· 12 years ago
972567f
vfs: fix mknodat to retry on ESTALE errors
by Jeff Layton
· 12 years ago
1ac12b4
vfs: turn is_dir argument to kern_path_create into a lookup_flags arg
by Jeff Layton
· 12 years ago
39e3c95
vfs: remove DCACHE_NEED_LOOKUP
by Jeff Layton
· 12 years ago
741b7c3
path_init(): make -ENOTDIR failure exits consistent
by Al Viro
· 12 years ago
582aa64
vfs: remove unneeded permission check from path_init
by Jeff Layton
· 12 years ago
21d8a15
lookup_one_len: don't accept . and ..
by Al Viro
· 12 years ago
561ec64
VFS: don't do protected {sym,hard}links by default
by Linus Torvalds
· 12 years ago
7950e38
vfs: embed struct filename inside of names_cache allocation if possible
by Jeff Layton
· 12 years ago
adb5c24
audit: make audit_inode take struct filename
by Jeff Layton
· 12 years ago
669abf4
vfs: make path_openat take a struct filename pointer
by Jeff Layton
· 12 years ago
873f1ee
vfs: turn do_path_lookup into wrapper around struct filename variant
by Jeff Layton
· 12 years ago
7ac8626
audit: allow audit code to satisfy getname requests from its names_list
by Jeff Layton
· 12 years ago
91a27b2
vfs: define struct filename and have getname() return it
by Jeff Layton
· 12 years ago
8e377d1
vfs: unexport getname and putname symbols
by Jeff Layton
· 12 years ago
4fa6b5e
audit: overhaul __audit_inode_child to accomodate retrying
by Jeff Layton
· 12 years ago
bfcec70
audit: set the name_len in audit_inode for parent lookups
by Jeff Layton
· 12 years ago
c43a25a
audit: reverse arguments to audit_inode_child
by Jeff Layton
· 12 years ago
f78570d
audit: remove unnecessary NULL ptr checks from do_path_lookup
by Jeff Layton
· 12 years ago
98f6ef6
vfs: bogus warnings in fs/namei.c
by Arnd Bergmann
· 12 years ago
ffd8d10
fs: prevent use after free in auditing when symlink following was denied
by Sasha Levin
· 12 years ago
aab174f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
437589a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
2903ff0
switch simple cases of fget_light to fdget
by Al Viro
· 12 years ago
f6d2ac5
namei.c: fix BS comment
by Al Viro
· 12 years ago
5585263
fs: fix fs/namei.c kernel-doc warnings
by Randy Dunlap
· 12 years ago
62b2ce9
vfs: fix propagation of atomic_open create error on negative dentry
by Sage Weil
· 12 years ago
38227f7
vfs: pass right create mode to may_o_create()
by Miklos Szeredi
· 12 years ago
62b259d
vfs: atomic_open(): fix create mode usage
by Miklos Szeredi
· 12 years ago
81abe27
userns: Fix link restrictions to use uid_eq
by Eric W. Biederman
· 12 years ago
c30dabf
fs: Push mnt_want_write() outside of i_mutex
by Jan Kara
· 12 years ago
64894cf
simplify lookup_open()/atomic_open() - do the temporary mnt_want_write() early
by Al Viro
· 12 years ago
f8310c5
fix O_EXCL handling for devices
by Al Viro
· 12 years ago
a51d9ea
fs: add link restriction audit reporting
by Kees Cook
· 12 years ago
800179c
fs: add link restrictions
by Kees Cook
· 12 years ago
3134f37
vfs: don't let do_last pass negative dentry to audit_inode
by Jeff Layton
· 12 years ago
Next »