aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds4-6/+6
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-15/+35
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds37-185/+149
2016-05-17Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-4/+4
2016-05-17Merge branch 'for-cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-220/+167
2016-05-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-27/+44
2016-05-17Merge tag 'jfs-4.7' of git://github.com/kleikamp/linux-shaggyLinus Torvalds9-39/+29
2016-05-17exec: clarify reasoning for euid/egid resetKees Cook1-1/+6
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds174-1174/+1273
2016-05-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus 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/kernel/git/tip/tipLinus Torvalds2-3/+2
2016-05-16namei: Improve hash mixing if CONFIG_DCACHE_WORD_ACCESSGeorge Spelvin1-7/+26
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-106/+233
2016-05-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-52/+110
2016-05-13Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus 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 /proc/$pid/wchan""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