summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2025-12-07ext4: increase IO priority of fastcommitJulian Sun1-1/+1
2025-12-07fs: ext4: change GFP_KERNEL to GFP_NOFS to avoid deadlockchuguangqing1-1/+1
2025-12-07filemap: update ki_pos in generic_perform_writeChristoph Hellwig1-6/+3
2025-10-29ext4: avoid potential buffer over-read in parse_apply_sb_mount_options()Theodore Ts'o1-12/+5
2025-10-29ext4: detect invalid INLINE_DATA + EXTENTS flag combinationDeepanshu Kartikey1-0/+8
2025-10-29ext4: 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: guard against EA inode refcount underflow in xattr updateAhmet Eray Karadag1-7/+8
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-10-02minmax: add in_range() macroMatthew Wilcox (Oracle)1-2/+0
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: 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: reject the 'data_err=abort' option in nojournal modeBaokun Li1-0/+12
2025-06-04ext4: reorder capability check lastChristian Göttsche1-2/+2
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
2024-12-14ext4: fix FS_IOC_GETFSMAP handlingTheodore Ts'o3-5/+68
2024-12-14ext4: supress data-race warnings in ext4_free_inodes_{count,set}()Jeongjun Park1-4/+4
2024-12-14ext4: avoid remount errors with 'abort' mount optionJan Kara1-3/+8
2024-12-14ext4: make 'abort' mount option handling standardJan Kara2-14/+3
2024-11-17ext4: fix timer use-after-free on failed mountXiaxi Shen1-1/+1
2024-10-17ext4: nested locking for xattr inodeWojciech Gładysz1-2/+2
2024-10-17ext4: don't set SB_RDONLY after filesystem errorsJan Kara1-4/+5
2024-10-17ext4: mark fc as ineligible using an handle in ext4_xattr_set()Luis Henriques (SUSE)1-1/+2
2024-10-17ext4: use handle to mark fc as ineligible in __track_dentry_update()Luis Henriques (SUSE)1-8/+11
2024-10-17ext4: fix fast commit inode enqueueing during a full journal commitLuis Henriques (SUSE)1-1/+14
2024-10-17ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()Luis Henriques (SUSE)1-4/+7
2024-10-17ext4: update orig_path in ext4_find_extent()Baokun Li2-2/+2
2024-10-17ext4: fix double brelse() the buffer of the extents pathBaokun Li1-0/+1