aboutsummaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)Author
2012-07-23tidy up namei.c a bitAl Viro
2012-07-23unobfuscate follow_up() a bitAl Viro
2012-07-22use __lookup_hash() in kern_path_parent()Al Viro
2012-07-14VFS: Split inode_permission()David Howells
2012-07-14VFS: Comment mount following codeDavid Howells
2012-07-14fs: add nd_jump_linkChristoph Hellwig
2012-07-14fs: move path_put on failure out of ->follow_linkChristoph Hellwig
2012-07-14get rid of kern_path_parent()Al Viro
2012-07-14VFS: Fix the banner comment on lookup_open()David Howells
2012-07-14don't pass nameidata * to vfs_create()Al Viro
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14fs/namei.c: don't pass nameidata to __lookup_hash() and lookup_real()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-14fs/namei.c: don't pass namedata to lookup_dcache()Al Viro
2012-07-14fs/namei.c: don't pass nameidata to d_revalidate()Al Viro
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro
2012-07-14fs/namei.c: get do_last() and friends return intAl Viro
2012-07-14kill struct opendataAl Viro
2012-07-14kill opendata->{mnt,dentry}Al Viro
2012-07-14make ->atomic_open() return intAl Viro
2012-07-14don't modify od->filp at allAl Viro
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Al Viro
2012-07-14vfs: move O_DIRECT check to common codeMiklos Szeredi
2012-07-14vfs: do_last(): clean up retryMiklos Szeredi
2012-07-14vfs: do_last(): clean up boolMiklos Szeredi
2012-07-14vfs: do_last(): clean up labelsMiklos Szeredi
2012-07-14vfs: do_last(): clean up error handlingMiklos Szeredi
2012-07-14vfs: remove open intents from nameidataMiklos Szeredi
2012-07-14vfs: add i_op->atomic_open()Miklos Szeredi
2012-07-14vfs: lookup_open(): expand lookup_hash()Miklos Szeredi
2012-07-14vfs: add lookup_open()Miklos Szeredi
2012-07-14vfs: do_last(): common slow lookupMiklos Szeredi
2012-07-14vfs: do_last(): separate O_CREAT specific codeMiklos Szeredi
2012-07-14vfs: do_last(): inline lookup_slow()Miklos Szeredi
2012-07-14namei.c: let follow_link() do put_link() on failureAl Viro
2012-06-01vfs: retry last component if opening stale dentryMiklos Szeredi
2012-06-01vfs: do_last() common post lookupMiklos Szeredi
2012-06-01vfs: do_last(): add audit_inode before openMiklos Szeredi
2012-06-01vfs: do_last(): only return EISDIR for O_CREATMiklos Szeredi
2012-06-01vfs: do_last(): check LOOKUP_DIRECTORYMiklos Szeredi
2012-06-01vfs: do_last(): make ENOENT exit RCU safeMiklos Szeredi
2012-06-01vfs: make follow_link check RCU safeMiklos Szeredi
2012-06-01vfs: do_last(): use inode variableMiklos Szeredi
2012-06-01vfs: do_last(): inline walk_component()Miklos Szeredi
2012-06-01vfs: do_last(): make exit RCU safeMiklos Szeredi
2012-06-01vfs: split do_lookup()Miklos Szeredi
2012-05-29brlocks/lglocks: API cleanupsAndi Kleen
2012-05-26word-at-a-time: make the interfaces truly genericLinus Torvalds
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2012-05-24kernel: Move REPEAT_BYTE definition into linux/kernel.hDavid S. Miller