aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ext4 crypto: exit cleanly if ext4_derive_key_aes() failsLaurent Navet2017-05-291-0/+2
* ext4 crypto: check for too-short encrypted file namesTheodore Ts'o2017-05-291-0/+4
* ext4 crypto: use a jbd2 transaction when adding a crypto policyTheodore Ts'o2017-05-291-2/+15
* ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner2017-05-292-0/+10
* ext4 crypto: fix bugs in ext4_encrypted_zeroout()Theodore Ts'o2017-05-292-4/+21
* ext4 crypto: replace some BUG_ON()'s with error checksTheodore Ts'o2017-05-294-7/+15
* ext4 crypto: ext4_page_crypto() doesn't need a encryption contextTheodore Ts'o2017-05-294-28/+9
* ext4 crypto: fix memory leak in ext4_bio_write_page()Theodore Ts'o2017-05-291-1/+4
* mtk: binder: remove debug stuff to ease future mergeMister Oyster2017-05-281-2392/+11
* mtk: binder: 3.10 updatesMister Oyster2017-05-281-43/+41
* disable aio support in recommended configurationDaniel Micay2017-05-281-0/+1
* Fix "Information disclosure vulnerability in MediaTek driver"fire8552017-05-281-93/+14
* Fix "Elevation of privilege vulnerability in MediaTek components"fire8552017-05-283-32/+38
* Fix security vulnerablity in cmdq driverfire8552017-05-282-1/+10
* Fix "Elevation of privilege vulnerability in MediaTek components"fire8552017-05-281-2/+4
* Fix "Elevation of privilege vulnerability in MediaTek Hardware Sensor Driver"fire8552017-05-281-2/+2
* Revert "defconfig: kill LMK and enable MEMCG"Mister Oyster2017-05-281-5/+4
* makefile: reorganize cflagsMister Oyster2017-05-281-10/+9
* ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()Theodore Ts'o2017-05-271-4/+28
* mm: change invalidatepage prototype to accept lengthLukas Czerner2017-05-2727-60/+101
* UPSTREAM: ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o2017-05-271-1/+1
* BACKPORT: ext4: validate s_first_meta_bg at mount timeEryu Guan2017-05-271-0/+9
* ANDROID: ext4 crypto: Disables zeroing on truncation when there's no keyMichael Halcrow2017-05-271-0/+5
* Update defconfig for arm64 to enable ext4 encryptionTheodore Ts'o2017-05-271-0/+1
* ext4 crypto: fix return value for ext4_es_scan()Theodore Ts'o2017-05-271-1/+1
* ext4 crypto: allocate bounce pages using GFP_NOWAITTheodore Ts'o2017-05-272-23/+7