aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/ecryptfs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-09fat: switch to ->iterate_shared()Al Viro1-3/+3
2016-05-09romfs, squashfs: switch to ->iterate_shared()Al Viro2-4/+4
2016-05-09more trivial ->iterate_shared conversionsAl Viro16-17/+16
2016-05-09lustre: don't need to lock inode in directory lseekAl Viro1-3/+1
2016-05-09kernfs: no point locking directory around that generic_file_llseek()Al Viro1-15/+2
2016-05-09configfs_readdir(): make safe under shared lockAl Viro1-13/+7
2016-05-09nfs: per-name sillyunlink exclusionAl Viro7-164/+61
2016-05-02nfs: switch to ->iterate_shared()Al Viro1-28/+43
2016-05-02lookup_open(): lock the parent shared unless O_CREAT is givenAl Viro2-3/+12
2016-05-02lookup_open(): put the dentry fed to ->lookup() or ->atomic_open() into in-lookup hashAl Viro1-11/+26
2016-05-02lookup_open(): expand the call of real_lookup()Al Viro1-3/+10
2016-05-02atomic_open(): reorder and clean up a bitAl Viro1-34/+27
2016-05-02lookup_open(): lift the "fallback to !O_CREAT" logics from atomic_open()Al Viro1-89/+55
2016-05-02atomic_open(): be paranoid about may_open() return valueAl Viro1-0/+2
2016-05-02atomic_open(): delay open_to_namei_flags() until the method callAl Viro1-3/+4
2016-05-02do_last(): take fput() on error after opening to out:Al Viro1-17/+5
2016-05-02do_last(): get rid of duplicate ELOOP checkAl Viro1-4/+0
2016-05-02atomic_open(): massage the create_error logics a bitAl Viro1-23/+20
2016-05-02atomic_open(): consolidate "overridden ENOENT" in open-yourself casesAl Viro1-8/+1
2016-05-02atomic_open(): don't bother with EEXIST check - it's done in do_last()Al Viro1-5/+0
2016-05-02lookup_open(): expand the call of vfs_create()Al Viro1-9/+12
2016-05-02path_openat(): take O_PATH handling out of do_last()Al Viro1-7/+24
2016-05-02simple local filesystems: switch to ->iterate_shared()Al Viro6-6/+6
2016-05-02dcache_{readdir,dir_lseek}() users: switch to ->iterate_sharedAl Viro3-7/+4
2016-05-02cifs: switch to ->iterate_shared()Al Viro2-27/+30
2016-05-02fuse: switch to ->iterate_shared()Al Viro1-49/+45
2016-05-02switch all procfs directories ->iterate_shared()Al Viro7-20/+21
2016-05-02proc_sys_fill_cache(): switch to d_alloc_parallel()Al Viro1-7/+8
2016-05-02proc_fill_cache(): switch to d_alloc_parallel()Al Viro1-5/+10
2016-05-02introduce a parallel variant of ->iterate()Al Viro5-11/+48
2016-05-02give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()Al Viro7-27/+33
2016-05-02parallel lookups: actual switch to rwsemAl Viro11-32/+73
2016-05-02parallel lookups machinery, part 4 (and last)Al Viro3-23/+82
2016-05-02parallel lookups machinery, part 3Al Viro3-25/+125
2016-05-02parallel lookups machinery, part 2Al Viro5-3/+44
2016-05-02beginning of transition to parallel lookups - marking in-lookup dentriesAl Viro3-0/+35
2016-05-02__d_add(): don't drop/regain ->d_lockAl Viro1-3/+11
2016-05-02lookup_slow(): bugger off on IS_DEADDIR() from the very beginningAl Viro1-6/+17
2016-05-02nfs: missing wakeup in nfs_unblock_sillyrename()Al Viro1-0/+1
2016-05-02make ext2_get_page() and friends work without external serializationAl Viro5-35/+35
2016-05-02ovl_lookup_real(): use lookup_one_len_unlocked()Al Viro1-3/+1
2016-05-02reconnect_one(): use lookup_one_len_unlocked()Al Viro1-3/+7
2016-05-02reiserfs: open-code reiserfs_mutex_lock_safe() in reiserfs_unpack()Al Viro1-1/+5
2016-05-02orangefs: don't open-code inode_lock/inode_unlockAl Viro2-4/+4
2016-05-02ocfs2: don't open-code inode_lock/inode_unlockAl Viro1-2/+2
2016-05-02configfs_detach_prep(): make sure that wait_mutex won't go awayAl Viro1-8/+9
2016-05-02kernfs: use lookup_one_len_unlocked()Al Viro1-3/+2
2016-05-02security_d_instantiate(): move to the point prior to attaching dentry to inodeAl Viro1-8/+7
2016-04-30atomic_open(): fix the handling of create_errorAl Viro1-16/+4
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro34-85/+94