aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: add more inode number paranoia checksTheodore Ts'o2018-12-021-1/+2
* ext4: update mtime in ext4_punch_hole even if no blocks are releasedLukas Czerner2018-12-021-18/+18
* ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o2018-12-011-0/+6
* ext4: Fix data corruption for mmap writesJan Kara2017-12-311-2/+16
* Revert "ext4: fix data corruption for mmap writes"Mister Oyster2017-12-311-19/+5
* ext4: evict inline data when writing to memory mapEric Biggers2017-12-311-0/+5
* ext4: fix crashes in dioread_nolock modeJan Kara2017-12-311-20/+20
* ext4: bugfix for mmaped pages in mpage_release_unused_pages()wangguang2017-12-311-0/+2
* ext4: fix bh->b_state corruptionJan Kara2017-12-311-2/+30
* ext4: fix inline data error pathsTheodore Ts'o2017-12-311-5/+15
* ext4: optimize ext4_writepage() for attempted 4k delalloc writesTheodore Ts'o2017-12-311-1/+12
* ext4: fix data corruption for mmap writesgregkh@linuxfoundation.org2017-12-101-5/+19
* ext4: avoid deadlock when expanding inode sizeJan Kara2017-11-061-2/+0
* ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov2017-11-061-2/+3
* ext4: fix inode checksum calculation problem if i_extra_size is smallDaeho Jeong2017-07-041-3/+2
* ext4: reject inodes with negative sizeDarrick J. Wong2017-06-171-0/+6
* ext4: fix deadlock during page writebackJan Kara2017-06-011-3/+26
* ext4: fix data exposure after a crashJan Kara2017-06-011-9/+14
* ext4: allow DAX writeback for hole punchRoss Zwisler2017-05-291-2/+2
* ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong2017-05-291-4/+4
* ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong2017-05-291-16/+22
* ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum2017-05-291-3/+3
* ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan2017-05-291-3/+3
* ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner2017-05-291-3/+12
* ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o2017-05-291-4/+19
* ext4: fix fencepost error in lazytime optimizationTheodore Ts'o2017-05-291-1/+6
* ext4: fix lazytime optimizationTheodore Ts'o2017-05-291-1/+1
* ext4: add optimization for the lazytime mount optionTheodore Ts'o2017-05-291-2/+62
* vfs: add support for a lazytime mount optionTheodore Ts'o2017-05-291-0/+6
* fs: ext4: disable support for fallocate FALLOC_FL_PUNCH_HOLENick Desaulniers2017-05-291-0/+7
* ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner2017-05-291-0/+2
* ext4 crypto: ext4_page_crypto() doesn't need a encryption contextTheodore Ts'o2017-05-291-2/+2
* ANDROID: ext4 crypto: Disables zeroing on truncation when there's no keyMichael Halcrow2017-05-271-0/+5
* ext4 crypto: Add symlink encryptionTheodore Ts'o2017-05-271-2/+3
* ext4 crypto: implement the ext4 decryption read pathMichael Halcrow2017-05-271-0/+7
* ext4 crypto: implement the ext4 encryption write pathMichael Halcrow2017-05-271-1/+111
* ext4 crypto: add ext4_mpage_readpages()Theodore Ts'o2017-05-271-2/+2
* ext4: use old legacy direct I/O interface for 3.18 backportTheodore Ts'o2017-05-271-9/+11
* ext4: use old truncate_pagecache() interface for ext4 3.18 backportTheodore Ts'o2017-05-271-1/+2
* ext4: disable ext4 acl handling for 3.18 backportTheodore Ts'o2017-05-271-0/+3
* BACKPORT: ext4 from 3.18 to mtk-3.10Mister Oyster2017-05-271-1416/+1130
* 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: avoid modifying checksum fields directly during checksum verificationDaeho Jeong2017-04-111-16/+22
* fs: ext4: disable support for fallocate FALLOC_FL_PUNCH_HOLENick Desaulniers2016-11-071-0/+7
* 3.10.102-> 3.10.103Jan Engelmohr2016-09-101-3/+3
* Linux 3.10.102 (accumulative patch)Stefan Guendhoer2016-08-261-3/+3
* ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner2016-08-261-3/+12
* ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o2016-08-261-4/+19
* 3.10.79 -> 3.10.80Jan Engelmohr2016-08-261-2/+3