summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-281-1/+1
|\
| * writeback: Drop I_DIRTY_TIME_EXPIREJan Kara2020-06-151-1/+1
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-08-211-15/+15
|\ \
| * | ext4: limit the length of per-inode prealloc listbrookxu2020-08-191-3/+3
| * | ext4: check journal inode extents more carefullyJan Kara2020-08-071-3/+2
| * | jbd2: remove unused parameter in jbd2_journal_try_to_free_buffers()zhangyi (F)2020-08-071-1/+1
| * | ext4: lost matching-pair of trace in ext4_truncatezhengliang2020-08-061-8/+9
* | | ext4: add inline encryption supportEric Biggers2020-07-081-2/+2
|/ /
* | Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-06-151-6/+20
|\ \ | |/ |/|
| * Enable ext4 support for per-file/directory dax operationsTheodore Ts'o2020-06-111-6/+20
| |\
| | * fs/ext4: Introduce DAX inode flagIra Weiny2020-05-281-1/+1
| | * fs/ext4: Make DAX mount option a tri-stateIra Weiny2020-05-281-0/+2
| | * fs/ext4: Only change S_DAX on inode loadIra Weiny2020-05-281-3/+10
| | * fs/ext4: Update ext4_should_use_dax()Ira Weiny2020-05-281-5/+10
| | * fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYSIra Weiny2020-05-281-1/+1
* | | Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-051-22/+22
|\ \ \
| * | | vfs, afs, ext4: Make the inode hash table RCU searchableDavid Howells2020-05-311-22/+22
| | |/ | |/|
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-06-051-46/+62
|\ \ \ | | |/ | |/|
| * | ext4: avoid unnecessary transaction starts during writebackJan Kara2020-06-031-18/+13
| * | ext4: make ext_debug() implementation to use pr_debug()Ritesh Harjani2020-06-031-7/+4
| * | ext4: improve ext_debug() msg in case of block allocation failureRitesh Harjani2020-06-031-0/+4
| * | ext4: use BIT() macro for BH_** state bitsRitesh Harjani2020-06-031-2/+2
| * | ext4: handle ext4_mark_inode_dirty errorsHarshad Shirwadkar2020-06-031-12/+26
| * | ext4: Avoid freeing inodes on dirty listJan Kara2020-06-031-0/+10
| * | ext4: remove unnecessary comparisons to boolJason Yan2020-06-031-1/+1
| * | ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flagEric Whitney2020-06-031-8/+4
| |/
* | ext4: pass the inode to ext4_mpage_readpagesMatthew Wilcox (Oracle)2020-06-021-2/+2
* | ext4: convert from readpages to readaheadMatthew Wilcox (Oracle)2020-06-021-12/+9
|/
* ext4: use non-movable memory for superblock readaheadRoman Gushchin2020-04-151-1/+1
* ext4: use matching invalidatepage in ext4_writepageyangerkun2020-04-151-1/+1
* ext4: save all error info in save_error_info() and drop ext4_set_errno()Theodore Ts'o2020-04-011-17/+12
* ext4: make ext4_ind_map_blocks work with fiemapRitesh Harjani2020-03-141-0/+16
* ext4: move ext4 bmap to use iomap infrastructureRitesh Harjani2020-03-141-1/+1
* ext4: add IOMAP_F_MERGED for non-extent based mappingRitesh Harjani2020-03-141-0/+4
* ext4: fix a data race at inode->i_disksizeQiujun Huang2020-03-051-1/+1
* ext4: fix a data race at inode->i_blocksQian Cai2020-03-051-1/+1
* ext4: remove EXT4_EOFBLOCKS_FL and associated codeEric Whitney2020-03-051-2/+0
* ext4: rename s_journal_flag_rwsem to s_writepages_rwsemEric Biggers2020-02-211-7/+7
* ext4: fix a data race in EXT4_I(inode)->i_disksizeQian Cai2020-02-191-1/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-02-161-0/+12
|\
| * ext4: fix checksum errors with indexed dirsJan Kara2020-02-131-0/+12
* | Merge tag 'dax-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-02-111-1/+1
|\ \ | |/ |/|
| * dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()Vivek Goyal2020-01-031-1/+1
* | ext4: remove unused macro MPAGE_DA_EXTENT_TAILRitesh Harjani2020-01-171-2/+0
* | ext4: remove redundant S_ISREG() checks from ext4_fallocate()Eric Biggers2020-01-171-3/+0
* | ext4: only use fscrypt_zeroout_range() on regular filesEric Biggers2020-01-171-1/+1
* | ext4: handle decryption error in __ext4_block_zero_page_range()Eric Biggers2020-01-171-2/+6
* | ext4: avoid fetching btime in ext4_getattr() unless requestedTheodore Ts'o2020-01-171-1/+2
* | ext4: Optimize ext4 DIO overwritesJan Kara2019-12-261-0/+21
* | ext4: simulate various I/O and checksum errors when reading metadataTheodore Ts'o2019-12-261-1/+5