summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2025-08-20ext4: initialize superblock fields in the kballoc-test.c kunit testsZhang Yi
2025-08-20ext4: fix largest free orders lists corruption on mb_optimize_scan switchBaokun Li
2025-08-20ext4: fix zombie groups in average fragment size listsBaokun Li
2025-08-20ext4: do not BUG when INLINE_DATA_FL lacks system.data xattrTheodore Ts'o
2025-08-15ext4: Make sure BH_New bit is cleared in ->write_end handlerJan Kara
2025-08-15ext4: fix inode use after free in ext4_end_io_rsv_work()Baokun Li
2025-06-27ext4: prevent stale extent cache entries caused by concurrent get es_cacheZhang Yi
2025-06-27ext4: ext4: unify EXT4_EX_NOCACHE|NOFAIL flags in ext4_ext_remove_space()Zhang Yi
2025-06-27ext4: only dirty folios when data journaling regular filesBrian Foster
2025-06-27ext4: ensure i_size is smaller than maxbytesZhang Yi
2025-06-27ext4: factor out ext4_get_maxbytes()Zhang Yi
2025-06-27ext4: fix incorrect punch max_endZhang Yi
2025-06-27ext4: fix out of bounds punch offsetZhang Yi
2025-06-27ext4: fix calculation of credits for extent tree modificationJan Kara
2025-06-27ext4: inline: fix len overflow in ext4_prepare_inline_dataThadeu Lima de Souza Cascardo
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)