summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2025-11-24ext4: increase IO priority of fastcommitJulian Sun1-1/+1
2025-11-24fs: ext4: change GFP_KERNEL to GFP_NOFS to avoid deadlockchuguangqing1-1/+1
2025-10-23ext4: avoid potential buffer over-read in parse_apply_sb_mount_options()Theodore Ts'o1-12/+5
2025-10-23ext4: detect invalid INLINE_DATA + EXTENTS flag combinationDeepanshu Kartikey1-0/+8
2025-10-23ext4: wait for ongoing I/O to complete before freeing blocksZhang Yi1-2/+9
2025-10-19ext4: free orphan info with kvfreeJan Kara1-2/+2
2025-10-19ext4: validate ea_ino and size in check_xattrsDeepanshu Kartikey1-0/+4
2025-10-19ext4: guard against EA inode refcount underflow in xattr updateAhmet Eray Karadag1-7/+8
2025-10-19ext4: fix an off-by-one issue during moving extentsZhang Yi1-1/+1
2025-10-19ext4: correctly handle queries for metadata mappingsOjaswin Mujoo1-5/+9
2025-10-19ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()Yongjian Sun1-2/+8
2025-10-19ext4: verify orphan file size is not too bigJan Kara1-1/+12
2025-10-15ext4: fix checks for orphan inodesJan Kara5-9/+15
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-28ext4: fix largest free orders lists corruption on mb_optimize_scan switchBaokun Li1-19/+14
2025-08-28ext4: fix zombie groups in average fragment size listsBaokun Li1-18/+18
2025-08-28ext4: do not BUG when INLINE_DATA_FL lacks system.data xattrTheodore Ts'o1-3/+16
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-06-04ext4: remove writable userspace mappings before truncating page cacheZhang Yi3-14/+70
2025-06-04ext4: don't write back data before punch hole in nojournal modeZhang Yi1-13/+5
2025-06-04ext4: do not convert the unwritten extents if data writeback failsBaokun Li2-3/+16
2025-06-04ext4: reject the 'data_err=abort' option in nojournal modeBaokun Li1-0/+12
2025-06-04ext4: reorder capability check lastChristian Göttsche1-2/+2
2025-06-04ext4: on a remount, only log the ro or r/w state when it has changedNicolas Bretz1-3/+4
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-25ext4: fix off-by-one error in do_splitArtem Sadovnikov1-1/+1
2025-04-25ext4: don't treat fhandle lookup of ea_inode as FS corruptionJann Horn1-20/+48
2025-04-25ext4: ignore xattrs past endBhupesh1-1/+10
2025-04-25ext4: 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-02-01ext4: fix access to uninitialised lock in fc replay pathLuis Henriques (SUSE)1-1/+2
2025-01-09ext4: partial zero eof block on unaligned inode size extensionBrian Foster2-16/+42
2025-01-09ext4: convert to new timestamp accessorsJeff Layton9-35/+56
2024-12-09ext4: fix FS_IOC_GETFSMAP handlingTheodore Ts'o3-5/+68
2024-12-09ext4: supress data-race warnings in ext4_free_inodes_{count,set}()Jeongjun Park1-4/+4
2024-12-09ext4: fix race in buffer_head read fault injectionLong Li10-29/+29
2024-12-09ext4: remove array of buffer_heads from mext_page_mkuptodate()Matthew Wilcox (Oracle)1-10/+12
2024-12-09ext4: pipeline buffer reads in mext_page_mkuptodate()Matthew Wilcox (Oracle)1-8/+15