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