summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-291-4/+9
|\
| * ext4: convert to new i_version APIJeff Layton2018-01-291-4/+8
| * fs: new API for handling inode->i_versionJeff Layton2018-01-291-0/+1
* | ext4: support fast symlinks from ext3 file systemsAndi Kleen2017-12-041-0/+9
|/
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-2/+2
* Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-171-0/+15
|\
| * fs, dax: unify IOMAP_F_DIRTY read vs write handling policy in the dax coreDan Williams2017-11-141-1/+1
| * ext4: Support for synchronous DAX faultsJan Kara2017-11-031-0/+15
* | mm, pagevec: remove cold parameter for pagevecsMel Gorman2017-11-161-3/+3
* | mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara2017-11-161-1/+1
* | ext4: use pagevec_lookup_range_tag()Jan Kara2017-11-161-12/+2Star
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-11-141-87/+66Star
|\ \
| * | ext4: add ext4_should_use_dax()Ross Zwisler2017-10-121-3/+16
| * | ext4: prevent data corruption with journaling + DAXRoss Zwisler2017-10-121-5/+0Star
| * | ext4: Switch to iomap for SEEK_HOLE / SEEK_DATAChristoph Hellwig2017-10-011-75/+34Star
| * | ext4: Add iomap support for inline dataAndreas Gruenbacher2017-10-011-2/+14
| * | iomap: Switch from blkno to disk offsetAndreas Gruenbacher2017-10-011-2/+2
| |/
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-141-10/+9Star
|\ \
| * | ext4: switch to fscrypt_prepare_setattr()Eric Biggers2017-10-191-8/+4Star
| * | fs, fscrypt: add an S_ENCRYPTED inode flagEric Biggers2017-10-191-2/+5
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-111-8/+3Star
|\
| * ext4: perform dax_device lookup at mountDan Williams2017-08-311-8/+3Star
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-071-11/+4Star
|\ \
| * | mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara2017-09-071-3/+2Star
| * | ext4: use pagevec_lookup_range() in writeback codeJan Kara2017-09-071-7/+5Star
| * | mm: make pagevec_lookup() update indexJan Kara2017-09-071-6/+2Star
| |/
* / ext4: backward compatibility support for Lustre ea_inode implementationTahsin Erdogan2017-08-241-8/+0Star
|/
* ext4, project: expand inode extra size if possibleMiao Xie2017-08-061-21/+76
* ext4: restructure ext4_expand_extra_isizeMiao Xie2017-08-061-39/+28Star
* ext4: fix forgetten xattr lock protection in ext4_expand_extra_isizeMiao Xie2017-08-061-2/+16
* ext4: make xattr inode reads fasterTahsin Erdogan2017-08-061-0/+44
* ext4: correct comment references to ext4_ext_direct_IO()Eric Whitney2017-07-311-2/+2
* ext4: change fast symlink test to not rely on i_blocksTahsin Erdogan2017-07-041-7/+13
* ext4: require key for truncate(2) of encrypted fileEric Biggers2017-06-241-0/+8
* ext4: avoid unnecessary stalls in ext4_evict_inode()Jan Kara2017-06-231-1/+2
* quota: add get_inode_usage callback to transfer multi-inode chargesTahsin Erdogan2017-06-221-0/+7
* ext4: xattr inode deduplicationTahsin Erdogan2017-06-221-2/+11
* ext4: cleanup transaction restarts during inode deletionTahsin Erdogan2017-06-221-49/+17Star
* ext4: add ext4_is_quota_file()Tahsin Erdogan2017-06-221-1/+1
* ext4: modify ext4_xattr_ino_array to hold struct inode *Tahsin Erdogan2017-06-221-5/+3Star
* ext4: fix lockdep warning about recursive inode lockingTahsin Erdogan2017-06-221-0/+2
* ext4: xattr-in-inode supportAndreas Dilger2017-06-221-9/+40
* ext4: add largedir featureArtem Blagodarenko2017-06-221-2/+2
* ext4: fix fdatasync(2) after extent manipulation operationsJan Kara2017-05-291-0/+2
* ext4: fix data corruption for mmap writesJan Kara2017-05-261-2/+16
* ext4: remove redundant check for encrypted file on dio write pathEric Biggers2017-05-251-3/+0Star
* ext4: fix off-by-one error when writing back pages before dio readEric Biggers2017-05-251-1/+1
* ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov2017-05-221-2/+3
* dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n caseDan Williams2017-05-141-2/+2