summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2017-05-08ext4/fscrypto: avoid RCU lookup in d_revalidateJaegeuk Kim1-0/+4
2017-05-08ext4 crypto: use dget_parent() in ext4_d_revalidate()Theodore Ts'o1-3/+8
2017-05-08ext4 crypto: revalidate dentry after adding or removing the keyTheodore Ts'o4-0/+75
2017-05-08ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICYRichard Weinberger1-0/+3
2017-05-03ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()Theodore Ts'o1-4/+28
2017-04-21ext4: fix inode checksum calculation problem if i_extra_size is smallDaeho Jeong1-3/+2
2017-03-31fscrypt: remove broken support for detecting keyring key revocationEric Biggers3-35/+8
2017-03-30ext4: mark inode dirty after converting inline directoryEric Biggers1-3/+2
2017-03-26ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o1-1/+1
2017-03-22fscrypto: lock inode while setting encryption policyEric Biggers1-0/+4
2017-03-22fscrypt: fix renaming and linking special filesEric Biggers1-0/+6
2017-03-18ext4: don't BUG when truncating encrypted inodes on the orphan listTheodore Ts'o1-0/+4
2017-03-12ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o1-1/+2
2017-03-12ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o1-2/+4
2017-03-12ext4: fix inline data error pathsTheodore Ts'o2-6/+23
2017-03-12ext4: fix data corruption in data=journal modeJan Kara1-10/+13
2017-03-12ext4: trim allocation requests to group sizeJan Kara1-0/+7
2017-03-12ext4: do not polute the extents cache while shifting extentsRoman Pen1-3/+6
2017-03-12ext4: Include forgotten start block on fallocate insert rangeRoman Pen1-6/+12
2017-02-09ext4: validate s_first_meta_bg at mount timeEryu Guan1-0/+9
2017-01-06ext4: do not perform data journaling when data is encryptedSergey Karamov2-6/+13
2017-01-06ext4: return -ENOMEM instead of successDan Carpenter1-1/+3
2017-01-06ext4: reject inodes with negative sizeDarrick J. Wong1-0/+6
2017-01-06ext4: add sanity checking to count_overhead()Theodore Ts'o1-3/+8
2017-01-06ext4: fix in-superblock mount options processingTheodore Ts'o1-15/+23
2017-01-06ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o1-9/+6
2017-01-06ext4: fix stack memory corruption with 64k block sizeChandan Rajendra1-1/+1
2017-01-06ext4: fix mballoc breakage with 64k block sizeChandan Rajendra1-1/+1
2016-11-26ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2-1/+17
2016-10-31posix_acl: Clear SGID bit when setting file permissionsJan Kara1-8/+4
2016-10-28ext4: do not advertise encryption support when disabledEric Biggers1-0/+4
2016-10-22ext4: release bh in make_indexed_dirgmail1-8/+6
2016-10-22ext4: allow DAX writeback for hole punchRoss Zwisler1-2/+2
2016-10-22ext4: fix memory leak in ext4_insert_range()Fabian Frederick1-0/+3
2016-10-22ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong1-4/+4
2016-10-22ext4: enforce online defrag restriction for encrypted filesEric Whitney1-0/+7
2016-09-24fscrypto: require write access to mount to set encryption policyEric Biggers1-0/+6
2016-09-24fscrypto: add authorization check for setting encryption policyEric Biggers1-0/+3
2016-09-24ext4: use __GFP_NOFAIL in ext4_free_blocks()Konstantin Khlebnikov1-19/+28
2016-09-15ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong4-36/+42
2016-09-15ext4: avoid deadlock when expanding inode sizeJan Kara2-8/+13
2016-09-15ext4: properly align shifted xattrs when expanding inodesJan Kara1-1/+1
2016-09-15ext4: fix xattr shifting when expanding inodes part 2Jan Kara1-2/+3
2016-09-15ext4: fix xattr shifting when expanding inodesJan Kara1-13/+14
2016-09-15ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o1-1/+17
2016-08-16ext4: fix reference counting bug on block allocation errorVegard Nossum1-14/+3
2016-08-16ext4: short-cut orphan cleanup on errorVegard Nossum1-0/+10
2016-08-16ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o2-0/+10
2016-08-16ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum1-3/+3
2016-08-16ext4: fix deadlock during page writebackJan Kara1-3/+26