aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-22/+17
2012-09-26namei.c: fix BS commentAl Viro1-1/+1
2012-08-22fs: fix fs/namei.c kernel-doc warningsRandy Dunlap1-0/+2
2012-08-16vfs: fix propagation of atomic_open create error on negative dentrySage Weil1-0/+4
2012-08-15vfs: pass right create mode to may_o_create()Miklos Szeredi1-1/+1
2012-08-15vfs: atomic_open(): fix create mode usageMiklos Szeredi1-1/+1
2012-07-31fs: Push mnt_want_write() outside of i_mutexJan Kara1-21/+25
2012-07-31simplify lookup_open()/atomic_open() - do the temporary mnt_want_write() earlyAl Viro1-22/+29
2012-07-30fix O_EXCL handling for devicesAl Viro1-2/+2
2012-07-29fs: add link restriction audit reportingKees Cook1-0/+2
2012-07-29fs: add link restrictionsKees Cook1-0/+122
2012-07-29vfs: don't let do_last pass negative dentry to audit_inodeJeff Layton1-2/+3
2012-07-29pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_create() resp.Al Viro1-39/+18
2012-07-29mknod: take sanity checks on mode into the very beginningAl Viro1-5/+3
2012-07-29new helper: done_path_create()Al Viro1-12/+12
2012-07-23tidy up namei.c a bitAl Viro1-18/+21
2012-07-23unobfuscate follow_up() a bitAl Viro1-1/+1
2012-07-22use __lookup_hash() in kern_path_parent()Al Viro1-1/+1
2012-07-14VFS: Split inode_permission()David Howells1-17/+49
2012-07-14VFS: Comment mount following codeDavid Howells1-0/+10
2012-07-14fs: add nd_jump_linkChristoph Hellwig1-10/+17
2012-07-14fs: move path_put on failure out of ->follow_linkChristoph Hellwig1-2/+1
2012-07-14get rid of kern_path_parent()Al Viro1-2/+20
2012-07-14VFS: Fix the banner comment on lookup_open()David Howells1-3/+26
2012-07-14don't pass nameidata * to vfs_create()Al Viro1-4/+5
2012-07-14don't pass nameidata to ->create()Al Viro1-2/+1
2012-07-14fs/namei.c: don't pass nameidata to __lookup_hash() and lookup_real()Al Viro1-10/+10
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-07-14fs/namei.c: don't pass namedata to lookup_dcache()Al Viro1-4/+4
2012-07-14fs/namei.c: don't pass nameidata to d_revalidate()Al Viro1-6/+6
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-1/+1
2012-07-14fs/namei.c: get do_last() and friends return intAl Viro1-80/+70
2012-07-14kill struct opendataAl Viro1-23/+25
2012-07-14kill opendata->{mnt,dentry}Al Viro1-9/+6
2012-07-14make ->atomic_open() return intAl Viro1-6/+8
2012-07-14don't modify od->filp at allAl Viro1-3/+1
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Al Viro1-16/+17
2012-07-14vfs: move O_DIRECT check to common codeMiklos Szeredi1-12/+5
2012-07-14vfs: do_last(): clean up retryMiklos Szeredi1-15/+21
2012-07-14vfs: do_last(): clean up boolMiklos Szeredi1-14/+14
2012-07-14vfs: do_last(): clean up labelsMiklos Szeredi1-5/+5
2012-07-14vfs: do_last(): clean up error handlingMiklos Szeredi1-15/+8
2012-07-14vfs: remove open intents from nameidataMiklos Szeredi1-50/+45
2012-07-14vfs: add i_op->atomic_open()Miklos Szeredi1-2/+201
2012-07-14vfs: lookup_open(): expand lookup_hash()Miklos Szeredi1-1/+11
2012-07-14vfs: add lookup_open()Miklos Szeredi1-38/+61
2012-07-14vfs: do_last(): common slow lookupMiklos Szeredi1-22/+5
2012-07-14vfs: do_last(): separate O_CREAT specific codeMiklos Szeredi1-16/+17
2012-07-14vfs: do_last(): inline lookup_slow()Miklos Szeredi1-2/+15
2012-07-14namei.c: let follow_link() do put_link() on failureAl Viro1-33/+41