summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-16ext4: check for extents that wrap aroundVegard Nossum1-2/+6
2016-08-10ext4: verify extent header depthVegard Nossum1-0/+4
2016-06-08ext4: silence UBSAN in ext4_mb_init()Nicolai Stange1-2/+4
2016-06-08ext4: address UBSAN warning in mb_find_order_for_block()Nicolai Stange1-1/+3
2016-06-08ext4: fix oops on corrupted filesystemJan Kara1-1/+1
2016-06-08ext4: clean up error handling when orphan list is corruptedTheodore Ts'o1-27/+22
2016-06-08ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o1-4/+6
2016-06-01ext4: iterate over buffer heads correctly in move_extent_per_page()Eryu Guan1-0/+1
2016-05-05ext4: fix races of writeback with punch hole and zero rangeJan Kara3-1/+42
2016-05-05ext4: fix races between buffered IO and collapse / insert rangeJan Kara1-28/+31
2016-05-05ext4: move unlocked dio protection from ext4_alloc_file_blocks()Jan Kara1-11/+10
2016-05-05ext4: fix races between page faults and hole punchingJan Kara6-42/+127
2016-05-05ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan1-3/+3
2016-04-20ext4: ignore quota mount options if the quota feature is enabledTheodore Ts'o1-11/+11
2016-04-20ext4: add lockdep annotations for i_data_semTheodore Ts'o3-4/+55
2016-03-04ext4: fix bh->b_state corruptionJan Kara1-2/+30
2016-02-25ext4: don't read blocks from disk after extents being swappedEryu Guan1-3/+12
2016-02-25ext4: fix potential integer overflowInsu Yun1-1/+1
2016-02-25ext4: fix scheduling in atomic on group checksum failureJan Kara2-5/+8
2016-02-17ext4 crypto: add missing locking for keyring_key accessTheodore Ts'o1-0/+4