aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong2017-05-291-4/+4
* ext4: use __GFP_NOFAIL in ext4_free_blocks()Konstantin Khlebnikov2017-05-291-19/+28
* ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong2017-05-294-36/+42
* ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o2017-05-291-1/+17
* ext4: fix BACKPORT: posix_acl: Clear SGID bit when setting file permissionsMister Oyster2017-05-291-8/+4
* ext4: return -ENOMEM instead of successDan Carpenter2017-05-291-1/+3
* ext4: fix mballoc breakage with 64k block sizeChandan Rajendra2017-05-291-1/+1
* ext4: fix stack memory corruption with 64k block sizeChandan Rajendra2017-05-291-1/+1
* ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2017-05-292-1/+17
* ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o2017-05-291-9/+6
* ext4: add sanity checking to count_overhead()Theodore Ts'o2017-05-291-3/+8
* ext4: fix reference counting bug on block allocation errorVegard Nossum2017-05-291-14/+3
* ext4: short-cut orphan cleanup on errorVegard Nossum2017-05-291-0/+10
* ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum2017-05-291-3/+3
* ext4: check for extents that wrap aroundVegard Nossum2017-05-291-2/+6
* ext4: verify extent header depthVegard Nossum2017-05-291-0/+4
* ext4: silence UBSAN in ext4_mb_init()Nicolai Stange2017-05-291-2/+4
* ext4: address UBSAN warning in mb_find_order_for_block()Nicolai Stange2017-05-291-1/+3
* ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o2017-05-291-4/+6
* ext4: add lockdep annotations for i_data_semTheodore Ts'o2017-05-293-4/+55
* ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan2017-05-291-3/+3
* ext4: fix potential integer overflowInsu Yun2017-05-291-1/+1
* ext4: Fix handling of extended tv_secDavid Turner2017-05-291-7/+44
* fix calculation of meta_bg descriptor backupsAndy Leiserson2017-05-291-2/+2
* ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong2017-05-293-3/+16
* ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko2017-05-291-11/+5
* ext4: correctly migrate a file with a hole at the beginningEryu Guan2017-05-291-4/+5
* ext4: be more strict when migrating to non-extent based fileEryu Guan2017-05-291-1/+11
* ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner2017-05-291-3/+12
* ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong2017-05-291-1/+1
* ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o2017-05-291-0/+1
* ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o2017-05-291-4/+19
* ext4: check for zero length extent explicitlyEryu Guan2017-05-291-1/+1
* ext4: fix fencepost error in lazytime optimizationTheodore Ts'o2017-05-291-1/+6
* ext4: fix lazytime optimizationTheodore Ts'o2017-05-291-1/+1
* ext4: set lazytime on remount if MS_LAZYTIME is set by mountTheodore Ts'o2017-05-291-0/+3
* ext4: add optimization for the lazytime mount optionTheodore Ts'o2017-05-293-2/+102
* vfs: add support for a lazytime mount optionTheodore Ts'o2017-05-2913-35/+187
* fs: Add dynamic sync controljollaman9992017-05-294-72/+298
* Revert "Dynamic Fsync Control"Mister Oyster2017-05-294-264/+0
* writeback: Do not sort b_io list only because of block device inodeJan Kara2017-05-293-4/+12
* fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2017-05-293-0/+5
* fs: ext4: disable support for fallocate FALLOC_FL_PUNCH_HOLENick Desaulniers2017-05-291-0/+7
* ext4 crypto: use dget_parent() in ext4_d_revalidate()Theodore Ts'o2017-05-291-4/+8
* ext4 crypto: don't let data integrity writebacks fail with ENOMEMTheodore Ts'o2017-05-294-19/+38
* ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()Theodore Ts'o2017-05-292-1/+4
* ext4 crypto: fix memleak in ext4_readdir()Kirill Tkhai2017-05-291-2/+5
* ext4 crypto: revalidate dentry after adding or removing the keyTheodore Ts'o2017-05-295-0/+98
* ext4 crypto: simplify interfaces to directory entry insert functionsTheodore Ts'o2017-05-293-17/+11
* ext4 crypto: add missing locking for keyring_key accessTheodore Ts'o2017-05-291-0/+4