summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: do not delete unlinked inode from orphan list on failed truncateJan Kara2019-06-111-1/+1
* ext4: fix inline data updates with checksums enabledTheodore Ts'o2018-08-061-9/+7
* ext4: add more inode number paranoia checksTheodore Ts'o2018-07-111-1/+2
* ext4: include the illegal physical block in the bad map ext4_error msgTheodore Ts'o2018-07-111-2/+2
* ext4: update mtime in ext4_punch_hole even if no blocks are releasedLukas Czerner2018-07-031-18/+18
* ext4: bugfix for mmaped pages in mpage_release_unused_pages()wangguang2018-04-241-0/+2
* ext4: fix crashes in dioread_nolock modeJan Kara2018-04-241-20/+20
* ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o2018-04-241-0/+6
* don't put symlink bodies in pagecache into highmemAl Viro2018-02-161-0/+1
* ext4: fix data exposure after a crashJan Kara2017-11-211-9/+14
* ext4: fix data corruption for mmap writesJan Kara2017-10-121-5/+19
* fs: add i_blocksize()Fabian Frederick2017-06-141-1/+1
* ext4: fix fdatasync(2) after extent manipulation operationsJan Kara2017-06-141-0/+2
* ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov2017-06-141-2/+3
* ext4: evict inline data when writing to memory mapEric Biggers2017-05-201-0/+5
* ext4: fix inode checksum calculation problem if i_extra_size is smallDaeho Jeong2017-04-211-3/+2
* ext4: don't BUG when truncating encrypted inodes on the orphan listTheodore Ts'o2017-03-181-0/+4
* ext4: fix inline data error pathsTheodore Ts'o2017-03-121-5/+15
* ext4: fix data corruption in data=journal modeJan Kara2017-03-121-10/+13
* ext4: reject inodes with negative sizeDarrick J. Wong2017-01-061-0/+6
* ext4: allow DAX writeback for hole punchRoss Zwisler2016-10-221-2/+2
* ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong2016-10-221-4/+4
* ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong2016-09-151-16/+22
* ext4: avoid deadlock when expanding inode sizeJan Kara2016-09-151-2/+0
* ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum2016-08-161-3/+3
* ext4: fix deadlock during page writebackJan Kara2016-08-161-3/+26
* ext4: fix races of writeback with punch hole and zero rangeJan Kara2016-05-041-1/+34
* ext4: fix races between page faults and hole punchingJan Kara2016-05-041-9/+27
* ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan2016-05-041-3/+3
* ext4: fix bh->b_state corruptionJan Kara2016-03-031-2/+30
* vfs: remove unused wrapper block_page_mkwrite()Ross Zwisler2015-11-111-2/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-071-1/+1
|\
| * mm, fs: introduce mapping_gfp_constraint()Michal Hocko2015-11-061-1/+1
* | ext4: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-171-10/+6
* | ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong2015-10-171-8/+8
* | ext4: use private version of page_zero_new_buffers() for data=journal modeTheodore Ts'o2015-10-151-1/+33
* | ext4 crypto: ext4_page_crypto() doesn't need a encryption contextTheodore Ts'o2015-10-031-2/+2
* | ext4: optimize ext4_writepage() for attempted 4k delalloc writesTheodore Ts'o2015-10-031-1/+12
|/
* ext4: add ext4_get_block_dax()Matthew Wilcox2015-09-081-0/+11
* dax: move DAX-related functions to a new headerMatthew Wilcox2015-09-081-0/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-09-031-0/+8
|\
| * ext4: update c/mtime on truncate upEryu Guan2015-07-281-0/+8
* | ext4: Handle error from dquot_initialize()Jan Kara2015-07-231-2/+5
|/
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-051-4/+18
|\
| * ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner2015-07-031-3/+12
| * ext4: fix fencepost error in lazytime optimizationTheodore Ts'o2015-07-011-1/+6
* | Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-301-14/+7
|\ \
| * | dax: don't abuse get_block mapping for endio callbacksDave Chinner2015-06-041-14/+7
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-06-251-46/+47
|\ \ \ | | |/ | |/|
| * | ext4: only call ext4_truncate when size <= isizeJosef Bacik2015-06-221-20/+18