summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-09romfs, squashfs: switch to ->iterate_shared()Al Viro
2016-05-09more trivial ->iterate_shared conversionsAl Viro
2016-05-09lustre: don't need to lock inode in directory lseekAl Viro
2016-05-09kernfs: no point locking directory around that generic_file_llseek()Al Viro
2016-05-09configfs_readdir(): make safe under shared lockAl Viro
2016-05-09nfs: per-name sillyunlink exclusionAl Viro
2016-05-02nfs: switch to ->iterate_shared()Al Viro
2016-05-02lookup_open(): lock the parent shared unless O_CREAT is givenAl Viro
2016-05-02lookup_open(): put the dentry fed to ->lookup() or ->atomic_open() into in-lo...Al Viro
2016-05-02lookup_open(): expand the call of real_lookup()Al Viro
2016-05-02atomic_open(): reorder and clean up a bitAl Viro
2016-05-02lookup_open(): lift the "fallback to !O_CREAT" logics from atomic_open()Al Viro
2016-05-02atomic_open(): be paranoid about may_open() return valueAl Viro
2016-05-02atomic_open(): delay open_to_namei_flags() until the method callAl Viro
2016-05-02do_last(): take fput() on error after opening to out:Al Viro
2016-05-02do_last(): get rid of duplicate ELOOP checkAl Viro
2016-05-02atomic_open(): massage the create_error logics a bitAl Viro
2016-05-02atomic_open(): consolidate "overridden ENOENT" in open-yourself casesAl Viro
2016-05-02atomic_open(): don't bother with EEXIST check - it's done in do_last()Al Viro
2016-05-02Merge branch 'for-linus' into work.lookupsAl Viro
2016-05-02lookup_open(): expand the call of vfs_create()Al Viro
2016-05-02path_openat(): take O_PATH handling out of do_last()Al Viro
2016-05-02simple local filesystems: switch to ->iterate_shared()Al Viro
2016-05-02dcache_{readdir,dir_lseek}() users: switch to ->iterate_sharedAl Viro
2016-05-02cifs: switch to ->iterate_shared()Al Viro
2016-05-02fuse: switch to ->iterate_shared()Al Viro
2016-05-02switch all procfs directories ->iterate_shared()Al Viro
2016-05-02proc_sys_fill_cache(): switch to d_alloc_parallel()Al Viro
2016-05-02proc_fill_cache(): switch to d_alloc_parallel()Al Viro
2016-05-02introduce a parallel variant of ->iterate()Al Viro
2016-05-02give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()Al Viro
2016-05-02parallel lookups: actual switch to rwsemAl Viro
2016-05-02parallel lookups machinery, part 4 (and last)Al Viro
2016-05-02parallel lookups machinery, part 3Al Viro
2016-05-02parallel lookups machinery, part 2Al Viro
2016-05-02beginning of transition to parallel lookups - marking in-lookup dentriesAl Viro
2016-05-02__d_add(): don't drop/regain ->d_lockAl Viro
2016-05-02lookup_slow(): bugger off on IS_DEADDIR() from the very beginningAl Viro
2016-05-02nfs: missing wakeup in nfs_unblock_sillyrename()Al Viro
2016-05-02make ext2_get_page() and friends work without external serializationAl Viro
2016-05-02ovl_lookup_real(): use lookup_one_len_unlocked()Al Viro
2016-05-02reconnect_one(): use lookup_one_len_unlocked()Al Viro
2016-05-02reiserfs: open-code reiserfs_mutex_lock_safe() in reiserfs_unpack()Al Viro
2016-05-02orangefs: don't open-code inode_lock/inode_unlockAl Viro
2016-05-02ocfs2: don't open-code inode_lock/inode_unlockAl Viro
2016-05-02configfs_detach_prep(): make sure that wait_mutex won't go awayAl Viro
2016-05-02kernfs: use lookup_one_len_unlocked()Al Viro
2016-05-02security_d_instantiate(): move to the point prior to attaching dentry to inodeAl Viro
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro
2016-04-30atomic_open(): fix the handling of create_errorAl Viro