summaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-03lookup_open(): lock the parent shared unless O_CREAT is givenAl Viro1-3/+9
2016-05-03lookup_open(): put the dentry fed to ->lookup() or ->atomic_open() into in-lo...Al Viro1-11/+26
2016-05-03lookup_open(): expand the call of real_lookup()Al Viro1-3/+10
2016-05-03atomic_open(): reorder and clean up a bitAl Viro1-34/+27
2016-05-03lookup_open(): lift the "fallback to !O_CREAT" logics from atomic_open()Al Viro1-89/+55
2016-05-03atomic_open(): be paranoid about may_open() return valueAl Viro1-0/+2
2016-05-03atomic_open(): delay open_to_namei_flags() until the method callAl Viro1-3/+4
2016-05-03do_last(): take fput() on error after opening to out:Al Viro1-17/+5
2016-05-03do_last(): get rid of duplicate ELOOP checkAl Viro1-4/+0
2016-05-03atomic_open(): massage the create_error logics a bitAl Viro1-23/+20
2016-05-03atomic_open(): consolidate "overridden ENOENT" in open-yourself casesAl Viro1-8/+1
2016-05-03atomic_open(): don't bother with EEXIST check - it's done in do_last()Al Viro1-5/+0
2016-05-03Merge branch 'for-linus' into work.lookupsAl Viro1-16/+4
2016-05-03lookup_open(): expand the call of vfs_create()Al Viro1-9/+12
2016-05-03path_openat(): take O_PATH handling out of do_last()Al Viro1-7/+24
2016-05-03parallel lookups: actual switch to rwsemAl Viro1-2/+2
2016-05-03parallel lookups machinery, part 4 (and last)Al Viro1-1/+2
2016-05-03parallel lookups machinery, part 3Al Viro1-25/+19
2016-05-03beginning of transition to parallel lookups - marking in-lookup dentriesAl Viro1-0/+4
2016-05-03lookup_slow(): bugger off on IS_DEADDIR() from the very beginningAl Viro1-6/+17
2016-05-03Merge getxattr prototype change into work.lookupsAl Viro1-3/+3
2016-04-30atomic_open(): fix the handling of create_errorAl Viro1-16/+4
2016-04-11don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-2/+2
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher1-1/+1
2016-03-31fix the braino in "namei: massage lookup_slow() to be usable by lookup_one_le...Al Viro1-4/+6
2016-03-14kill dentry_unhash()Al Viro1-25/+0
2016-03-14namei: teach lookup_slow() to skip revalidateAl Viro1-23/+35
2016-03-14namei: massage lookup_slow() to be usable by lookup_one_len_unlocked()Al Viro1-32/+24
2016-03-14lookup_one_len_unlocked(): use lookup_dcache()Al Viro1-11/+1
2016-03-14namei: simplify invalidation logics in lookup_dcache()Al Viro1-7/+3
2016-03-14namei: change calling conventions for lookup_{fast,slow} and follow_managed()Al Viro1-11/+9
2016-03-14namei: untanlge lookup_fast()Al Viro1-46/+37
2016-03-06lookup_dcache(): lift d_alloc() into callersAl Viro1-18/+17
2016-03-06do_last(): reorder and simplify a bitAl Viro1-11/+11
2016-02-28do_last(): ELOOP failure exit should be done after leaving RCU modeAl Viro1-5/+4
2016-02-28should_follow_link(): validate ->d_seq after having decided to followAl Viro1-0/+5
2016-02-28namei: ->d_inode of a pinned dentry is stable only for positivesAl Viro1-2/+2
2016-02-28do_last(): don't let a bogus return value from ->open() et.al. to confuse usAl Viro1-0/+4
2016-01-23wrappers for ->i_mutex accessAl Viro1-37/+37
2016-01-13Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-69/+131
2016-01-09nfsd: don't hold i_mutex over userspace upcallsNeilBrown1-0/+71
2016-01-04don't carry MAY_OPEN in op->acc_modeAl Viro1-12/+9
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-37/+26
2015-12-09teach page_get_link() to work in RCU modeAl Viro1-6/+13
2015-12-09replace ->follow_link() with new method that could stay in RCU modeAl Viro1-17/+28
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro1-6/+3
2015-12-07restore_nameidata(): no need to clear now->stackAl Viro1-3/+1
2015-12-07namei.c: take "jump to root" into a new helperAl Viro1-28/+26
2015-12-07path_init(): set nd->inode earlier in cwd-relative caseAl Viro1-10/+12
2015-12-07namei.c: fold set_root_rcu() into set_root()Al Viro1-24/+20