summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2017-09-15ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2017-09-15autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAILNeilBrown
2017-09-15configfs: Fix race between create_link and configfs_rmdirNicholas Bellinger
2017-09-15excessive checks in ufs_write_failed() and ufs_evict_inode()Al Viro
2017-09-15ufs: set correct ->s_maxsizeAl Viro
2017-09-15fix ufs_isblockset()Al Viro
2017-09-15ext4: fix fdatasync(2) after extent manipulation operationsJan Kara
2017-09-15ext4: fix data corruption for mmap writesJan Kara
2017-09-15block: fix an error code in add_partition()Dan Carpenter
2017-09-15ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov
2017-08-26timerfd: Protect the might cancel mechanism properThomas Gleixner
2017-08-26Set unicode flag on cifs echo request to avoid Mac errorSteve French
2017-08-26cifs: small underflow in cnvrtDosUnixTm()Dan Carpenter
2017-07-18fs/exec.c: account for argv/envp pointersKees Cook
2017-07-02mm: larger stack guard gap, between vmasHugh Dickins
2017-06-05nfsd: stricter decoding of write-like NFSv2/v3 opsJ. Bruce Fields
2017-06-05nfsd4: minor NFSv2/v3 write decoding cleanupJ. Bruce Fields
2017-06-05nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields
2017-06-05NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson
2017-06-05NFSv4: Fix range checking in __nfs4_get_acl_uncached and __nfs4_proc_set_aclTrond Myklebust
2017-06-05fuse: add missing FR_FORCEMiklos Szeredi
2017-06-05NFSv4: Fix the underestimation of delegation XDR space reservationTrond Myklebust
2017-06-05nfsd: special case truncates some moreChristoph Hellwig
2017-06-05nfsd: minor nfsd_setattr cleanupChristoph Hellwig
2017-06-05nfsd: update mtime on truncateChristoph Hellwig
2017-06-05ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o
2017-06-05jbd2: don't leak modified metadata buffers on an aborted journalTheodore Ts'o
2017-06-05ext4: fix data corruption in data=journal modeJan Kara
2017-06-05ext4: use private version of page_zero_new_buffers() for data=journal modeTheodore Ts'o
2017-06-05ext4: trim allocation requests to group sizeJan Kara
2017-03-16vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi
2017-03-16btrfs: fix btrfs_compat_ioctl failures on non-compat ioctlsJeff Mahoney
2017-03-16ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton
2017-03-16ubifs: Fix journal replay wrt. xattr nodesRichard Weinberger
2017-03-16ocfs2: fix crash caused by stale lvb with fsdlm pluginEric Ren
2017-03-16block_dev: don't test bdev->bd_contains when it is not stableNeilBrown
2017-03-16fsnotify: Fix possible use-after-free in inode iteration on umountJan Kara
2017-03-16ext4: reject inodes with negative sizeDarrick J. Wong
2017-03-16nfs_write_end(): fix handling of short copiesAl Viro
2017-03-16Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko
2017-03-16ext4: add sanity checking to count_overhead()Theodore Ts'o
2017-03-16ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o
2017-03-16ext4: fix in-superblock mount options processingTheodore Ts'o
2017-03-16ext4: fix stack memory corruption with 64k block sizeChandan Rajendra
2017-03-16ext4: fix mballoc breakage with 64k block sizeChandan Rajendra
2017-03-16xfs: fix up xfs_swap_extent_forks inline extent handlingEric Sandeen
2017-02-23block: fix use-after-free in sys_ioprio_get()Omar Sandoval
2017-02-23fuse: fix clearing suid, sgid for chown()Miklos Szeredi
2017-02-23ext4: sanity check the block and cluster size at mount timeTheodore Ts'o
2017-02-23coredump: fix unfreezable coredumping taskAndrey Ryabinin