Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
873f1eedc1b983d772283279192c4ca2f60e8482
/
fs
/
namei.c
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
a8104a9
pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_create() resp.
by Al Viro
· 12 years ago
8e4bfca
mknod: take sanity checks on mode into the very beginning
by Al Viro
· 12 years ago
921a165
new helper: done_path_create()
by Al Viro
· 12 years ago
32a7991
tidy up namei.c a bit
by Al Viro
· 12 years ago
3c0a616
unobfuscate follow_up() a bit
by Al Viro
· 12 years ago
1e0ea00
use __lookup_hash() in kern_path_parent()
by Al Viro
· 12 years ago
0bdaea9
VFS: Split inode_permission()
by David Howells
· 12 years ago
f015f126
VFS: Comment mount following code
by David Howells
· 12 years ago
b5fb63c1
fs: add nd_jump_link
by Christoph Hellwig
· 12 years ago
408ef01
fs: move path_put on failure out of ->follow_link
by Christoph Hellwig
· 12 years ago
79714f7
get rid of kern_path_parent()
by Al Viro
· 12 years ago
1acf0af
VFS: Fix the banner comment on lookup_open()
by David Howells
· 12 years ago
312b63f
don't pass nameidata * to vfs_create()
by Al Viro
· 12 years ago
ebfc3b4
don't pass nameidata to ->create()
by Al Viro
· 12 years ago
72bd866
fs/namei.c: don't pass nameidata to __lookup_hash() and lookup_real()
by Al Viro
· 12 years ago
00cd8dd
stop passing nameidata to ->lookup()
by Al Viro
· 12 years ago
201f956
fs/namei.c: don't pass namedata to lookup_dcache()
by Al Viro
· 12 years ago
4ce16ef3
fs/namei.c: don't pass nameidata to d_revalidate()
by Al Viro
· 12 years ago
0b728e1
stop passing nameidata * to ->d_revalidate()
by Al Viro
· 12 years ago
2675a4e
fs/namei.c: get do_last() and friends return int
by Al Viro
· 12 years ago
30d9049
kill struct opendata
by Al Viro
· 12 years ago
a4a3bdd
kill opendata->{mnt,dentry}
by Al Viro
· 12 years ago
d958527
make ->atomic_open() return int
by Al Viro
· 12 years ago
3d8a00d
don't modify od->filp at all
by Al Viro
· 12 years ago
4723768
->atomic_open() prototype change - pass int * instead of bool *
by Al Viro
· 12 years ago
a8277b9
vfs: move O_DIRECT check to common code
by Miklos Szeredi
· 12 years ago
f60dc3d
vfs: do_last(): clean up retry
by Miklos Szeredi
· 12 years ago
77d660a
vfs: do_last(): clean up bool
by Miklos Szeredi
· 12 years ago
e83db16
vfs: do_last(): clean up labels
by Miklos Szeredi
· 12 years ago
aa4caad
vfs: do_last(): clean up error handling
by Miklos Szeredi
· 12 years ago
015c3bb
vfs: remove open intents from nameidata
by Miklos Szeredi
· 12 years ago
d18e900
vfs: add i_op->atomic_open()
by Miklos Szeredi
· 12 years ago
54ef487
vfs: lookup_open(): expand lookup_hash()
by Miklos Szeredi
· 12 years ago
d58ffd3
vfs: add lookup_open()
by Miklos Szeredi
· 12 years ago
7157486
vfs: do_last(): common slow lookup
by Miklos Szeredi
· 12 years ago
b6183df
vfs: do_last(): separate O_CREAT specific code
by Miklos Szeredi
· 12 years ago
37d7fff
vfs: do_last(): inline lookup_slow()
by Miklos Szeredi
· 12 years ago
6d7b5aa
namei.c: let follow_link() do put_link() on failure
by Al Viro
· 12 years ago
16b1c1c
vfs: retry last component if opening stale dentry
by Miklos Szeredi
· 12 years ago
5f5daac
vfs: do_last() common post lookup
by Miklos Szeredi
· 12 years ago
d7fdd7f
vfs: do_last(): add audit_inode before open
by Miklos Szeredi
· 12 years ago
050ac84
vfs: do_last(): only return EISDIR for O_CREAT
by Miklos Szeredi
· 12 years ago
af2f554
vfs: do_last(): check LOOKUP_DIRECTORY
by Miklos Szeredi
· 12 years ago
54c33e7
vfs: do_last(): make ENOENT exit RCU safe
by Miklos Szeredi
· 12 years ago
d45ea86
vfs: make follow_link check RCU safe
by Miklos Szeredi
· 12 years ago
decf340
vfs: do_last(): use inode variable
by Miklos Szeredi
· 12 years ago
a1eb331
vfs: do_last(): inline walk_component()
by Miklos Szeredi
· 12 years ago
e276ae6
vfs: do_last(): make exit RCU safe
by Miklos Szeredi
· 12 years ago
697f514
vfs: split do_lookup()
by Miklos Szeredi
· 12 years ago
962830d
brlocks/lglocks: API cleanups
by Andi Kleen
· 12 years ago
36126f8
word-at-a-time: make the interfaces truly generic
by Linus Torvalds
· 12 years ago
ce00417
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by Linus Torvalds
· 12 years ago
4469690
kernel: Move REPEAT_BYTE definition into linux/kernel.h
by David S. Miller
· 12 years ago
644473e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
31ed8e6
Merge branch 'dentry-cleanups' (dcache access cleanups and optimizations)
by Linus Torvalds
· 12 years ago
7e5cb5e
Merge branch 'vfs-cleanups' (random vfs cleanups)
by Linus Torvalds
· 12 years ago
12f8ad4
vfs: clean up __d_lookup_rcu() and dentry_cmp() interfaces
by Linus Torvalds
· 13 years ago
e419b4c
vfs: make word-at-a-time accesses handle a non-existing page
by Linus Torvalds
· 13 years ago
8e96e3b
userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfs
by Eric W. Biederman
· 13 years ago
3f9f0aa
VFS: clean up and simplify getname_flags()
by Linus Torvalds
· 13 years ago
1a48e2a
userns: Replace the hard to write inode_userns with inode_capable.
by Eric W. Biederman
· 13 years ago
f68e556
Make the "word-at-a-time" helper functions more commonly usable
by Linus Torvalds
· 13 years ago
975d6b3
vfs: Don't allow a user namespace root to make device nodes
by Eric W. Biederman
· 13 years ago
c0d0259
vfs: fix out-of-date dentry_unhash() comment
by J. Bruce Fields
· 13 years ago
bad6118
vfs: split __lookup_hash
by Miklos Szeredi
· 13 years ago
81e6f52
untangling do_lookup() - take __lookup_hash()-calling case out of line.
by Al Viro
· 13 years ago
a325554
untangling do_lookup() - switch to calling __lookup_hash()
by Al Viro
· 13 years ago
a6ecdfc
untangling do_lookup() - merge d_alloc_and_lookup() callers
by Al Viro
· 13 years ago
ec335e9
untangling do_lookup() - merge failure exits in !dentry case
by Al Viro
· 13 years ago
d774a05
untangling do_lookup() - massage !dentry case towards __lookup_hash()
by Al Viro
· 13 years ago
08b0ab7
untangling do_lookup() - get rid of need_reval in !dentry case
by Al Viro
· 13 years ago
acc9cb3
untangling do_lookup() - eliminate a loop.
by Al Viro
· 13 years ago
37c17e1
untangling do_lookup() - expand the area under ->i_mutex
by Al Viro
· 13 years ago
3f6c7c7
untangling do_lookup() - isolate !dentry stuff from the rest of it.
by Al Viro
· 13 years ago
cda309d
vfs: move MAY_EXEC check from __lookup_hash()
by Miklos Szeredi
· 13 years ago
Next »