summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-05-17remove directory incorrectly tries to set delete on close on non-empty direct...Steve French4-2/+25
2016-05-17Update cifs.ko version to 2.09Steve French1-1/+1
2016-05-17fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationStefan Metzmacher1-14/+18
2016-05-17fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationStefan Metzmacher1-18/+23
2016-05-17fs/cifs: correctly to anonymous authentication for the LANMAN authenticationStefan Metzmacher1-12/+16
2016-05-17fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher1-12/+20
2016-05-17cifs: remove any preceding delimiter from prefix_pathSachin Prabhu2-3/+11
2016-05-17cifs: Use file_dentry()Goldwyn Rodrigues2-4/+4
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds174-1174/+1273
2016-05-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-21/+26
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro19-134/+202
2016-05-16Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+2
2016-05-16namei: Improve hash mixing if CONFIG_DCACHE_WORD_ACCESSGeorge Spelvin1-7/+26
2016-05-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-52/+110
2016-05-13Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-3/+18
2016-05-12ext4: switch to ->iterate_shared()Al Viro1-2/+2
2016-05-12hfs: switch to ->iterate_shared()Al Viro4-3/+15
2016-05-12hfsplus: switch to ->iterate_shared()Al Viro5-3/+15
2016-05-12hostfs: switch to ->iterate_shared()Al Viro1-1/+1
2016-05-12hpfs: switch to ->iterate_shared()Al Viro1-1/+1
2016-05-12hpfs: handle allocation failures in hpfs_add_pos()Al Viro3-6/+14
2016-05-12ocfs2: fix posix_acl_create deadlockJunxiao Bi6-48/+77
2016-05-12ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hangJunxiao Bi3-2/+27
2016-05-12gfs2: switch to ->iterate_shared()Al Viro1-2/+2
2016-05-12kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry callSerge E. Hallyn1-1/+2
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-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