index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
namei.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
namei: move link/cookie pairs into nameidata
Al Viro
2015-05-11
1
-17
/
+18
*
link_path_walk: cleanup - turn goto start; into continue;
Al Viro
2015-05-11
1
-3
/
+6
*
link_path_walk: split "return from recursive call" path
Al Viro
2015-05-11
1
-23
/
+17
*
link_path_walk: kill the recursion
Al Viro
2015-05-11
1
-11
/
+29
*
link_path_walk: final preparations to killing recursion
Al Viro
2015-05-11
1
-7
/
+11
*
link_path_walk: get rid of duplication
Al Viro
2015-05-11
1
-8
/
+2
*
link_path_walk: massage a bit more
Al Viro
2015-05-11
1
-6
/
+13
*
link_path_walk: turn inner loop into explicit goto
Al Viro
2015-05-11
1
-29
/
+32
*
link_path_walk: don't bother with walk_component() after jumping link
Al Viro
2015-05-11
1
-3
/
+7
*
link_path_walk: handle get_link() returning ERR_PTR() immediately
Al Viro
2015-05-11
1
-1
/
+3
*
namei: rename follow_link to trailing_symlink, move it down
Al Viro
2015-05-11
1
-32
/
+30
*
namei: move the calls of may_follow_link() into follow_link()
Al Viro
2015-05-11
1
-15
/
+6
*
namei: expand the call of follow_link() in link_path_walk()
Al Viro
2015-05-11
1
-4
/
+22
*
namei: expand nested_symlink() in its only caller
Al Viro
2015-05-11
1
-38
/
+23
*
do_last: move path there from caller's stack frame
Al Viro
2015-05-11
1
-25
/
+25
*
namei: introduce nameidata->link
Al Viro
2015-05-11
1
-28
/
+34
*
namei: don't bother with ->follow_link() if ->i_link is set
Al Viro
2015-05-11
1
-7
/
+13
*
namei.c: separate the parts of follow_link() that find the link body
Al Viro
2015-05-11
1
-29
/
+36
*
new ->follow_link() and ->put_link() calling conventions
Al Viro
2015-05-11
1
-45
/
+21
*
namei: lift nameidata into filename_mountpoint()
Al Viro
2015-05-11
1
-15
/
+13
*
name: shift nameidata down into user_path_walk()
Al Viro
2015-05-11
1
-57
/
+67
*
namei: get rid of lookup_hash()
Al Viro
2015-05-11
1
-15
/
+5
*
do_last: regularize the logics around following symlinks
Al Viro
2015-05-11
1
-8
/
+7
*
do_last: kill symlink_ok
Al Viro
2015-05-11
1
-4
/
+2
*
namei: take O_NOFOLLOW treatment into do_last()
Al Viro
2015-05-11
1
-6
/
+5
*
uninline walk_component()
Al Viro
2015-05-11
1
-2
/
+1
*
SECURITY: remove nameidata arg from inode_follow_link.
NeilBrown
2015-05-11
1
-1
/
+1
*
path_openat(): fix double fput()
Al Viro
2015-05-09
1
-1
/
+2
*
namei: d_is_negative() should be checked before ->d_seq validation
Al Viro
2015-05-09
1
-6
/
+13
*
RCU pathwalk breakage when running into a symlink overmounting something
Al Viro
2015-04-24
1
-2
/
+4
*
VFS: Make pathwalk use d_is_reg() rather than S_ISREG()
David Howells
2015-04-15
1
-1
/
+1
*
VFS: Combine inode checks with d_is_negative() and d_is_positive() in pathwalk
David Howells
2015-04-15
1
-3
/
+3
*
remove incorrect comment in lookup_one_len()
Al Viro
2015-04-12
1
-3
/
+1
*
namei.c: fold do_path_lookup() into both callers
Al Viro
2015-04-12
1
-24
/
+24
*
kill struct filename.separate
Al Viro
2015-04-12
1
-13
/
+16
*
switch path_init() to struct filename
Al Viro
2015-03-24
1
-8
/
+8
*
switch path_mountpoint() to struct filename
Al Viro
2015-03-24
1
-10
/
+11
*
switch path_lookupat() to struct filename
Al Viro
2015-03-24
1
-7
/
+6
*
getname_flags(): clean up a bit
Al Viro
2015-03-24
1
-28
/
+25
*
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
David Howells
2015-02-22
1
-1
/
+1
*
audit: replace getname()/putname() hacks with reference counters
Paul Moore
2015-01-23
1
-15
/
+14
*
audit: enable filename recording via getname_kernel()
Paul Moore
2015-01-23
1
-0
/
+1
*
simpler calling conventions for filename_mountpoint()
Al Viro
2015-01-23
1
-16
/
+7
*
fs: create proper filename objects using getname_kernel()
Paul Moore
2015-01-23
1
-16
/
+48
*
fs: rework getname_kernel to handle up to PATH_MAX sized filenames
Paul Moore
2015-01-23
1
-14
/
+20
*
cut down the number of do_path_lookup() callers
Al Viro
2015-01-23
1
-4
/
+12
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-12-17
1
-47
/
+51
|
\
|
*
fs/namei.c: fold link_path_walk() call into path_init()
Al Viro
2014-12-11
1
-21
/
+6
|
*
path_init(): don't bother with LOOKUP_PARENT in argument
Al Viro
2014-12-11
1
-4
/
+4
|
*
fs/namei.c: new helper (path_cleanup())
Al Viro
2014-12-11
1
-17
/
+13
[next]