summaryrefslogtreecommitdiffstats
path: root/fs/ext4
AgeCommit message (Expand)Author
2017-11-10ext4: evict inline data when writing to memory mapEric Biggers
2017-07-23ext4: fix inode checksum calculation problem if i_extra_size is smallDaeho Jeong
2017-06-02ext4: lock the xattr block before checksuming itTheodore Ts'o
2017-06-02ext4: mark inode dirty after converting inline directoryEric Biggers
2017-05-21ext4: don't BUG when truncating encrypted inodes on the orphan listTheodore Ts'o
2017-03-27ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o
2017-03-27ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o
2017-03-27ext4: fix inline data error pathsTheodore Ts'o
2017-03-27ext4: fix use-after-iput when fscrypt contexts are inconsistentEric Biggers
2017-03-27ext4: fix data corruption in data=journal modeJan Kara
2017-03-27ext4: trim allocation requests to group sizeJan Kara
2017-03-27ext4: do not polute the extents cache while shifting extentsRoman Pen
2017-03-27ext4: Include forgotten start block on fallocate insert rangeRoman Pen
2017-03-27ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o
2017-03-20ext4: validate s_first_meta_bg at mount timeEryu Guan
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: unmap metadata when zeroing blocksJan Kara
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 when symlink decryption failsEric Biggers
2016-10-22ext4: fix memory leak in ext4_insert_range()Fabian Frederick
2016-10-22ext4: bugfix for mmaped pages in mpage_release_unused_pages()wangguang
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-10fscrypto: require write access to mount to set encryption policyEric Biggers
2016-08-29Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-08-11ext4: avoid deadlock when expanding inode sizeJan Kara
2016-08-11ext4: properly align shifted xattrs when expanding inodesJan Kara
2016-08-11ext4: fix xattr shifting when expanding inodes part 2Jan Kara
2016-08-11ext4: fix xattr shifting when expanding inodesJan Kara
2016-08-01ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o
2016-07-31ext4: reserve xattr index for the HurdTheodore Ts'o
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-07-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-07-26mm, memcg: use consistent gfp flags during readaheadMichal Hocko
2016-07-26dax: remote unused fault wrappersRoss Zwisler
2016-07-15ext4: verify extent header depthVegard Nossum
2016-07-14ext4: short-cut orphan cleanup on errorVegard Nossum
2016-07-14ext4: fix reference counting bug on block allocation errorVegard Nossum