summaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)Author
2011-05-21VFS: move BUG_ON test for symlink nd->depth after current->link_count testErez Zadok
2011-05-13vfs: micro-optimize acl_permission_check()Linus Torvalds
2011-04-15vfs: Fix absolute RCU path walk failures due to uninitialized seq numberTim Chen
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-24vfs - check non-mountpoint dentry might block in __follow_mount_rcu()Ian Kent
2011-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn
2011-03-23userns: userns: check user namespace for task->file uid equivalence checksSerge E. Hallyn
2011-03-23fix leaks in path_lookupat()Al Viro
2011-03-18lose 'mounting_here' argument in ->d_manage()Al Viro
2011-03-18don't pass 'mounting_here' flag to follow_down()Al Viro
2011-03-16fix follow_link() breakageAl Viro
2011-03-15tidy the trailing symlinks traversal upAl Viro
2011-03-15Turn resolution of trailing symlinks iterative everywhereAl Viro
2011-03-15simplify link_path_walk() tailAl Viro
2011-03-15Make trailing symlink resolution in path_lookupat() iterativeAl Viro
2011-03-15update nd->inode in __do_follow_link() instead of after do_follow_link()Al Viro
2011-03-15pull handling of one pathname component into a helperAl Viro
2011-03-15fs: allow AT_EMPTY_PATH in linkat(), limit that to CAP_DAC_READ_SEARCHAneesh Kumar K.V
2011-03-15Allow O_PATH for symlinksAl Viro
2011-03-15New kind of open files - "location only".Al Viro
2011-03-15fs: Don't allow to create hardlink for deleted fileAneesh Kumar K.V
2011-03-14New AT_... flag: AT_EMPTY_PATHAl Viro
2011-03-14open-style analog of vfs_path_lookup()Al Viro
2011-03-14reduce vfs_path_lookup() to do_path_lookup()Al Viro
2011-03-14untangle do_lookup()Al Viro
2011-03-14path_openat: clean ELOOP handling a bitAl Viro
2011-03-14do_last: kill a rudiment of old ->d_revalidate() workaroundAl Viro
2011-03-14fold __open_namei_create() and open_will_truncate() into do_last()Al Viro
2011-03-14do_last: unify may_open() call and everyting after itAl Viro
2011-03-14move may_open() from __open_name_create() to do_last()Al Viro
2011-03-14expand finish_open() in its only callerAl Viro
2011-03-14sanitize pathname component hash calculationAl Viro
2011-03-14kill __lookup_one_len()Al Viro
2011-03-14switch non-create side of open() to use of do_last()Al Viro
2011-03-14get rid of nd->fileAl Viro
2011-03-14get rid of the last LOOKUP_RCU dependencies in link_path_walk()Al Viro
2011-03-14make nameidata_dentry_drop_rcu_maybe() always leave RCU modeAl Viro
2011-03-14make handle_dots() leave RCU mode on errorAl Viro
2011-03-14clear RCU on all failure exits from link_path_walk()Al Viro
2011-03-14pull handling of . and .. into inlined helperAl Viro
2011-03-14kill out_dput: in link_path_walk()Al Viro
2011-03-14separate -ESTALE/-ECHILD retries in do_filp_open() from real workAl Viro
2011-03-14switch do_filp_open() to struct open_flagsAl Viro
2011-03-14Collect "operation mode" arguments of do_last() into a structureAl Viro
2011-03-14clean up the failure exits after __do_follow_link() in do_filp_open()Al Viro
2011-03-14pull security_inode_follow_link() into __do_follow_link()Al Viro
2011-03-14pull dropping RCU on success of link_path_walk() into path_lookupat()Al Viro
2011-03-14untangle the "need_reval_dot" messAl Viro
2011-03-14merge component type recognitionAl Viro