summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-08-26timerfd: Protect the might cancel mechanism properThomas Gleixner1-3/+14
2017-08-26Set unicode flag on cifs echo request to avoid Mac errorSteve French1-0/+3
2017-08-26cifs: small underflow in cnvrtDosUnixTm()Dan Carpenter1-3/+3
2017-07-18fs/exec.c: account for argv/envp pointersKees Cook1-4/+24
2017-07-02mm: larger stack guard gap, between vmasHugh Dickins2-6/+2
2017-06-05nfsd: stricter decoding of write-like NFSv2/v3 opsJ. Bruce Fields2-0/+6
2017-06-05nfsd4: minor NFSv2/v3 write decoding cleanupJ. Bruce Fields2-8/+8
2017-06-05nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields1-0/+36
2017-06-05NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson1-6/+2
2017-06-05NFSv4: Fix range checking in __nfs4_get_acl_uncached and __nfs4_proc_set_aclTrond Myklebust1-9/+11
2017-06-05fuse: add missing FR_FORCEMiklos Szeredi1-0/+1
2017-06-05NFSv4: Fix the underestimation of delegation XDR space reservationTrond Myklebust1-0/+2
2017-06-05nfsd: special case truncates some moreChristoph Hellwig1-10/+30
2017-06-05nfsd: minor nfsd_setattr cleanupChristoph Hellwig1-17/+12
2017-06-05nfsd: update mtime on truncateChristoph Hellwig1-0/+10
2017-06-05ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o1-2/+4
2017-06-05jbd2: don't leak modified metadata buffers on an aborted journalTheodore Ts'o1-1/+3
2017-06-05ext4: fix data corruption in data=journal modeJan Kara1-11/+16
2017-06-05ext4: use private version of page_zero_new_buffers() for data=journal modeTheodore Ts'o1-1/+33
2017-06-05ext4: trim allocation requests to group sizeJan Kara1-0/+7
2017-03-16vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi1-0/+1
2017-03-16btrfs: fix btrfs_compat_ioctl failures on non-compat ioctlsJeff Mahoney1-2/+4
2017-03-16ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton1-1/+3
2017-03-16ubifs: Fix journal replay wrt. xattr nodesRichard Weinberger1-2/+23
2017-03-16ocfs2: fix crash caused by stale lvb with fsdlm pluginEric Ren3-0/+19
2017-03-16block_dev: don't test bdev->bd_contains when it is not stableNeilBrown1-1/+1
2017-03-16fsnotify: Fix possible use-after-free in inode iteration on umountJan Kara1-37/+9
2017-03-16ext4: reject inodes with negative sizeDarrick J. Wong1-0/+6
2017-03-16nfs_write_end(): fix handling of short copiesAl Viro1-1/+1
2017-03-16Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko1-2/+1
2017-03-16ext4: add sanity checking to count_overhead()Theodore Ts'o1-3/+8
2017-03-16ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o1-9/+6
2017-03-16ext4: fix in-superblock mount options processingTheodore Ts'o1-15/+23
2017-03-16ext4: fix stack memory corruption with 64k block sizeChandan Rajendra1-1/+1
2017-03-16ext4: fix mballoc breakage with 64k block sizeChandan Rajendra1-1/+1
2017-03-16xfs: fix up xfs_swap_extent_forks inline extent handlingEric Sandeen1-2/+5
2017-02-23block: fix use-after-free in sys_ioprio_get()Omar Sandoval1-0/+2
2017-02-23fuse: fix clearing suid, sgid for chown()Miklos Szeredi1-5/+2
2017-02-23ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2-1/+17
2017-02-23coredump: fix unfreezable coredumping taskAndrey Ryabinin1-1/+5
2017-02-23ubifs: Fix regression in ubifs_readdir()Richard Weinberger1-0/+8
2017-02-23ubifs: Abort readdir upon errorRichard Weinberger1-5/+3
2017-02-23ubifs: Fix xattr_names length in exit pathsRichard Weinberger1-0/+2
2017-02-23isofs: Do not return EACCES for unknown filesystemsJan Kara1-3/+5
2017-02-23fuse: listxattr: verify xattr listMiklos Szeredi1-2/+21
2017-02-23fuse: fix killing s[ug]id in setattrMiklos Szeredi1-4/+29
2017-02-23fuse: invalidate dir dentry after chmodMiklos Szeredi1-2/+12
2017-02-23ext4: release bh in make_indexed_dirgmail1-8/+6
2017-02-23NFSv4: Open state recovery must account for file permission changesTrond Myklebust1-0/+3
2017-02-23reiserfs: Unlock superblock before calling reiserfs_quota_on_mount()Mike Galbraith1-1/+11