aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
2022-04-27ext4: limit length to bitmap_maxbytes - blocksize in punch_holeTadeusz Struk
2022-04-15ext4: don't BUG if someone dirty pages without asking ext4 firstTheodore Ts'o
2021-10-17ext4: correct the error path of ext4_write_inline_data_end()Zhang Yi
2021-10-06ext4: fix reserved space counter leakageJeffle Xu
2021-04-07ext4: fix bh ref count on error pathsZhaolong Zhang
2021-03-24ext4: fix potential error in ext4_do_update_inodeShijie Luo
2021-01-30writeback: Drop I_DIRTY_TIME_EXPIREJan Kara
2020-12-30ext4: fix deadlock with fs freezing and EA inodesJan Kara
2020-11-05ext4: fix invalid inode checksumLuo Meng
2020-10-01ext4: fix a data race at inode->i_disksizeQiujun Huang
2020-08-07ext4: fix direct I/O read errorJiang Ying
2020-05-02ext4: use matching invalidatepage in ext4_writepageyangerkun
2020-04-23ext4: use non-movable memory for superblock readaheadRoman Gushchin
2020-04-17ext4: fix a data race at inode->i_blocksQian Cai
2020-02-28ext4: rename s_journal_flag_rwsem to s_writepages_rwsemEric Biggers
2020-02-28ext4: fix a data race in EXT4_I(inode)->i_disksizeQian Cai
2020-02-19ext4: fix checksum errors with indexed dirsJan Kara
2020-01-04ext4: iomap that extends beyond EOF should be marked dirtyMatthew Bobrowski
2020-01-04ext4: update direct I/O read lock pattern for IOCB_NOWAITMatthew Bobrowski
2019-12-31ext4: unlock on error in ext4_expand_extra_isize()Dan Carpenter
2019-12-17ext4: fix a bug in ext4_wait_for_tail_page_commityangerkun
2019-12-17ext4: Fix credit estimate for final inode freeingJan Kara
2019-12-04ext4: add more paranoia checking in ext4_expand_extra_isize handlingTheodore Ts'o
2019-09-29Merge branch 'entropy'Linus Torvalds
2019-09-29Revert "Revert "ext4: make __ext4_get_inode_loc plug""Linus Torvalds
2019-09-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2019-09-18Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds
2019-09-15Revert "ext4: make __ext4_get_inode_loc plug"Linus Torvalds
2019-09-03ext4: fix kernel oops caused by spurious casefold flagTheodore Ts'o
2019-08-23ext4: fix punch hole for inline_data file systemsTheodore Ts'o
2019-08-22ext4: rework reserved cluster accounting when invalidating pagesEric Whitney
2019-08-22ext4: treat buffers with write errors as containing valid dataZhangXiaoxu
2019-08-12ext4: add fs-verity read supportEric Biggers
2019-08-12ext4: add basic fs-verity supportEric Biggers
2019-08-11ext4: add new ioctl EXT4_IOC_GET_ES_CACHETheodore Ts'o
2019-08-11ext4: fix warning when turn on dioread_nolock and inline_datayangerkun
2019-07-10Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2019-06-20ext4: use jbd2_inode dirty range scopingRoss Zwisler
2019-06-19ext4: make __ext4_get_inode_loc plugzhangjs
2019-06-09ext4: enforce the immutable flag on open filesTheodore Ts'o
2019-05-30ext4: gracefully handle ext4_break_layouts() failure during truncateJan Kara
2019-05-28ext4: decrypt only the needed block in __ext4_block_zero_page_range()Chandan Rajendra
2019-05-28ext4: decrypt only the needed blocks in ext4_block_write_begin()Chandan Rajendra
2019-05-28ext4: clear BH_Uptodate flag on decryption errorChandan Rajendra
2019-05-28fscrypt: support decrypting multiple filesystem blocks per pageEric Biggers
2019-05-23ext4: do not delete unlinked inode from orphan list on failed truncateJan Kara
2019-05-23ext4: wait for outstanding dio during truncate in nojournal modeJan Kara
2019-04-25ext4: Support case-insensitive file name lookupsGabriel Krisman Bertazi
2019-04-09ext4: protect journal inode's blocks using block_validityTheodore Ts'o
2019-04-07ext4: use BUG() instead of BUG_ON(1)Arnd Bergmann