aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
2019-08-02ext4: wait for outstanding dio during truncate in nojournal modeJan Kara
2019-08-02ext4: do not delete unlinked inode from orphan list on failed truncateJan Kara
2019-05-30ext4: don't update s_rev_level if not requiredAndreas Dilger
2019-05-30ext4: fix compile error when using BUFFER_TRACEzhangyi (F)
2019-02-05ext4: make sure enough credits are reserved for dioread_nolock writesTheodore Ts'o
2019-01-12ext4: fix special inode number checks in __ext4_iget()Theodore Ts'o
2019-01-12ext4: check for shutdown and r/o file system in ext4_write_inode()Theodore Ts'o
2019-01-12ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o
2018-11-21ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty()Vasily Averin
2018-09-29ext4, dax: set ext4_dax_aops for dax filesToshi Kani
2018-09-29ext4, dax: add ext4_bmap to ext4_dax_aopsToshi Kani
2018-09-29ext4: avoid arithemetic overflow that can trigger a BUGTheodore Ts'o
2018-07-10ext4: fix inline data updates with checksums enabledTheodore Ts'o
2018-06-17ext4: add more inode number paranoia checksTheodore Ts'o
2018-06-15ext4: include the illegal physical block in the bad map ext4_error msgTheodore Ts'o
2018-05-22ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()Theodore Ts'o
2018-05-13ext4: update mtime in ext4_punch_hole even if no blocks are releasedLukas Czerner
2018-05-13ext4: add verifier check for symlink with append/immutable flagsLuis R. Rodriguez
2018-05-10ext4: use raw i_version value for ea_inodeEryu Guan
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-03-30ext4, dax: introduce ext4_dax_aopsDan Williams
2018-03-29ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o
2018-03-28fs: move I_DIRTY_INODE to fs.hChristoph Hellwig
2018-03-26ext4: use generic_writepages instead of __writepage/write_cache_pagesGoldwyn Rodrigues
2018-03-22ext4: remove EXT4_STATE_DIOREAD_LOCK flagNikolay Borisov
2018-03-22ext4: fix offset overflow on 32-bit archs in ext4_iomap_begin()Jiri Slaby
2018-03-22ext4: update i_disksize if direct write past ondisk sizeEryu Guan
2018-03-22ext4: protect i_disksize update by i_data_sem in direct write pathEryu Guan
2018-02-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-29ext4: convert to new i_version APIJeff Layton
2018-01-29fs: new API for handling inode->i_versionJeff Layton
2018-01-10ext4: fix a race in the ext4 shutdown pathHarshad Shirwadkar
2017-12-03ext4: support fast symlinks from ext3 file systemsAndi Kleen
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara
2017-11-15ext4: use pagevec_lookup_range_tag()Jan Kara
2017-11-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-13fs, dax: unify IOMAP_F_DIRTY read vs write handling policy in the dax coreDan Williams
2017-11-03ext4: Support for synchronous DAX faultsJan Kara
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-18ext4: switch to fscrypt_prepare_setattr()Eric Biggers
2017-10-18fs, fscrypt: add an S_ENCRYPTED inode flagEric Biggers
2017-10-12ext4: add ext4_should_use_dax()Ross Zwisler
2017-10-12ext4: prevent data corruption with journaling + DAXRoss Zwisler
2017-10-01ext4: Switch to iomap for SEEK_HOLE / SEEK_DATAChristoph Hellwig