summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2025-10-15ext4: fix checks for orphan inodesJan Kara5-9/+15
2025-09-19ext4: introduce linear search for dentriesTheodore Ts'o1-4/+10
2025-09-09ext4: avoid journaling sb update on error if journal is destroyingOjaswin Mujoo3-9/+25
2025-09-09ext4: define ext4_journal_destroy wrapperOjaswin Mujoo2-10/+20
2025-08-28ext4: preserve SB_I_VERSION on remountBaokun Li1-3/+3
2025-08-28ext4: fix hole length calculation overflow in non-extent inodesZhang Yi1-2/+2
2025-08-28ext4: use kmalloc_array() for array space allocationLiao Yuanhong1-2/+3
2025-08-28ext4: don't try to clear the orphan_present feature block device is r/oTheodore Ts'o1-0/+2
2025-08-28ext4: fix reserved gdt blocks handling in fsmapOjaswin Mujoo1-0/+8
2025-08-28ext4: fix fsmap end of range reporting with bigallocOjaswin Mujoo1-3/+12
2025-08-28ext4: check fast symlink for ea_inode correctlyAndreas Dilger1-1/+1
2025-08-20ext4: initialize superblock fields in the kballoc-test.c kunit testsZhang Yi1-0/+9
2025-08-20ext4: fix largest free orders lists corruption on mb_optimize_scan switchBaokun Li1-19/+14
2025-08-20ext4: fix zombie groups in average fragment size listsBaokun Li1-18/+18
2025-08-20ext4: do not BUG when INLINE_DATA_FL lacks system.data xattrTheodore Ts'o1-3/+16
2025-08-15ext4: Make sure BH_New bit is cleared in ->write_end handlerJan Kara2-1/+4
2025-08-01ext4: fix out of bounds punch offsetZhang Yi1-1/+1
2025-08-01ext4: correct the error handle in ext4_fallocate()Zhang Yi1-1/+1
2025-08-01ext4: fix incorrect punch max_endZhang Yi1-3/+9
2025-08-01ext4: move out common parts into ext4_fallocate()Zhang Yi2-104/+45
2025-08-01ext4: move out inode_lock into ext4_fallocate()Zhang Yi2-70/+33
2025-08-01ext4: factor out ext4_do_fallocate()Zhang Yi1-65/+60
2025-08-01ext4: refactor ext4_insert_range()Zhang Yi1-53/+48
2025-08-01ext4: refactor ext4_collapse_range()Zhang Yi1-55/+48
2025-08-01ext4: refactor ext4_zero_range()Zhang Yi1-85/+57
2025-08-01ext4: refactor ext4_punch_hole()Zhang Yi2-66/+55
2025-08-01ext4: don't explicit update times in ext4_fallocate()Zhang Yi2-6/+0
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 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-05-29ext4: remove writable userspace mappings before truncating page cacheZhang Yi3-14/+70
2025-05-29ext4: don't write back data before punch hole in nojournal modeZhang Yi1-13/+5
2025-05-29ext4: do not convert the unwritten extents if data writeback failsBaokun Li2-3/+16
2025-05-29ext4: reject the 'data_err=abort' option in nojournal modeBaokun Li1-0/+12
2025-05-29ext4: reorder capability check lastChristian Göttsche1-2/+2
2025-05-29ext4: on a remount, only log the ro or r/w state when it has changedNicolas Bretz1-3/+4
2025-05-29fs/ext4: use sleeping version of sb_find_get_block()Davidlohr Bueso1-1/+2
2025-05-02ext4: goto right label 'out_mmap_sem' in ext4_setattr()Baokun Li1-1/+1
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-01-17fs/writeback: convert wbc_account_cgroup_owner to take a folioPankaj Raghav1-1/+1
2024-12-14ext4: partial zero eof block on unaligned inode size extensionBrian Foster2-16/+42
2024-12-05ext4: fix FS_IOC_GETFSMAP handlingTheodore Ts'o3-5/+68