summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-11ext4: only update i_reserved_data_blocks on successful block allocationBaokun Li1-10/+0
2023-04-05ext4: fix kernel BUG in 'ext4_write_inline_data_end()'Ye Bin1-1/+2
2023-03-22ext4: fail ext4_iget if special inode unallocatedBaokun Li1-10/+8
2023-03-17ext4: move where set the MAY_INLINE_DATA flag is setYe Bin1-1/+6
2023-01-24Revert "ext4: generalize extents status tree search functions"Greg Kroah-Hartman1-10/+7
2023-01-24Revert "ext4: fix reserved cluster accounting at delayed write time"Greg Kroah-Hartman1-61/+18
2023-01-18ext4: fix reserved cluster accounting at delayed write timeEric Whitney1-18/+61
2023-01-18ext4: generalize extents status tree search functionsEric Whitney1-7/+10
2023-01-18ext4: fix use-after-free in ext4_orphan_cleanupBaokun Li1-1/+2
2023-01-18ext4: lost matching-pair of trace in ext4_truncatezhengliang1-8/+9
2023-01-18ext4: remove EA inode entry from mbcache on inode evictionJan Kara1-0/+2
2023-01-18ext4: avoid unaccounted block allocation when expanding inodeJan Kara1-0/+8
2023-01-18ext4: add inode table check in __ext4_get_inode_loc to aovid possible infinit...Baokun Li1-1/+9
2022-10-26ext4: place buffer head allocation before handle startJinke Han1-0/+7
2022-08-25ext4: correct the misjudgment in ext4_iget_extra_inodeBaokun Li1-2/+1
2022-08-25ext4: fix extent status tree race in writeback error recovery pathEric Whitney1-0/+7
2022-04-27ext4: limit length to bitmap_maxbytes - blocksize in punch_holeTadeusz Struk1-1/+10
2022-04-15ext4: don't BUG if someone dirty pages without asking ext4 firstTheodore Ts'o1-0/+25
2021-04-07ext4: fix bh ref count on error pathsZhaolong Zhang1-3/+3
2021-03-24ext4: fix potential error in ext4_do_update_inodeShijie Luo1-4/+4
2021-03-20ext4: check journal inode extents more carefullyJan Kara1-3/+2
2021-01-30writeback: Drop I_DIRTY_TIME_EXPIREJan Kara1-1/+1
2020-12-30ext4: fix deadlock with fs freezing and EA inodesJan Kara1-5/+14
2020-11-05ext4: fix invalid inode checksumLuo Meng1-5/+6
2020-10-01ext4: fix a data race at inode->i_disksizeQiujun Huang1-1/+1
2020-08-07ext4: fix direct I/O read errorJiang Ying1-0/+5
2020-05-02ext4: use matching invalidatepage in ext4_writepageyangerkun1-1/+1
2020-04-23ext4: use non-movable memory for superblock readaheadRoman Gushchin1-1/+1
2020-04-17ext4: fix a data race at inode->i_blocksQian Cai1-1/+1
2020-02-28ext4: rename s_journal_flag_rwsem to s_writepages_rwsemEric Biggers1-7/+7
2020-02-28ext4: fix a data race in EXT4_I(inode)->i_disksizeQian Cai1-1/+1
2020-02-19ext4: fix checksum errors with indexed dirsJan Kara1-0/+12
2020-01-04ext4: iomap that extends beyond EOF should be marked dirtyMatthew Bobrowski1-1/+7
2020-01-04ext4: update direct I/O read lock pattern for IOCB_NOWAITMatthew Bobrowski1-1/+7
2019-12-31ext4: unlock on error in ext4_expand_extra_isize()Dan Carpenter1-2/+2
2019-12-17ext4: fix a bug in ext4_wait_for_tail_page_commityangerkun1-4/+8
2019-12-17ext4: Fix credit estimate for final inode freeingJan Kara1-2/+11
2019-12-05ext4: add more paranoia checking in ext4_expand_extra_isize handlingTheodore Ts'o1-0/+15
2019-10-05ext4: fix punch hole for inline_data file systemsTheodore Ts'o1-0/+9
2019-09-16ext4: protect journal inode's blocks using block_validityTheodore Ts'o1-0/+4
2019-07-28ext4: use jbd2_inode dirty range scopingRoss Zwisler1-3/+10
2019-07-28ext4: enforce the immutable flag on open filesTheodore Ts'o1-0/+11
2019-05-31ext4: wait for outstanding dio during truncate in nojournal modeJan Kara1-12/+9
2019-05-31ext4: do not delete unlinked inode from orphan list on failed truncateJan Kara1-1/+1
2019-05-22ext4: don't update s_rev_level if not requiredAndreas Dilger1-1/+0
2019-05-22ext4: fix compile error when using BUFFER_TRACEzhangyi (F)1-1/+1
2019-01-17ext4: fix special inode number checks in __ext4_iget()Theodore Ts'o1-1/+1
2019-01-17ext4: make sure enough credits are reserved for dioread_nolock writesTheodore Ts'o1-1/+2
2019-01-09ext4: check for shutdown and r/o file system in ext4_write_inode()Theodore Ts'o1-2/+7
2019-01-09ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o1-17/+37