summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-101-11/+31
|\
| * ext4, dax: introduce ext4_dax_aopsDan Williams2018-03-301-11/+31
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-061-2/+2
|\ \
| * | fs: move I_DIRTY_INODE to fs.hChristoph Hellwig2018-03-281-2/+2
| |/
* | ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o2018-03-291-0/+6
* | ext4: use generic_writepages instead of __writepage/write_cache_pagesGoldwyn Rodrigues2018-03-261-14/+1
* | ext4: remove EXT4_STATE_DIOREAD_LOCK flagNikolay Borisov2018-03-221-8/+0
* | ext4: fix offset overflow on 32-bit archs in ext4_iomap_begin()Jiri Slaby2018-03-221-1/+1
* | ext4: update i_disksize if direct write past ondisk sizeEryu Guan2018-03-221-3/+5
* | ext4: protect i_disksize update by i_data_sem in direct write pathEryu Guan2018-03-221-3/+2
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-02-031-4/+12
|\
| * ext4: fix a race in the ext4 shutdown pathHarshad Shirwadkar2018-01-101-4/+12
* | 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-031-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-131-1/+1
| * ext4: Support for synchronous DAX faultsJan Kara2017-11-031-0/+15
* | mm, pagevec: remove cold parameter for pagevecsMel Gorman2017-11-151-3/+3
* | mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara2017-11-151-1/+1
* | ext4: use pagevec_lookup_range_tag()Jan Kara2017-11-151-12/+2
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-11-141-87/+66
|\ \
| * | ext4: add ext4_should_use_dax()Ross Zwisler2017-10-121-3/+16
| * | ext4: prevent data corruption with journaling + DAXRoss Zwisler2017-10-121-5/+0
| * | ext4: Switch to iomap for SEEK_HOLE / SEEK_DATAChristoph Hellwig2017-10-011-75/+34
| * | 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/+9
|\ \
| * | ext4: switch to fscrypt_prepare_setattr()Eric Biggers2017-10-181-8/+4
| * | fs, fscrypt: add an S_ENCRYPTED inode flagEric Biggers2017-10-181-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/+3
|\
| * ext4: perform dax_device lookup at mountDan Williams2017-08-311-8/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-061-11/+4
|\ \
| * | mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara2017-09-061-3/+2
| * | ext4: use pagevec_lookup_range() in writeback codeJan Kara2017-09-061-7/+5
| * | mm: make pagevec_lookup() update indexJan Kara2017-09-061-6/+2
| |/
* | ext4: backward compatibility support for Lustre ea_inode implementationTahsin Erdogan2017-08-241-8/+0
|/
* ext4, project: expand inode extra size if possibleMiao Xie2017-08-061-21/+76
* ext4: restructure ext4_expand_extra_isizeMiao Xie2017-08-061-39/+28
* 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-301-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-231-0/+8
* ext4: avoid unnecessary stalls in ext4_evict_inode()Jan Kara2017-06-221-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
OpenPOWER on IntegriCloud