summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2025-05-29ext4: remove writable userspace mappings before truncating page cacheZhang Yi
2025-05-29ext4: don't write back data before punch hole in nojournal modeZhang Yi
2025-05-29ext4: do not convert the unwritten extents if data writeback failsBaokun Li
2025-05-29ext4: reject the 'data_err=abort' option in nojournal modeBaokun Li
2025-05-29ext4: reorder capability check lastChristian Göttsche
2025-05-29ext4: on a remount, only log the ro or r/w state when it has changedNicolas Bretz
2025-05-29fs/ext4: use sleeping version of sb_find_get_block()Davidlohr Bueso
2025-05-02ext4: make block validity check resistent to sb bh corruptionOjaswin Mujoo
2025-04-20ext4: fix off-by-one error in do_splitArtem Sadovnikov
2025-04-20ext4: don't treat fhandle lookup of ea_inode as FS corruptionJann Horn
2025-04-20ext4: ignore xattrs past endBhupesh
2025-04-20ext4: protect ext4_release_dquot against freezingOjaswin Mujoo
2025-04-10ext4: fix OOB read when checking dotdot dirAcs, Jakub
2025-04-10ext4: don't over-report free space or inodes in statvfsTheodore Ts'o
2025-04-10ext4: avoid journaling sb update on error if journal is destroyingOjaswin Mujoo
2025-04-10ext4: define ext4_journal_destroy wrapperOjaswin Mujoo
2025-04-10ext4: goto right label 'out_mmap_sem' in ext4_setattr()Baokun Li
2025-04-10ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()Ye Bin
2025-04-10ext4: introduce ITAIL helperYe Bin
2025-04-10ext4: verify fast symlink lengthJan Kara
2025-04-10ext4: add missing brelse() for bh2 in ext4_dx_add_entry()Kemeng Shi
2025-04-10ext4: show 'emergency_ro' when EXT4_FLAGS_EMERGENCY_RO is setBaokun Li
2025-04-10ext4: correct behavior under errors=remount-ro modeBaokun Li
2025-04-10ext4: add EXT4_FLAGS_EMERGENCY_RO bitBaokun Li
2025-04-10ext4: convert EXT4_FLAGS_* defines to enumBaokun Li
2025-04-10ext4: fix potential null dereference in ext4 kunit testCharles Han
2025-03-13Revert "ext4: add pre-content fsnotify hook for DAX faults"Amir Goldstein
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-27ext4 fast_commit: make use of name_snapshot primitivesAl Viro
2025-01-23Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-22Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2024-12-22ext4: use inode_set_cached_link()Mateusz Guzik
2024-12-11fs: enable pre-content events on supported file systemsJosef Bacik
2024-12-11ext4: add pre-content fsnotify hook for DAX faultsJan Kara
2024-12-01ext4: switch to using the crc32c libraryEric Biggers
2024-11-18Merge tag 'ext4_for_linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-18Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-11-13ext4: prevent an infinite loop in the lazyinit threadMathieu Othacehe
2024-11-13ext4: use struct_size() to improve ext4_htree_store_dirent()Thorsten Blum
2024-11-13ext4: annotate struct fname with __counted_by()Thorsten Blum
2024-11-13ext4: use str_yes_no() helper functionThorsten Blum
2024-11-12ext4: prevent delalloc to nodelalloc on remountNicolas Bretz
2024-11-12ext4: cleanup variable name in ext4_fc_del()Dan Carpenter
2024-11-12ext4: use string choices helpersR Sundar
2024-11-12ext4: use ERR_CAST to return an error-valued pointerYu Jiaoliang
2024-11-12ext4: partial zero eof block on unaligned inode size extensionBrian Foster
2024-11-12ext4: disambiguate the return value of ext4_dio_write_end_io()Jinliang Zheng