summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
2020-06-11ext4: protect journal inode's blocks using block_validityTheodore Ts'o
2020-04-28ext4: fix races of writeback with punch hole and zero rangeJan Kara
2020-04-28ext4: fix races between page faults and hole punchingJan Kara
2020-04-28ext4: update c/mtime on truncate upEryu Guan
2020-04-28ext4: only call ext4_truncate when size <= isizeJosef Bacik
2020-01-11ext4: add more paranoia checking in ext4_expand_extra_isize handlingTheodore Ts'o
2019-04-04ext4: fix special inode number checks in __ext4_iget()Theodore Ts'o
2019-04-04ext4: make sure enough credits are reserved for dioread_nolock writesTheodore Ts'o
2019-04-04ext4: check for shutdown and r/o file system in ext4_write_inode()Theodore Ts'o
2019-04-04ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o
2018-11-20ext4: fix inline data updates with checksums enabledTheodore Ts'o
2018-11-20ext4: include the illegal physical block in the bad map ext4_error msgTheodore Ts'o
2018-11-20ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()Theodore Ts'o
2018-11-20ext4: don't read out of bounds when checking for in-inode xattrsEric Biggers
2018-11-20ext4: update mtime in ext4_punch_hole even if no blocks are releasedLukas Czerner
2018-09-25ext4: add more inode number paranoia checksTheodore Ts'o
2018-06-16ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o
2017-09-15ext4: fix fdatasync(2) after extent manipulation operationsJan Kara
2017-09-15ext4: fix data corruption for mmap writesJan Kara
2017-09-15ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov
2017-08-26ext4: evict inline data when writing to memory mapEric Biggers
2017-06-05ext4: fix inline data error pathsTheodore Ts'o
2017-06-05ext4: fix data corruption in data=journal modeJan Kara
2017-06-05ext4: use private version of page_zero_new_buffers() for data=journal modeTheodore Ts'o
2017-06-05ext4: avoid deadlock when expanding inode sizeJan Kara
2017-03-16ext4: reject inodes with negative sizeDarrick J. Wong
2017-02-23ext4: bugfix for mmaped pages in mpage_release_unused_pages()wangguang
2017-02-23ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong
2017-02-23fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2017-02-23Revert "fs: Give dentry to inode_change_ok() instead of inode"Ben Hutchings
2016-11-20fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-11-20ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum
2016-11-20ext4: fix deadlock during page writebackJan Kara
2016-08-22ext4: fix data exposure after a crashJan Kara
2016-05-01ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan
2016-03-04ext4: fix crashes in dioread_nolock modeJan Kara
2016-03-04ext4: fix bh->b_state corruptionJan Kara
2015-07-20ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner
2015-07-15ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o
2015-05-12ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner
2014-11-05ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov
2014-11-05ext4: fix reservation overflow in ext4_da_write_beginEric Sandeen
2014-11-05ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o
2014-11-05ext4: don't orphan or truncate the boot loader inodeTheodore Ts'o
2014-11-05ext4: fix mmap data corruption when blocksize < pagesizeJan Kara
2014-09-05ext4: update i_disksize coherently with block allocation on error pathDmitry Monakhov
2014-09-05ext4: move i_size,i_disksize update routines to helper functionDmitry Monakhov
2014-09-05ext4: fix punch hole on files with indirect mappingLukas Czerner
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-02ext4: handle symlink properly with inline_dataZheng Liu