aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h
AgeCommit message (Expand)Author
2023-10-10ext4: change s_last_trim_minblks type to unsigned longLukas Czerner
2023-09-19ext4: add correct group descriptors and reserved GDT blocks to system zoneWang Jianjian
2023-06-09ext4: add lockdep annotations for i_data_sem for ea_inode'sTheodore Ts'o
2023-06-09ext4: add EA_INODE checking to ext4_iget()Theodore Ts'o
2023-05-30ext4: allow ext4_get_group_info() to failTheodore Ts'o
2023-05-30ext4: add mballoc stats proc fileHarshad Shirwadkar
2023-05-30ext4: drop s_mb_bal_lock and convert protected fields to atomicHarshad Shirwadkar
2023-03-17ext4: add ext4_sb_block_valid() refactored out of ext4_inode_block_valid()Ritesh Harjani
2023-01-14ext4: don't set up encryption key during jbd2 transactionEric Biggers
2023-01-14ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inodeBaokun Li
2023-01-14ext4: fix undefined behavior in bit shift for ext4_check_flag_valuesGaosheng Cui
2022-06-09ext4: only allow test_dummy_encryption when supportedEric Biggers
2022-04-27ext4: fix use-after-free in ext4_search_dirYe Bin
2022-04-27ext4: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong
2022-02-08ext4: prevent used blocks from being allocated during fast commit replayXin Yin
2022-01-27ext4: destroy ext4_fc_dentry_cachep kmemcache on module removalSebastian Andrzej Siewior
2021-07-19ext4: fix memory leak in ext4_fill_superPavel Skripkin
2021-04-07ext4: shrink race window in ext4_should_retry_alloc()Eric Whitney
2021-03-25ext4: fix rename whiteout with fast commitHarshad Shirwadkar
2020-11-19ext4: fix bogus warning in ext4_update_dx_flag()Jan Kara
2020-11-11ext4: handle dax mount option collisionHarshad Shirwadkar
2020-11-06ext4: make s_mount_flags modifications atomicHarshad Shirwadkar
2020-11-06ext4: fix inode dirty check in case of fast commitsHarshad Shirwadkar
2020-11-06ext4: fixup ext4_fc_track_* functions' signatureHarshad Shirwadkar
2020-11-06ext4: describe fast_commit feature flagsHarshad Shirwadkar
2020-10-28ext4: use generic casefolding supportDaniel Rosenberg
2020-10-28ext4: use s_mount_flags instead of s_mount_state for fast commit stateHarshad Shirwadkar
2020-10-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-10-21ext4: add fast commit stats in procfsHarshad Shirwadkar
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar
2020-10-21ext4 / jbd2: add fast commit initializationHarshad Shirwadkar
2020-10-21ext4: add fast_commit feature and handling for extended mount optionsHarshad Shirwadkar
2020-10-18ext4: introduce ext4_sb_bread_unmovable() to replace sb_bread_unmovable()zhangyi (F)
2020-10-18ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmov...zhangyi (F)
2020-10-18ext4: introduce new metadata buffer read helperszhangyi (F)
2020-10-18ext4: make mb_check_counter per groupChunguang Xu
2020-10-18ext4: rename system_blks to s_system_blks inside ext4_sb_infoChunguang Xu
2020-10-18ext4: rename journal_dev to s_journal_dev inside ext4_sb_infoChunguang Xu
2020-10-18ext4: remove unused including <linux/version.h>Tian Tao
2020-10-18ext4: disallow modifying DAX inode flag if inline_data has been setXiao Yang
2020-10-18ext4: do not interpret high bytes if 64bit feature is disabledPetr Malat
2020-09-22fscrypt: handle test_dummy_encryption in more logical wayEric Biggers
2020-08-19ext4: limit the length of per-inode prealloc listbrookxu
2020-08-18ext4: remove unused parameter of ext4_generic_delete_entry functionKyoungho Koo
2020-08-07ext4: check journal inode extents more carefullyJan Kara
2020-08-07ext4: export msg_count and warning_count via sysfsDmitry Monakhov
2020-08-07ext4: remove some redundant function declarationsShijie Luo
2020-08-07ext4: add prefetch_block_bitmaps mount optionTheodore Ts'o
2020-08-07ext4: abort the filesystem if failed to async write metadata bufferzhangyi (F)