summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
5 daysext4: initialize superblock fields in the kballoc-test.c kunit testsZhang Yi1-0/+9
5 daysext4: fix largest free orders lists corruption on mb_optimize_scan switchBaokun Li1-19/+14
5 daysext4: fix zombie groups in average fragment size listsBaokun Li1-18/+18
5 daysext4: do not BUG when INLINE_DATA_FL lacks system.data xattrTheodore Ts'o1-3/+16
10 daysext4: Make sure BH_New bit is cleared in ->write_end handlerJan Kara2-1/+4
10 daysext4: fix inode use after free in ext4_end_io_rsv_work()Baokun Li1-8/+8
2025-06-27ext4: prevent stale extent cache entries caused by concurrent get es_cacheZhang Yi2-1/+9
2025-06-27ext4: ext4: unify EXT4_EX_NOCACHE|NOFAIL flags in ext4_ext_remove_space()Zhang Yi1-9/+10
2025-06-27ext4: only dirty folios when data journaling regular filesBrian Foster1-1/+6
2025-06-27ext4: ensure i_size is smaller than maxbytesZhang Yi1-1/+2
2025-06-27ext4: factor out ext4_get_maxbytes()Zhang Yi3-12/+9
2025-06-27ext4: fix incorrect punch max_endZhang Yi1-3/+9
2025-06-27ext4: fix out of bounds punch offsetZhang Yi1-1/+1
2025-06-27ext4: fix calculation of credits for extent tree modificationJan Kara1-5/+6
2025-06-27ext4: inline: fix len overflow in ext4_prepare_inline_dataThadeu Lima de Souza Cascardo1-1/+1
2025-04-22mm/migrate: fix sleep in atomic for large folios and buffer headsDavidlohr Bueso1-1/+2
2025-04-22fs/ext4: use sleeping version of sb_find_get_block()Davidlohr Bueso1-1/+2
2025-04-13Merge tag 'ext4_for_linus-6.15-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-37/+63
2025-04-12ext4: fix off-by-one error in do_splitArtem Sadovnikov1-1/+1
2025-04-12ext4: make block validity check resistent to sb bh corruptionOjaswin Mujoo2-6/+6
2025-04-12ext4: avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-10/+8
2025-04-10ext4: don't treat fhandle lookup of ea_inode as FS corruptionJann Horn1-20/+48
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-17/+5
2025-03-27Merge tag 'ext4-for_linus-6.15-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds26-1010/+858
2025-03-24Merge tag 'vfs-6.15-rc1.ceph' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+5
2025-03-24Merge tag 'vfs-6.15-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+4
2025-03-21ext4: fix OOB read when checking dotdot dirAcs, Jakub1-0/+3
2025-03-21ext4: on a remount, only log the ro or r/w state when it has changedNicolas Bretz1-3/+4
2025-03-21ext4: correct the error handle in ext4_fallocate()Zhang Yi1-1/+1
2025-03-21ext4: Make sb update interval tunableOjaswin Mujoo3-7/+21
2025-03-21ext4: avoid journaling sb update on error if journal is destroyingOjaswin Mujoo3-9/+25
2025-03-21ext4: define ext4_journal_destroy wrapperOjaswin Mujoo2-10/+20
2025-03-21ext4: hash: simplify kzalloc(n * 1, ...) to kzalloc(n, ...)Ethan Carter Edwards1-1/+1
2025-03-20ext4: don't over-report free space or inodes in statvfsTheodore Ts'o1-10/+17
2025-03-20iomap: rework IOMAP atomic flagsJohn Garry1-1/+5
2025-03-17fs/dax: ensure all pages are idle prior to filesystem unmountAlistair Popple1-0/+2
2025-03-17fs/dax: create a common implementation to break DAX layoutsAlistair Popple1-12/+1
2025-03-17fs/dax: refactor wait for dax idle pageAlistair Popple1-4/+1
2025-03-18ext4: clear DISCARD flag if device does not support discardDiangang Li1-1/+3
2025-03-18ext4: reorder capability check lastChristian Göttsche1-2/+2
2025-03-18ext4: update the comment about mb_optimize_scanZizhi Wo1-2/+2
2025-03-18ext4: remove references to bh->b_pageMatthew Wilcox (Oracle)2-2/+2
2025-03-18ext4: goto right label 'out_mmap_sem' in ext4_setattr()Baokun Li1-1/+1
2025-03-18ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()Ye Bin3-25/+13
2025-03-18ext4: introduce ITAIL helperYe Bin2-5/+8
2025-03-17ext4: remove redundant function ext4_has_metadata_csumEric Biggers15-56/+57
2025-03-17ext4: verify fast symlink lengthJan Kara1-2/+10
2025-03-16fs: convert block_commit_write() to take a folioMatthew Wilcox (Oracle)2-2/+2