summaryrefslogtreecommitdiffstats
path: root/fs/hfs/btree.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-11link_path_walk: cleanup - turn goto start; into continue;Al Viro1-3/+6
2015-05-11link_path_walk: split "return from recursive call" pathAl Viro1-23/+17
2015-05-11link_path_walk: kill the recursionAl Viro1-11/+29
2015-05-11link_path_walk: final preparations to killing recursionAl Viro1-7/+11
2015-05-11link_path_walk: get rid of duplicationAl Viro1-8/+2
2015-05-11link_path_walk: massage a bit moreAl Viro1-6/+13
2015-05-11link_path_walk: turn inner loop into explicit gotoAl Viro1-29/+32
2015-05-11link_path_walk: don't bother with walk_component() after jumping linkAl Viro1-3/+7
2015-05-11link_path_walk: handle get_link() returning ERR_PTR() immediatelyAl Viro1-1/+3
2015-05-11namei: rename follow_link to trailing_symlink, move it downAl Viro1-32/+30
2015-05-11namei: move the calls of may_follow_link() into follow_link()Al Viro1-15/+6
2015-05-11namei: expand the call of follow_link() in link_path_walk()Al Viro1-4/+22
2015-05-11namei: expand nested_symlink() in its only callerAl Viro1-38/+23
2015-05-11do_last: move path there from caller's stack frameAl Viro1-25/+25
2015-05-11namei: introduce nameidata->linkAl Viro1-28/+34
2015-05-11namei: don't bother with ->follow_link() if ->i_link is setAl Viro1-7/+13
2015-05-11namei.c: separate the parts of follow_link() that find the link bodyAl Viro1-29/+36
2015-05-11new ->follow_link() and ->put_link() calling conventionsAl Viro31-273/+195
2015-05-11namei: lift nameidata into filename_mountpoint()Al Viro1-15/+13
2015-05-11name: shift nameidata down into user_path_walk()Al Viro1-57/+67
2015-05-11namei: get rid of lookup_hash()Al Viro1-15/+5
2015-05-11do_last: regularize the logics around following symlinksAl Viro1-8/+7
2015-05-11do_last: kill symlink_okAl Viro1-4/+2
2015-05-11namei: take O_NOFOLLOW treatment into do_last()Al Viro1-6/+5
2015-05-11uninline walk_component()Al Viro1-2/+1
2015-05-11SECURITY: remove nameidata arg from inode_follow_link.NeilBrown5-12/+8
2015-05-11logfs: fix a pagecache leak for symlinksAl Viro1-0/+1
2015-05-11ceph: switch to simple_follow_link()Al Viro1-9/+2
2015-05-11exofs: switch to {simple,page}_symlink_inode_operationsAl Viro5-66/+9
2015-05-11freevxfs: switch to simple_follow_link()Al Viro3-39/+5
2015-05-11jfs: switch to simple_follow_link()Al Viro3-13/+5
2015-05-11sysv: switch to simple_follow_link()Al Viro4-24/+4
2015-05-11ubifs: switch to simple_follow_link()Al Viro3-10/+3
2015-05-11ufs: switch to simple_follow_link()Al Viro3-15/+6
2015-05-11debugfs: switch to simple_follow_link()Al Viro3-16/+3
2015-05-11shmem: switch to simple_follow_link()Al Viro1-7/+2
2015-05-11jffs2: switch to simple_follow_link()Al Viro3-44/+3
2015-05-11ext4: switch to simple_follow_link()Al Viro3-9/+5
2015-05-11ext3: switch to simple_follow_link()Al Viro3-10/+4
2015-05-11befs: switch to simple_follow_link()Al Viro1-19/+5
2015-05-11ext2: use simple_follow_link()Al Viro3-10/+4
2015-05-11libfs: simple_follow_link()Al Viro3-0/+17
2015-05-11ext4: split inode_operations for encrypted symlinks off the restAl Viro4-26/+20
2015-05-11ovl: rearrange ovl_follow_link to it doesn't need to call ->put_linkNeilBrown1-13/+12
2015-05-119p: don't bother with __getname() in ->follow_link()Al Viro3-100/+26
2015-05-119p: don't bother with 4K allocation for 24-byte local array...Al Viro1-21/+5
2015-05-11Linux 4.1-rc3v4.1-rc3Linus Torvalds1-1/+1
2015-05-10drm: Zero out invalid vblank timestamp in drm_update_vblank_count.Mario Kleiner1-5/+4
2015-05-09m32r: make flush_cpumask non-volatile.Rusty Russell1-3/+3
2015-05-09mnt: Fix fs_fully_visible to verify the root directory is visibleEric W. Biederman1-0/+6