summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2025-04-22mm/migrate: fix sleep in atomic for large folios and buffer headsDavidlohr Bueso
2025-04-22fs/ext4: use sleeping version of sb_find_get_block()Davidlohr Bueso
2025-04-13Merge tag 'ext4_for_linus-6.15-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-04-12ext4: fix off-by-one error in do_splitArtem Sadovnikov
2025-04-12ext4: make block validity check resistent to sb bh corruptionOjaswin Mujoo
2025-04-12ext4: avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva
2025-04-10ext4: don't treat fhandle lookup of ea_inode as FS corruptionJann Horn
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-27Merge tag 'ext4-for_linus-6.15-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.ceph' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-21ext4: fix OOB read when checking dotdot dirAcs, Jakub
2025-03-21ext4: on a remount, only log the ro or r/w state when it has changedNicolas Bretz
2025-03-21ext4: correct the error handle in ext4_fallocate()Zhang Yi
2025-03-21ext4: Make sb update interval tunableOjaswin Mujoo
2025-03-21ext4: avoid journaling sb update on error if journal is destroyingOjaswin Mujoo
2025-03-21ext4: define ext4_journal_destroy wrapperOjaswin Mujoo
2025-03-21ext4: hash: simplify kzalloc(n * 1, ...) to kzalloc(n, ...)Ethan Carter Edwards
2025-03-20ext4: don't over-report free space or inodes in statvfsTheodore Ts'o
2025-03-20iomap: rework IOMAP atomic flagsJohn Garry
2025-03-17fs/dax: ensure all pages are idle prior to filesystem unmountAlistair Popple
2025-03-17fs/dax: create a common implementation to break DAX layoutsAlistair Popple
2025-03-17fs/dax: refactor wait for dax idle pageAlistair Popple
2025-03-18ext4: clear DISCARD flag if device does not support discardDiangang Li
2025-03-18ext4: reorder capability check lastChristian Göttsche
2025-03-18ext4: update the comment about mb_optimize_scanZizhi Wo
2025-03-18ext4: remove references to bh->b_pageMatthew Wilcox (Oracle)
2025-03-18ext4: goto right label 'out_mmap_sem' in ext4_setattr()Baokun Li
2025-03-18ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()Ye Bin
2025-03-18ext4: introduce ITAIL helperYe Bin
2025-03-17ext4: remove redundant function ext4_has_metadata_csumEric Biggers
2025-03-17ext4: verify fast symlink lengthJan Kara
2025-03-16fs: convert block_commit_write() to take a folioMatthew Wilcox (Oracle)
2025-03-16ext4: ignore xattrs past endBhupesh
2025-03-16ext4: remove unused input "inode" in ext4_find_dest_deKemeng Shi
2025-03-16ext4: remove unneeded forward declaration in namei.cKemeng Shi
2025-03-16ext4: add missing brelse() for bh2 in ext4_dx_add_entry()Kemeng Shi
2025-03-13Revert "ext4: add pre-content fsnotify hook for DAX faults"Amir Goldstein
2025-03-13ext4: show 'shutdown' hint when ext4 is forced to shutdownBaokun Li
2025-03-13ext4: show 'emergency_ro' when EXT4_FLAGS_EMERGENCY_RO is setBaokun Li
2025-03-13ext4: correct behavior under errors=remount-ro modeBaokun Li
2025-03-13ext4: add more ext4_emergency_state() checks around sb_rdonly()Baokun Li
2025-03-13ext4: add ext4_emergency_state() helper functionBaokun Li
2025-03-13ext4: add EXT4_FLAGS_EMERGENCY_RO bitBaokun Li
2025-03-13ext4: convert EXT4_FLAGS_* defines to enumBaokun Li
2025-03-13ext4: pack holes in ext4_inode_infoBaokun Li
2025-03-13ext4: remove unused member 'i_unwritten' from 'ext4_inode_info'Baokun Li
2025-03-13jbd2: drop JBD2_ABORT_ON_SYNCDATA_ERRBaokun Li