summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: protect journal inode's blocks using block_validityTheodore Ts'o2020-06-111-0/+5
* ext4: fix races of writeback with punch hole and zero rangeJan Kara2020-04-281-1/+34
* ext4: fix races between page faults and hole punchingJan Kara2020-04-281-9/+27
* ext4: update c/mtime on truncate upEryu Guan2020-04-281-0/+8
* ext4: only call ext4_truncate when size <= isizeJosef Bacik2020-04-281-20/+18
* ext4: add more paranoia checking in ext4_expand_extra_isize handlingTheodore Ts'o2020-01-111-0/+15
* ext4: fix special inode number checks in __ext4_iget()Theodore Ts'o2019-04-041-1/+1
* ext4: make sure enough credits are reserved for dioread_nolock writesTheodore Ts'o2019-04-041-1/+2
* ext4: check for shutdown and r/o file system in ext4_write_inode()Theodore Ts'o2019-04-041-2/+4
* ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o2019-04-041-16/+36
* ext4: fix inline data updates with checksums enabledTheodore Ts'o2018-11-201-9/+7
* ext4: include the illegal physical block in the bad map ext4_error msgTheodore Ts'o2018-11-201-2/+2
* ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()Theodore Ts'o2018-11-201-3/+7
* ext4: don't read out of bounds when checking for in-inode xattrsEric Biggers2018-11-201-1/+3
* ext4: update mtime in ext4_punch_hole even if no blocks are releasedLukas Czerner2018-11-201-18/+18
* ext4: add more inode number paranoia checksTheodore Ts'o2018-09-251-1/+2
* ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o2018-06-161-0/+6
* ext4: fix fdatasync(2) after extent manipulation operationsJan Kara2017-09-151-0/+2
* ext4: fix data corruption for mmap writesJan Kara2017-09-151-2/+16
* ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov2017-09-151-2/+3
* ext4: evict inline data when writing to memory mapEric Biggers2017-08-261-0/+5
* ext4: fix inline data error pathsTheodore Ts'o2017-06-051-5/+15
* ext4: fix data corruption in data=journal modeJan Kara2017-06-051-10/+13
* ext4: use private version of page_zero_new_buffers() for data=journal modeTheodore Ts'o2017-06-051-1/+33
* ext4: avoid deadlock when expanding inode sizeJan Kara2017-06-051-2/+0
* ext4: reject inodes with negative sizeDarrick J. Wong2017-03-161-0/+6
* ext4: bugfix for mmaped pages in mpage_release_unused_pages()wangguang2017-02-231-0/+2
* ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong2017-02-231-4/+4
* fs: Give dentry to inode_change_ok() instead of inodeJan Kara2017-02-231-1/+1
* Revert "fs: Give dentry to inode_change_ok() instead of inode"Ben Hutchings2017-02-231-1/+1
* fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-11-201-1/+1
* ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum2016-11-201-3/+3
* ext4: fix deadlock during page writebackJan Kara2016-11-201-3/+26
* ext4: fix data exposure after a crashJan Kara2016-08-221-9/+14
* ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan2016-05-011-3/+3
* ext4: fix crashes in dioread_nolock modeJan Kara2016-03-041-20/+20
* ext4: fix bh->b_state corruptionJan Kara2016-03-041-2/+30
* ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner2015-07-201-3/+12
* ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o2015-07-151-4/+19
* ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner2015-05-121-0/+2
* ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov2014-11-051-6/+3
* ext4: fix reservation overflow in ext4_da_write_beginEric Sandeen2014-11-051-1/+16
* ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o2014-11-051-0/+7
* ext4: don't orphan or truncate the boot loader inodeTheodore Ts'o2014-11-051-4/+3
* ext4: fix mmap data corruption when blocksize < pagesizeJan Kara2014-11-051-1/+5
* ext4: update i_disksize coherently with block allocation on error pathDmitry Monakhov2014-09-051-2/+8
* ext4: move i_size,i_disksize update routines to helper functionDmitry Monakhov2014-09-051-26/+8
* ext4: fix punch hole on files with indirect mappingLukas Czerner2014-09-051-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-13/+11
|\
| * Merge ext4 changes in ext4_file_write() into for-nextAl Viro2014-05-061-12/+13
| |\