summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-05-10namei: trim redundant arguments of trailing_symlink()Al Viro
2015-05-10namei: move link/cookie pairs into nameidataAl Viro
2015-05-10link_path_walk: cleanup - turn goto start; into continue;Al Viro
2015-05-10link_path_walk: split "return from recursive call" pathAl Viro
2015-05-10link_path_walk: kill the recursionAl Viro
2015-05-10link_path_walk: final preparations to killing recursionAl Viro
2015-05-10link_path_walk: get rid of duplicationAl Viro
2015-05-10link_path_walk: massage a bit moreAl Viro
2015-05-10link_path_walk: turn inner loop into explicit gotoAl Viro
2015-05-10link_path_walk: don't bother with walk_component() after jumping linkAl Viro
2015-05-10link_path_walk: handle get_link() returning ERR_PTR() immediatelyAl Viro
2015-05-10namei: rename follow_link to trailing_symlink, move it downAl Viro
2015-05-10namei: move the calls of may_follow_link() into follow_link()Al Viro
2015-05-10namei: expand the call of follow_link() in link_path_walk()Al Viro
2015-05-10namei: expand nested_symlink() in its only callerAl Viro
2015-05-10do_last: move path there from caller's stack frameAl Viro
2015-05-10namei: introduce nameidata->linkAl Viro
2015-05-10namei: don't bother with ->follow_link() if ->i_link is setAl Viro
2015-05-10namei.c: separate the parts of follow_link() that find the link bodyAl Viro
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-05-10namei: lift nameidata into filename_mountpoint()Al Viro
2015-05-10name: shift nameidata down into user_path_walk()Al Viro
2015-05-10namei: get rid of lookup_hash()Al Viro
2015-05-10do_last: regularize the logics around following symlinksAl Viro
2015-05-10do_last: kill symlink_okAl Viro
2015-05-10namei: take O_NOFOLLOW treatment into do_last()Al Viro
2015-05-10uninline walk_component()Al Viro
2015-05-10SECURITY: remove nameidata arg from inode_follow_link.NeilBrown
2015-05-10logfs: fix a pagecache leak for symlinksAl Viro
2015-05-10ceph: switch to simple_follow_link()Al Viro
2015-05-10exofs: switch to {simple,page}_symlink_inode_operationsAl Viro
2015-05-10freevxfs: switch to simple_follow_link()Al Viro
2015-05-10jfs: switch to simple_follow_link()Al Viro
2015-05-10sysv: switch to simple_follow_link()Al Viro
2015-05-10ubifs: switch to simple_follow_link()Al Viro
2015-05-10ufs: switch to simple_follow_link()Al Viro
2015-05-10debugfs: switch to simple_follow_link()Al Viro
2015-05-10jffs2: switch to simple_follow_link()Al Viro
2015-05-10ext4: switch to simple_follow_link()Al Viro
2015-05-10ext3: switch to simple_follow_link()Al Viro
2015-05-10befs: switch to simple_follow_link()Al Viro
2015-05-10ext2: use simple_follow_link()Al Viro
2015-05-10libfs: simple_follow_link()Al Viro
2015-05-10ext4: split inode_operations for encrypted symlinks off the restAl Viro
2015-05-10ovl: rearrange ovl_follow_link to it doesn't need to call ->put_linkNeilBrown
2015-05-109p: don't bother with __getname() in ->follow_link()Al Viro
2015-05-109p: don't bother with 4K allocation for 24-byte local array...Al Viro
2015-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2015-05-09mnt: Fix fs_fully_visible to verify the root directory is visibleEric W. Biederman
2015-05-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds