summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-05-13hfs: switch to ->iterate_shared()Al Viro
2016-05-13hfsplus: switch to ->iterate_shared()Al Viro
2016-05-12hostfs: switch to ->iterate_shared()Al Viro
2016-05-12hpfs: switch to ->iterate_shared()Al Viro
2016-05-12hpfs: handle allocation failures in hpfs_add_pos()Al Viro
2016-05-12ocfs2: fix posix_acl_create deadlockJunxiao Bi
2016-05-12ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hangJunxiao Bi
2016-05-12gfs2: switch to ->iterate_shared()Al Viro
2016-05-12coredump: only charge written data against RLIMIT_COREOmar Sandoval
2016-05-12coredump: get rid of coredump_params->writtenOmar Sandoval
2016-05-12kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry callSerge E. Hallyn
2016-05-11Merge branch 'ovl-fixes' into for-linusAl Viro
2016-05-11ovl: ignore permissions on underlying lookupMiklos Szeredi
2016-05-11vfs: add lookup_hash() helperMiklos Szeredi
2016-05-11vfs: rename: check backing inode being equalMiklos Szeredi
2016-05-11vfs: add vfs_select_inode() helperMiklos Szeredi
2016-05-10f2fs: switch to ->iterate_shared()Al Viro
2016-05-10afs: switch to ->iterate_shared()Al Viro
2016-05-10befs: switch to ->iterate_shared()Al Viro
2016-05-10befs: constify stuff a bitAl Viro
2016-05-10Revert "proc/base: make prompt shell start from new line after executing "cat...Robin Humble
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-09isofs: switch to ->iterate_shared()Al Viro
2016-05-09cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespacesSerge E. Hallyn
2016-05-09get_acorn_filename(): deobfuscate a bitAl Viro
2016-05-09btrfs: switch to ->iterate_shared()Al Viro
2016-05-09logfs: no need to lock directory in lseekAl Viro
2016-05-09switch ecryptfs to ->iterate_sharedAl Viro
2016-05-09Merge branch 'for-linus' into work.lookupsAl Viro
2016-05-099p: switch to ->iterate_shared()Al Viro
2016-05-09fat: switch to ->iterate_shared()Al Viro
2016-05-09romfs, squashfs: switch to ->iterate_shared()Al Viro
2016-05-09more trivial ->iterate_shared conversionsAl 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-08get_rock_ridge_filename(): handle malformed NM entriesAl Viro
2016-05-07efivarfs: Make efivarfs_file_ioctl() staticPeter Jones
2016-05-07efi: Merge boolean flag argumentsJulia Lawall
2016-05-06proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause
2016-05-05Merge tag 'keys-next-20160505' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris
2016-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-05-05propogate_mnt: Handle the first propogated copy being a slaveEric W. Biederman
2016-05-04ecryptfs: fix handling of directory openingAl Viro
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
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