summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2017-02-23ubifs: Fix regression in ubifs_readdir()Richard Weinberger
2017-02-23ubifs: Abort readdir upon errorRichard Weinberger
2017-02-23ubifs: Fix xattr_names length in exit pathsRichard Weinberger
2017-02-23isofs: Do not return EACCES for unknown filesystemsJan Kara
2017-02-23fuse: listxattr: verify xattr listMiklos Szeredi
2017-02-23fuse: fix killing s[ug]id in setattrMiklos Szeredi
2017-02-23fuse: invalidate dir dentry after chmodMiklos Szeredi
2017-02-23ext4: release bh in make_indexed_dirgmail
2017-02-23NFSv4: Open state recovery must account for file permission changesTrond Myklebust
2017-02-23reiserfs: Unlock superblock before calling reiserfs_quota_on_mount()Mike Galbraith
2017-02-23ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong
2016-11-20ext3: NULL dereference in ext3_evict_inode()Dan Carpenter
2016-11-20posix_acl: Clear SGID bit when setting file permissionsJan Kara
2016-11-20Btrfs: skip adding an acl attribute if we don't have toLiu Bo
2016-11-20fs: Avoid premature clearing of capabilitiesJan Kara
2016-11-20fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-11-20btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney
2016-11-20ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant
2016-11-20ocfs2/dlm: fix race between convert and migrationJoseph Qi
2016-11-20NFSv4.1: Fix the CREATE_SESSION slot number accountingTrond Myklebust
2016-11-20fs/seq_file: fix out-of-bounds readVegard Nossum
2016-11-20ubifs: Fix assertion in layout_in_gaps()Vincent Stehlé
2016-11-20hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()Dan Carpenter
2016-11-20ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o
2016-11-20ceph: Correctly return NXIO errors from ceph_llseekPhil Turnbull
2016-11-20nfs: don't create zero-length requestsBenjamin Coddington
2016-11-20ext4: short-cut orphan cleanup on errorVegard Nossum
2016-11-20ext4: fix reference counting bug on block allocation errorVegard Nossum
2016-11-20NFS: Don't drop CB requests with invalid principalsChuck Lever
2016-11-20ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o