summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-06-24fix d_walk()/non-delayed __d_free() raceAl Viro1-2/+2
2016-06-24proc: prevent stacking filesystems on topJann Horn1-0/+7
2016-06-24ecryptfs: forbid opening files without mmap handlerJann Horn1-2/+11
2016-06-08xfs: skip stale inodes in xfs_iflush_clusterDave Chinner1-0/+1
2016-06-08xfs: fix inode validity check in xfs_iflush_clusterDave Chinner1-4/+4
2016-06-08xfs: xfs_iflush_cluster fails to abort on errorDave Chinner1-4/+13
2016-06-08xfs: remove xfs_fs_evict_inode()Dave Chinner1-21/+7
2016-06-08xfs: Don't wrap growfs AGFL indexesDave Chinner1-2/+2
2016-06-08xfs: disallow rw remount on fs with unknown ro-compat featuresEric Sandeen1-0/+10
2016-06-08nfs: avoid race that crashes nfs_init_commitWeston Andros Adamson2-0/+32
2016-06-08ext4: silence UBSAN in ext4_mb_init()Nicolai Stange1-2/+4
2016-06-08ext4: address UBSAN warning in mb_find_order_for_block()Nicolai Stange1-1/+3
2016-06-08ext4: fix oops on corrupted filesystemJan Kara1-1/+1
2016-06-08ext4: fix check of dqget() return value in ext4_ioctl_setproject()Seth Forshee1-1/+1
2016-06-08ext4: clean up error handling when orphan list is corruptedTheodore Ts'o1-27/+22
2016-06-08ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o1-4/+6
2016-06-08ext4: fix data exposure after a crashJan Kara1-9/+15
2016-06-08affs: fix remount failure when there are no options changedMikulas Patocka1-2/+3
2016-06-08f2fs: fix deadlock when flush inline dataChao Yu1-1/+2
2016-06-01hpfs: implement the show_options methodMikulas Patocka1-11/+32
2016-06-01hpfs: fix remount failure when there are no options changedMikulas Patocka1-2/+3
2016-06-01Btrfs: fix handling of faults from btrfs_copy_from_userChris Mason1-10/+17
2016-06-01btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr4-2/+24
2016-06-01Fixing oops in callback pathOlga Kornievskaia1-2/+4
2016-06-01fscrypto/f2fs: allow fs-specific key prefix for fs encryptionJaegeuk Kim3-44/+97
2016-06-01fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationStefan Metzmacher1-14/+18
2016-06-01fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationStefan Metzmacher1-18/+23
2016-06-01fs/cifs: correctly to anonymous authentication for the LANMAN authenticationStefan Metzmacher1-12/+16
2016-06-01fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher1-12/+20
2016-06-01remove directory incorrectly tries to set delete on close on non-empty direct...Steve French4-2/+25
2016-05-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-52/+110
2016-05-14Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-3/+18
2016-05-13ocfs2: fix posix_acl_create deadlockJunxiao Bi6-48/+77
2016-05-13ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hangJunxiao Bi3-2/+27
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-11ovl: ignore permissions on underlying lookupMiklos Szeredi1-3/+1
2016-05-11vfs: add lookup_hash() helperMiklos Szeredi1-5/+28
2016-05-11vfs: rename: check backing inode being equalMiklos Szeredi1-1/+5
2016-05-11vfs: add vfs_select_inode() helperMiklos Szeredi1-8/+4
2016-05-10Revert "proc/base: make prompt shell start from new line after executing "cat...Robin Humble1-1/+1
2016-05-09cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespacesSerge E. Hallyn1-0/+14
2016-05-08get_rock_ridge_filename(): handle malformed NM entriesAl Viro1-3/+10
2016-05-06proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause1-1/+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 branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-1/+1
2016-05-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds3-5/+17
2016-05-02kernfs_path_from_node_locked: don't overwrite nlenSerge Hallyn1-3/+3