- 4693a54 namei: new calling conventions for walk_component() by Al Viro · 10 years ago
- 8620c23 link_path_walk: move the OK: inside the loop by Al Viro · 10 years ago
- 1543972 namei: have terminate_walk() do put_link() on everything left by Al Viro · 10 years ago
- 191d7f7 namei: take put_link() into {lookup,mountpoint,do}_last() by Al Viro · 10 years ago
- 1bc4b81 namei: lift (open-coded) terminate_walk() into callers of get_link() by Al Viro · 10 years ago
- f0a9ba7 lift terminate_walk() into callers of walk_component() by Al Viro · 10 years ago
- 70291ae namei: lift (open-coded) terminate_walk() in follow_dotdot_rcu() into callers by Al Viro · 10 years ago
- e269f2a namei: we never need more than MAXSYMLINKS entries in nd->stack by Al Viro · 10 years ago
- 8eff733 link_path_walk: end of nd->depth massage by Al Viro · 10 years ago
- 939724d link_path_walk: nd->depth massage, part 10 by Al Viro · 10 years ago
- dc7af8d link_path_walk: nd->depth massage, part 9 by Al Viro · 10 years ago
- 21c3003 put_link: nd->depth massage, part 8 by Al Viro · 10 years ago
- 9ea57b7 trailing_symlink: nd->depth massage, part 7 by Al Viro · 10 years ago
- 0fd889d get_link: nd->depth massage, part 6 by Al Viro · 10 years ago
- f7df08e trailing_symlink: nd->depth massage, part 5 by Al Viro · 10 years ago
- ef1a3e7 link_path_walk: nd->depth massage, part 4 by Al Viro · 10 years ago
- da4e0be link_path_walk: nd->depth massage, part 3 by Al Viro · 10 years ago
- fd4620b link_path_walk: nd->depth massage, part 2 by Al Viro · 10 years ago
- 071bf50 link_path_walk: nd->depth massage, part 1 by Al Viro · 10 years ago
- 894bc8c namei: remove restrictions on nesting depth by Al Viro · 10 years ago
- 3b2e7f7 namei: trim the arguments of get_link() by Al Viro · 10 years ago
- b9ff442 namei: trim redundant arguments of fs/namei.c:put_link() by Al Viro · 10 years ago
- 1d8e03d namei: trim redundant arguments of trailing_symlink() by Al Viro · 10 years ago
- 697fc6c namei: move link/cookie pairs into nameidata by Al Viro · 10 years ago
- 9e18f10 link_path_walk: cleanup - turn goto start; into continue; by Al Viro · 10 years ago
- 0768148 link_path_walk: split "return from recursive call" path by Al Viro · 10 years ago
- 32cd746 link_path_walk: kill the recursion by Al Viro · 10 years ago
- bdf6cbf link_path_walk: final preparations to killing recursion by Al Viro · 10 years ago
- bb8603f link_path_walk: get rid of duplication by Al Viro · 10 years ago
- 48c8b0c link_path_walk: massage a bit more by Al Viro · 10 years ago
- d40bcc0 link_path_walk: turn inner loop into explicit goto by Al Viro · 10 years ago
- 12b0957 link_path_walk: don't bother with walk_component() after jumping link by Al Viro · 10 years ago
- b0c24c3 link_path_walk: handle get_link() returning ERR_PTR() immediately by Al Viro · 10 years ago
- 95fa25d namei: rename follow_link to trailing_symlink, move it down by Al Viro · 10 years ago
- 21fef21 namei: move the calls of may_follow_link() into follow_link() by Al Viro · 10 years ago
- 172a39a namei: expand the call of follow_link() in link_path_walk() by Al Viro · 10 years ago
- 5a46027 namei: expand nested_symlink() in its only caller by Al Viro · 10 years ago
- 896475d do_last: move path there from caller's stack frame by Al Viro · 10 years ago
- caa8563 namei: introduce nameidata->link by Al Viro · 10 years ago
- d4dee48 namei: don't bother with ->follow_link() if ->i_link is set by Al Viro · 10 years ago
- 0a959df namei.c: separate the parts of follow_link() that find the link body by Al Viro · 10 years ago
- 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 10 years ago
- 46afd6f namei: lift nameidata into filename_mountpoint() by Al Viro · 10 years ago
- f5beed7 name: shift nameidata down into user_path_walk() by Al Viro · 10 years ago
- 6a9f40d namei: get rid of lookup_hash() by Al Viro · 10 years ago
- a5cfe2d do_last: regularize the logics around following symlinks by Al Viro · 10 years ago
- fd2805b do_last: kill symlink_ok by Al Viro · 10 years ago
- f488443 namei: take O_NOFOLLOW treatment into do_last() by Al Viro · 10 years ago
- 34b128f uninline walk_component() by Al Viro · 10 years ago
- 37882db SECURITY: remove nameidata arg from inode_follow_link. by NeilBrown · 10 years ago
- f15133d path_openat(): fix double fput() by Al Viro · 10 years ago
- 766c4cb namei: d_is_negative() should be checked before ->d_seq validation by Al Viro · 10 years ago
- 3cab989 RCU pathwalk breakage when running into a symlink overmounting something by Al Viro · 10 years ago
- 4bbcbd3 VFS: Make pathwalk use d_is_reg() rather than S_ISREG() by David Howells · 10 years ago
- 698934d VFS: Combine inode checks with d_is_negative() and d_is_positive() in pathwalk by David Howells · 10 years ago
- 9e7543e remove incorrect comment in lookup_one_len() by Al Viro · 10 years ago
- 74eb8cc namei.c: fold do_path_lookup() into both callers by Al Viro · 10 years ago
- fd2f7cb kill struct filename.separate by Al Viro · 10 years ago
- 6e8a1f8 switch path_init() to struct filename by Al Viro · 10 years ago
- 668696d switch path_mountpoint() to struct filename by Al Viro · 10 years ago
- 5eb6b49 switch path_lookupat() to struct filename by Al Viro · 10 years ago
- 94b5d26 getname_flags(): clean up a bit by Al Viro · 10 years ago
- e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
- 55422d0 audit: replace getname()/putname() hacks with reference counters by Paul Moore · 10 years ago
- fd3522f audit: enable filename recording via getname_kernel() by Paul Moore · 10 years ago
- cbaab2d simpler calling conventions for filename_mountpoint() by Al Viro · 10 years ago
- 5168910 fs: create proper filename objects using getname_kernel() by Paul Moore · 10 years ago
- 0851854 fs: rework getname_kernel to handle up to PATH_MAX sized filenames by Paul Moore · 10 years ago
- fa14a0b cut down the number of do_path_lookup() callers by Al Viro · 10 years ago
- 603ba7e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 51f39a1 syscalls: implement execveat() system call by David Drysdale · 10 years ago
- d465887 fs/namei.c: fold link_path_walk() call into path_init() by Al Viro · 10 years ago
- 980f3ea path_init(): don't bother with LOOKUP_PARENT in argument by Al Viro · 10 years ago
- 893b777 fs/namei.c: new helper (path_cleanup()) by Al Viro · 10 years ago
- 5e53084 path_init(): store the "base" pointer to file in nameidata itself by Al Viro · 10 years ago
- 1f55a6e make nameidata completely opaque outside of fs/namei.c by Al Viro · 10 years ago
- 7e05b80 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 69a91c2 fs: allow open(dir, O_TMPFILE|..., 0) with mode 0 by Eric Rannaud · 10 years ago
- d1b72cc overlayfs: fix lockdep misannotation by Miklos Szeredi · 10 years ago
- 0d7a855 vfs: add RENAME_WHITEOUT by Miklos Szeredi · 10 years ago
- 787fb6b vfs: add whiteout support by Miklos Szeredi · 10 years ago
- cbdf35b vfs: export check_sticky() by Miklos Szeredi · 10 years ago
- bd5d085 vfs: export __inode_permission() to modules by Miklos Szeredi · 10 years ago
- 4aa7c63 vfs: add i_op->dentry_open() by Miklos Szeredi · 10 years ago
- 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 115cbfd let path_init() failures treated the same way as subsequent link_path_walk() by Al Viro · 10 years ago
- 5e40d33 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
- 5542aa2 vfs: Make d_invalidate return void by Eric W. Biederman · 11 years ago
- 8ed936b vfs: Lazily remove mounts on unlinked files and directories. by Eric W. Biederman · 11 years ago
- 7af1364 vfs: Don't allow overwriting mounts in the current mount namespace by Eric W. Biederman · 11 years ago
- 6c8ff87 Merge commit 'v3.16' into next by James Morris · 10 years ago
- a060dc5 vfs: workaround gcc <4.6 build error in link_path_walk() by James Hogan · 10 years ago
- d6bb3e9 vfs: simplify and shrink stack frame of link_path_walk() by Linus Torvalds · 10 years ago
- 83373f7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 9226b5b vfs: avoid non-forwarding large load after small store in path lookup by Linus Torvalds · 10 years ago
- 4023bfc be careful with nd->inode in path_init() and follow_dotdot_rcu() by Al Viro · 10 years ago
- 7bd8837 don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu() by Al Viro · 10 years ago
- f5be3e2912 fix bogus read_seqretry() checks introduced in b37199e by Al Viro · 10 years ago
- 99d263d vfs: fix bad hashing of dentries by Linus Torvalds · 10 years ago
- 3034a14 ima: pass 'opened' flag to identify newly created files by Dmitry Kasatkin · 11 years ago