summaryrefslogtreecommitdiffstats
path: root/fs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* tidy up namei.c a bitAl Viro2012-07-221-18/+21
* unobfuscate follow_up() a bitAl Viro2012-07-221-1/+1
* use __lookup_hash() in kern_path_parent()Al Viro2012-07-221-1/+1
* VFS: Split inode_permission()David Howells2012-07-141-17/+49
* VFS: Comment mount following codeDavid Howells2012-07-141-0/+10
* fs: add nd_jump_linkChristoph Hellwig2012-07-141-10/+17
* fs: move path_put on failure out of ->follow_linkChristoph Hellwig2012-07-141-2/+1Star
* get rid of kern_path_parent()Al Viro2012-07-141-2/+20
* VFS: Fix the banner comment on lookup_open()David Howells2012-07-141-3/+26
* don't pass nameidata * to vfs_create()Al Viro2012-07-141-4/+5
* don't pass nameidata to ->create()Al Viro2012-07-141-2/+1Star
* fs/namei.c: don't pass nameidata to __lookup_hash() and lookup_real()Al Viro2012-07-141-10/+10
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* fs/namei.c: don't pass namedata to lookup_dcache()Al Viro2012-07-141-4/+4
* fs/namei.c: don't pass nameidata to d_revalidate()Al Viro2012-07-141-6/+6
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-1/+1
* fs/namei.c: get do_last() and friends return intAl Viro2012-07-141-80/+70Star
* kill struct opendataAl Viro2012-07-141-23/+25
* kill opendata->{mnt,dentry}Al Viro2012-07-141-9/+6Star
* make ->atomic_open() return intAl Viro2012-07-141-6/+8
* don't modify od->filp at allAl Viro2012-07-141-3/+1Star
* ->atomic_open() prototype change - pass int * instead of bool *Al Viro2012-07-141-16/+17
* vfs: move O_DIRECT check to common codeMiklos Szeredi2012-07-141-12/+5Star
* vfs: do_last(): clean up retryMiklos Szeredi2012-07-141-15/+21
* vfs: do_last(): clean up boolMiklos Szeredi2012-07-141-14/+14
* vfs: do_last(): clean up labelsMiklos Szeredi2012-07-141-5/+5
* vfs: do_last(): clean up error handlingMiklos Szeredi2012-07-141-15/+8Star
* vfs: remove open intents from nameidataMiklos Szeredi2012-07-141-50/+45Star
* vfs: add i_op->atomic_open()Miklos Szeredi2012-07-141-2/+201
* vfs: lookup_open(): expand lookup_hash()Miklos Szeredi2012-07-141-1/+11
* vfs: add lookup_open()Miklos Szeredi2012-07-141-38/+61
* vfs: do_last(): common slow lookupMiklos Szeredi2012-07-141-22/+5Star
* vfs: do_last(): separate O_CREAT specific codeMiklos Szeredi2012-07-141-16/+17
* vfs: do_last(): inline lookup_slow()Miklos Szeredi2012-07-141-2/+15
* namei.c: let follow_link() do put_link() on failureAl Viro2012-07-141-33/+41
* vfs: retry last component if opening stale dentryMiklos Szeredi2012-06-011-2/+35
* vfs: do_last() common post lookupMiklos Szeredi2012-06-011-31/+3Star
* vfs: do_last(): add audit_inode before openMiklos Szeredi2012-06-011-0/+1
* vfs: do_last(): only return EISDIR for O_CREATMiklos Szeredi2012-06-011-1/+1
* vfs: do_last(): check LOOKUP_DIRECTORYMiklos Szeredi2012-06-011-0/+3
* vfs: do_last(): make ENOENT exit RCU safeMiklos Szeredi2012-06-011-2/+4
* vfs: make follow_link check RCU safeMiklos Szeredi2012-06-011-2/+10
* vfs: do_last(): use inode variableMiklos Szeredi2012-06-011-3/+5
* vfs: do_last(): inline walk_component()Miklos Szeredi2012-06-011-5/+30
* vfs: do_last(): make exit RCU safeMiklos Szeredi2012-06-011-1/+1
* vfs: split do_lookup()Miklos Szeredi2012-06-011-14/+45
* brlocks/lglocks: API cleanupsAndi Kleen2012-05-301-12/+12
* word-at-a-time: make the interfaces truly genericLinus Torvalds2012-05-261-10/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-05-251-0/+1
|\
| * kernel: Move REPEAT_BYTE definition into linux/kernel.hDavid S. Miller2012-05-241-0/+1