aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-22ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()Theodore Ts'o1-3/+7
2018-05-13ext4: update mtime in ext4_punch_hole even if no blocks are releasedLukas Czerner1-18/+18
2018-05-13ext4: add verifier check for symlink with append/immutable flagsLuis R. Rodriguez1-0/+7
2018-05-10ext4: use raw i_version value for ea_inodeEryu Guan1-2/+22
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-11/+31
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-03-30ext4, dax: introduce ext4_dax_aopsDan Williams1-11/+31
2018-03-29ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o1-0/+6
2018-03-28fs: move I_DIRTY_INODE to fs.hChristoph Hellwig1-2/+2
2018-03-26ext4: use generic_writepages instead of __writepage/write_cache_pagesGoldwyn Rodrigues1-14/+1
2018-03-22ext4: remove EXT4_STATE_DIOREAD_LOCK flagNikolay Borisov1-8/+0
2018-03-22ext4: fix offset overflow on 32-bit archs in ext4_iomap_begin()Jiri Slaby1-1/+1
2018-03-22ext4: update i_disksize if direct write past ondisk sizeEryu Guan1-3/+5
2018-03-22ext4: protect i_disksize update by i_data_sem in direct write pathEryu Guan1-3/+2
2018-02-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-4/+12
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-4/+9
2018-01-29ext4: convert to new i_version APIJeff Layton1-4/+8
2018-01-29fs: new API for handling inode->i_versionJeff Layton1-0/+1
2018-01-10ext4: fix a race in the ext4 shutdown pathHarshad Shirwadkar1-4/+12
2017-12-03ext4: support fast symlinks from ext3 file systemsAndi Kleen1-0/+9
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-2/+2
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+15
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman1-3/+3
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara1-1/+1
2017-11-15ext4: use pagevec_lookup_range_tag()Jan Kara1-12/+2
2017-11-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-87/+66
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds1-10/+9
2017-11-13fs, dax: unify IOMAP_F_DIRTY read vs write handling policy in the dax coreDan Williams1-1/+1
2017-11-03ext4: Support for synchronous DAX faultsJan Kara1-0/+15
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-18ext4: switch to fscrypt_prepare_setattr()Eric Biggers1-8/+4
2017-10-18fs, fscrypt: add an S_ENCRYPTED inode flagEric Biggers1-2/+5
2017-10-12ext4: add ext4_should_use_dax()Ross Zwisler1-3/+16
2017-10-12ext4: prevent data corruption with journaling + DAXRoss Zwisler1-5/+0
2017-10-01ext4: Switch to iomap for SEEK_HOLE / SEEK_DATAChristoph Hellwig1-75/+34
2017-10-01ext4: Add iomap support for inline dataAndreas Gruenbacher1-2/+14
2017-10-01iomap: Switch from blkno to disk offsetAndreas Gruenbacher1-2/+2
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-8/+3
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-11/+4
2017-09-06mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara1-3/+2
2017-09-06ext4: use pagevec_lookup_range() in writeback codeJan Kara1-7/+5
2017-09-06mm: make pagevec_lookup() update indexJan Kara1-6/+2
2017-08-31ext4: perform dax_device lookup at mountDan Williams1-8/+3
2017-08-24ext4: backward compatibility support for Lustre ea_inode implementationTahsin Erdogan1-8/+0
2017-08-06ext4, project: expand inode extra size if possibleMiao Xie1-21/+76
2017-08-06ext4: restructure ext4_expand_extra_isizeMiao Xie1-39/+28
2017-08-06ext4: fix forgetten xattr lock protection in ext4_expand_extra_isizeMiao Xie1-2/+16
2017-08-06ext4: make xattr inode reads fasterTahsin Erdogan1-0/+44
2017-07-30ext4: correct comment references to ext4_ext_direct_IO()Eric Whitney1-2/+2
2017-07-04ext4: change fast symlink test to not rely on i_blocksTahsin Erdogan1-7/+13