aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2017-04-112-1/+17
* ext4: allow DAX writeback for hole punchRoss Zwisler2017-04-111-2/+2
* ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong2017-04-111-4/+4
* ext4: use __GFP_NOFAIL in ext4_free_blocks()Konstantin Khlebnikov2017-04-111-19/+28
* ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong2017-04-114-36/+42
* ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o2017-04-111-1/+17
* ext4: fix potential use after free in __ext4_journal_stopLukas Czerner2016-11-171-1/+7
* fs: ext4: disable support for fallocate FALLOC_FL_PUNCH_HOLENick Desaulniers2016-11-071-0/+7
* fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2016-11-071-0/+2
* 3.10.102-> 3.10.103Jan Engelmohr2016-09-105-26/+39
* Linux 3.10.102 (accumulative patch)Stefan Guendhoer2016-08-264-7/+58
* Linux 3.10.98 (accumulative patch)Stefan Guendhoer2016-08-261-1/+1
* Linux 3.10.97 (accumulative patch)Stefan Guendhoer2016-08-262-9/+46
* Linux 3.10.95 (accumulative patch)Stefan Guendhoer2016-08-261-2/+10
* ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko2016-08-261-11/+5
* ext4: correctly migrate a file with a hole at the beginningEryu Guan2016-08-261-4/+5
* ext4: be more strict when migrating to non-extent based fileEryu Guan2016-08-261-1/+11
* ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner2016-08-261-3/+12
* ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong2016-08-261-1/+1
* ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o2016-08-261-0/+1
* ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o2016-08-261-4/+19
* 3.10.79 -> 3.10.80Jan Engelmohr2016-08-262-3/+4
* 3.10.77 -> 3.10.78Jan Engelmohr2016-08-262-0/+10
* 3.10.76 -> 3.10.77Jan Engelmohr2016-08-261-9/+11
* 3.10.68 -> 3.10.69Jan Engelmohr2016-08-261-4/+4
* 3.10.66 -> 3.10.67Jan Engelmohr2016-08-263-5/+20
* first commitMeizu OpenSource2016-08-1539-0/+45151