summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-05-11Merge branch 'ovl-fixes' into for-linusAl Viro274-2566/+2974
2016-05-10ovl: ignore permissions on underlying lookupMiklos Szeredi1-3/+1
2016-05-10vfs: add lookup_hash() helperMiklos Szeredi1-5/+28
2016-05-10vfs: rename: check backing inode being equalMiklos Szeredi1-1/+5
2016-05-10vfs: add vfs_select_inode() helperMiklos Szeredi1-8/+4
2016-05-10f2fs: switch to ->iterate_shared()Al Viro1-1/+1
2016-05-10afs: switch to ->iterate_shared()Al Viro1-1/+1
2016-05-10befs: switch to ->iterate_shared()Al Viro1-1/+1
2016-05-10befs: constify stuff a bitAl Viro6-31/+34
2016-05-09Revert "proc/base: make prompt shell start from new line after executing "cat...Robin Humble1-1/+1
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-12/+16
2016-05-09isofs: switch to ->iterate_shared()Al Viro1-1/+1
2016-05-09cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespacesSerge E. Hallyn1-0/+14
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-07efivarfs: Make efivarfs_file_ioctl() staticPeter Jones1-1/+1
2016-05-07efi: Merge boolean flag argumentsJulia Lawall1-2/+1
2016-05-05proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause1-1/+2
2016-05-06Merge tag 'keys-next-20160505' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2-2/+2
2016-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-11/+14
2016-05-05propogate_mnt: Handle the first propogated copy being a slaveEric W. Biederman1-11/+14
2016-05-04ecryptfs: fix handling of directory openingAl Viro1-16/+55
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-13/+52
2016-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-1/+1
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-lo...Al 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