summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-23ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong1-4/+4
2016-11-20ext3: NULL dereference in ext3_evict_inode()Dan Carpenter1-0/+4
2016-11-20posix_acl: Clear SGID bit when setting file permissionsJan Kara13-96/+96
2016-11-20Btrfs: skip adding an acl attribute if we don't have toLiu Bo1-0/+2
2016-11-20fs: Avoid premature clearing of capabilitiesJan Kara1-6/+14
2016-11-20fs: Give dentry to inode_change_ok() instead of inodeJan Kara50-76/+95
2016-11-20btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney1-0/+12
2016-11-20ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant1-10/+24
2016-11-20ocfs2/dlm: fix race between convert and migrationJoseph Qi1-6/+6
2016-11-20NFSv4.1: Fix the CREATE_SESSION slot number accountingTrond Myklebust1-4/+11
2016-11-20fs/seq_file: fix out-of-bounds readVegard Nossum1-1/+3
2016-11-20ubifs: Fix assertion in layout_in_gaps()Vincent Stehlé1-1/+1
2016-11-20hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()Dan Carpenter1-3/+4
2016-11-20ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o1-1/+17
2016-11-20ceph: Correctly return NXIO errors from ceph_llseekPhil Turnbull1-7/+6
2016-11-20nfs: don't create zero-length requestsBenjamin Coddington1-1/+4
2016-11-20ext4: short-cut orphan cleanup on errorVegard Nossum1-0/+10
2016-11-20ext4: fix reference counting bug on block allocation errorVegard Nossum1-14/+3
2016-11-20NFS: Don't drop CB requests with invalid principalsChuck Lever1-1/+5
2016-11-20ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o1-0/+7
2016-11-20ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum1-3/+3
2016-11-20ext4: check for extents that wrap aroundVegard Nossum1-2/+6
2016-08-22proc: prevent stacking filesystems on topJann Horn1-0/+7
2016-08-22fs: limit filesystem stacking depthMiklos Szeredi1-0/+7
2016-08-22cifs: dynamic allocation of ntlmssp blobJerome Marchand1-36/+42
2016-08-22ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney1-1/+14
2016-08-22NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust1-3/+2
2016-08-22fs/nilfs2: fix potential underflow in call to crc32_leTorsten Hilbrich1-1/+1
2016-08-22UBIFS: Implement ->migratepage()Kirill A. Shutemov1-0/+24
2016-08-22fix d_walk()/non-delayed __d_free() raceAl Viro1-2/+3
2016-08-22fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationStefan Metzmacher1-14/+19
2016-08-22fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationStefan Metzmacher1-17/+23
2016-08-22fs/cifs: correctly to anonymous authentication for the LANMAN authenticationStefan Metzmacher1-16/+18
2016-08-22fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher1-12/+20
2016-08-22ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o1-4/+6
2016-08-22btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr4-2/+24