summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2018-03-04ext4 crypto: don't regenerate the per-inode encryption key unnecessarilyTheodore Ts'o
2018-03-04fscrypto: add authorization check for setting encryption policyEric Biggers
2018-03-04ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICYRichard Weinberger
2018-03-04ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou
2018-01-17ext4: fix crash when a directory's i_size is too smallChandan Rajendra
2018-01-17ext4: fix fdatasync(2) after fallocate(2) operationEryu Guan
2018-01-17ext4: don't BUG when truncating encrypted inodes on the orphan listTheodore Ts'o
2018-01-17ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o
2017-12-08ext4: fix interaction between i_size, fallocate, and delalloc after a crashTheodore Ts'o
2017-12-06ext4: fix data exposure after a crashJan Kara
2017-12-06ext4: do not use stripe_width if it is not setJan Kara
2017-12-06ext4: fix stripe-unaligned allocationsJan Kara
2017-11-05ext4: Don't clear SGID when inheriting ACLsJan Kara
2017-11-05ext4: fix data corruption for mmap writesJan Kara
2017-10-03ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)
2017-09-10ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee
2017-09-10ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara
2017-06-25ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov
2017-06-25ext4: fix SEEK_HOLEJan Kara
2017-05-17ext4: evict inline data when writing to memory mapEric Biggers
2017-05-17ext4: mark inode dirty after converting inline directoryEric Biggers
2017-05-17ext4: trim allocation requests to group sizeJan Kara
2017-01-12ext4: return -ENOMEM instead of successDan Carpenter
2017-01-12ext4: add sanity checking to count_overhead()Theodore Ts'o
2017-01-12ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o
2017-01-12ext4: sanity check the block and cluster size at mount timeTheodore Ts'o
2017-01-12ext4: fix stack memory corruption with 64k block sizeChandan Rajendra
2017-01-12ext4: fix mballoc breakage with 64k block sizeChandan Rajendra
2016-12-23posix_acl: Clear SGID bit when setting file permissionsJan Kara
2016-12-23fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-12-23xattr: Option to disable meta-data block cacheAndreas Dilger
2016-10-02fscrypto: require write access to mount to set encryption policyEric Biggers
2016-09-12ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o
2016-08-19ext4: verify extent header depthVegard Nossum
2016-08-19ext4: short-cut orphan cleanup on errorVegard Nossum
2016-08-17ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o
2016-08-17ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum
2016-08-17ext4: fix deadlock during page writebackJan Kara
2016-08-16ext4: check for extents that wrap aroundVegard Nossum
2016-07-10ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan
2016-06-03ext4: silence UBSAN in ext4_mb_init()Nicolai Stange
2016-06-03ext4: address UBSAN warning in mb_find_order_for_block()Nicolai Stange
2016-06-03ext4: fix oops on corrupted filesystemJan Kara
2016-06-03ext4: clean up error handling when orphan list is corruptedTheodore Ts'o
2016-06-03ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o
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-04-18ext4: iterate over buffer heads correctly in move_extent_per_page()Eryu Guan
2016-04-11ext4: fix bh->b_state corruptionJan Kara
2016-04-11dax: don't abuse get_block mapping for endio callbacksDave Chinner