summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2017-11-11ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee1-1/+2
2017-11-11ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara1-0/+3
2017-10-12ext4: Don't clear SGID when inheriting ACLsJan Kara1-13/+15
2017-10-12ext4: preserve i_mode if __ext4_set_acl() failsErnesto A. Fernández1-4/+11
2017-09-15ext4: fix fdatasync(2) after extent manipulation operationsJan Kara2-0/+5
2017-09-15ext4: fix data corruption for mmap writesJan Kara1-2/+16
2017-09-15ext4: handle the rest of ext4_mb_load_buddy() ENOMEM errorsKonstantin Khlebnikov1-9/+14
2017-09-15ext4: use __GFP_NOFAIL in ext4_free_blocks()Konstantin Khlebnikov1-19/+28
2017-09-15ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov1-2/+3
2017-09-15ext4: fix SEEK_HOLEJan Kara1-36/+14
2017-08-26ext4: evict inline data when writing to memory mapEric Biggers1-0/+5
2017-07-18ext4: lock the xattr block before checksuming itTheodore Ts'o1-34/+31
2017-07-18ext4: mark inode dirty after converting inline directoryEric Biggers1-3/+2
2017-06-05ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o1-1/+1
2017-06-05ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o1-1/+2
2017-06-05ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o1-2/+4
2017-06-05ext4: fix inline data error pathsTheodore Ts'o2-6/+23
2017-06-05ext4: fix data corruption in data=journal modeJan Kara1-10/+13
2017-06-05ext4: use private version of page_zero_new_buffers() for data=journal modeTheodore Ts'o1-1/+33
2017-06-05ext4: trim allocation requests to group sizeJan Kara1-0/+7
2017-06-05ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o3-54/+74
2017-06-05ext4: avoid deadlock when expanding inode sizeJan Kara2-8/+13
2017-03-16ext4: return -ENOMEM instead of successDan Carpenter1-1/+3
2017-03-16ext4: reject inodes with negative sizeDarrick J. Wong1-0/+6
2017-03-16ext4: add sanity checking to count_overhead()Theodore Ts'o1-3/+8
2017-03-16ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o1-9/+6
2017-03-16ext4: fix in-superblock mount options processingTheodore Ts'o1-15/+23
2017-03-16ext4: fix stack memory corruption with 64k block sizeChandan Rajendra1-1/+1
2017-03-16ext4: fix mballoc breakage with 64k block sizeChandan Rajendra1-1/+1
2017-02-26ext4: validate s_first_meta_bg at mount timeEryu Guan1-0/+9
2017-02-23ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2-1/+17
2017-02-23ext4: release bh in make_indexed_dirgmail1-8/+6
2017-02-23ext4: bugfix for mmaped pages in mpage_release_unused_pages()wangguang1-0/+2
2017-02-23ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong1-4/+4
2017-02-23fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2017-02-23Revert "fs: Give dentry to inode_change_ok() instead of inode"Ben Hutchings1-1/+1
2016-11-20posix_acl: Clear SGID bit when setting file permissionsJan Kara1-8/+4
2016-11-20fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-11-20ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o1-1/+17
2016-11-20ext4: short-cut orphan cleanup on errorVegard Nossum1-0/+10
2016-11-20ext4: fix reference counting bug on block allocation errorVegard Nossum1-14/+3
2016-11-20ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o2-0/+10
2016-11-20ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum1-3/+3
2016-11-20ext4: fix deadlock during page writebackJan Kara1-3/+26
2016-11-20ext4: check for extents that wrap aroundVegard Nossum1-2/+6
2016-08-23ext4: fix oops on corrupted filesystemJan Kara1-1/+1
2016-08-23ext4: clean up error handling when orphan list is corruptedTheodore Ts'o1-24/+21
2016-08-23ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o1-4/+6
2016-08-23ext4: fix data exposure after a crashJan Kara1-9/+14
2016-05-01ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan1-3/+3