summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: skip stale inodes in xfs_iflush_clusterDave Chinner2016-06-071-0/+1
* xfs: fix inode validity check in xfs_iflush_clusterDave Chinner2016-06-071-4/+4
* xfs: xfs_iflush_cluster fails to abort on errorDave Chinner2016-06-071-4/+13
* xfs: remove xfs_fs_evict_inode()Dave Chinner2016-06-071-21/+7
* xfs: Don't wrap growfs AGFL indexesDave Chinner2016-06-071-2/+2
* xfs: disallow rw remount on fs with unknown ro-compat featuresEric Sandeen2016-06-071-0/+10
* nfs: avoid race that crashes nfs_init_commitWeston Andros Adamson2016-06-072-0/+32
* ext4: silence UBSAN in ext4_mb_init()Nicolai Stange2016-06-071-2/+4
* ext4: address UBSAN warning in mb_find_order_for_block()Nicolai Stange2016-06-071-1/+3
* ext4: fix oops on corrupted filesystemJan Kara2016-06-071-1/+1
* ext4: fix check of dqget() return value in ext4_ioctl_setproject()Seth Forshee2016-06-071-1/+1
* ext4: clean up error handling when orphan list is corruptedTheodore Ts'o2016-06-071-27/+22
* ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o2016-06-071-4/+6
* ext4: fix data exposure after a crashJan Kara2016-06-071-9/+15
* affs: fix remount failure when there are no options changedMikulas Patocka2016-06-071-2/+3
* f2fs: fix deadlock when flush inline dataChao Yu2016-06-071-1/+2
* hpfs: implement the show_options methodMikulas Patocka2016-06-011-11/+32
* hpfs: fix remount failure when there are no options changedMikulas Patocka2016-06-011-2/+3
* Btrfs: fix handling of faults from btrfs_copy_from_userChris Mason2016-06-011-10/+17
* btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr2016-06-014-2/+24
* Fixing oops in callback pathOlga Kornievskaia2016-06-011-2/+4
* fscrypto/f2fs: allow fs-specific key prefix for fs encryptionJaegeuk Kim2016-06-013-44/+97
* fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationStefan Metzmacher2016-06-011-14/+18
* fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationStefan Metzmacher2016-06-011-18/+23
* fs/cifs: correctly to anonymous authentication for the LANMAN authenticationStefan Metzmacher2016-06-011-12/+16
* fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher2016-06-011-12/+20
* remove directory incorrectly tries to set delete on close on non-empty direct...Steve French2016-06-014-2/+25
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-146-52/+110
|\
| * Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-11274-2566/+2974
| |\
| | * ovl: ignore permissions on underlying lookupMiklos Szeredi2016-05-101-3/+1
| | * vfs: add lookup_hash() helperMiklos Szeredi2016-05-101-5/+28
| | * vfs: rename: check backing inode being equalMiklos Szeredi2016-05-101-1/+5
| | * vfs: add vfs_select_inode() helperMiklos Szeredi2016-05-101-8/+4
| * | get_rock_ridge_filename(): handle malformed NM entriesAl Viro2016-05-071-3/+10
| * | ecryptfs: fix handling of directory openingAl Viro2016-05-041-16/+55
| * | atomic_open(): fix the handling of create_errorAl Viro2016-04-301-16/+4
| * | do_splice_to(): cap the size before passing to ->splice_read()Al Viro2016-04-031-0/+3
* | | Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-132-3/+18
|\ \ \
| * | | kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry callSerge E. Hallyn2016-05-121-1/+2
| * | | cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespacesSerge E. Hallyn2016-05-091-0/+14
| * | | kernfs_path_from_node_locked: don't overwrite nlenSerge Hallyn2016-05-021-3/+3
* | | | ocfs2: fix posix_acl_create deadlockJunxiao Bi2016-05-126-48/+77
* | | | ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hangJunxiao Bi2016-05-123-2/+27
* | | | Revert "proc/base: make prompt shell start from new line after executing "cat...Robin Humble2016-05-091-1/+1
| |_|/ |/| |
* | | proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause2016-05-051-1/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-05-051-11/+14
|\ \ \
| * | | propogate_mnt: Handle the first propogated copy being a slaveEric W. Biederman2016-05-051-11/+14
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-05-031-1/+1
|\ \ \
| * | | fuse: Fix return value from fuse_get_user_pages()Ashish Samant2016-04-251-1/+1
| |/ /
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-05-023-5/+17
|\ \ \