index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
ioctl.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-05-11
trailing_symlink: nd->depth massage, part 7
Al Viro
1
-4
/
+4
2015-05-11
get_link: nd->depth massage, part 6
Al Viro
1
-3
/
+2
2015-05-11
trailing_symlink: nd->depth massage, part 5
Al Viro
1
-5
/
+10
2015-05-11
link_path_walk: nd->depth massage, part 4
Al Viro
1
-4
/
+6
2015-05-11
link_path_walk: nd->depth massage, part 3
Al Viro
1
-3
/
+1
2015-05-11
link_path_walk: nd->depth massage, part 2
Al Viro
1
-8
/
+0
2015-05-11
link_path_walk: nd->depth massage, part 1
Al Viro
1
-5
/
+17
2015-05-11
namei: remove restrictions on nesting depth
Al Viro
2
-14
/
+54
2015-05-11
namei: trim the arguments of get_link()
Al Viro
1
-24
/
+21
2015-05-11
namei: trim redundant arguments of fs/namei.c:put_link()
Al Viro
1
-12
/
+13
2015-05-11
namei: trim redundant arguments of trailing_symlink()
Al Viro
1
-13
/
+8
2015-05-11
namei: move link/cookie pairs into nameidata
Al Viro
1
-17
/
+18
2015-05-11
link_path_walk: cleanup - turn goto start; into continue;
Al Viro
1
-3
/
+6
2015-05-11
link_path_walk: split "return from recursive call" path
Al Viro
1
-23
/
+17
2015-05-11
link_path_walk: kill the recursion
Al Viro
1
-11
/
+29
2015-05-11
link_path_walk: final preparations to killing recursion
Al Viro
1
-7
/
+11
2015-05-11
link_path_walk: get rid of duplication
Al Viro
1
-8
/
+2
2015-05-11
link_path_walk: massage a bit more
Al Viro
1
-6
/
+13
2015-05-11
link_path_walk: turn inner loop into explicit goto
Al Viro
1
-29
/
+32
2015-05-11
link_path_walk: don't bother with walk_component() after jumping link
Al Viro
1
-3
/
+7
2015-05-11
link_path_walk: handle get_link() returning ERR_PTR() immediately
Al Viro
1
-1
/
+3
2015-05-11
namei: rename follow_link to trailing_symlink, move it down
Al Viro
1
-32
/
+30
2015-05-11
namei: move the calls of may_follow_link() into follow_link()
Al Viro
1
-15
/
+6
2015-05-11
namei: expand the call of follow_link() in link_path_walk()
Al Viro
1
-4
/
+22
2015-05-11
namei: expand nested_symlink() in its only caller
Al Viro
1
-38
/
+23
2015-05-11
do_last: move path there from caller's stack frame
Al Viro
1
-25
/
+25
2015-05-11
namei: introduce nameidata->link
Al Viro
1
-28
/
+34
2015-05-11
namei: don't bother with ->follow_link() if ->i_link is set
Al Viro
1
-7
/
+13
2015-05-11
namei.c: separate the parts of follow_link() that find the link body
Al Viro
1
-29
/
+36
2015-05-11
new ->follow_link() and ->put_link() calling conventions
Al Viro
31
-273
/
+195
2015-05-11
namei: lift nameidata into filename_mountpoint()
Al Viro
1
-15
/
+13
2015-05-11
name: shift nameidata down into user_path_walk()
Al Viro
1
-57
/
+67
2015-05-11
namei: get rid of lookup_hash()
Al Viro
1
-15
/
+5
2015-05-11
do_last: regularize the logics around following symlinks
Al Viro
1
-8
/
+7
2015-05-11
do_last: kill symlink_ok
Al Viro
1
-4
/
+2
2015-05-11
namei: take O_NOFOLLOW treatment into do_last()
Al Viro
1
-6
/
+5
2015-05-11
uninline walk_component()
Al Viro
1
-2
/
+1
2015-05-11
SECURITY: remove nameidata arg from inode_follow_link.
NeilBrown
5
-12
/
+8
2015-05-11
logfs: fix a pagecache leak for symlinks
Al Viro
1
-0
/
+1
2015-05-11
ceph: switch to simple_follow_link()
Al Viro
1
-9
/
+2
2015-05-11
exofs: switch to {simple,page}_symlink_inode_operations
Al Viro
5
-66
/
+9
2015-05-11
freevxfs: switch to simple_follow_link()
Al Viro
3
-39
/
+5
2015-05-11
jfs: switch to simple_follow_link()
Al Viro
3
-13
/
+5
2015-05-11
sysv: switch to simple_follow_link()
Al Viro
4
-24
/
+4
2015-05-11
ubifs: switch to simple_follow_link()
Al Viro
3
-10
/
+3
2015-05-11
ufs: switch to simple_follow_link()
Al Viro
3
-15
/
+6
2015-05-11
debugfs: switch to simple_follow_link()
Al Viro
3
-16
/
+3
2015-05-11
shmem: switch to simple_follow_link()
Al Viro
1
-7
/
+2
2015-05-11
jffs2: switch to simple_follow_link()
Al Viro
3
-44
/
+3
2015-05-11
ext4: switch to simple_follow_link()
Al Viro
3
-9
/
+5
[prev]
[next]