aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
2021-04-07ext4: fix bh ref count on error pathsZhaolong Zhang
2021-03-24ext4: fix potential error in ext4_do_update_inodeShijie Luo
2021-03-24ext4: check journal inode extents more carefullyJan Kara
2021-01-30writeback: Drop I_DIRTY_TIME_EXPIREJan Kara
2021-01-30fs: move I_DIRTY_INODE to fs.hChristoph Hellwig
2020-12-29ext4: 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-05ext4: fix special inode number checks in __ext4_iget()Theodore Ts'o
2020-05-02ext4: protect journal inode's blocks using block_validityTheodore Ts'o
2020-05-02ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o
2020-05-02ext4: use matching invalidatepage in ext4_writepageyangerkun
2020-04-24ext4: use non-movable memory for superblock readaheadRoman Gushchin
2020-04-24ext4: 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-28ext4: fix checksum errors with indexed dirsJan Kara
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-05ext4: add more paranoia checking in ext4_expand_extra_isize handlingTheodore Ts'o
2019-10-05ext4: fix punch hole for inline_data file systemsTheodore Ts'o
2019-07-31ext4: use jbd2_inode dirty range scopingRoss Zwisler
2019-07-31ext4: enforce the immutable flag on open filesTheodore Ts'o
2019-05-31ext4: do not delete unlinked inode from orphan list on failed truncateJan Kara
2019-05-21ext4: fix compile error when using BUFFER_TRACEzhangyi (F)
2019-01-16ext4: make sure enough credits are reserved for dioread_nolock writesTheodore Ts'o
2019-01-09ext4: check for shutdown and r/o file system in ext4_write_inode()Theodore Ts'o
2018-11-21ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty()Vasily Averin
2018-09-29ext4: avoid arithemetic overflow that can trigger a BUGTheodore Ts'o
2018-08-03ext4: fix inline data updates with checksums enabledTheodore Ts'o
2018-07-11ext4: add more inode number paranoia checksTheodore Ts'o
2018-07-11ext4: include the illegal physical block in the bad map ext4_error msgTheodore Ts'o
2018-06-26ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()Theodore Ts'o
2018-06-26ext4: update mtime in ext4_punch_hole even if no blocks are releasedLukas Czerner
2018-04-24ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o
2018-04-24ext4: protect i_disksize update by i_data_sem in direct write pathEryu Guan
2018-02-22ext4: fix a race in the ext4 shutdown pathHarshad Shirwadkar
2017-12-20ext4: support fast symlinks from ext3 file systemsAndi Kleen
2017-11-30ext4: prevent data corruption with journaling + DAXRoss Zwisler
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-09-06mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara
2017-09-06ext4: use pagevec_lookup_range() in writeback codeJan Kara
2017-09-06mm: make pagevec_lookup() update indexJan Kara
2017-08-31ext4: perform dax_device lookup at mountDan Williams
2017-08-24ext4: backward compatibility support for Lustre ea_inode implementationTahsin Erdogan