aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-10befs: constify stuff a bitAl Viro6-31/+34
2016-05-09isofs: switch to ->iterate_shared()Al Viro1-1/+1
2016-05-09get_acorn_filename(): deobfuscate a bitAl Viro1-1/+1
2016-05-09btrfs: switch to ->iterate_shared()Al Viro1-1/+1
2016-05-09logfs: no need to lock directory in lseekAl Viro1-1/+1
2016-05-09switch ecryptfs to ->iterate_sharedAl Viro1-1/+1
2016-05-09Merge branch 'for-linus' into work.lookupsAl Viro2-19/+65
2016-05-099p: switch to ->iterate_shared()Al Viro1-2/+2
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-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 Viro5-154/+56
2016-05-07get_rock_ridge_filename(): handle malformed NM entriesAl Viro1-3/+10
2016-05-04ecryptfs: fix handling of directory openingAl Viro1-16/+55
2016-05-02nfs: switch to ->iterate_shared()Al Viro1-28/+43
2016-05-02lookup_open(): lock the parent shared unless O_CREAT is givenAl Viro1-3/+9
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-02Merge branch 'for-linus' into work.lookupsAl Viro2-16/+7
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 Viro2-6/+3
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 Viro3-11/+29
2016-05-02give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()Al Viro5-25/+18
2016-05-02parallel lookups: actual switch to rwsemAl Viro9-26/+34
2016-05-02parallel lookups machinery, part 4 (and last)Al Viro2-21/+76
2016-05-02parallel lookups machinery, part 3Al Viro2-25/+123
2016-05-02parallel lookups machinery, part 2Al Viro2-2/+33
2016-05-02beginning of transition to parallel lookups - marking in-lookup dentriesAl Viro2-0/+17
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