summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-04-04aio: mark AIO pseudo-fs noexecJann Horn
2017-04-04vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman
2017-04-04fs/nfs: fix new compiler warning about boolean in switchAndre Przywara
2017-04-04fs: namespace: suppress 'may be used uninitialized' warningsTim Gardner
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-16nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"Chuck Lever
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-16btrfs: fix locking when we put back a delayed ref that's too newJeff Mahoney
2017-03-16btrfs: fix error handling when run_delayed_extent_op failsJeff Mahoney
2017-03-16fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai
2017-03-16NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.NeilBrown
2017-03-16block_dev: don't test bdev->bd_contains when it is not stableNeilBrown
2017-03-16btrfs: limit async_work allocation and worker func durationMaxim Patlasov
2017-03-16Btrfs: delayed-inode: replace root args iff only fs_info usedDaniel Dressler
2017-03-16fsnotify: Fix possible use-after-free in inode iteration on umountJan Kara
2017-03-16fs/notify/inode_mark.c: use list_next_entry in fsnotify_unmount_inodesGeliang Tang
2017-03-16ext4: return -ENOMEM instead of successDan Carpenter
2017-03-16ext4: reject inodes with negative sizeDarrick J. Wong
2017-03-16nfs_write_end(): fix handling of short copiesAl Viro
2017-03-16CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky
2017-03-16CIFS: Fix a possible memory corruption in push locksPavel Shilovsky
2017-03-16CIFS: Fix missing nls unload in smb2_reconnect()Pavel Shilovsky
2017-03-16xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen
2017-03-16NFS: Fix a performance regression in readdirTrond Myklebust
2017-03-16block: protect iterate_bdevs() against concurrent closeRabin Vincent
2017-03-16Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko
2017-03-16f2fs: set ->owner for debugfs status file's file_operationsNicolai Stange
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-26tmpfs: clear S_ISGID when setting posix ACLsGu Zheng
2017-02-26ext4: validate s_first_meta_bg at mount timeEryu Guan
2017-02-26mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman
2017-02-23sysctl: Drop reference added by grab_header in proc_sys_readdirZhou Chengming
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-23fuse: fix fuse_write_end() if zero bytes were copiedMiklos Szeredi
2017-02-23coredump: fix unfreezable coredumping taskAndrey Ryabinin
2017-02-23ubifs: Fix regression in ubifs_readdir()Richard Weinberger
2017-02-23btrfs: fix races on root_log_ctx listsChris Mason
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-23jbd2: fix incorrect unlock on j_list_lockTaesoo Kim