summaryrefslogtreecommitdiff
path: root/fs/ext4 (follow)
Commit message (Expand)AuthorAge
* ext4: fix inode checksum calculation problem if i_extra_size is smallDaeho Jeong2017-04-21
* fscrypt: remove broken support for detecting keyring key revocationEric Biggers2017-03-31
* ext4: mark inode dirty after converting inline directoryEric Biggers2017-03-30
* ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o2017-03-26
* fscrypto: lock inode while setting encryption policyEric Biggers2017-03-22
* fscrypt: fix renaming and linking special filesEric Biggers2017-03-22
* ext4: don't BUG when truncating encrypted inodes on the orphan listTheodore Ts'o2017-03-18
* ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o2017-03-12
* ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o2017-03-12
* ext4: fix inline data error pathsTheodore Ts'o2017-03-12
* ext4: fix data corruption in data=journal modeJan Kara2017-03-12
* ext4: trim allocation requests to group sizeJan Kara2017-03-12
* ext4: do not polute the extents cache while shifting extentsRoman Pen2017-03-12
* ext4: Include forgotten start block on fallocate insert rangeRoman Pen2017-03-12
* ext4: validate s_first_meta_bg at mount timeEryu Guan2017-02-09
* ext4: do not perform data journaling when data is encryptedSergey Karamov2017-01-06
* ext4: return -ENOMEM instead of successDan Carpenter2017-01-06
* ext4: reject inodes with negative sizeDarrick J. Wong2017-01-06
* ext4: add sanity checking to count_overhead()Theodore Ts'o2017-01-06
* ext4: fix in-superblock mount options processingTheodore Ts'o2017-01-06
* ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o2017-01-06
* ext4: fix stack memory corruption with 64k block sizeChandan Rajendra2017-01-06
* ext4: fix mballoc breakage with 64k block sizeChandan Rajendra2017-01-06
* ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2016-11-26
* posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-10-31
* ext4: do not advertise encryption support when disabledEric Biggers2016-10-28
* ext4: release bh in make_indexed_dirgmail2016-10-22
* ext4: allow DAX writeback for hole punchRoss Zwisler2016-10-22
* ext4: fix memory leak in ext4_insert_range()Fabian Frederick2016-10-22
* ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong2016-10-22
* ext4: enforce online defrag restriction for encrypted filesEric Whitney2016-10-22
* fscrypto: require write access to mount to set encryption policyEric Biggers2016-09-24
* fscrypto: add authorization check for setting encryption policyEric Biggers2016-09-24
* ext4: use __GFP_NOFAIL in ext4_free_blocks()Konstantin Khlebnikov2016-09-24
* ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong2016-09-15
* ext4: avoid deadlock when expanding inode sizeJan Kara2016-09-15
* ext4: properly align shifted xattrs when expanding inodesJan Kara2016-09-15
* ext4: fix xattr shifting when expanding inodes part 2Jan Kara2016-09-15
* ext4: fix xattr shifting when expanding inodesJan Kara2016-09-15
* ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o2016-09-15
* ext4: fix reference counting bug on block allocation errorVegard Nossum2016-08-16
* ext4: short-cut orphan cleanup on errorVegard Nossum2016-08-16
* ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o2016-08-16
* ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum2016-08-16
* ext4: fix deadlock during page writebackJan Kara2016-08-16
* ext4: check for extents that wrap aroundVegard Nossum2016-08-16
* ext4: verify extent header depthVegard Nossum2016-08-10
* ext4: silence UBSAN in ext4_mb_init()Nicolai Stange2016-06-07
* ext4: address UBSAN warning in mb_find_order_for_block()Nicolai Stange2016-06-07
* ext4: fix oops on corrupted filesystemJan Kara2016-06-07