summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-23proc: prevent stacking filesystems on topJann Horn1-0/+7
2016-08-23fs: limit filesystem stacking depthMiklos Szeredi1-0/+7
2016-08-23cifs: dynamic allocation of ntlmssp blobJerome Marchand1-36/+42
2016-08-23ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney1-1/+14
2016-08-23NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust1-3/+2
2016-08-23fs/nilfs2: fix potential underflow in call to crc32_leTorsten Hilbrich1-1/+1
2016-08-23UBIFS: Implement ->migratepage()Kirill A. Shutemov1-0/+24
2016-08-23fix d_walk()/non-delayed __d_free() raceAl Viro1-2/+3
2016-08-23fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationStefan Metzmacher1-14/+19
2016-08-23fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationStefan Metzmacher1-17/+23
2016-08-23fs/cifs: correctly to anonymous authentication for the LANMAN authenticationStefan Metzmacher1-16/+18
2016-08-23fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher1-12/+20
2016-08-23ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o1-4/+6
2016-08-23btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr4-2/+24
2016-06-15get_rock_ridge_filename(): handle malformed NM entriesAl Viro1-3/+10
2016-06-15proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause1-1/+2
2016-06-15hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan1-0/+5
2016-05-01bio: return EINTR if copying to user space got interruptedHannes Reinecke1-4/+8
2016-05-01ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan1-3/+3
2016-05-01ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listJoseph Qi2-1/+13
2016-05-01ocfs2/dlm: fix race between convert and recoveryJoseph Qi1-1/+10
2016-05-01fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn3-9/+29
2016-05-01splice: handle zero nr_pages in splice_to_pipe()Rabin Vincent1-0/+3
2016-05-01nfsd: fix deadlock secinfo+readdir compoundJ. Bruce Fields1-0/+1
2016-05-01jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount pathOGAWA Hirofumi1-5/+12
2016-05-01xfs: fix two memory leaks in xfs_attr_list.c error pathsMateusz Guzik1-9/+10
2016-05-01nfsd4: fix bad bounds checkingJ. Bruce Fields1-5/+8
2016-04-01hpfs: don't truncate the file when delete failsMikulas Patocka1-28/+3