summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2025-05-02ext4: make block validity check resistent to sb bh corruptionOjaswin Mujoo2-6/+6
2025-04-20ext4: fix off-by-one error in do_splitArtem Sadovnikov1-1/+1
2025-04-20ext4: don't treat fhandle lookup of ea_inode as FS corruptionJann Horn1-20/+48
2025-04-20ext4: ignore xattrs past endBhupesh1-1/+10
2025-04-20ext4: protect ext4_release_dquot against freezingOjaswin Mujoo1-0/+17
2025-04-10ext4: fix OOB read when checking dotdot dirAcs, Jakub1-0/+3
2025-04-10ext4: don't over-report free space or inodes in statvfsTheodore Ts'o1-10/+17
2025-04-10ext4: avoid journaling sb update on error if journal is destroyingOjaswin Mujoo3-9/+25
2025-04-10ext4: define ext4_journal_destroy wrapperOjaswin Mujoo2-10/+20
2025-04-10ext4: goto right label 'out_mmap_sem' in ext4_setattr()Baokun Li1-1/+1
2025-04-10ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()Ye Bin3-25/+13
2025-04-10ext4: introduce ITAIL helperYe Bin2-5/+8
2025-04-10ext4: verify fast symlink lengthJan Kara1-2/+10
2025-04-10ext4: add missing brelse() for bh2 in ext4_dx_add_entry()Kemeng Shi1-4/+12
2025-04-10ext4: show 'emergency_ro' when EXT4_FLAGS_EMERGENCY_RO is setBaokun Li1-0/+3
2025-04-10ext4: correct behavior under errors=remount-ro modeBaokun Li1-11/+8
2025-04-10ext4: add EXT4_FLAGS_EMERGENCY_RO bitBaokun Li1-0/+6
2025-04-10ext4: convert EXT4_FLAGS_* defines to enumBaokun Li1-3/+5
2025-04-10ext4: fix potential null dereference in ext4 kunit testCharles Han1-0/+2
2025-03-13Revert "ext4: add pre-content fsnotify hook for DAX faults"Amir Goldstein1-3/+0
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-26/+6
2025-01-28ext4 fast_commit: make use of name_snapshot primitivesAl Viro2-26/+6
2025-01-24Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-0/+6
2025-01-23Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds3-39/+4
2024-12-22ext4: use inode_set_cached_link()Mateusz Guzik2-2/+5
2024-12-11fs: enable pre-content events on supported file systemsJosef Bacik1-0/+3
2024-12-11ext4: add pre-content fsnotify hook for DAX faultsJan Kara1-0/+3
2024-12-02ext4: switch to using the crc32c libraryEric Biggers3-39/+4
2024-11-19Merge tag 'ext4_for_linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds20-102/+227
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-14/+7
2024-11-18Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-5/+99
2024-11-18Merge tag 'vfs-6.13.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-4/+1
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+1
2024-11-13ext4: prevent an infinite loop in the lazyinit threadMathieu Othacehe1-7/+13
2024-11-13ext4: use struct_size() to improve ext4_htree_store_dirent()Thorsten Blum1-3/+2
2024-11-13ext4: annotate struct fname with __counted_by()Thorsten Blum1-1/+1
2024-11-13ext4: use str_yes_no() helper functionThorsten Blum1-1/+1
2024-11-13ext4: prevent delalloc to nodelalloc on remountNicolas Bretz1-0/+7
2024-11-13ext4: cleanup variable name in ext4_fc_del()Dan Carpenter1-2/+2
2024-11-13ext4: use string choices helpersR Sundar1-1/+1
2024-11-13ext4: use ERR_CAST to return an error-valued pointerYu Jiaoliang1-2/+2
2024-11-13ext4: partial zero eof block on unaligned inode size extensionBrian Foster2-16/+42
2024-11-13ext4: disambiguate the return value of ext4_dio_write_end_io()Jinliang Zheng1-2/+3
2024-11-13ext4: pass write-hint for buffered IOj.xia1-1/+3
2024-11-13ext4: fix race in buffer_head read fault injectionLong Li10-29/+29
2024-11-13ext4: don't pass full mapping flags to ext4_es_insert_extent()Zhang Yi4-10/+11
2024-11-13ext4: mark ctx_*_flags() with __maybe_unusedAndy Shevchenko1-4/+4
2024-11-13ext4: return error on syncfs after shutdownAmir Goldstein1-1/+1
2024-11-13fs: ext4: Don't use CMA for buffer_headZhaoyang Huang1-1/+8
2024-11-13ext4: simplify if conditionJiapeng Chong1-3/+1