summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* block: fix use-after-free in sys_ioprio_get()Omar Sandoval2017-02-231-0/+2
* fuse: fix clearing suid, sgid for chown()Miklos Szeredi2017-02-231-5/+2
* ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2017-02-232-1/+17
* coredump: fix unfreezable coredumping taskAndrey Ryabinin2017-02-231-1/+5
* ubifs: Fix regression in ubifs_readdir()Richard Weinberger2017-02-231-0/+8
* ubifs: Abort readdir upon errorRichard Weinberger2017-02-231-5/+3
* ubifs: Fix xattr_names length in exit pathsRichard Weinberger2017-02-231-0/+2
* isofs: Do not return EACCES for unknown filesystemsJan Kara2017-02-231-3/+5
* fuse: listxattr: verify xattr listMiklos Szeredi2017-02-231-2/+21
* fuse: fix killing s[ug]id in setattrMiklos Szeredi2017-02-231-4/+29
* fuse: invalidate dir dentry after chmodMiklos Szeredi2017-02-231-2/+12
* ext4: release bh in make_indexed_dirgmail2017-02-231-8/+6
* NFSv4: Open state recovery must account for file permission changesTrond Myklebust2017-02-231-0/+3
* reiserfs: Unlock superblock before calling reiserfs_quota_on_mount()Mike Galbraith2017-02-231-1/+11
* ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong2017-02-231-4/+4
* ext3: NULL dereference in ext3_evict_inode()Dan Carpenter2016-11-201-0/+4
* posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-11-2013-96/+96
* Btrfs: skip adding an acl attribute if we don't have toLiu Bo2016-11-201-0/+2
* fs: Avoid premature clearing of capabilitiesJan Kara2016-11-201-6/+14
* fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-11-2050-76/+95
* btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney2016-11-201-0/+12
* ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant2016-11-201-10/+24
* ocfs2/dlm: fix race between convert and migrationJoseph Qi2016-11-201-6/+6
* NFSv4.1: Fix the CREATE_SESSION slot number accountingTrond Myklebust2016-11-201-4/+11
* fs/seq_file: fix out-of-bounds readVegard Nossum2016-11-201-1/+3
* ubifs: Fix assertion in layout_in_gaps()Vincent Stehlé2016-11-201-1/+1
* hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()Dan Carpenter2016-11-201-3/+4
* ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o2016-11-201-1/+17
* ceph: Correctly return NXIO errors from ceph_llseekPhil Turnbull2016-11-201-7/+6
* nfs: don't create zero-length requestsBenjamin Coddington2016-11-201-1/+4
* ext4: short-cut orphan cleanup on errorVegard Nossum2016-11-201-0/+10
* ext4: fix reference counting bug on block allocation errorVegard Nossum2016-11-201-14/+3
* NFS: Don't drop CB requests with invalid principalsChuck Lever2016-11-201-1/+5
* ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o2016-11-201-0/+7
* ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum2016-11-201-3/+3
* ext4: check for extents that wrap aroundVegard Nossum2016-11-201-2/+6
* proc: prevent stacking filesystems on topJann Horn2016-08-221-0/+7
* fs: limit filesystem stacking depthMiklos Szeredi2016-08-221-0/+7
* cifs: dynamic allocation of ntlmssp blobJerome Marchand2016-08-221-36/+42
* ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney2016-08-221-1/+14
* NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust2016-08-221-3/+2
* fs/nilfs2: fix potential underflow in call to crc32_leTorsten Hilbrich2016-08-221-1/+1
* UBIFS: Implement ->migratepage()Kirill A. Shutemov2016-08-221-0/+24
* fix d_walk()/non-delayed __d_free() raceAl Viro2016-08-221-2/+3
* fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationStefan Metzmacher2016-08-221-14/+19
* fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationStefan Metzmacher2016-08-221-17/+23
* fs/cifs: correctly to anonymous authentication for the LANMAN authenticationStefan Metzmacher2016-08-221-16/+18
* fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher2016-08-221-12/+20
* ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o2016-08-221-4/+6
* btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr2016-08-224-2/+24