summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2017-01-06ext4: do not perform data journaling when data is encryptedSergey Karamov
2017-01-06ext4: return -ENOMEM instead of successDan Carpenter
2017-01-06ext4: reject inodes with negative sizeDarrick J. Wong
2017-01-06ext4: add sanity checking to count_overhead()Theodore Ts'o
2017-01-06ext4: fix in-superblock mount options processingTheodore Ts'o
2017-01-06ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o
2017-01-06ext4: fix stack memory corruption with 64k block sizeChandan Rajendra
2017-01-06ext4: fix mballoc breakage with 64k block sizeChandan Rajendra
2016-11-26ext4: sanity check the block and cluster size at mount timeTheodore Ts'o
2016-10-31posix_acl: Clear SGID bit when setting file permissionsJan Kara
2016-10-28ext4: do not advertise encryption support when disabledEric Biggers
2016-10-22ext4: release bh in make_indexed_dirgmail
2016-10-22ext4: allow DAX writeback for hole punchRoss Zwisler
2016-10-22ext4: fix memory leak in ext4_insert_range()Fabian Frederick
2016-10-22ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong
2016-10-22ext4: enforce online defrag restriction for encrypted filesEric Whitney
2016-09-24fscrypto: require write access to mount to set encryption policyEric Biggers
2016-09-24fscrypto: add authorization check for setting encryption policyEric Biggers
2016-09-24ext4: use __GFP_NOFAIL in ext4_free_blocks()Konstantin Khlebnikov
2016-09-15ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong
2016-09-15ext4: avoid deadlock when expanding inode sizeJan Kara
2016-09-15ext4: properly align shifted xattrs when expanding inodesJan Kara
2016-09-15ext4: fix xattr shifting when expanding inodes part 2Jan Kara
2016-09-15ext4: fix xattr shifting when expanding inodesJan Kara
2016-09-15ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o
2016-08-16ext4: fix reference counting bug on block allocation errorVegard Nossum
2016-08-16ext4: short-cut orphan cleanup on errorVegard Nossum
2016-08-16ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o
2016-08-16ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum
2016-08-16ext4: fix deadlock during page writebackJan Kara
2016-08-16ext4: check for extents that wrap aroundVegard Nossum
2016-08-10ext4: verify extent header depthVegard Nossum
2016-06-07ext4: silence UBSAN in ext4_mb_init()Nicolai Stange
2016-06-07ext4: address UBSAN warning in mb_find_order_for_block()Nicolai Stange
2016-06-07ext4: fix oops on corrupted filesystemJan Kara
2016-06-07ext4: clean up error handling when orphan list is corruptedTheodore Ts'o
2016-06-07ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o
2016-06-01ext4: iterate over buffer heads correctly in move_extent_per_page()Eryu Guan
2016-05-04ext4: fix races of writeback with punch hole and zero rangeJan Kara
2016-05-04ext4: fix races between buffered IO and collapse / insert rangeJan Kara
2016-05-04ext4: move unlocked dio protection from ext4_alloc_file_blocks()Jan Kara
2016-05-04ext4: fix races between page faults and hole punchingJan Kara
2016-05-04ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan
2016-04-20ext4: ignore quota mount options if the quota feature is enabledTheodore Ts'o
2016-04-20ext4: add lockdep annotations for i_data_semTheodore Ts'o
2016-03-03ext4: fix bh->b_state corruptionJan Kara
2016-02-25ext4: don't read blocks from disk after extents being swappedEryu Guan
2016-02-25ext4: fix potential integer overflowInsu Yun
2016-02-25ext4: fix scheduling in atomic on group checksum failureJan Kara
2016-02-17ext4 crypto: add missing locking for keyring_key accessTheodore Ts'o