summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix direct I/O read errorJiang Ying2020-08-211-0/+5
* ext4: fix special inode number checks in __ext4_iget()Theodore Ts'o2020-05-051-1/+1
* ext4: protect journal inode's blocks using block_validityTheodore Ts'o2020-05-021-0/+4
* ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o2020-05-021-13/+31
* ext4: fix a data race at inode->i_blocksQian Cai2020-04-241-1/+1
* ext4: rename s_journal_flag_rwsem to s_writepages_rwsemEric Biggers2020-02-281-5/+5
* ext4: fix a data race in EXT4_I(inode)->i_disksizeQian Cai2020-02-281-1/+1
* ext4: fix checksum errors with indexed dirsJan Kara2020-02-281-0/+12
* ext4: add more paranoia checking in ext4_expand_extra_isize handlingTheodore Ts'o2020-01-231-0/+15
* ext4: fix a bug in ext4_wait_for_tail_page_commityangerkun2019-12-211-4/+8
* ext4: fix punch hole for inline_data file systemsTheodore Ts'o2019-10-051-0/+9
* ext4: do not delete unlinked inode from orphan list on failed truncateJan Kara2019-05-311-1/+1
* ext4: make sure enough credits are reserved for dioread_nolock writesTheodore Ts'o2019-01-161-1/+2
* ext4: fix inline data updates with checksums enabledTheodore Ts'o2018-08-031-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-06-261-18/+18
* ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o2018-04-241-0/+6
* ext4: protect i_disksize update by i_data_sem in direct write pathEryu Guan2018-04-241-3/+2
* ext4: fix a race in the ext4 shutdown pathHarshad Shirwadkar2018-02-221-4/+12
* ext4: fix data corruption for mmap writesJan Kara2017-10-121-2/+16
* fs: add i_blocksize()Fabian Frederick2017-06-141-4/+4
* 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
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-081-1/+1
| |\
| | * fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
* | | ext4: unmap metadata when zeroing blocksJan Kara2016-09-301-1/+9
* | | ext4: Allow parallel DIO readsJan Kara2016-09-301-22/+18
* | | ext4: allow DAX writeback for hole punchRoss Zwisler2016-09-221-2/+2
* | | ext4: bugfix for mmaped pages in mpage_release_unused_pages()wangguang2016-09-151-0/+2
* | | ext4: remove old feature helpersKaho Ng2016-09-051-4/+3
* | | ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong2016-09-051-4/+4
|/ /
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-08-291-2/+0
|\ \ | |/ |/|
| * ext4: avoid deadlock when expanding inode sizeJan Kara2016-08-111-2/+0
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-07-261-26/+55
|\|
| * ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim2016-07-101-4/+4
| * ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum2016-07-041-3/+3
| * ext4: fix deadlock during page writebackJan Kara2016-07-041-3/+26
| * ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong2016-07-031-16/+22
* | fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-071-3/+3
* | fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-071-1/+1
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-05-241-107/+216
|\
| * ext4: pre-zero allocated blocks for DAX IOJan Kara2016-05-131-10/+33