summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix bogus warning in ext4_update_dx_flag()Jan Kara2020-11-191-1/+2
* ext4: handle dax mount option collisionHarshad Shirwadkar2020-11-111-3/+3
* ext4: make s_mount_flags modifications atomicHarshad Shirwadkar2020-11-061-11/+29
* ext4: fix inode dirty check in case of fast commitsHarshad Shirwadkar2020-11-061-3/+0
* ext4: fixup ext4_fc_track_* functions' signatureHarshad Shirwadkar2020-11-061-6/+10
* ext4: describe fast_commit feature flagsHarshad Shirwadkar2020-11-061-0/+7
* ext4: use generic casefolding supportDaniel Rosenberg2020-10-281-12/+0
* ext4: use s_mount_flags instead of s_mount_state for fast commit stateHarshad Shirwadkar2020-10-281-4/+4
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-10-221-10/+126
|\
| * ext4: add fast commit stats in procfsHarshad Shirwadkar2020-10-211-1/+1
| * ext4: fast commit recovery pathHarshad Shirwadkar2020-10-211-0/+26
| * ext4: main fast-commit commit pathHarshad Shirwadkar2020-10-211-0/+70
| * ext4 / jbd2: add fast commit initializationHarshad Shirwadkar2020-10-211-0/+4
| * ext4: add fast_commit feature and handling for extended mount optionsHarshad Shirwadkar2020-10-211-0/+4
| * ext4: introduce ext4_sb_bread_unmovable() to replace sb_bread_unmovable()zhangyi (F)2020-10-181-0/+2
| * ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmov...zhangyi (F)2020-10-181-0/+1
| * ext4: introduce new metadata buffer read helperszhangyi (F)2020-10-181-0/+5
| * ext4: make mb_check_counter per groupChunguang Xu2020-10-181-0/+3
| * ext4: rename system_blks to s_system_blks inside ext4_sb_infoChunguang Xu2020-10-181-1/+1
| * ext4: rename journal_dev to s_journal_dev inside ext4_sb_infoChunguang Xu2020-10-181-1/+1
| * ext4: remove unused including <linux/version.h>Tian Tao2020-10-181-1/+0
| * ext4: disallow modifying DAX inode flag if inline_data has been setXiao Yang2020-10-181-1/+1
| * ext4: do not interpret high bytes if 64bit feature is disabledPetr Malat2020-10-181-6/+8
* | fscrypt: handle test_dummy_encryption in more logical wayEric Biggers2020-09-221-3/+3
|/
* ext4: limit the length of per-inode prealloc listbrookxu2020-08-191-1/+3
* ext4: remove unused parameter of ext4_generic_delete_entry functionKyoungho Koo2020-08-181-2/+1
* ext4: check journal inode extents more carefullyJan Kara2020-08-071-3/+3
* ext4: export msg_count and warning_count via sysfsDmitry Monakhov2020-08-071-0/+2
* ext4: remove some redundant function declarationsShijie Luo2020-08-071-6/+0
* ext4: add prefetch_block_bitmaps mount optionTheodore Ts'o2020-08-071-1/+14
* ext4: abort the filesystem if failed to async write metadata bufferzhangyi (F)2020-08-071-0/+3
* ext4: add prefetching for block allocation bitmapsAlex Zhuravlev2020-08-061-1/+7
* ext4: use generic names for generic ioctlsEric Biggers2020-08-061-11/+1
* ext4: don't hardcode bit values in EXT4_FL_USER_*Eric Biggers2020-08-061-2/+28
* Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-06-151-7/+20
|\
| * Enable ext4 support for per-file/directory dax operationsTheodore Ts'o2020-06-111-7/+20
| |\
| | * fs/ext4: Introduce DAX inode flagIra Weiny2020-05-281-4/+14
| | * 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-1/+1
| | * fs/ext4: Update ext4_should_use_dax()Ira Weiny2020-05-281-0/+1
| | * fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYSIra Weiny2020-05-281-2/+2
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-06-051-14/+26
|\| |
| * | fs: move the fiemap definitions out of fs.hChristoph Hellwig2020-06-031-0/+1
| * | ext4: fix EXT4_MAX_LOGICAL_BLOCK macroRitesh Harjani2020-06-031-1/+1
| * | add comment for ext4_dir_entry_2 file_type memberJonathan Grant2020-06-031-1/+1
| * | ext4: mballoc: use lock for checking free blocks while retryingRitesh Harjani2020-06-031-0/+2
| * | ext4: add casefold flag to EXT4_INODE_* flagsEric Biggers2020-06-031-1/+3
| * | ext4: make ext_debug() implementation to use pr_debug()Ritesh Harjani2020-06-031-5/+13
| * | ext4: use BIT() macro for BH_** state bitsRitesh Harjani2020-06-031-4/+4
| * | ext4: avoid ext4_error()'s caused by ENOMEM in the truncate pathTheodore Ts'o2020-06-031-0/+1