aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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
2017-06-23ext4: require key for truncate(2) of encrypted fileEric Biggers1-0/+8
2017-06-22ext4: avoid unnecessary stalls in ext4_evict_inode()Jan Kara1-1/+2
2017-06-22quota: add get_inode_usage callback to transfer multi-inode chargesTahsin Erdogan1-0/+7
2017-06-22ext4: xattr inode deduplicationTahsin Erdogan1-2/+11
2017-06-22ext4: cleanup transaction restarts during inode deletionTahsin Erdogan1-49/+17
2017-06-22ext4: add ext4_is_quota_file()Tahsin Erdogan1-1/+1
2017-06-22ext4: modify ext4_xattr_ino_array to hold struct inode *Tahsin Erdogan1-5/+3
2017-06-21ext4: fix lockdep warning about recursive inode lockingTahsin Erdogan1-0/+2
2017-06-21ext4: xattr-in-inode supportAndreas Dilger1-9/+40
2017-06-21ext4: add largedir featureArtem Blagodarenko1-2/+2
2017-05-29ext4: fix fdatasync(2) after extent manipulation operationsJan Kara1-0/+2
2017-05-26ext4: fix data corruption for mmap writesJan Kara1-2/+16
2017-05-24ext4: remove redundant check for encrypted file on dio write pathEric Biggers1-3/+0
2017-05-24ext4: fix off-by-one error when writing back pages before dio readEric Biggers1-1/+1
2017-05-21ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov1-2/+3
2017-05-13dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n caseDan Williams1-2/+2