aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
2020-08-23ext4: fix direct I/O read errorJiang Ying
2020-06-04ext4: use matching invalidatepage in ext4_writepageyangerkun
2020-06-01ext4: use non-movable memory for superblock readaheadRoman Gushchin
2020-06-01ext4: fix a data race at inode->i_blocksQian Cai
2020-05-15ext4: rename s_journal_flag_rwsem to s_writepages_rwsemEric Biggers
2020-05-15ext4: fix a data race in EXT4_I(inode)->i_disksizeQian Cai
2020-05-04ext4: fix checksum errors with indexed dirsJan Kara
2020-05-04ext4: fix kernel oops caused by spurious casefold flagTheodore Ts'o
2020-03-07ext4: iomap that extends beyond EOF should be marked dirtyMatthew Bobrowski
2020-03-07ext4: update direct I/O read lock pattern for IOCB_NOWAITMatthew Bobrowski
2020-02-24ext4: unlock on error in ext4_expand_extra_isize()Dan Carpenter
2020-01-31ext4: fix a bug in ext4_wait_for_tail_page_commityangerkun
2020-01-31ext4: Fix credit estimate for final inode freeingJan Kara
2019-12-16ext4: 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-28ext4: use jbd2_inode dirty range scopingRoss Zwisler
2019-07-28ext4: enforce the immutable flag on open filesTheodore Ts'o
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
2019-03-24Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-03-14ext4: remove useless ext4_pin_inode()Jason Yan
2019-03-12Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2019-02-21ext4: fix compile error when using BUFFER_TRACEzhangyi (F)
2019-02-14ext4: don't update s_rev_level if not requiredAndreas Dilger
2019-02-10ext4: unlock unused_pages timely when doing writebackXiaoguang Wang
2019-02-10ext4: cleanup clean_bdev_aliases() callszhangyi (F)
2019-02-10ext4: replace opencoded i_writecount usage with inode_is_open_for_write()Nikolay Borisov
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra
2019-01-23ext4: use IS_ENCRYPTED() to check encryption statusChandan Rajendra
2018-12-31ext4: fix special inode number checks in __ext4_iget()Theodore Ts'o
2018-12-24ext4: make sure enough credits are reserved for dioread_nolock writesTheodore Ts'o
2018-12-19ext4: check for shutdown and r/o file system in ext4_write_inode()Theodore Ts'o
2018-12-19ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o
2018-11-11Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-11-06ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty()Vasily Averin
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-10-21pagevec: Use xa_mark_tMatthew Wilcox
2018-10-02ext4: convert fault handler to use vm_fault_t typeSouptick Joarder
2018-10-01ext4: fix reserved cluster accounting at page invalidation timeEric Whitney
2018-10-01ext4: fix reserved cluster accounting at delayed write timeEric Whitney
2018-10-01ext4: generalize extents status tree search functionsEric Whitney
2018-09-17Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman
2018-09-15ext4, dax: set ext4_dax_aops for dax filesToshi Kani
2018-09-15ext4, dax: add ext4_bmap to ext4_dax_aopsToshi Kani
2018-09-11ext4: close race between direct IO and ext4_break_layouts()Ross Zwisler
2018-09-01ext4: avoid arithemetic overflow that can trigger a BUGTheodore Ts'o
2018-08-17ext4: readpages() should submit IO as read-aheadJens Axboe