- abc9f5b namei: make filename_lookup() reject ERR_PTR() passed as name by Al Viro · 10 years ago
- 9ad1aaa namei: shift nameidata inside filename_lookup() by Al Viro · 10 years ago
- e4bd1c1 namei: move putname() call into filename_lookup() by Al Viro · 10 years ago
- 625b6d1 namei: pass the struct path to store the result down into path_lookupat() by Al Viro · 10 years ago
- 18d8c86 namei: uninline set_root{,_rcu}() by Al Viro · 10 years ago
- aed434a namei: be careful with mountpoint crossings in follow_dotdot_rcu() by Al Viro · 10 years ago
- 99ff6cf Documentation: remove outdated information from automount-support.txt by NeilBrown · 10 years ago
- 89076bc get rid of assorted nameidata-related debris by Al Viro · 10 years ago
- 322105e lustre: kill unused helper by Al Viro · 10 years ago
- 539fcc0 lustre: kill unused macro (LOOKUP_CONTINUE) by Al Viro · 10 years ago
- 5a8d87e namei: unlazy_walk() doesn't need to mess with current->fs anymore by Al Viro · 10 years ago
- 203bc64 update Documentation/filesystems/ regarding the follow_link/put_link changes by Al Viro · 10 years ago
- 8f47a016 namei: handle absolute symlinks without dropping out of RCU mode by Al Viro · 10 years ago
- 8c1b456 enable passing fast relative symlinks without dropping out of RCU mode by Al Viro · 10 years ago
- 8fa9dd2 VFS/namei: make the use of touch_atime() in get_link() RCU-safe. by NeilBrown · 10 years ago
- bc40aee namei: don't unlazy until get_link() by Al Viro · 10 years ago
- 7973387 namei: make unlazy_walk and terminate_walk handle nd->stack, add unlazy_link by Al Viro · 10 years ago
- 0450b2d namei: store seq numbers in nd->stack[] by Al Viro · 10 years ago
- 294d71f new helper: __legitimize_mnt() by Al Viro · 10 years ago
- 31956502 namei: make may_follow_link() safe in RCU mode by Al Viro · 10 years ago
- 6548fae namei: make put_link() RCU-safe by Al Viro · 10 years ago
- ecc087f new helper: free_page_put_link() by Al Viro · 10 years ago
- 5f2c417 switch ->put_link() from dentry to inode by Al Viro · 10 years ago
- bda0be7 security: make inode_follow_link RCU-walk aware by NeilBrown · 10 years ago
- 7b20ea2 security/selinux: pass 'flags' arg to avc_audit() and avc_has_perm_flags() by NeilBrown · 10 years ago
- 181548c namei: pick_link() callers already have inode by Al Viro · 10 years ago
- 63afdfc VFS: Handle lower layer dentry/inode in pathwalk by David Howells · 10 years ago
- 237d8b3 namei: store inode in nd->stack[] by Al Viro · 10 years ago
- 254cf58 namei: don't mangle nd->seq in lookup_fast() by Al Viro · 10 years ago
- 6e9918b namei: explicitly pass seq number to unlazy_walk() when dentry != NULL by Al Viro · 10 years ago
- 3595e23 link_path_walk: use explicit returns for failure exits by Al Viro · 10 years ago
- deb106c namei: lift terminate_walk() all the way up by Al Viro · 10 years ago
- 3bdba28 namei: lift link_path_walk() call out of trailing_symlink() by Al Viro · 10 years ago
- 368ee9b namei: path_init() calling conventions change by Al Viro · 10 years ago
- 34a26b9 namei: get rid of nameidata->base by Al Viro · 10 years ago
- 8bcb77f namei: split off filename_lookupat() with LOOKUP_PARENT by Al Viro · 10 years ago
- b5cd339 namei: may_follow_link() - lift terminate_walk() on failures into caller by Al Viro · 10 years ago
- ab10492 namei: take increment of nd->depth into pick_link() by Al Viro · 10 years ago
- 1cf2665 namei: kill nd->link by Al Viro · 10 years ago
- fec2fa2 may_follow_link(): trim arguments by Al Viro · 10 years ago
- cd179f4 namei: move bumping the refcount of link->mnt into pick_link() by Al Viro · 10 years ago
- e8bb73d namei: fold put_link() into the failure case of complete_walk() by Al Viro · 10 years ago
- fab51e8 namei: take the treatment of absolute symlinks to get_link() by Al Viro · 10 years ago
- 4f697a5 namei: simpler treatment of symlinks with nothing other that / in the body by Al Viro · 10 years ago
- 6920a44 namei: simplify failure exits in get_link() by Al Viro · 10 years ago
- 6e77137b don't pass nameidata to ->follow_link() by Al Viro · 10 years ago
- 8402752 namei: simplify the callers of follow_managed() by Al Viro · 10 years ago
- 756daf2 VFS: replace {, total_}link_count in task_struct with pointer to nameidata by NeilBrown · 10 years ago
- 44163f3 lustre: rip the private symlink nesting limit out by Al Viro · 10 years ago
- 626de99 namei: move link count check and stack allocation into pick_link() by Al Viro · 10 years ago
- d63ff28 namei: make should_follow_link() store the link in nd->link by Al Viro · 10 years ago
- 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