Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7b3d1c82417b340c73e416db10770379291010ba
/
fs
/
namei.c
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
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
Next »