aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-01vfs: retry last component if opening stale dentryMiklos Szeredi1-2/+35
2012-06-01vfs: do_last() common post lookupMiklos Szeredi1-31/+3
2012-06-01vfs: do_last(): add audit_inode before openMiklos Szeredi1-0/+1
2012-06-01vfs: do_last(): only return EISDIR for O_CREATMiklos Szeredi1-1/+1
2012-06-01vfs: do_last(): check LOOKUP_DIRECTORYMiklos Szeredi1-0/+3
2012-06-01vfs: do_last(): make ENOENT exit RCU safeMiklos Szeredi1-2/+4
2012-06-01vfs: make follow_link check RCU safeMiklos Szeredi1-2/+10
2012-06-01vfs: do_last(): use inode variableMiklos Szeredi1-3/+5
2012-06-01vfs: do_last(): inline walk_component()Miklos Szeredi1-5/+30
2012-06-01vfs: do_last(): make exit RCU safeMiklos Szeredi1-1/+1
2012-06-01vfs: split do_lookup()Miklos Szeredi1-14/+45
2012-05-29brlocks/lglocks: API cleanupsAndi Kleen1-12/+12
2012-05-26word-at-a-time: make the interfaces truly genericLinus Torvalds1-10/+12
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-0/+1
2012-05-24kernel: Move REPEAT_BYTE definition into linux/kernel.hDavid S. Miller1-0/+1
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-19/+10
2012-05-21Merge branch 'dentry-cleanups' (dcache access cleanups and optimizations)Linus Torvalds1-3/+16
2012-05-21Merge branch 'vfs-cleanups' (random vfs cleanups)Linus Torvalds1-34/+24
2012-05-04vfs: clean up __d_lookup_rcu() and dentry_cmp() interfacesLinus Torvalds1-3/+16
2012-05-03vfs: make word-at-a-time accesses handle a non-existing pageLinus Torvalds1-2/+2
2012-05-03userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfsEric W. Biederman1-4/+4
2012-04-28VFS: clean up and simplify getname_flags()Linus Torvalds1-34/+24
2012-04-07userns: Replace the hard to write inode_userns with inode_capable.Eric W. Biederman1-13/+5
2012-04-06Make the "word-at-a-time" helper functions more commonly usableLinus Torvalds1-32/+3
2012-04-03vfs: Don't allow a user namespace root to make device nodesEric W. Biederman1-2/+1
2012-03-31vfs: fix out-of-date dentry_unhash() commentJ. Bruce Fields1-1/+1
2012-03-31vfs: split __lookup_hashMiklos Szeredi1-64/+44
2012-03-31untangling do_lookup() - take __lookup_hash()-calling case out of line.Al Viro1-15/+16
2012-03-31untangling do_lookup() - switch to calling __lookup_hash()Al Viro1-67/+46
2012-03-31untangling do_lookup() - merge d_alloc_and_lookup() callersAl Viro1-3/+3
2012-03-31untangling do_lookup() - merge failure exits in !dentry caseAl Viro1-15/+8
2012-03-31untangling do_lookup() - massage !dentry case towards __lookup_hash()Al Viro1-25/+20
2012-03-31untangling do_lookup() - get rid of need_reval in !dentry caseAl Viro1-6/+1
2012-03-31untangling do_lookup() - eliminate a loop.Al Viro1-4/+8
2012-03-31untangling do_lookup() - expand the area under ->i_mutexAl Viro1-2/+4
2012-03-31untangling do_lookup() - isolate !dentry stuff from the rest of it.Al Viro1-1/+16
2012-03-31vfs: move MAY_EXEC check from __lookup_hash()Miklos Szeredi1-6/+5
2012-03-31vfs: don't revalidate just looked up dentryMiklos Szeredi1-3/+1
2012-03-31vfs: fix d_need_lookup/d_revalidate order in do_lookupMiklos Szeredi1-2/+2
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+1
2012-03-22vfs: tidy up sparse warnings in fs/namei.cLinus Torvalds1-3/+3
2012-03-22vfs: tidy up fs/namei.c byte-repeat word constantsLinus Torvalds1-9/+4
2012-03-22Fix full_name_hash() behaviour when length is a multiple of 8Al Viro1-1/+1
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+6
2012-03-21fs/namei.c: fix warnings on 32-bitAndrew Morton1-0/+6
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+14
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds1-2/+2
2012-03-20switch touch_atime to struct pathAl Viro1-1/+1
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro1-0/+13
2012-03-20fs: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2